/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
.label-award{
    padding:5px 10px;
    color:white;
    font-weight: bold;
}

.portlet > .portlet-title > .tools {
    padding: 8px 0;
}

.portlet > .portlet-title > .tools .fa {
    font-size: 18px;
    line-height: 18px;
    color: #eee;
}

.modal-body.myform .form-body {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrap_select_role{
    height: 100px;
    overflow-x:hidden;
    overflow-y:scroll;
    border:1px solid #ccc;
    border-radius:4px;
    padding:5px 10px;
    font-size: 14px;
}

.wrap_select_role table{
    width:90%;
}

.wrap_select_role

@media (min-height: 500px) {
    .modal-body.myform .form-body {
        max-height: 450px;
    }
}

@media (min-height: 800px) {
    .modal-body.myform .form-body {
        max-height: 600px;
    }
}

.modal-body.myform .form-body textarea {
    resize: vertical;
}

.page-loading, .page-spinner-bar {
    z-index: 99999;
}

.page-sidebar .menu-toggler {
    display: block;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-logo h3 {
    font-weight: 600;
}

.no-padding {
    padding-right: 0;
    padding-left: 0
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.email-setting-section{
  margin: 40px;
  border: 1px solid #869ab3;
}

input[type=number]{
  border-radius: 4px !important;
}

.notification ul.nav-tabs{
  padding-top: 10px;
  margin-top: 10px;
}

.notification ul.nav-tabs li{
  padding-right: 0;
}

.notification ul.nav-tabs li:nth-of-type(2){
  padding-left: 0;
}

.portlet > .portlet-title.text-center > .caption {
    float:none;
}

.has-error .help-block.full-width{
    width: 250px;
}

.input-icon.right-select > i {
    right: 25px;
    float: right;
}

.input-icon.right-select > .form-control{
    padding-left: 10px;
}

.input-icon.right-dt > i {
    right: 45px;
    float: right;
}

/* Modal custom style */
form .text-left .control-label,
form.text-left .control-label{
    text-align: left;
}

form .text-left .control-label-right,
form.text-left .control-label-right{
    text-align: right;
    padding-top: 7px;
    margin-bottom: 0;
}

.no-border{
    border:none !important;
}

.modal{
    display: flex !important;
    height: 100%;
}

.modal .modal-dialog{
    margin: auto;
}

.modal-header{
    padding: 0 30px;
    margin-top: 27px;
}

.modal .modal-header h3{
    font-weight: bold;
}

button.close{
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

button.close:hover{
    opacity: 1;
}

.icon-admin:before{
    content:url('../../../global/img/ic-admin.png');
}

.icon-lane:before{
    content:url('../../../global/img/ic-lane.png');
}

.icon-incident:before{
    content:url('../../../global/img/ic-incident.png');
}

.page-sidebar-menu li:hover .icon-admin:before, .page-sidebar-menu li.active .icon-admin:before{
    content:url('../../../global/img/ic-admin-hover.png');
}

.page-sidebar-menu li:hover .icon-lane:before, .page-sidebar-menu li.active .icon-lane:before{
    content:url('../../../global/img/ic-lane-hover.png');
}

.page-sidebar-menu li:hover .icon-incident:before, .page-sidebar-menu li.active .icon-incident:before{
    content:url('../../../global/img/ic-incident-hover.png');
}

.modal-form-confirm .modal-dialog{
    width:490px;
}

.modal-form-confirm .modal-dialog .modal-content, .modal-form-alert .modal-dialog .modal-content{
    padding:15px;
}

.modal-form-alert .modal-dialog{
    width:300px;
}

.modal-form-bottom{
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.table thead tr.heading th{
    text-align: center;
}

.btn-datepicker{
    padding: 6px 10px 6px 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle !important;
}

fieldset.scheduler-border {
    border: 1px solid #e5e5e5 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.padding-low{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.btn-grey-light {
    padding: 0px !important;
    font-size: 24px !important;
    color: #D5D5D6;
    text-decoration: none;
    display: inline;
}

.btn-grey-light:hover,
.btn-grey-light:focus {
    color: #999;
    text-decoration: none;
}

.no-padding{
    padding: 0px !important;
}

ul.dropdown-menu .btn-default{
   border-color:transparent;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
td.row-child-header {
    background: #eee;
    text-align: center;
}

accordion .tools button {
    width: 60px;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 65px;
    text-align: center;
    padding-top: 20px;
}
.dragover {
    border: 5px dashed blue;
}

/*.form-body {
    overflow: visible !important;
}*/

.mt-radio > span, .mt-checkbox > span{
    border: 1px solid #d9d9d9;
    background: #ffffff;
}

.has-error .form-control.ignore, .has-success .form-control.ignore {
    border: 1px solid #c2cad8 !important;
}

.ui-select-input-icon .fa-check {
    display: none;
    /*left: auto;
    right: 8px;
    float: right;
    position: absolute;
    margin: 11px 2px 4px 10px;
    color: #36c6d3;*/
}