@font-face
{
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans'),local(OpenSans),url(./open-sans.woff2) format(woff2);
	unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-700.woff2') format('woff2');
}

body
{
    color:#555;
    font-family:'Roboto', Arial, sans-serif;
    font-weight:300;
}

:focus {
        outline-color: transparent !important;
        outline-style: none !important;
        box-shadow: none !important;
}

::-webkit-scrollbar
{
        width: 10px;  /* for vertical scrollbars */
        height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
        background: rgba(0, 0, 0, 0.04);
}

::-webkit-scrollbar-thumb
{
        background: rgba(0, 0, 0, 0.1);
}

a
{
	color:#3700b3;
}

a:hover
{
    color:#3700b3;
    text-decoration: none;
}

.muted
{
	color:#bbb;
}

a.muted:hover
{
	color:#c6c6c6;
}

.text-warning
{
	color:#fff;
}

a.text-warning:hover
{
	color:#e6e6e6;
}

.text-error
{
	color:#fff;
}

a.text-error:hover
{
	color:#e6e6e6;
}

.text-info
{
	color:#fff;
}

a.text-info:hover
{
	color:#e6e6e6;
}

.text-success
{
	color:#fff;
}

a.text-success:hover
{
	color:#e6e6e6;
}

h1,h2,h3,h4,h5,h6
{
	color: #3700b3;
	font-weight: 300;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small
{
	color:#dfdfdf;
}

h1
{
	font-size:50px;
}

h2
{
	font-size:30px;
}


h3
{
	font-size:22px;
}

h4
{
	font-size:16px;
}

h5
{
	font-size:14px;
}
h6
{
	font-size:11px;
}

abbr[title],abbr[data-original-title]
{
	border-bottom:1px dotted #dfdfdf;
}

blockquote
{
	background-color:#eee;
	border-left-color:#bbb;
	padding:10px 15px;
}

blockquote small
{
	color:#bbb;
}

blockquote.pull-right
{
	border-right-color:#bbb;
	padding:10px 15px;
}

code,pre
{
	color:#999;
}

pre
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

legend
{
	border-bottom:none;
	color:#080808;
}

legend small
{
	color:#dfdfdf;
}

input,button,select,textarea
{
	font-family:'Roboto', Arial, sans-serif;
        box-shadow: none !important;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        padding: 4px 6px;
}

select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#bbb;
}

textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input
{
	border:1px solid #eeeeee;
}

input[type=radio],input[type=checkbox]
{
	margin:1px \9 0 0 0;
}

select
{
	border:1px solid #eeeeee;
}

.uneditable-input,.uneditable-textarea
{
	border-color:#bbb;
	color:#dfdfdf;
}

input::placeholder,textarea::placeholder
{
	color:#bbbbbb;
}

