.text-red{
    color:red;
}

@font-face {
    font-family: 'MuseoSans700';
    src: url('~/fonts/MuseoSans700') format('opentype');
}

.navbar-inverse .navbar-brand {
    color: white;
    position: fixed;
    left: 180px;
    font-size: 30px;
    font-family: 'MuseoSans700', sans-serif;
}
.preloginpanel {
    margin-top: 40px;
    margin-left:75px;
}

.mainheader {
    float: right;
}
.body-sign {
    height: 30vh;
    padding: 15px;
}
body {
    background-color: #EDEDED;
}

.open {
    z-index: 1200;
}

.navbar-nav > li > a {
    color: #007373;
}

    .navbar-nav > li > a:hover {
        color: #01CDC4;
    }

.navbar-nav.navbar-right:last-child {
    margin-right: 48px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #01CDC4;
}

.navbar-inverse {
    border-color: #080808;
    background-color: #00A19C;
    /* background-image: url('../../images/headerbg.gif');
    background-size: 100%;*/
    height: 30px;
}

.navbar {
    min-height: 83px;
    border: none;
}

.myClearing {
    background-color: #EEE;
    position: fixed;
    width: 100%;
    z-index: 1100;
    margin-top: 80px;
}


.myimg {
    z-index: 1100;
    padding-top: 5px;
    position: fixed;
    left: 18px;
}

.myClearing img {
    margin-left: 61px;
    margin-top: -70px;
}

.jumbotron {
    padding-top: 120px;
}


@media only screen and (max-width: 479px) {
    .navbar-form {
        margin-top: 110px;
    }

    .myimg {
        z-index: 1100;
        padding-top: 5px;
        position: fixed;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-form {
        margin-top: 110px;
    }

    .myimg {
        z-index: 1100;
        padding-top: 5px;
        position: fixed;
        margin-top: 0px;
    }
}

@media print {
  
    .jumbotron {
   padding-top: 0px; 
}
    .table > thead > tr > th {
        background-color: #009892 !important;
        color: white !important;
    }

    .preloginpanel {
        margin-top: -100px;
    }

    .myimg {
        z-index: 1100;
        padding-top: 5px;
        position: relative;
        left: 0px;
    }

    a[href]:after {
        content: none;
    }
    .sm-list, .sm-menu-list {
        display:none;
    }
    .nonprintable
    {
        display:none;
    }


}
