/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

h2 {
	font-size: 1.5em;
}
.navbar {
    margin-bottom: 0;
}
.navbar-inverse.web {
    background-color: #23b7e5 !important;
    border-color: #23b7e5;
}
.navbar-inverse.web .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse.web .navbar-brand {
    color: #fff;
}
.navbar-inverse.web .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse.app {
    border-radius: 0;
}
.navbar-inverse.app .navbar-brand {
    color: #eaeaea;
}
.navbar-inverse.app .navbar-toggle {
}

.navbar-inverse.app .navbar-nav > li > a {
}

.navbar-inverse.app .navbar-nav > .active > a, .navbar-inverse.app .navbar-nav > .active > a:focus, .navbar-inverse.app .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #404040;
}

.form_element {
    padding-bottom: 20px;
}

/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.off {
    padding-left: 0;
}
#wrapper.toggled {
    padding-left: 13.5em;
}

#sidebar-wrapper {
    position: fixed;
    left: 13.5em;
    width: 0;
    height: 100%;
    margin-left: -13.5em;
    overflow-y: auto;
    background: #263238;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 13.5em;
}


#wrapper.off #sidebar-wrapper {
    width: 0;
}

#wrapper.off #page-content-wrapper {
    position: absolute;
    margin-right: -13.5em;
}


#page-content-wrapper {
    width: 100%;
    padding: 0 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -13.5em;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    width: 13.5em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 1.429em;
    line-height: 2.857em;
}
.sidebar-nav li.active {
	background: rgba(0,128,255,0.2);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #eee;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: rgba(0,128,255,0.3);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	padding-top: 0.1em;
    font-size: 1.0em;
	border-bottom: 1px solid #666666;
}

.sidebar-nav > .sidebar-brand a {
	color: #BCBCBC;
}

.sidebar-nav > .sidebar-brand a:hover {
    background: none;
}

.icn {
	color: #999;
}


.icn-on {
	color: #00F900;
}


.icn-off {
	color: #FF3E3E;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 13.5em;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.off {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 13.5em;
        top: 51px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #wrapper.off #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #wrapper.off #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (max-width: 767px) {

	.btn-pn {
	  margin-bottom: 10px;
	}
    .ctl-pd-sm {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    .ctl-pd-md {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {

    .ctl-pd-lg {
        margin-bottom: 10px;
    }

}


.page-header {
  margin-top: 0;
  font-size: 1.4em;
}


.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/**********************************************/

#status {
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height: 90px; /* sets max-height value for all standards-compliant browsers */
    overflow: auto;
}

.statusItem {
	border-bottom: 1px silver solid; 
}


/***********************************************/

table.gridtable {
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}



.rule-header {
	color:#008000;
}

.indent_10 {
	margin-left: 10px;
}
.pad_10 {
	padding: 10px;
}
.pad_5 {
	padding: 5px;
}
.pad_5_border {
	border: 1px silver solid; 
	padding: 5px;
	margin-bottom: 1px;
}

.pdt_10 {
	padding-top: 10px;
}

.pdb_10 {
	padding-bottom: 10px;
}

#auth_order_sortable li { cursor:move }


.ui-sortable-placeholder {
	border: 3px dashed #aaa;
	height: 45px;
	background: #fbf9ee;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.ui-autocomplete-loading {
	background: white url('/images/loader.gif') right center no-repeat;
}


#ssl-cipher-list table {
    width: 516px; /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
}

#ssl-cipher-list tbody, #ssl-cipher-list thead tr { display: block; }

#ssl-cipher-list tbody {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

#ssl-cipher-list tbody td, #ssl-cipher-list thead th {
    width: 350px;
}



table.display {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

/* Custom */
.table-striped>tbody>tr>td {
  border-top: 1px dotted #dddddd;
}

.table>tbody>tr.row_selected:nth-child(even)>td, .table>tbody>tr.row_selected:nth-child(even)>th {
    background-color: #cfe3fd;
    border-top: 1px solid #dddddd;
}
.table>tbody>tr.row_selected:nth-child(odd)>td, .table>tbody>tr.row_selected:nth-child(odd)>th {
    background-color: #cfe3fd;
    border-top: 1px solid #dddddd;
}




.label-left {
	text-align: left !important;
}

.file-list-box {
	height: 280px; 
	overflow:scroll;
	background-color: white;
}


.demo-container {
	box-sizing: border-box;
	width: 100%;
	height: 225px;
	padding: 20px 15px 15px 15px;
	margin: 10px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?drkkzh');
    src: url('/fonts/icomoon.eot?drkkzh#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?drkkzh') format('truetype'), url('/fonts/icomoon.woff?drkkzh') format('woff'), url('/fonts/icomoon.svg?drkkzh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
    content: "\e92c";
}

.icon-qrcode:before {
    content: "\e938";
}

.icon-database:before {
    content: "\e964";
}

.icon-user:before {
    content: "\e971";
}

.icon-users:before {
    content: "\e972";
}

.icon-lock:before {
    content: "\e98f";
}

.icon-unlocked:before {
    content: "\e990";
}

.icon-equalizer:before {
    content: "\e992";
}

.icon-cogs:before {
    content: "\e995";
}

.icon-pie-chart:before {
    content: "\e99a";
}

.icon-stats-dots:before {
    content: "\e99b";
}

.icon-target:before {
    content: "\e9b3";
}

.icon-tree:before {
    content: "\e9bc";
}

.icon-warning:before {
    content: "\ea07";
}

.icon-notification:before {
    content: "\ea08";
}

.icon-info:before {
    content: "\ea0c";
}

.icon-embed2:before {
    content: "\ea80";
}

.icon-terminal:before {
    content: "\ea81";
}


.text-i {
	font-style:italic;
	font-weight: bold;
}

.label-vd {
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
}

.font_x2 {
    font-size: 1.2em;
}

.font_x3 {
    font-size: 1.5em;
}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

/*
Widgets
*/
.widget {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.widget h4 {
    margin-bottom: 0px;
}

.widget .thumb-over {
    position: relative;
    margin-top: -50px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.widget .thumb-over img {
    border: 3px solid #fff;
}

.widget .progress {
    margin-bottom: 20px;
}

.widget .flot-chart {
    height: 100px;
}

.widget ul li a {
    color: #fff;
    opacity: 0.8;
}

.widget ul li a:hover {
    opacity: 1;
}


.pv-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-5 {
    padding: 5px !important;
}

.mv-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.bb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.br {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.pv-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.row-table > [class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

.bg-teal {
    background-color: #26A69A !important;
    border-color: #26A69A !important;
    color: #fff;
}

.bg-indigo {
    background-color: #7986CB !important;
    border-color: #7986CB !important;
    color: #fff;
}
