﻿
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     
    }


body {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    line-height: 22px;
    background: #f3f6f8;
}

label {
    color: #0065b3 !important;
    letter-spacing: 1px;
}

p.nerror {
    background-image: url(../../../image/v1/site/error.png);
    color: #c33;
    font-size: 13px;
    line-height: 16px;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: right;
}

.clsorglogo {
    border-radius: 1px;
    background: #fff;
    margin-top: 55px;
    margin-left: 50px;
    height: 100px;
}

#portalinfo p {
    color: #444;
}

h3, .h3 {
    font-family:'Raleway';
    color:#808080;
}

.clshomephone {
    font-size: 27px;
    float: right;
    font-family: 'Roboto',sans-serif;
    margin-right: 20px;
}


.bb {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(232,229,232,1)), color-stop(97%, rgba(237,237,237,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
}


.bb_1 {
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(245, 245, 247) 47%, rgb(255, 255, 255) 97%, rgb(251, 246, 246) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
}



.bl {
    border-left: 1px solid rgba(0,0,0,0.12);
    min-height: 380px;
    padding: 10px 30px 30px 30px;
    margin-top: 10px;
}

.modal-header {
    background: #0065b3;
    /*background: #808080;*/
    /*background:  rgb(112,103,34);*/
}

.modal-header {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.modal-title {
    color: #fff;
    line-height: 1.42857143;
    font-size: 35px;
    letter-spacing: -1px;
    font-family: Lobster!important;
}

.sub-modal-title {
    color: #fff;
    line-height: 1.42857143;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: Tahoma!important;
}

.form-control {
    width: 100%;
    min-width: 380px;
}

  .clsmobileonly {

        display:none;
    }

@media screen and (max-width : 768px) {

    #portalinfo {
        display: none;
    }


    .clsmobileonly {

        display:block;
        width:90% !important;
    }

    .clsorglogo {
        border-radius: 1px;
        background: #fff;
        margin-top: 35px;
        margin-left: 3px;
        height: 50px;
    }

    .bl {
        border-left: 0px solid #444;
        min-height: 380px;
        padding: 10px 30px 30px 5px;
        margin-top: 10px;
    }

    .form-control {
        width: 100%;
        min-width: 290px;
    }


    .clshomephone {
        border-top: 1px solid rgba(0,0,0,0.12);
        float: left;
        font-family: 'Roboto',sans-serif;
        margin-right: 20px;
        font-size: 18px;
        padding-left: 10px;
        color: #808080;
        text-align: center;
        width: 100%;
    }

    .clshomelogo {
        height: 65px;
        margin-bottom: 10px;
        text-align: center;
        margin-left: 40px;
    }


    .modal-header {
        background: #0065b3;
        /*background: #808080;*/
        /*background:  rgb(112,103,34);*/
    }

    .modal-header {
        padding: 8px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 5px;
    }

    .modal-title {
        color: #fff;
        line-height: 1.42857143;
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    h4 {
        font-size: 15px;
    }
}