/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body, body-padding {
  margin-top: 50px;
}

@-ms-viewport {
  width: auto !important;
}
/* this works in IE */

h2 {
    font-size: 1.5em;
}
.navbar {
    margin-bottom: 0;
}
.navbar-inverse.web {
    background-color: #23b7e5 !important;
    border: none;
}
.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 .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
}

.navbar-inverse.web .navbar-nav > .active > a, .navbar-inverse.web .navbar-nav > .active > a:focus, .navbar-inverse.web .navbar-nav > .active > a:hover {
    background-color: rgba(84, 82, 82, 0.60);
}

.navbar-inverse .navbar-toggle-always {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle-always:hover,
.navbar-inverse .navbar-toggle-always:focus {
    background-color: #23b7e5 !important;
}

.navbar-inverse .navbar-toggle-always .icon-bar-always {
    background-color: #ffffff;
}

.navbar-toggle-always {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 5px;
}

.navbar-toggle-always:focus {
    outline: 0;
}

.navbar-toggle-always .icon-bar-always {
    width: 18px;
    height: 2px;
    border: 1px solid #fff;
    display: block;
    border-radius: 1px;
}

.navbar-toggle-always .icon-bar-always + .icon-bar-always {
    margin-top: 4px;
}

.navbar-brand img.loginIcon {
	margin-top: -7px;
}

/* Toggle Styles */
#wrapper {
    padding-left: 0;
}
#wrapper.off {
    padding-left: 0;
}
#wrapper.toggled {
    padding-left: 12em;
    transition: all 0.4s ease;
}

#sidebar-wrapper {
    position: fixed;
    left: 12em;
    width: 0;
    height: 100%;
    margin-left: -12em;
    overflow-y: auto;
    overflow-x: hidden;
    background: #263238;
}

#wrapper.toggled #sidebar-wrapper {
    width: 12em;
    transition: all 0.4s ease;
}


#wrapper.off #sidebar-wrapper {
    width: 0;
}

#wrapper.off #page-content-wrapper {
    position: absolute;
    margin-right: -12em;
}


#page-content-wrapper {
    width: 100%;
    padding: 0 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -12em;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    width: 12em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    border-left: 4px solid #363F44;
    text-indent: 0.6em;
    line-height: 2.857em;
}

.sidebar-nav li.active {
    border-left: 4px solid #de8d1c;
    background: rgba(128,128,128,0.3);
}

.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 {
    color: #949494;
    font-weight: bolder;
    padding-top: 0.2em;
    font-size: 1.0em;
    border-bottom: 1px solid #666666;
}

.sidebar-nav > .sidebar-brand a {
}

.sidebar-nav > .sidebar-brand a:hover {
    background: none;
}

.icn {
	color: #999;
}


.icn-on {
	color: #00F900;
}


.icn-off {
	color: #FF3E3E;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 12em;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.off {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 12em;
        top: 0;
        padding-top: 50px;
    }

    #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;
    }

    .menu-nav-item-off {
        display: none!important;
    }

}

@media (max-width: 767px) {

	.btn-pn {
	  margin-bottom: 10px;
	}
    .ctl-pd-sm {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {

    .ctl-pd-md {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {

    .ctl-pd-lg {
        margin-bottom: 15px;
    }

}


.page-header {
  margin-top: 0;
  font-size: 1.4em;
}

.tab-page-header {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 1.4em;
    color: #808080;
}

.tab-page-subheader {
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 3px;
    font-size: 1.1em;
    color: #808080;
}

.tab-panel-header {
    border-bottom: 1px #dddddd solid !important;
}

.category-header {
    border-bottom: 1px #f0f0f0 solid;
    background-color: #f5f5f5;
    font-size: 1.0em;
    padding: 10px;
    margin: 1em 0 1em 1em;
}

.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;
}

div.has-error > div > span > button,
div.has-error > div > div > button:first-child,
div.replyUrlRow > div > div > button {
    margin-left: 0px !important;
}

.rule-header {
	color:#008000;
}

.indent_10 {
	margin-left: 10px;
}
.indent-25 {
    margin-left: 25px;
}
.r_indent_10 {
    margin-right: 10px;
}
.pad_10 {
	padding: 10px;
}
.pad_5 {
    padding: 5px;
}
.pad_5_border {
	border: 1px silver solid; 
	padding: 5px;
	margin-bottom: 1px;
}

.pdt_2e {
    padding-top: 2.0em;
}

.pdt_1_5e {
    padding-top: 1.5em;
}

.pdt_1e {
    padding-top: 1.0em;
}

.pdt_5r {
    padding-top: 0.5em;
}

.top_2 {
    top: 2px;
}
.pdt_5 {
    padding-top: 5px;
}
.pdt_7_5 {
    padding-top: 7.5px;
}
.pdt_10 {
	padding-top: 10px;
}

.pdb_25 {
    padding-bottom: 25px;
}
.pdb_10 {
    padding-bottom: 10px;
}
.pdb_5 {
    padding-bottom: 5px;
}
.pdb_3 {
    padding-bottom: 3px;
}
.pdb_0 {
	padding-bottom: 0;
}

.pdl_5 {
    padding-left: 5px;
}
.pdl_20 {
    padding-left: 20px;
}
.pdri_10 {
    padding-right: 10px !important;
}

.mar_5 {
    margin: 5px;
}
.mar_10 {
    margin: 10px;
}

.marb_10 {
	margin-bottom: 10px;
}
.marb_0 {
	margin-bottom: 0;
}

.mart_5 {
    margin-top: 5px;
}

.autowid {
    width: auto !important;
}

.noborder {
    border: none !important;
}

#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;
}

#logArchiveTable {
    background: white;
}

#logTable {
    font-size: 0.9em !important;
}

