/*@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.igg_Control table {
    border-collapse: collapse;
    visibility: initial;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg'), /* Legacy iOS */
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

html {
    /*background:url(../img/building-bg.png) no-repeat !important;
    background-position: 100% -150% !important;*/
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: "Open Sans","Segoe UI";
}

body {
    /*background: #000 url(../img/tile-bg2.png) repeat !important;*/
    /*background-position: 100% -150% !important;*/
    /*font-family:Arial, Helvetica, sans-serif;*/
}

.bg-image {
    background: url(../img/building-bg.png) no-repeat !important;
    background-position: 100% 100% !important;
    background-attachment: fixed !important;
}

.bg-image-mcmc {
    background: rgba(0, 0, 0, 0) url("../img/MCMC_05.png") no-repeat top left / cover;
    background-size: 100% 720px;
}

@media (min-width: 1920px) {
    .bg-image {
        background: url(../img/building-bg.png) no-repeat !important;
        background-position: 100% 100% !important;
        background-attachment: fixed !important;
        background-size: 35% !important;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .bg-image {
        background: url(../img/building-bg.png) no-repeat !important;
        background-position: 100% 100% !important;
        background-attachment: fixed !important;
        background-size: 60% !important;
    }
}

@media (max-width: 480px) {
    .bg-image {
        background: url(../img/building-bg.png) no-repeat !important;
        background-position: 100% 100% !important;
        background-attachment: fixed !important;
        background-size: 60% !important;
    }
}

.efacility_Logo {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .efacility_Logo {
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .efacility_Logo {
        padding-top: 60px;
    }

        .efacility_Logo > a > img {
            height: 65px;
        }
}

.efacility_Logo_div {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .efacility_Logo_div {
        visibility: hidden;
        top: -9999px !important;
        left: -9999px !important;
        overflow: hidden;
        position: absolute;
        display: block;
    }
}

@media (min-width: 1920px) {
    .efacility_Logo_div {
        padding-top: 5px;
        width: 5px;
        height: 60px;
    }
}

.efacility_title {
    color: #1878b1;
    padding-left: 10px;
    display: inline-block;
    font-size: 20px;
    font-family: "Open Sans","Segoe UI" !important;
    font-weight: bold;
    padding-top: 10px;
    text-align: left !important;
}

@media (max-width: 767px) {
    .efacility_title {
        font-size: 20px;
        text-align: center !important;
        margin-top: 0px;
        font-family: "Open Sans","Segoe UI" !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .efacility_title {
        font-size: 20px;
        text-align: left !important;
        padding-top: 38px;
        font-family: "Open Sans","Segoe UI" !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .efacility_title {
        font-size: 20px;
        text-align: center !important;
        padding-top: 38px;
        font-family: "Open Sans","Segoe UI" !important;
    }
}

@media (min-width: 1201px) {
    .efacility_title {
        font-size: 25px;
        text-align: center !important;
        padding-top: 38px;
        font-family: "Open Sans","Segoe UI" !important;
    }
}

@media (min-width: 1920px) {
    .efacility_title {
        font-size: 35px;
        text-align: center !important;
        padding-top: 48px;
        font-family: "Open Sans","Segoe UI" !important;
    }
}

.cus-cont-margin {
    /*margin-bottom:30px;*/
    overflow: hidden;
    padding-left: 30px;
}
/*------Top row width adjust------*/
div.col-sm-3.efacility_Logo {
    width: auto;
}

div.col-sm-9.cus_title {
    width: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    div.col-sm-3.efacility_Logo {
        width: 18%;
    }

    div.col-sm-9.cus_title {
        width: 82%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.col-sm-3.efacility_Logo {
        width: 23%;
    }

    div.col-sm-9.cus_title {
        width: 77%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    div.col-sm-3.efacility_Logo {
        width: 100%;
    }

    div.col-sm-9.cus_title {
        text-align: center;
    }
}

.cus-width-logo {
    margin-left: 40px;
    margin-right: 40px;
}

@media (max-width: 480px) {
    .cus-width-logo {
        margin-left: 0px;
        margin-right: 0px;
    }
}


/**/
.cus-navbar-top {
    background: #2dc3e8;
    min-height: 45px !important;
    border: 0px !important;
}

@media (min-width: 1920px) {
    .cus-navbar-top {
        background: #2dc3e8;
        min-height: 55px !important;
        border: 0px !important;
    }
}

.cus-navbar-bottom {
    background: #2dc3e8;
    min-height: 35px !important;
    border: 0px !important;
    margin-bottom: 0px;
    border-radius: 0px;
}

@media (min-width: 1920px) {
    .cus-navbar-bottom {
        background: #2dc3e8;
        min-height: 55px !important;
        border: 0px !important;
        margin-bottom: 0px;
        border-radius: 0px;
    }
}

.cus-home-menu {
    list-style: none;
    margin-left: 20px !important;
    margin-top: 10px;
}

.cus-home-menu-bars {
    color: #FFF;
}

@media (min-width: 1920px) {
    .cus-home-menu {
        list-style: none;
        margin-left: 20px !important;
        margin-top: 10px;
        font-size: 25px !important;
    }
}

.cus-home-menu-q {
    list-style: none;
    margin-right: 20px !important;
    margin-top: 10px;
}

@media (min-width: 1920px) {
    .cus-home-menu-q {
        list-style: none;
        margin-right: 20px !important;
        margin-top: 10px;
        font-size: 25px !important;
    }
}

.cus-home-menu-qu {
    color: #FFF;
}

/**/
.cus-droup {
    border-radoius: 0px !mportant;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    .cus-droup > li {
        border-bottom: #d9d9d9 1px solid;
    }

.notification-icon {
    float: left
}

    .notification-icon i {
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        margin-right: 10px;
        font-size: 15px;
        border-radius: 15%;
        color: #FFF;
        font-size: 18px;
    }

.bg-darkred {
    background-color: #ed4e2a !important
}

.bg-darkorange {
    background-color: #f4b400 !important
}

.bg-darkgreen {
    background-color: #53a93f !important
}

.notification-body {
    float: left
}

    .notification-body .title {
        display: block;
        font-size: 13px;
        padding-top: 5px;
    }

.cus-foot-sierra {
    text-align: right;
    padding-top: 3px;
}

@media (min-width: 1920px) {
    .cus-foot-sierra {
        text-align: right;
        padding-top: 10px;
    }
}

.cus-foot-sierra > a {
    margin-right: 10px;
    font-family: "Open Sans","Segoe UI";
    font-size: 12px;
    color: #FFF;
}

@media (min-width: 1920px) {
    .cus-foot-sierra > a {
        margin-right: 10px;
        font-family: "Open Sans","Segoe UI";
        font-size: 22px;
        color: #FFF;
    }
}
/*.cus-foot-efacility {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:11px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
}*/
.cus-foot-efacility2 {
    font-family: "Open Sans","Segoe UI";
    font-size: 12px;
    color: #FFF;
    padding-top: 7px;
    text-align: left;
}

@media (min-width: 1920px) {
    .cus-foot-efacility2 {
        font-family: "Open Sans","Segoe UI";
        font-size: 12px;
        color: #FFF;
        padding-top: 12px;
        text-align: left;
    }
}

.cus-foot-efacility2 > a {
    margin-left: 10px;
    font-family: "Open Sans","Segoe UI";
    font-size: 12px;
    color: #FFF;
}

@media (min-width: 1920px) {
    .cus-foot-efacility2 > a {
        margin-left: 10px;
        font-family: "Open Sans","Segoe UI";
        font-size: 22px;
        color: #FFF;
    }
}

.cus-postlogin-bg {
    /*background: url(../img/poslogin-bg.jpg) no-repeat;*/
    background: url(../img/poslogin-bg.png);
    background-position: 100% 100% !important;
    background-attachment: fixed !important;
    min-height: 100%;
    min-width: 100%;
    font-family: "Open Sans","Segoe UI";
}

.cus-modules {
    font-size: 22px;
    color: #FFF;
    padding-top: 20px;
    padding-left: 20px;
}

.cus-outer-tile {
    padding: 30px;
    min-height: 100%;
    padding-top: 20px;
}
/*From Bootstrap CSS*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/**/
.tile-green {
    background: #5eba0d;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
}

.tile-brown {
    background: #dfc300;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    min-height: 90px;
}

.tile-orange {
    background: #e65e21;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
}

.tile-red {
    background: #ca2548;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
}

.tile-blue {
    background: #01bee4;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
}

.tile-bg {
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    background: url(../img/tile-bg.png);
    background-position: 100% 100% !important;
    min-height: 100px;
}

    .tile-bg > img {
        height: 100%;
        width: 100%;
    }

.tile-green,
.tile-brown,
.tile-orange,
.tile-red,
.tile-blue,
.tile-bg {
    height: 110px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .tile-green,
    .tile-brown,
    .tile-orange,
    .tile-red,
    .tile-blue,
    .tile-bg {
        height: 125px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tile-green,
    .tile-brown,
    .tile-orange,
    .tile-red,
    .tile-blue,
    .tile-bg {
        height: 155px;
    }
}

.tile-heading {
    color: #FFF;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.tile-img {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.tile-descrip {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
}

.tile-arrow {
    text-align: right;
    color: #FFF;
}

/*Login Box*/
/*.sign-up {
  position: relative;
  margin: auto;
  width: 300px;
  padding: 33px 25px 29px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) 
{
.sign-up {
  position: relative;
  margin: 20px auto;
  width: 260px;
  padding: 33px 25px 29px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
}*/

.sign-up:before, .sign-up:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 10px;
    background: inherit;
    /*border-bottom: 1px solid #d2d2d2;*/
    border-radius: 4px;
}

.sign-up:after {
    bottom: 3px;
    border-color: #dcdcdc;
}

.sign-up-title {
    margin: -25px -25px 5px;
    padding: 5px 25px;
    line-height: 35px;
    font-size: 26px;
    font-weight: 300;
    color: #aaa;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    background: #ffffff;
}

    .sign-up-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 8px;
        background: #c4e17f;
        border-radius: 5px 5px 0 0;
        background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    }

input {
    font-family: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sign-up-input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px 2px;
    font-size: 17px;
    background: white;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -2px #ebebeb;
    box-shadow: inset 0 -2px #ebebeb;
}

@media (min-width: 1920px) {
    .sign-up-input {
        width: 100%;
        height: 70px;
        margin-bottom: 15px;
        padding: 0 15px 2px;
        font-size: 17px;
        background: white;
        border: 2px solid #ebebeb;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 -2px #ebebeb;
        box-shadow: inset 0 -2px #ebebeb;
    }
}

.sign-up-input:focus {
    border-color: #62c2e4;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #62c2e4;
    box-shadow: inset 0 -2px #62c2e4;
}

.lt-ie9 .sign-up-input {
    line-height: 48px;
}

.sign-up-button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 54px;
    padding: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f0776c;
    border: 0;
    border-bottom: 2px solid #d76b60;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #d76b60;
    box-shadow: inset 0 -2px #d76b60;
}

@media (min-width: 1920px) {
    .sign-up-button {
        position: relative;
        vertical-align: top;
        width: 100%;
        height: 74px;
        padding: 0;
        font-size: 22px;
        color: white;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        background: #f0776c;
        border: 0;
        border-bottom: 2px solid #d76b60;
        border-radius: 5px;
        cursor: pointer;
        -webkit-box-shadow: inset 0 -2px #d76b60;
        box-shadow: inset 0 -2px #d76b60;
    }
}

.sign-up-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cus-forgot {
}

@media (min-width: 1920px) {
    .cus-forgot {
        font-size: 22px;
    }
}

:-moz-placeholder {
    color: #ccc;
    font-weight: 300;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**/

.login-wraper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -140px;
    margin-left: -235px;
    padding: 25px;
    width: 420px;
    /* height: 320px;*/
    background: white;
    /*text-align: center;*/
    padding: 33px 25px 29px;
}

.login-wraper-mcmc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    /*top: 0%;
  left: 0%;*/
    display: block;
    margin-top: 5px;
    margin-left: 15px;
    padding: 25px;
    width: 420px;
    /* height: 320px;*/
    background: white;
    /*text-align: center;*/
    padding: 33px 25px 29px;
}


@media (min-width: 1920px) {
    /* line 21, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
    #login-wraper {
        margin-left: -300px;
        width: 620px;
    }
}

@media (max-width: 980px) {
    /* line 21, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
    #login-wraper {
        position: relative;
        top: 0;
        margin-top: 125px;
    }
}

@media (max-width: 495px) {
    /* line 29, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
    #login-wraper {
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        margin-top: 0px;
    }
}

.cus-wraper-color {
    /*border-top: 5px solid #e3698e;
    border-bottom: 5px solid #e3698e;*/
    /*Sutherland*/
    border-top: 5px solid #de1b54;
    border-bottom: 5px solid #de1b54;
}

/* Standard Buttons colors */
.cus-btn-save, .btn.cus-btn-save:hover {
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #fff;
    background-image: none !important;
    border: 1px solid #a0d468 !important;
}

.cus-btn-cancel, .btn.cus-btn-cancel:hover {
    background-color: #f99f42 !important;
    border-color: #f99f42;
    border: 1px solid #f99f42 !important;
    /*Sutherland*/
    /*background-color: #f4b400 !important;
    border-color: #f4b400;
    border: 1px solid #f4b400 !important;*/
    color: #fff;
    background-image: none !important;
}

.cus-btn-delete, .btn.cus-btn-delete:hover {
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    color: #fff;
    background-image: none !important;
    border: 1px solid #ed4e2a !important;
}
/* End of Standard Buttons colors*/

/* Buttons color order to be followed*/
.cus-btn1, .btn.cus-btn1:hover {
    background-color: #6cc049 !important;
    border-color: #6cc049;
    border: 1px solid #6cc049 !important;
    /*Sutherland*/
    /*background-color: #af7ac5 !important;
    border-color: #af7ac5;
    border: 1px solid #af7ac5 !important;*/
    color: #fff;
    background-image: none !important;
}

.cus-btn2, .btn.cus-btn2:hover {
    background-color: #2e79bb !important;
    border-color: #2e79bb;
    border: 1px solid #2e79bb !important;
    /*Sutherland*/
    /*background-color: #5db2ff !important;
    border-color: #5db2ff;
    border: 1px solid #5db2ff !important;*/
    color: #fff;
    background-image: none !important;
}

.cus-btn3, .btn.cus-btn3:hover {
    background-color: #67cdb4 !important;
    border-color: #67cdb4;
    color: #fff;
    background-image: none !important;
    border: 1px solid #67cdb4 !important;
}

.cus-btn4, .btn.cus-btn4:hover {
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color: #fff;
    background-image: none !important;
    border: 1px solid #bc5679 !important;
}

.cus-btn5, .btn.cus-btn5:hover {
    background-color: #fb7c63 !important;
    border-color: #fb7c63;
    color: #fff;
    background-image: none !important;
    border: 1px solid #fb7c63 !important;
}
/* End of Buttons color order to be followed*/


/*Button control focus background highlight changes*/
.btn:hover {
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px red !important;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px red !important;
}

.err-msg {
    color: #ff0000;
    font-size: 17px;
}

.login-box {
    float: right;
    margin-right: 50px;
}

.logo {
    width: 213px;
    height: 36px;
    /*background:url(../img/background-image.jpg) no-repeat;*/
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #344a91;
    margin: 0 auto;
}

    .login-block h1 {
        text-align: center;
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .login-block input {
        width: 100%;
        height: 42px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0 20px 0 10px;
        outline: none;
    }

    .login-block select {
        width: 100%;
        height: 42px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0 20px 0 10px;
        outline: none;
    }

    .login-block input#username {
        /*background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;*/
        background-size: 16px 80px;
    }

        .login-block input#username:focus {
            /*background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;*/
            background-size: 16px 80px;
        }

    .login-block input#password {
        /*background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;*/
        background-size: 16px 80px;
    }

        .login-block input#password:focus {
            /*background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;*/
            background-size: 16px 80px;
        }

    .login-block input:active, .login-block input:focus {
        border: 1px solid #344a91;
    }

.login-blockbutton {
    width: 100%;
    height: 40px;
    background: #344a91;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #344a91;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #546aaf;
}

.footer-div {
    background: #344a91;
    padding: 8px;
}

.link-txt {
    color: #fff;
    font-size: 11px;
}

.header-logo {
    margin-left: 50px;
    margin-right: 50px;
    padding: 5px;
    height: 135px;
    margin-bottom: 10px;
}

.toplogo_sctsb {
    position: absolute;
    left: 100px;
    top: 130px;
}

.bottomlogo_sctsb {
    position: absolute;
    left: 68%;
    top: 80%;
}


@media (max-width: 495px) {
    .header-logo {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.bg-image-rel {
    background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
    background-size: cover !important;
    /*background-size:127% !important;*/
}

.bg-image-sctsb {
    background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
    /*background-size: cover !important;*/
    /*background-size:127% !important;*/
}

@media (min-width: 1920px) {
    .bg-image-rel {
        background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
        background-size: cover !important;
        /*background-size:35% !important;*/
    }

    .bg-image-sctsb {
        background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
        /*background-size: cover !important;*/
        /*background-size:127% !important;*/
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .bg-image-rel {
        background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
        background-size: cover !important;
        /*background-size:60% !important;*/
    }

    .bg-image-sctsb {
        background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
        /*background-size: cover !important;*/
        /*background-size:127% !important;*/
    }
}

@media (max-width: 480px) {
    .bg-image-rel {
        background: url(../../images/login/background-image.jpg) no-repeat fixed left top !important;
        background-size: cover !important;
        /*background-size:150% !important;*/
    }

    .bg-image-sctsb {
        background: url(../../images/login/sctsb_mid.jpg) no-repeat fixed right 20% bottom 70px !important;
        /*background-size: cover !important;*/
        /*background-size:127% !important;*/
    }
}

.logo-efaciity {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .logo-efaciity {
        text-align: center;
    }

    .logo-efaciity {
        padding-top: 0px;
    }
}

@media (min-width: 1920px) {
    .logo-efaciity {
        padding-top: 60px;
    }

        .logo-efaciity > a > img {
            height: 65px;
        }
}

.logo-efaciity_div {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .logo-efaciity_div {
        visibility: hidden;
        top: -9999px !important;
        left: -9999px !important;
        overflow: hidden;
        position: absolute;
        display: block;
    }

    .right-image {
        float: right;
        margin-right: 50px;
    }
}

@media (max-width: 481px) {
    .right-image {
        float: right;
        margin-right: 130px;
    }
}

@media (min-width: 1920px) {
    .logo-efaciity_div {
        padding-top: 5px;
        width: 5px;
        height: 60px;
    }
}

div.col-sm-3.logo-efaciity {
    width: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    div.col-sm-3.logo-efaciity {
        width: 18%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.col-sm-3.logo-efaciity {
        width: 23%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    div.col-sm-3.logo-efaciity {
        width: 100%;
    }
}

.right-image {
    float: right;
}
