.select2 > .selection > .disabled {
    background-color: #EEEEEE !important;
}
.select2 > .selection > .select2-selection > .disabled {
  color: #6D6D6D;
  font-style: italic;
}
.nav-sidebar .nav-item > .disabled {
  font-style: italic;
  color: #6d6d6d;
}

.currency {
    text-align: right;
}

.btn-fc,
.btn-group-fc > .btn {
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/preloader.gif) center no-repeat transparent;
}

input[type=text]:disabled, 
input[type=text].disabled,
textarea:disabled,
textarea.disabled {
    background-color: #EEEEEE;
    color: #6D6D6D;
    font-style: italic;
}

.form-control::-moz-placeholder {
    color: #6D6D6D;
    font-style: italic;
}

.modal-header > .ion, .modal-header > .modal-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.input-file {
    padding: 0;
}

.filename {
    display: block;
    position: absolute;
    left: 122px;
    top: 6px;
    background-color: #fff;
    width: 44%;
    color: #6d6d6d;
    font-style: italic;
}

.card-count {
    margin-left: 5px;    
}

.status {
    position: absolute;
    top: 40%;
    left: 48%;
}

.login-logoback {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    position: absolute;
    height: 78px;
    width: 100%;
    z-index: -1;
}
.login-title {
    width: 40%;
    margin: 0 auto;
    padding:5px 0;
    color: #fff;
}
.login-title img {
    float: left;
    margin-right: 10px;
}
.login-box {
    margin: 5% auto 0 auto;
}
.login-card-body > div > div {
    margin: 10px 0;
    font-size: 27px;
}
.login-note {
    margin-top: 100px;
    color: #9D9D9D;
    text-align: center;
}
.login-card-body, .lockscreen-wrapper-body {
    /*background-color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0);*/
    border-width: 4px;
    border-style: solid;
    border-radius: 5px;
    /*color: #fff;*/
}

.nav-item .brand-image,
.layout-top-nav .wrapper .main-header .brand-image {
  float: left;
  margin-right: .5rem;
  margin-top: 3px;
  max-height: 33px;
}

.user-panel .image img {
  width: 45px;
  height: 45px;
}

.sidebar-mini .main-sidebar .brand-image {
  float: none;
  margin-left: 0;
}

.sidebar-mini.sidebar-collapse .user-panel .image img {
  width: 30px;
  height: 30px;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-image {
    margin-left: 0.7rem;
}
  
.sidebar-mini.sidebar-collapse .main-sidebar .info-sidebar {
	visibility: hidden;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .info-sidebar {
	visibility: visible;
}

.profile-user-img{
  height: 100px;
}

.card.card-gray,
.nav-tabs-custom.tab-gray > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
.card.card-gray-light,
.nav-tabs-custom.tab-gray-light > .nav-tabs > li.active {
  border-top-color: #f7f7f7;
}
.card.card-black,
.nav-tabs-custom.tab-black > .nav-tabs > li.active {
  border-top-color: #111111;
}
.card.card-red,
.nav-tabs-custom.tab-red > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.card.card-yellow,
.nav-tabs-custom.tab-yellow > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.card.card-aqua,
.nav-tabs-custom.tab-aqua > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.card.card-blue,
.nav-tabs-custom.tab-blue > .nav-tabs > li.active {
  border-top-color: #0073b7;
}
.card.card-light-blue,
.nav-tabs-custom.tab-light-blue > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.card.card-green,
.nav-tabs-custom.tab-green > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.card.card-navy,
.nav-tabs-custom.tab-navy > .nav-tabs > li.active {
  border-top-color: #001f3f;
}
.card.card-teal,
.nav-tabs-custom.tab-teal > .nav-tabs > li.active {
  border-top-color:  #39cccc;
}
.card.card-olive,
.nav-tabs-custom.tab-olive > .nav-tabs > li.active {
  border-top-color:  #3d9970;
}
.card.card-lime,
.nav-tabs-custom.tab-lime > .nav-tabs > li.active {
  border-top-color:  #01ff70;
}
.card.card-orange,
.nav-tabs-custom.tab-orange > .nav-tabs > li.active {
  border-top-color:  #ff851b;
}
.card.card-fuchsia,
.nav-tabs-custom.tab-fuchsia > .nav-tabs > li.active {
  border-top-color:  #f012be;
}
.card.card-purple,
.nav-tabs-custom.tab-purple > .nav-tabs > li.active {
  border-top-color:  #605ca8;
}
.card.card-maroon,
.nav-tabs-custom.tab-maroon > .nav-tabs > li.active {
  border-top-color:  #d81b60;
}

.form-horizontal .text-left {
    text-align: left;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline-block {
    display: inline-block;
}

.preview {
  padding: 2px;
  border: 1px solid #d2d6de;
  text-align: center;
  margin: 0 auto;
}

.preview span {
  display: block;
  color: #d2d6de;
  font-style: italic;
  margin-top: 37%;
}

.card-tools > .btn-tool {
  position: relative;
  top: 10px;
}

.nav-tabs .nav-link.disabled {
  font-style: italic;
}

.input-group > .select2-container--bootstrap {
  width: auto;
  flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: 0.5rem 1rem;
}

/* 5 Columns */

.col-41, .col-xs-41, .col-sm-41, .col-md-41, .col-lg-41, .col-xl-41 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row-cols-41 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.order-41 {
  -ms-flex-order: 5;
  order: 5;
}

.offset-41 {
  margin-left: 20%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    .login-box {
        margin: 25% auto 0 auto;
    }
    .login-note {
        margin-top: 250px;
    }
    .login-box-body > div > div {
        font-size: 16px;
    }
    .login-title {
        width: 98%;
    }
    .login-title > .address {
        font-size: 9px;
    }

    .nav-item .brand-image {
      float: left;
      margin-right: .5rem;
      margin-top: 3px;
      max-height: 33px;
    }
    
    .card-body > div > center > h3 {
        font-size: 16px;
    }
    .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .input-group-btn {
        border-top: 1px solid #d2d6de;
        border-right: 1px solid #d2d6de;
        border-bottom: 1px solid #d2d6de;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    #txtfilename {
        top: 10px;
        left: 120px;
        width: 44%;
    }
    
    .visible-btn-lg,
    .visible-btn-group-lg > .btn {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    .visible-input-group-lg > .form-control,
    .visible-input-group-lg > .input-group-addon,
    .visible-input-group-lg > .input-group-btn > .btn {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    
    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }

    #tabledata tbody tr td {
        height: 58px;
    }
    #tabledata tbody tr:not([data-href=""]) td, #tabledetail tbody tr td p {
        cursor: pointer;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {
    .login-box {
        margin: 25% auto 0 auto;
    }
    .login-note {
        margin-top: 300px;
    }
    .login-box-body > div > div {
        font-size: 16px;
    }
    .login-title {
        width: 98%;
    }
    .login-title > .address {
        font-size: 9px;
    }
    .card-body > div > center > h3 {
        font-size: 16px;
    }
    .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

@media (min-width: 992px) {
  .col-lg-41 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1024px) {
  .sidebar-mini.sidebar-collapse .main-sidebar {
    box-shadow: none !important;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}