a.disabled span {
    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 {
    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: 112px;
    top: 6px;
    background-color: #fff;
    width: 44%;
    color: #6d6d6d;
    font-style: italic;
}

.preview {
    width: 90%;
    padding: 2px;
    border: 1px solid #ced4da;
}

.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: 10% 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 {
    border-radius: 15px;
}
.user-panel .image img {
  width: 45px;
  height: 45px;
}
.sidebar-mini.sidebar-collapse .user-panel .image img {
  width: 30px;
  height: 30px;
}
.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;
}

.card-tools > .btn-tool {
    position: relative;
    top: 10px;
}

.btn-label {position: relative;left: -12px;display: inline-block;padding: 0.65rem 0.75rem;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    .login-box {
        margin: 5% auto 0 auto;
    }
    .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;
    }
    .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-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;
    }
}

/* 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) {
/* Styles */
}
/**********
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) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}