input::-moz-placeholder,textarea::-moz-placeholder
{
	color:#bbbbbb;
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder
{
	color:#bbbbbb;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder
{
	color:#bbbbbb;
}

.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline
{
	color:#ff7518;
}

.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea
{
	color:#fff;
}

.control-group.warning input,.control-group.warning select,.control-group.warning textarea
{
	border-color:#ff7518;
	color:#080808;
}

.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus
{
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	border-color:#e6e6e6;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
}

.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on
{
	background-color:#ff7518;
	border-color:#fff;
	color:#fff;
}

.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline
{
	color:#ff0039;
}

.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea
{
	color:#fff;
}

.control-group.error input,.control-group.error select,.control-group.error textarea
{
	border-color:#ff0039;
	color:#080808;
}

.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus
{
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	border-color:#e6e6e6;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
}

.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on
{
	background-color:#ff0039;
	border-color:#fff;
	color:#fff;
}

.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline
{
	color:#3fb618;
}

.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea
{
	color:#fff;
}

.control-group.success input,.control-group.success select,.control-group.success textarea
{
	border-color:#3fb618;
	color:#080808;
}

.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus
{
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	border-color:#e6e6e6;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
}

.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on
{
	background-color:#3fb618;
	border-color:#fff;
	color:#fff;
}

.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline
{
	color:#fff;
}

.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea
{
	color:#fff;
}

.control-group.info input,.control-group.info select,.control-group.info textarea
{
	border-color:#fff;
}

.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus
{
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
	border-color:#e6e6e6;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;
}

.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on
{
	background-color:#9954bb;
	border-color:#fff;
	color:#fff;
}

.form-actions
{
	background-color:#eee;
	border-top:none;
}

.help-block,.help-inline
{
	color:#7b7b7b;
}

.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-append .active,.input-prepend .active
{
	background-color:#96ed7a;
	border-color:#3fb618;
}

.input-prepend .add-on:first-child,.input-prepend .btn:first-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-append input,.input-append select,.input-append .uneditable-input
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.table-bordered
{
    border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child
{
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
}

.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child
{
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	border-top-right-radius:0;
}

.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child
{
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
}

.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child
{
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
}

.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child
{
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
}

.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child
{
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	border-top-right-radius:0;
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th
{
	background-color:#e8f8fd;
}

.table tbody tr.success td
{
	background-color:#3fb618;
	color:#fff;
}

.table tbody tr.error td
{
	background-color:#ff0039;
	color:#fff;
}

.table tbody tr.warning td
{
	background-color:#ff7518;
}

.table tbody tr.info td
{
	background-color:#9954bb;
	color:#fff;
}

.table-hover tbody tr.success:hover td
{
	background-color:#00C853;
}

.table-hover tbody tr.error:hover td
{
	background-color:#e60033;
}

.table-hover tbody tr.warning:hover td
{
	background-color:#fe6600;
}

.table-hover tbody tr.info:hover td
{
	background-color:#8d46b0;
}

[class^=icon-],[class*=" icon-"]
{
	margin:0 2px;
	vertical-align:-2px;
}

.navbar .nav .fa {
    margin-right:5px;
}

@media (max-width: 1290px) {
    .navbar .nav .fa {
        margin-right: 0px;
    }
    .navbar .nav.status .fa {
        margin-right: 5px;
    }
}
@media (max-width: 1250px) {
    .navbar ul#nav .fa {
        display: none;
    }
}
@media (max-width: 1040px) {
    .navbar .nav.status {
        display: none;
    }
}

.dropdown-menu
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
        padding:0px;
        border:0px;
        margin: -3px 0px 0px;
}

.dropdown-menu li>a
{
	color: #3700b3;
    padding: 8px 20px;
    font-weight: 300;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a
{
	background-color:#007af5;
	background-image:linear-gradient(tobottom,#543c8d,#402f75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff',endColorstr='#ff402f75',GradientType=0);
}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover
{
	background-color:#007af5;
	background-image:linear-gradient(tobottom,#543c8d,#402f75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff',endColorstr='#ff402f75',GradientType=0);
}

.dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover
{
	color:#dfdfdf;
}

.dropdown-submenu>.dropdown-menu {
	overflow-y: auto;
	max-height: 75vh;
}

.typeahead
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.well
{
	-moz-border-radius:0;
	-moz-box-shadow:none;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
	background-color:#eee;
	border:none;
	border-radius:0;
	box-shadow:none;
}

.well-large
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.well-small
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.btn {
    background-color: #888888;
    background-image: none;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    margin: 0px 1px 1px 0px !important;
    font-weight: 400;
    padding: 5px 15px !important;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	  background-color: #777777;
	  color: #ffffff;
}

.btn:active,
.btn.active {
  	background-color: #aeaeae \9;
}

.btn:hover
{
	color:#eee;
}

.btn-large
{
	/*-moz-border-radius:0;
	-webkit-border-radius:0;*/
	padding: 22px 30px !important;
}

.btn-small
{
	/*-moz-border-radius:0;
	-webkit-border-radius:0;*/
    padding: 5px 10px !important;
}
@media (max-width: 1230px) {
    .btn-group > button.btn-small:not(:first-child) {
        padding: 5px 10px !important;
    }
}
@media (max-width: 1170px) {
    .btn-group > button.btn-small:not(:first-child) {
        padding: 5px 16px !important;
    }
    .btn-group > button.btn-small:not(:first-child) i {
        display: none;
    }
}

.btn-mini
{
	/*-moz-border-radius:0;
	-webkit-border-radius:0;*/
	padding: 2px 6px !important;
}

.btn-default {
  	background-color: #1E88E5;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus {
  	background-color: #187bd1;
	color: #ffffff;
}

.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:active,
.btn-default[disabled]:active {
  	background-color: #dddddd;
}

.btn-primary
{
	background-color:#3700b3aa;
    background-image:linear-gradient(tobottom,#1a8cff,#0072e6);
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active
{
	background-color:#503f85;
}
.btn-primary.disabled,.btn-primary[disabled],
.btn-primary.disabled:active,.btn-primary[disabled]:active
{
	background-color:#dddddd;
}

.btn-primary:active,.btn-primary.active
{
	background-color:#0059b3 \9;
}

.btn-warning
{
	background-color:#fd924b;
	background-image:linear-gradient(tobottom,#ff8432,#fe6600);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #fd7418;
}

.btn-warning:active,.btn-warning.active
{
	background-color:#cb5200 \9;
}

.btn-danger
{
	background-color:#c62828;
	background-image:linear-gradient(tobottom,#ff1a4d,#e60033);
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]
{
	background-color:#b12424;
}

.btn-danger:active,.btn-danger.active
{
	background-color:#b30028 \9;
}

.btn-success {
	background-color: #00C853;
	background-image: linear-gradient(tobottom, #47cd1b, #00C853);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #00af48;
}

.btn-success:active,
.btn-success.active {
	background-color: #28720f \9;
}

.btn-clear {
    color: #999999;
	background-color: #f3f3f3;
	background-image: linear-gradient(tobottom, #f3f3f3, #eeeeee);
}

.btn-clear:hover,
.btn-clear:active,
.btn-clear.active,
.btn-clear.disabled,
.btn-clear[disabled] {
    color: #888888;
	background-color: #eeeeee;
}

.btn-clear:active,
.btn-clear.active {
    color: #777777;
	background-color: #dddddd;
}

.btn-info
{
	background-color:#8d46b0;
	background-image:linear-gradient(tobottom,#a466c2,#8d46b0);
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]
{
	background-color:#7e3f9d;
}

.btn-info:active,.btn-info.active
{
	background-color:#6f378b \9;
}

.btn-inverse
{
	background-color:#000;
	background-image:linear-gradient(tobottom,#0d0d0d,#000000);
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]
{
	background-color:#000;
}

.btn-inverse:active,.btn-inverse.active
{
	background-color:#000 \9;
}

.btn-link
{
	color:#3700b3;
}

.btn-link:hover
{
	color:#06c;
}

.btn-link[disabled]:hover
{
	color:#999;
}

.btn-group>.btn:first-child
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}

.btn-group>.btn:last-child,.btn-group>.dropdown-toggle
{
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.btn-group>.btn.large:first-child
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}

.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle
{
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.btn-group.open .btn.dropdown-toggle
{
	background-color:#c8c8c8;
}

.btn-group.open .btn-primary.dropdown-toggle
{
	background-color:#3700b3;
}

.btn-group.open .btn-warning.dropdown-toggle
{
	background-color:#fe6600;
}

.btn-group.open .btn-danger.dropdown-toggle
{
	background-color:#e60033;
}

.btn-group.open .btn-success.dropdown-toggle
{
	background-color:#00C853;
}

.btn-group.open .btn-info.dropdown-toggle
{
	background-color:#8d46b0;
}

.btn-group.open .btn-inverse.dropdown-toggle
{
	background-color:#000;
}

.btn-group-vertical>.btn:first-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.btn-group-vertical>.btn:last-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.btn-group-vertical>.btn-large:first-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.btn-group-vertical>.btn-large:last-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}

.alert
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#ff7518;
	border:1px solid transparent;
	border-radius:0;
	text-shadow:none;
}

.alert,.alert h4
{
	color:#fff;
}

.alert-success
{
	background-color:#3fb618;
	border-color:transparent;
	color:#fff;
}

.alert-success h4
{
	color:#fff;
}

.alert-danger,.alert-error
{
	background-color:#ff0039;
	border-color:transparent;
	color:#fff;
}

.alert-danger h4,.alert-error h4
{
	color:#fff;
}

.alert-info
{
	background-color:#9954bb;
	border-color:transparent;
	color:#fff;
}

.alert-info h4
{
	color:#fff;
}

.nav-header
{
	color:#dfdfdf;
}

.nav-list>.active>a,.nav-list>.active>a:hover
{
	background-color:#543c8d;
}

.nav-list .divider
{
	background-color:#bbb;
	border-bottom:none;
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover
{
	color:#bbb;
}

.nav-pills>.active>a,.nav-pills>.active>a:hover
{
	background-color:#543c8d;
}

.nav .dropdown-toggle .caret
{
	border-bottom-color:#543c8d;
	border-top-color:#543c8d;
}

.nav .dropdown-toggle:hover .caret
{
	border-bottom-color:#06c;
	border-top-color:#06c;
}

.nav-tabs .active .dropdown-toggle .caret
{
	border-bottom-color:#bbb;
	border-top-color:#bbb;
}

.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover
{
	background-color:#dfdfdf;
	border-color:#dfdfdf;
}

.tabs-stacked .open>a:hover
{
	border-color:#dfdfdf;
}

.nav>.disabled>a
{
	color:#dfdfdf;
}

.navbar-inner
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#080808;
	background-image:linear-gradient(tobottom,#080808,#080808);
	border:1px solid transparent;
	border-radius:0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808',endColorstr='#ff080808',GradientType=0);
	height:50px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: inherit;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner
{
    border-width: 0px;
}

.navbar .brand
{
	color:#fff;
	padding:15px 20px;
	text-shadow:0 1px 0 #080808;
}

.navbar .brand:hover
{
	color:#bbb;
}

.navbar-text
{
	color:#fff;
	line-height:50px;
}

.navbar-link
{
	color:#fff;
}

.navbar-link:hover
{
	color:#bbb;
}

.navbar .divider-vertical
{
	border-left:1px solid #080808;
	border-right:1px solid #080808;
	height:50px;
}

.navbar .btn,.navbar .btn-group
{
	margin-top:10px;
}

.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox
{
	margin-top:10px;
}

.navbar-search
{
	margin-top:10px;
}

.navbar-search .search-query
{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	font-family:'Roboto', Arial, sans-serif;
}

.navbar .nav>li>a
{
	color:#fff;
	padding:15px 13px;
}

.navbar .nav>li>a:focus,.navbar .nav>li>a:hover
{
	background-color:rgba(0,0,0,0.3);
	color:#fff;
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background-color:rgba(0,0,0,0.3);
	box-shadow:none;
	color:#fff;
}

.navbar .btn-navbar
{
	background-color:#000;
	background-image:linear-gradient(tobottom,#000000,#000000);
}

.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]
{
	background-color:#000;
}

.navbar .btn-navbar:active,.navbar .btn-navbar.active
{
	background-color:#000 \9;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle
{
	background-color:transparent;
	color:#fff;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret
{
	border-bottom-color:#fff;
	border-top-color:#fff;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret
{
	border-bottom-color:#fff;
	border-top-color:#fff;
}

.navbar .nav>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu:after
{
        display: none;
}

.navbar-inverse .navbar-inner
{
	background-color: #3700b3;
	background-image: linear-gradient(tobottom,#3700b3,#3700b3);
	border-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff',endColorstr='#ff007fff',GradientType=0);
}

.navbar-inverse .brand,.navbar-inverse .nav>li>a
{
	color:#fff;
	text-shadow:none;
}

.navbar-inverse .brand
{
	color:#fff;
}

.navbar-inverse .navbar-text
{
	color:#fff;
}

.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover
{
    background-color: #3700b3;
    background-image: none;
    border-bottom: 3px solid #ca2c92;
    padding-bottom: 12px;
}

.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus
{
	background-color: #ca2c92;
    background-image: none;
    font-weight: 400;
}

.navbar-inverse .navbar-link
{
	color:#fff;
}

.navbar-inverse .divider-vertical
{
	border-left-color:#543c8d;
	border-right-color:#543c8d;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle
{
    background-color: rgba(0,0,0,0.1);
    background-image: none;
    border-bottom: 3px solid #ca2c92;
    padding-bottom: 12px;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret
{
	border-bottom-color:#fff;
	border-top-color:#fff;
}

.navbar-inverse .navbar-search .search-query
{
	background-color:#80bfff;
	border-color: #3e258e;
	color:#080808;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder
{
	color:#999;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder
{
	color:#999;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder
{
	color:#999;
}

.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused
{
	color:#999;
}

.navbar-inverse .btn-navbar
{
	background-color:#402f75;
	background-image:linear-gradient(tobottom,#402f75,#402f75);
}

.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]
{
	background-color:#06c;
}

.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active
{
	background-color:#0059b3 \9;
}

.breadcrumb
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#dfdfdf;
	border-radius:0;
}

.breadcrumb>.active
{
	color:#dfdfdf;
}

.pagination ul
{
	-moz-border-radius:0;
	-moz-box-shadow:none;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
	border-radius:0;
	box-shadow:none;
}

.pagination ul>li>a,.pagination ul>li>span
{
	background-color:#dfdfdf;
	border:1px solid transparent;
}

.pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span
{
	background-color:#543c8d;
}

.pagination ul>.active>a,.pagination ul>.active>span
{
	color:#dfdfdf;
}

.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover
{
	color:#dfdfdf;
}

.pagination ul>li:first-child>a,.pagination ul>li:first-child>span
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}

.pagination ul>li:last-child>a,.pagination ul>li:last-child>span
{
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.pagination-large ul>li>a,.pagination-large ul>li>span
{
	padding:22px 30px;
}

.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}

.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span
{
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}

.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span
{
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.pagination-mini ul>li>a,.pagination-mini ul>li>span
{
	padding:2px 6px;
}

.pager li>a,.pager li>span
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#dfdfdf;
	border:none;
	border-radius:0;
	color:#080808;
}


.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>span
{
	background-color:#eee;
}

.modal {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	border-width: 0px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.modal-header {
	border-bottom: none;
    padding: 8px 15px;
    border-bottom: 1px dashed #3700b311;
}

.modal-header .modal-title {
	color: #3700b3;
}

.modal-footer {
	background-color:transparent;
	border-top:none;
}

.modal-backdrop, .modal-backdrop.fade.in
{
    opacity:0.4;
}

.tooltip-inner
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.accordion-group
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.hero-unit
{
	-moz-border-radius:0;
	-moz-box-shadow:none;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
	border:none;
	border-radius:0;
	box-shadow:none;
}





.navbar .navbar-inner
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background-image:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	box-shadow:none;
}

.navbar .nav li.dropdown.open>.dropdown-toggle:hover,.navbar .nav li.dropdown.active>.dropdown-toggle:hover,.navbar .nav li.dropdown.open.active>.dropdown-toggle:hover
{
	color:#eee;
}

.navbar .navbar-search .search-query
{
	line-height:normal;
}

.navbar-inverse .nav>.active>a, .navbar-inverse .nav>.active>a:hover, .navbar-inverse .nav>.active>a:focus
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
    background-color: rgba(0,0,0,0.1);
    border-bottom: 3px solid #ca2c92;
    padding-bottom: 12px;
	box-shadow:none;
    color:#fff;
}

div.subnav
{
	-moz-border-radius:0;
	-moz-box-shadow:none;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
	background-color:#dfdfdf;
	background-image:none;
	border:none;
	border-radius:0;
	box-shadow:none;
}

div.subnav .nav
{
	background-color:transparent;
}

div.subnav .nav>li>a
{
	border-color:transparent;
}

div.subnav .nav>.active>a,div.subnav .nav>.active>a:hover
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background-color:#000;
	border-color:transparent;
	box-shadow:none;
	color:#fff;
}

div.subnav-fixed
{
	top:50px;
}

.nav .open .dropdown-toggle,.nav >li.dropdown.open.active>a:hover
{
	color:#543c8d;
}

.nav-tabs >li>a
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.nav-tabs.nav-stacked >li>a:hover
{
	background-color:#543c8d;
	color:#fff;
}

.nav-tabs.nav-stacked >.active>a,.nav-tabs.nav-stacked >.active>a:hover
{
	background-color:#fff;
	color:#bbb;
}

.nav-tabs.nav-stacked >li:first-child>a,.nav-tabs.nav-stacked >li:last-child>a
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.tabs-below >.nav-tabs>li>a,.tabs-left >.nav-tabs>li>a,.tabs-right >.nav-tabs>li>a
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.nav-pills >li>a
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#dfdfdf;
	border-radius:0;
	color:#000;
}

.nav-pills >li>a:hover
{
	background-color:#000;
	color:#fff;
}

.nav-pills >.disabled>a,.nav-pills >.disabled>a:hover
{
	background-color:#eee;
	color:#999;
}

.nav-list >li>a
{
	color:#080808;
}

.nav-list >li>a:hover
{
	background-color:#543c8d;
	color:#fff;
	text-shadow:none;
}

.nav-list .nav-header
{
	color:#080808;
}

.pagination ul >li>a,.pagination ul >li>span
{
	color:#080808;
	margin-right:6px;
}

.pagination ul >li>a:hover,.pagination ul >li>span:hover
{
	background-color:#080808;
	color:#fff;
}

.pagination ul >li:last-child>a,.pagination ul >li:last-child>span
{
	margin-right:0;
}

.pagination ul >.active>a,.pagination ul >.active>span
{
	color:#fff;
}

.pagination ul >.disabled>span,.pagination ul >.disabled>a,.pagination ul >.disabled>a:hover
{
	background-color:#eee;
	color:#999;
}

.pager li>a:hover,.pager li>span:hover
{
	background-color:#080808;
	color:#fff;
}

.breadcrumb li
{
	text-shadow:none;
}

.breadcrumb .divider,.breadcrumb .active
{
	color:#080808;
	text-shadow:none;
}

.btn.disabled
{
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.btn-group >.btn:first-child,.btn-group >.btn:last-child,.btn-group >.dropdown-toggle
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.btn-group >.btn+.dropdown-toggle
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color]
{
	color:#080808;
}

.alert-heading,.alert h1,.alert h2,.alert h3,.alert h4,.alert h5,.alert h6
{
	color:#fff;
}


/* Added new classes that are available in Bootstrap 3.3.1 */

.jumbotron {
	padding: 10px 10px 0px 60px;
	margin-bottom: 10px;
	color: inherit;
	background-color: #eee;
	/*font-size:18px;
	font-weight:200;
    line-height:30px;*/
}
/*TODO: create a new bootstrapp css to match current styling options*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

@media (min-width: 1005px) {
    .nav-collapse, .nav-collapse.collapse {
        background-color: #3700b3;
    }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
    color:#fff;
    text-decoration:none;
    background-color:#0081c2;
    background-image:linear-gradient(to bottom,#543c8d,#543c8d);
    background-repeat: no-repeat;
}

.dropdown-menu>li>a:hover{
    color: #ca2c92;
    font-weight: 400;
    text-decoration: none;
    background-color: #ffffff;
    background-image:linear-gradient(to bottom,#ffffff,#ffffff);
    background-repeat: no-repeat;
}
@media (max-width: 1005px) {
    .dropdown-menu>li>a:hover{
        background-image:linear-gradient(to bottom,#ffffff22,#ffffff22);
    }
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
    color:#fff;
    background-color:#3700b3cc;
}
.btn-primary.disabled,.btn-primary[disabled],
.btn-primary.disabled:active,.btn-primary[disabled]:active{
    color:#333333;
    background-color:#cccccc;
}
.btn-group .btn-primary.disabled,.btn-group .btn-primary[disabled],
.btn-group .btn-primary.disabled:active,.btn-group .btn-primary[disabled]:active{
    color: #eee;
    background-color: #3700b366;
}
.btn-primary:active,.btn-primary.active{
    background-color:#220277;
}



div.container {
    margin-top: 10px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
}
.ngGrid {
    font-size: 13px !important;
    background-color: #ffffff !important;
}
.ngGrid .flag-description { /* Gray */
    font-size: 10px;
    line-height: 16px;
    float: left;
    background-color: #ffffff;
    color: #616161;
    border: 1px solid #616161;
    border-radius: 5px;
    padding: 1px 6px 0px;
    margin: 1px 4px 2px 0px;
}
.ngGrid .flag-description.persisted { /* Blue */
    color: #1976D2;
    border: 1px solid #1976D2;
}
.ngGrid .flag-description.view { /* Purple */
    color: #512DA8;
    border: 1px solid #512DA8;
}
.ngGrid .flag-description.replicated { /* Green */
    color: #388E3C;
    border: 1px solid #388E3C;
}
.ngGrid .flag-description.collection { /* Orange */
    color: #F57C00;
    border: 1px solid #F57C00;
}
.ngGrid .flag-description.join { /* Red */
    color: #D32F2F;
    border: 1px solid #D32F2F;
}
.ngGrid .flag-description.result_table { /* Brown */
    color: #5D4037;
    border: 1px solid #5D4037;
}
.ngGrid .flag-key {
    font-size: 10px;
    line-height: 16px;
    float: left;
    background-color: #ffffff;
	border: 1px solid #999999;
    border-radius: 5px;
	color: #999999;
    padding: 1px 5px 0px;
    margin: 1px 4px 2px 0px;
    text-align: center;
    width: 15px;
}
.ngGrid .flag-key.center {
    margin-left: 15%;
}
.ngGrid .flag-key.primary {
    color: #00C853;
    border: 1px solid #00C853;
}
.ngGrid .flag-key.shard {
    color: #fe6600;
    border: 1px solid #fe6600;
}
.ngGrid .flag-key.tableType {
    color: #512DA8;
    border: 1px solid #512DA8;
}
.ngGrid .flag-key.collectionType {
    color: #F57C00;
    border: 1px solid #F57C00;
}
.ngGrid .flag-key.schemaType {
    color: #F57C00;
    border: 1px solid #F57C00;
}
.ngGrid .flag-key.logicalViewType {
    color: #00C853;
    border: 1px solid #00C853;
}
.ngGrid .flag-key.materializedViewType {
    color: #1976D2;
    border: 1px solid #1976D2;
}
.ngGrid .flag-children-count {
    font-size: 10px;
    line-height: 14px;
    float: left;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1px 5px 0px;
    margin: 1px 0px 2px 6px;
    color: #543c8d;
    border: 1px solid #dddddd;
}
.ngGrid .flag-is-protected {
	margin: 3px 5px;
}
.ngGrid .flag-access {
	font-size: 10px;
    line-height: 16px;
    float: left;
    background-color: #ffffff;
    padding: 1px 5px 0px;
    margin: 1px 4px 2px 0px;
	color: #543c8d;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 15px;
    text-align: center;
}
.ngTopPanel {
    border-bottom: 0px !important;
}
.ngHeaderText {
    padding: 5px 10px !important;
    font-weight: 500 !important;
	/* border-left: 1px solid #dddddd; */
}
.ngRow {
    border-bottom: 0px !important;
}
.ngCellText {
    padding: 5px 10px !important;
}
.ngRow.odd, .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #f9f9f9 !important;
}
.ngRow.even, .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fdfdfd !important;
}
.ngRow.selected, .ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell {
    background-color: #3700b311 !important;
}

.ui-grid-render-container {
    font-size: 13px !important;
}
.ui-grid-cell-contents {
    padding: 5px 10px !important;
}

.ngCanvas {
    outline: 1px solid #f3f3f3 !important;
}
.gridStyle {
    border-width: 0px !important;
    border-color: #ffffff !important;
}
.ngFooterPanel {
    background-color: #ffffff !important;
    border-top: 0px !important;
}
.ngVerticalBarVisible {
    background-color: #f3f3f3 !important;
}
.ngHeaderContainer .ngVerticalBarVisible {
    background-color: #dddddd !important;
    z-index: 1;
}

.ngHeaderCell .fa-stack-1x {
    line-height: 16px !important;
}

[popover] {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
}

.popover {
    font-size: 12px !important;
    padding: 0px !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1040;
    max-width: 500px;
    color: #666666;
}
.popover .popover-title, .popover .popover-content {
    padding: 5px 10px !important;
}

.progress .bar {
    background-color: #745ea6 !important;
    background-image: -moz-linear-gradient(top,#543c8d,#745ea6) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#543c8d),to(#745ea6)) !important;
    background-image: -webkit-linear-gradient(top,#543c8d,#745ea6) !important;
    background-image: -o-linear-gradient(top,#543c8d,#745ea6) !important;
    background-image: linear-gradient(to bottom,#543c8d,#745ea6) !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #f6f6f6 !important;
    border: 1px solid #eeeeee !important;
}

.ngFooterPanel input.ngPagerCurrent {
	width: 100px !important;
}
.ngFooterPanel span.ngGridMaxPagesNumber {
	display: inline-block;
	width: 100px !important;
}

.kinetica-table-icon-override .kinetica-table-row-actions i[class^="icon-"],
.kinetica-table-icon-override .kinetica-table-row-actions i[class*=" icon-"] {
    opacity: 0.7;
}

.kinetica-table-icon-override .kinetica-table-row-actions .btn[disabled] i[class^="icon-"],
.kinetica-table-icon-override .kinetica-table-row-actions .btn[disabled] i[class*=" icon-"] {
    opacity: 0.2;
}

.kinetica-table-icon-override .kinetica-table-row-actions .btn {
    background-color: #ffffff;
}

.table-striped tbody>tr>td,
.table-striped tbody>tr>th {
    border-color: #ffffff !important;
}
.table-striped tbody>tr:nth-child(odd)>td .btn {
    background-color: #f9f9f9;
}
.label {
    font-weight: unset;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.login-box input,
.login-box textarea,
.login-box select {
    filter: none;
}