.div-vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loading-box {
  max-width: 40%;
  background-color: #fff;
  margin: auto;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

@media (max-width: 767px) {
 .loading-box { max-width: 90%; }
}

#certificate-list {
    font-size: 11px;
}

#certificate-list thead th {
    background: #fbf9ee;
}

#certificate-list tbody td {
    text-align: right;
    white-space: nowrap;
}

#certificate-list tbody td div {
    white-space: normal;
    word-break: break-all;
    display: block;
}

#extensionModeSelectContainer label.btn.active {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.hdr {
    font-weight: bold;
}

.ssl-cipher-list {
    font-size: 11px;
}
.ssl-cipher-list table {
    font-size: 10px;
    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: 450px;
}



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;
}

table.display td.dt-nowrap, table.display th.dt-nowrap {
    white-space: nowrap
}

/* 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;
}
.table>tbody>tr.row_selected:nth-child(odd)>td, .table>tbody>tr.row_selected:nth-child(odd)>th {
    background-color: #cfe3fd;
}


.label-left {
	text-align: left !important;
}

.file-list-box {
    position: relative;
    height: 280px;
    overflow-x: auto;
    overflow-y: 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;
}

.VAlign-midI {
    vertical-align: middle !important;
}

.VAlign-topI {
    vertical-align: top !important;
}

/* styles for overlaying icons */
.icon-stack {
    position: relative;
}

/* first element's padding should consume the same space that the second element is offset by */
.icon-stack .glyphicon:nth-child(1), .icon-stack .icomoon:nth-child(1) {
    opacity: 1;
    padding-bottom: .5em;
    padding-right: .5em;
}

/* counter the text-indent: .60em applied to sidebar-nav li*/
.sidebar-nav li .icon-stack .glyphicon:nth-child(1),
.sidebar-nav li .icon-stack .icomoon:nth-child(1) {
    margin-left:-.5em;
}

.icon-stack.shadow .glyphicon:nth-child(2),
.icon-stack.shadow .icomoon:nth-child(2) {
    position: absolute;
    top: .5em;
    left: .5em;
    text-shadow: 0 0 1px black;
}

.icon-stack.transparent .glyphicon:nth-child(2),
.icon-stack.transparent .icomoon:nth-child(2) {
    position: absolute;
    opacity: .5;
    top: .5em;
    left: .5em;
}

.icon-stack .opacity100 {
    opacity: 1 !important;
}

.icon-stack .opacity75 {
    opacity: .75 !important;
}

