body {
	font-size: 12px;
    overflow-y: scroll;
    font-family: 'Source Sans Pro',sans-serif,Arial;

}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    /*font-family: 'Roboto',"Times New Roman",sans-serif,Arial;*/
}
body section.content{
    font-size: 1.05em;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
	display:none;
}
.select2-container--default .select2-selection--single,
.form-control{
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #1d1d1d;
}
.select2-container--default .select2-selection:focus {
    border-color: #3c8dbc;
}
.form-group.has-error .select2-container--default .select2-selection {
    border-color: #dd4b39;
}

.login-page .form-control{
	border-radius: 0;
}

.treeview-menu>li>a{
    font-size: 1em;
}
.sidebar-menu>li>a {
    padding: 10px 5px 10px 15px;
}
.dropdown-menu {
    font-size: 1em;
}
header .dropdown-menu{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);

    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    display:  block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none
}
header .open > .dropdown-menu{
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
}

.btn{
    font-size: 1em;
}
.content-header>.breadcrumb{
    font-size: 0.9em;
}
.form-control{
    font-size: 1em;
}
.small, small {
    font-size: 89%;
}
.content-header>.breadcrumb{
    top: 1em;
}
.main-header .sidebar-toggle{
    padding: 16px 15px;
}
.main-header a.sidebar-toggle-alt{
    color: #fff;
    float: left;
    padding: 16px 15px;
}
.main-header a.sidebar-toggle-alt:hover{
    background: rgba(255, 255, 255, 0.14)
}
.main-header a.sidebar-toggle-alt:active{
    background: rgba(255, 255, 255, 0.30)
}
.skin-blue .main-header .navbar{
    background-color: #0098da;
}
.skin-blue .main-header .logo{
    background-color: #0687bf;
}

.navbar .nav.navbar-nav .dropdown-menu{
	width: 200px;
}
.main-sidebar .control-sidebar{
	left: 0;
	padding-top: 0;
}
.main-sidebar .control-sidebar>.tab-content{
	padding: 0;
}
.main-sidebar .control-sidebar-bg, .main-sidebar .control-sidebar{
	top: 0;
}
.main-sidebar .sidebar-form .input-group input.form-control {
    height: 20px;
    font-size: 0.8em;
    border-right-width: 0;
    border-color: #8d999e;
    color: #8d999e;
    background-color: transparent;
}
.main-sidebar .sidebar-form .input-group .btn{
	height: 20px;
    font-size: 12px;
	line-height: 100%;
	padding: 2px 8px;
	margin-right: -1px;
	border-left-width: 0;
    border-color: #8d999e;
    background-color: transparent;
}
.main-sidebar .sidebar-form .input-group input.form-control:focus,
.main-sidebar .sidebar-form .input-group input.form-control:focus+.input-group-btn .btn{
	background-color: #374850;
	color: #b8c7ce;
}
.main-sidebar .nav>li>a{
	padding: 6px 15px;
}
.main-sidebar form.sidebar-form{
	border-radius: 0;
	margin: 0;
	padding: 10px 10px;
	border: 0;
}

.fixed .main-sidebar .control-sidebar{
	position: relative;
}


@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 150px;
    }
}
.sidebar-collapse .control-sidebar .nav-tabs>li{
	display: none;
}
.sidebar-collapse .control-sidebar .nav-tabs>li.active{
	display: table-cell;
}
.sidebar-collapse .control-sidebar-bg,
.sidebar-collapse .control-sidebar{
	max-width: 100%;
}

.sidebar {
	overflow: hidden;
}

.dropdown.user a.dropdown-toggle{
	position: relative;
}
.dropdown.user a.dropdown-toggle .online-status{
    font-size: 12px;
    position: absolute;
    bottom: 11px;
    left: 33px;
}
.tableFloatingHeaderOriginal{
	background-color: white;
}
.checkbox label, .radio label{
	padding-left: 0;
}
.table thead th{
	white-space: nowrap;
}
.box-footer-near-pagination .pagination{
	margin: 0;
}
.actionbox{
    width: 120px;
}
.actionbox .popover{
	width: 170px;
}

/* solving btn-group & tooltip alignment issue */
.btn-group .btn+.tooltip+.btn,
.btn-group .btn+.tooltip+.btn-group,
.btn-group .btn-group+.tooltip+.btn,
.btn-group .btn-group+.tooltip+.btn-group{
	margin-left: -1px;
}
.btn-group.title-quick-actions{
    margin-right: 15px;
    float: right;
}
.master-form-filter{
}
.pagination-records{
    line-height: 35px;
}
@media (max-width:767px) {
    .box-header .title-quick-actions{
        width: 100%;
        margin-right: 0;
    }
    .box-header .master-search{
        width: 100%;
    }
    .box-header .master-search .input-group{
        width: 100% !important;
        margin-top: 5px;
    }
}
.form-group.has-error .help-block{
    margin-top: 0;
    margin-bottom: 0;
}
.control-label.mandatory:after {
    content: " *";
    color: red;
    vertical-align: text-top;
}
.has-help-text{
    text-decoration: underline;
    text-decoration-style: dotted;
}
.sidebar-menu li>a>.pull-right-container{
    padding: 0 10px;
    right: 0;
}

/* success,error messages alert: fix alignment issues */
.alert.fa-ban:before,
.alert.fa-warning:before,
.alert.fa-info:before,
.alert.fa-check:before {
    content: '';
}

.skin-blue .sidebar-menu .treeview-menu>li>a:hover{
    color: #dadada;
}
select.control-label[multiple]{
    height: 2em;
}

table.table.table-item thead tr th{
    vertical-align: middle !important;
}
table.table.table-item thead tr th[colspan]{
    text-align: center;
}
.callout .callout-messages{
    height: 200px;
    overflow-y: scroll;
}
table tbody.noContent{
    font-size: 1.5em;
    text-align: left;
}

.input-group-addon.disabled{
    background: #eee;
    color: #ababab;
    cursor: not-allowed;
}
.header-search-box{
    position: relative;
    margin-bottom: 0;
}
.header-search-box input.form-control {
    margin: 13px 7px;
    height: 24px;
    border-width: 0;
    padding-left: 29px;
    font-weight: normal;
    font-size: 14px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    width: 140px;
}
.header-search-box i {
    position: absolute;
    margin-left: 16px;
    margin-top: 19px;
}

.master-table  th {
background-color: lightblue;
}
.master-table  td {
    background-color:#f9f9f9;
}
.master-table  tr:hover td {
    background-color:#f3f3f3;

}
body .table-responsive .master-table th,body .table-responsive .master-table td,body .table-responsive .master-table {
    border-color: #94b6c1;

}

.form-horizontal .form-group{
    margin-left: 0;
    margin-right: 0;
}
.fixTableHead {
    overflow-y: auto;
    height: 500px;
  }
  .fixTableHead thead th {
    position: sticky;
    top: 0;
  }
  table {
    border-collapse: collapse;        
    width: 100%;
  }
  th,
  td {
    padding: 8px 15px;
    border: 2px solid #ffffff;
  }
  th {
    background: #ffffff;
  }