/* Readonly */
input:-moz-read-only { /* For Firefox */
  background-color: yellow;
}

input:read-only,input:readonly { 
  background-color: yellow;
}

/* To solve Date Picker issue in modal for IOS */
.datepicker{z-index:1151 !important;}

/* Listing Search margin left for mobile view */
.box-tools .form-inline{
	margin-left:10px;
	margin-bottom:4px;	
}

.box-tools .form-inline span.select2-container{
	float:right;
}


/* Dropdown Menu */
.dropdown-menu>li>a {
	padding: 5px 20px;
}


/* Table Responsive */
.table-responsive{ overflow-x:visible !important }

/* Filter Dropdown in table */
table._tableList th>.navbar-custom-menu{ 
	display:inline-block;
	float:right;
}
table._tableList th>.navbar-custom-menu>.navbar-nav>li>span{ padding:3px; background:#fff; color:#4a4646; border-radius:5px; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>span.active{ background:#0d6daf; color:#fff; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{ top:calc(100% + 8px) !important; width:240px; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li .menu{ background:#e1f0f7; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li .menu li a{ padding:4px 10px; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li .menu li a label{ font-weight:normal; display:block; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li.footer .btn-group{ display:block; }
table._tableList th>.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li.footer .btn-group a{ background:#003366; color:#fff; font-weight:bold; width:50% }
table.table-striped>tbody>tr:nth-of-type(odd) { background-color: #f2fcfd; }
table.table-hover>tbody>tr:hover { background-color: #f0fded; }
table._tableList>tbody>tr:first-child { background-color: #f7f7f7; color:#333; border-bottom:2px solid #eee; }
table._tableList>tbody>tr:first-child>th>a { color:#333; }

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #e2e8ea;
}

@media (max-width: 991px) {
table._tableList th>.navbar-custom-menu>.navbar-nav>li>span{ display:none; }
}

/* Dashboard */
a .info-box .info-box-text, a .info-box .info-box-number, a .description-block .description-header, a .description-block .description-text { color:#000; }

/* Box Header - Modal popup header padding */
.modal .box-header {
    padding: 5px 10px;
}
.modal .box-body {
    padding-top: 0px;
    padding-bottom: 4px;	
}
.modal-header {
    padding: 8px 15px;
    background: #0e6f46;	
    border-bottom:1px solid #000;
	color:#fff;
	font-weight:bold;
}
.modal-header button.close{
	color:#fff;	
	opacity:1;
}
.modal-body {
    padding-top:5px;
    padding-bottom: 0px;
    max-height: calc(100vh - 155px);
    overflow-y: auto;
	scrollbar-width: thin;
}

.modal-body::-webkit-scrollbar {
  width:0px;
}
.modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
.modal-body::-webkit-scrollbar-thumb {
  background: #bbb; 
}

.modal .alert{ margin-bottom:4px; }

/* Modal Footer - Button group margin left as button */
.modal-footer {
    border-top:1px solid #abaaaa;
    background: #e8e8e8;
	padding:10px;
}
.modal-footer .btn {
    margin-left: 5px !important;	
	margin-bottom: 5px !important;
}

body:not(.modal-open){
  padding-right: 0px !important;
}

/* Modal Loader */
#modalWindowPlugin-loader .modal-sm{ width:115px }
#modalWindowPlugin-loader .modal-content{ background:#ddd; border:solid 1px #564e4e; border-radius:15px;  }
#modalWindowPlugin-loader .modal-content i.fa-spinner{ color: #5a5555; font-size: 68px; display: inline-block; margin: 30px 0px; }

/* Nav Tabs - Tab Styling */
.nav-tabs-custom>.nav-tabs{
    border-bottom: 1px solid #abaaaa;
}
.nav-tabs-custom>.nav-tabs>li.active{  border-color: transparent; }
.nav-tabs-custom>.nav-tabs>li>a{
    margin: 0 2px 1px 0;
    color: #3f3f42;
    text-transform: uppercase;
	font-weight:600;
    border: 1px solid #abaaaa;
    background: #e8e8e8;	
    border-bottom: 1px solid #abaaaa;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    position: relative;
	padding:8px 14px;
}
.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom .nav-tabs>li>a:hover,.nav-tabs-custom .nav-tabs>li.active>a:hover{
    background: #fff;
    color: #000;
    border: 1px solid #abaaaa !important;
    border-bottom-color: transparent !important;
}

.btn-link {
    font-weight: 400;
    color: #000;
    border-radius: 0;
}
.btn-primary{  
    background-color:#555;
    border-color:#555;
}

/* select2 */
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,0.7);
}

/* ajsBIUploader */
.ajsBIUBtn{
    color: #555 !important;
    border: 1px solid #d2d6de !important;
	background:none !important;
	padding: 20px 10px !important;
	radius:0px !important;
}

/* Task Drop Down */
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    margin: 0 0 0 10px;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 10px;
}

/* Settings Menu */
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	right:0%;
}

/* Dropdon submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left:100%;
    margin-top: -1px;
}
.dropdown-submenu .dropdown-menu-left {
    margin-left: -200%;	
}

/* Calendar Event Links & Size */ 
.fc-event a,.fc-event a:active,.fc-event a:hover{ color:#fff }
.fc-time-grid-event .fc-time {
    font-size: 1.14em;
    white-space: nowrap;
}

/* AddMore UI */ 
.addMoreControl {
    margin-bottom: 8px;
    background-color: #f0f3f5;
    padding: 4px 8px 8px;
    border: solid 1px #ddd;
    border-top: solid 2px #777;
}

.input-group-addon, .input-group-btn {
    vertical-align: bottom;
}

/* Chat Link */ 
.direct-chat-primary .right>.direct-chat-text a{
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

/* AdminLTE BG */ 
.skin-blue .main-header .navbar {
    background-color: #555;
}
.skin-blue .main-header li.user-header {
    background-color: #a7b5bd;
}
.skin-blue .main-header .logo,.skin-blue .main-header .logo :hover{
    background-color: #fff !important;
    color: #fff;
    border-bottom: 0 solid transparent;
	padding: 0px 5px;	
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
    background: #ff0000;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #fff;
    background: #ff0000;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #fff;
}

.skin-blue .sidebar a {
    color: #000000;
}


/*  New Style for select 2 */
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px
}

.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px
}

.select2-result-repository__meta {
    margin-left: 70px
}

.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px
}

.select2-result-repository__forks,.select2-result-repository__stargazers {
    margin-right: 1em
}

.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: white
}

.select2-results__option--highlighted .select2-result-repository__forks,.select2-results__option--highlighted .select2-result-repository__stargazers,.select2-results__option--highlighted .select2-result-repository__description,.select2-results__option--highlighted .select2-result-repository__watchers {
    color: #c6dcef
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}


.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.img-border{
    border: 1px solid #bfc4ca;
    padding: 0px;
}    
.dlt-logo{
    margin-top: -21px;
    margin-right: 5px;
}