@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?re7kiv');
    src:  url('/fonts/icomoon.eot?re7kiv#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?re7kiv') format('truetype'),
        url('/fonts/icomoon.woff?re7kiv') format('woff'),
        url('/fonts/icomoon.svg?re7kiv#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;
  position: relative;
  display: inline-block;
  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-profile:before {
    content: "\e923";
}

.icon-copy:before {
    content: "\e92c";
}

.icon-folder:before {
    content: "\e92f";
}

.icon-folder-open:before {
    content: "\e930";
}

.icon-folder-plus:before {
    content: "\e931";
}

.icon-folder-minus:before {
    content: "\e932";
}

.icon-folder-download:before {
    content: "\e933";
}

.icon-folder-upload:before {
    content: "\e934";
}

.icon-qrcode:before {
    content: "\e938";
}

.icon-floppy-disk:before {
    content: "\e962";
}

.icon-database:before {
    content: "\e964";
}

.icon-user:before {
    content: "\e971";
}

.icon-users:before {
    content: "\e972";
}

.icon-user-plus:before {
    content: "\e973";
}

.icon-user-minus:before {
    content: "\e974";
}

.icon-key:before {
    content: "\e98d";
}

.icon-lock:before {
    content: "\e98f";
}

.icon-unlocked:before {
    content: "\e990";
}

.icon-equalizer:before {
    content: "\e992";
}

.icon-cogs:before {
    content: "\e995";
}

.icon-bug:before {
    content: "\e999";
}

.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-cancel-circle:before {
    content: "\ea0d";
}

.icon-blocked:before {
    content: "\ea0e";
}

.icon-circle-up:before {
    content: "\ea41";
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-circle-left:before {
    content: "\ea44";
}

.icon-scissors:before {
    content: "\ea5a";
}

.icon-embed2:before {
    content: "\ea80";
}

.icon-terminal:before {
    content: "\ea81";
}

.icon-file-pdf:before {
    content: "\eadf";
}

.icon-file-word:before {
    content: "\eae1";
}

.icon-file-excel:before {
    content: "\eae2";
}


.text-i {
	font-style: italic;
}

.text-w-norm {
    font-weight: normal;
}

.label-vd {
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
}

.label-sec-grp {
    /*line-height: 2.5 !important;*/
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 0.8em !important;
}
.label-map-grp {
    /*line-height: 2.5 !important;*/
    color: #333;
    background-color: #e0f1f9;
    border: 1px solid #ccc;
    font-size: 0.8em !important;
}

.font_0_9e {
    font-size: 0.9em;
}

.font_1_1e {
    font-size: 1.1em;
}

.font_x2 {
    font-size: 1.2em;
}

.font_x3 {
    font-size: 1.5em;
}

.font_x5 {
    font-size: 2.5em;
}

.font_smaller {
    font-size: smaller;
}

h1.font_36px {
    font-size: 36px;
}

span.font_164px {
    font-size: 164px;
}

span.font_196px {
    font-size: 196px;
}

.text-sm {
    font-size: 12px !important;
}

.w100p {
    width: 100%;
}

.w15p{
    width: 15%;
}

.w0p {
    width: 0%;
}

.width100i{
    width: 100% !important;
}

.width23i {
    width: 23% !important;
}

.width25pxi {
    width: 25px !important;
}

.width7i {
    width: 7% !important;
}

.width10i{
    width: 10% !important;
}

.width15i {
    width: 15% !important;
}

.width18i {
    width: 18% !important;
}

.width40i {
    width: 40% !important;
}

.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;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-2_5 {
    padding-top: 2.5px !important;
}


.padding-20 {
    padding: 20px !important;
}

.padding-5 {
    padding: 5px !important;
}

.mv-0 {
    margin: 0 !important;
}

.mt-1_5e {
    margin-top: 1.5em;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !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;
}

.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
}

.cftp-panel-title {
    font-size: 0.9em;
    color: #777;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

span.csvCell{
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
    display: inline;
    vertical-align: middle;
}

span.csvCell.deleted {
    text-decoration: line-through;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.modal-body-header {
    position: relative;
    padding: 10px;
    background-color: #e7f1f7 !important;
    border-color: #f7f9fa !important;
}


@media (max-width: 767px) {
    .modal-body-header .row div:first-child {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .modal-body-header .row div:first-child {
        text-align: right;
    }
}

.modal-body-header .row div:nth-child(2) {
    text-align: center;
}


.mode-switch-header {
    position: relative;
    padding: 10px;
    margin: 0 0 5px 0;
    background-color: #e7f1f7 !important;
    border-color: #e7f1f7 !important;
    border-left: 1px #f7f9fa solid;
    border-right: 1px #f7f9fa solid;
}


@media (max-width: 767px) {
    .mode-switch-header .row div:first-child {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .mode-switch-header .row div:first-child {
    }
}

.mode-switch-header .row div:nth-child(2) {
    text-align: left;
}

.grp-list {
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.grp-list {
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.grp-list-item {
    font-style: italic;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px
}
.grp-list-item active {
    color: #fff;
}

.list-group-item.active > .icon, .nav-pills > .active > a > .icon {
    color: #fff;
}

.list-group-item > .icon {
    float: right;
    cursor: help;
}

.font-icon-overlay {
    font-size: x-small;
}

.wizNewUserTab {
    min-height: 525px;
}
.wizNewGroupTab {
    min-height: 475px;
}

.pass-req-hdr {
    font-size: 16px;
}

.log-header {
    padding: 15px 15px 0 15px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    padding: 4px 8px;
    font-size: 11px;
}

.group-addon-w125-left {
    min-width: 125px;
    text-align: left;
}

.breadcrumb-db {
    background-color: #FBFBFB;
    border: 1px solid #ddd;
}

.breadcrumb-vd {
    background-color: white;
}

.second-line-indent {
		text-indent:-14px;
		padding-left: 30px;
}

table.vd-table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.vdw {
    font-size: 10px;
    text-align: center;
    padding: 2px;
    margin: 1px;
    width: 21px;
    display: inline-block;
    border: 1px solid #CCCCCC;
}

.vdwlegend {
    text-align: center;
    padding: 2px;
    margin: 0.1em 1px;
    width: 1.8em;
    display: inline-block;
    border: 0.1em solid #CCCCCC;
}

.listener-name {
    color: #777;
}

.protocol-label {
    letter-spacing: 1px;
    text-transform: lowercase;
}

/* User information styles */
input[type="text"].ro[readonly], input[type="email"].ro[readonly], input[type="number"].ro[readonly], input[type="datetime"].ro[readonly] {
    background-color: transparent !important;
    border: none;
}

ul.no-list-style {
    list-style-type: none;
}

ul.list-icon-legend {
   list-style-type: none;
}

ul.list-icon-legend li {
   border: 0;
   outline: 0;
   margin: 0;
   padding: 0;
   margin-top:1em;
   margin-left: 0;
   padding-left: 0.5em;
   text-indent: -0.75em;
}

.dropdown-w100 {
    overflow: hidden;
    width: 100%;
    min-width: auto;
}

li.dropdown-item-disabled a {
    font-style: italic;
    color: #d4d4d4 !important;
}

p.autoheight.form-control-static {
    height: auto;
}

.report-header {
    padding: 15px 10px 10px 10px;
    background-color: #e7f1f7 !important;
    border-color: #f7f9fa !important;
    margin-bottom: 15px;
}

.panel .panel-border {
    border: 1px solid #e1e8ed;
    margin-bottom: 15px;
}
.panel-body .panel-border {
	border-top: 1px solid #ddd;
}

.map-country-block {
    width: 100%;
    height: 325px
}

.buttonseparator-border-left-color {
    border-left-color: #bddce6 !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-context-menu {
    cursor: context-menu !important;
}

.cursor-help {
    cursor: help !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

div.jumbotron {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

div.warningstyle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
}

#driveFileTree.jqueryFileTree {
    display: none;
}

/* relative positioning ensures icon aligns with checkbox */
span.icomoon.icon-info.text-danger, span.icomoon.icomoon-style {
    position: relative;
    top: 3px;
    font-size: 1.2em;
}

input.transparentStyle {
    background-color: transparent;
    border: transparent;
}

pre[name="key_path_info"], pre[name="key_path_grp_pkiinfo"] {
    display: none;
}

div[name="fileSystemBoxContainer"] > div.panel.panel-default {
    background-color: #f2f2f2;
}

div.bg-color-white {
    background-color: white;
    background-color: white;
}

.constrain-height {
    min-height: 25px;
    max-height: 115px;
    overflow-y: auto;
    font-size: 0.9em;
}

div.border-ccc {
    border: 1px solid #ccc;
}

div.border-cdcdcd {
    border-top: 1px solid #CDCDCD;
}

span.display-none {
    display: none;
}

span.display-inline {
    display: inline;
}

span.disabledFill-color {
    color: #D3D3D3;
}

span.enabledOkFill-color {
    color: #4CAF50;
}

span.enabledDangerFill-color {
    color: #F44336;
}

span.isPass-color {
    color: #FFCC00;
}

span.isNotify-color {
    color: #4A00A0;
}

span.isDelOnExp-color {
    color: #808080;
}

span.isOTP-color {
    color: darkorange;
}

span.isLockedOut-color {
    color: #D2042D;
}

span.isFolder-color {
    color: #999966;
}

span.isFile-color {
    color: #CCCCB2;
}

img.idp-vendor-icon-xs{
    padding-right: .5em;
    height: 0.5em;
    vertical-align: middle;
}

img.idp-vendor-icon-sm{
    padding-right: .5em;
    height: 0.75em;
    vertical-align: middle;
}

img.idp-vendor-icon{
    padding-right: .5em;
    height: 1em;
    vertical-align: middle;
}

img.idp-vendor-icon-md{
    padding-right: .5em;
    height: 2.75em;
    vertical-align: middle;
}

img.idp-vendor-icon-lg{
    padding-right: .5em;
    height: 3em;
    vertical-align: middle;
}

/* Update Datatables button spacer */
.btn-group-vertical > span.dt-button-spacer, .btn-group > span.dt-button-spacer {
    position: relative;
    float: left
}

div.dt-buttons span.dt-button-spacer.empty {
    margin: 5px;
}
