body {
    font-family: 'VesperLibre';
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .box-left p {
        color: black;
        padding: 3px 6px 6px 6px;
        font-size: 13px;
        text-align: center;
        line-height: 16px;
    }

    .mar-width {
        width: 45%;
    }

    .btn {
        display: inline-block;
        padding: 6px 20px;
        margin-bottom: 0;
        font-size: 14px;
        margin: 0px 0px 0px 10px;
        font-weight: 400;
        line-height: 1.428571;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .box-red-border {
        border: 3px solid #ff5455;
        padding: 0px;
        height: 110px;
        margin-bottom: 12px;
    }

    .row-mar {
        margin-top: -22px;
    }
}



@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .box-left p {
        color: black;
        padding: 3px 6px 6px 6px;
        font-size: 13px;
        text-align: center;
        line-height: 16px;
    }

    .btn {
        display: inline-block;
        padding: 6px 20px;
        margin-bottom: 0;
        font-size: 14px;
        margin: 0px 0px 0px 10px;
        font-weight: 400;
        line-height: 1.428571;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .box-red-border {
        border: 3px solid #ff5455;
        padding: 0px;
        height: 110px;
        margin-bottom: 12px;
    }

    .mar-width {
        width: 45%;
    }

    .row-mar {
        margin-top: -22px;
    }
}

.row-mar {
    margin-top: -22px;
}



.headline {
    display: block;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid #d9dadc
}

    .headline h2 {
        padding-bottom: 5px;
        display: inline-block;
        margin: 0px 0px -2px;
        border-bottom: 2px solid rgb(255, 153, 51);
        font-size: 26px;
        color: #e84c3d;
        text-shadow: 2px 2px 3px #bfbdbd;
    }

.curser1 {
    cursor: pointer;
}

.headline1 {
    display: block;
    margin: 0px 0 0px 0;
    padding: 10px;
    background: #f1f1f1;
    border-bottom: 6px solid #e4dddd;
}

    .headline1 h2 {
        padding-bottom: 5px;
        display: inline-block;
        margin: 0px 0px -2px;
        border-bottom: 2px solid rgb(255, 153, 51);
        font-size: 17px;
        color: #ff9933;
        font-weight: bold;
        font-family: Arial;
        /*text-shadow: 2px 2px 3px #bfbdbd;*/
    }


.logoutbtn {
    height: 38px;
    background: #a94442;
    padding: 11px 11px 0px 11px;
    /* margin-top: 35px; */
    color: white;
    float: right;
    margin-top: 0px;
    font-size: 14px;
}

.logInName {
    height: 38px;
    background: #2878c4;
    padding: 11px 5px 0px 1px;
    color: #f5f5f5;
    float: right;
    margin-top: 0px;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
}




.clsh2 {
    padding-bottom: 17px;
    text-align: center;
    margin: 0px 0px 0px;
    font-size: 20px;
    color: #e84c3d;
    text-shadow: 2px 2px 3px #bfbdbd;
}

.form-level-1 {
    font-family: Arial;
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
    color: #4a4747;
    text-align: left;
}

.form-level-2 {
    font-family: Gabriola;
    font-size: 15px;
    font-weight: bold;
    color: #0480f5;
    text-align: left;
    line-height: 39px;
}

.form-control-1 {
    width: 98%;
    padding: 0px 0px 0px 8px;
    line-height: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: left;
    border: none;
    background: #ffffff;
    border: 2px solid #dedada;
    margin-bottom: 6px;
    border-radius: 1px;
}




/*popup csss*/
.modal-content1 {
    position: relative;
    /*background-color: #fff;*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);*/
    border-radius: 6px;
    outline: 0;
    margin-top: 36px;
    /*-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
}

/*popup csss close*/




/* INPUT FILE FORM CSS */
table thead {
    background: #2289eb;
    color: #fff;
}

table td {
    color: #000;
}

table th {
    color: #fff3e4;
}

table tr {
    color: #FFF;
}

.body-bg {
    width: 100%;
    min-height: 378px;
    margin: 0px;
    padding: 0px;
}

.input-level {
    font-family: Gabriola;
    font-size: 24px;
    color: #000;
    text-align: left;
}

.input1 {
    width: 98%;
    padding: 6px 0px 6px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: left;
    border: none;
    background: #efe5e5;
    border: 2px solid #dedada;
    margin-bottom: 6px;
}

.line {
    line-height: 35px;
    margin: 0px;
    width: 100%;
    background: url(../img/images/line-bg.jpg) repeat-x;
    background-position: bottom;
    font-family: Gabriola;
    font-size: 24px;
    font-weight: bold;
    padding-left: 29px;
    color: #dc2219;
    text-align: left;
    margin-bottom: 15px;
}

.btn1 {
    width: 184px;
    height: 34px;
    border: 2px solid #e4635c;
    background: #dc2219;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
/* INPUT FILE FORM CSS Close */

/*a, a:hover {
    background: transparent;
    outline: none;
    text-decoration: underline;  
}

    a:hover {
        text-decoration: underline;
        color: #1D1D1D;
    }*/

td, th {
    padding: 5px 0px 5px 10px;
}


















@import url('demo.css');
@import url('font-awesome.css');

/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



/* Demo 2 */

.form-2 {
    /* Size and position */
    /*width: 340px;*/
    width: 61%;
    margin: 0px auto 30px;
    padding: 15px;
    position: relative;
    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
}

    .form-2 h1 {
        font-size: 15px;
        font-weight: bold;
        color: #bdb5aa;
        padding-bottom: 8px;
        border-bottom: 1px solid #EBE6E2;
        text-shadow: 0 2px 0 rgba(255,255,255,0.8);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    }

        .form-2 h1 .log-in,
        .form-2 h1 .sign-up {
            display: inline-block;
            text-transform: uppercase;
        }

        .form-2 h1 .log-in {
            color: #6c6763;
            padding-right: 2px;
        }

        .form-2 h1 .sign-up {
            color: #ffb347;
            padding-left: 2px;
        }

    .form-2 .float {
        width: 50%;
        float: left;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,1);
    }

    .form-2 .float1 {
        width: 100%;
        padding-top: 3px;
        border-top: 1px solid rgba(255,255,255,1);
    }

    .form-2 .float:first-of-type {
        padding-right: 5px;
    }

    .form-2 .float:last-of-type {
        padding-left: 5px;
    }

    .form-2 label {
        display: block;
        padding: 0 0 5px 2px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        font-size: 11px;
    }

        .form-2 label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            width: 10px;
        }

    .form-2 input[type=text],
    .form-2 input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .form-2 input[type=text]:hover,
        .form-2 input[type=password]:hover {
            border-color: #CCC;
        }

    .form-2 label:hover ~ input {
        border-color: #CCC;
    }

    .form-2 input[type=text]:focus,
    .form-2 input[type=password]:focus {
        border-color: #BBB;
        outline: none; /* Remove Chrome's outline */
    }

    .form-2 input[type=submit],
    .form-2 .log-twitter {
        /* Size and position */
        width: 49%;
        height: 38px;
        float: left;
        position: relative;
        /* Styles */
        box-shadow: inset 0 1px rgba(255,255,255,0.3);
        border-radius: 3px;
        cursor: pointer;
        /* Font styles */
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 14px;
        line-height: 38px; /* Same as height */
        text-align: center;
        font-weight: bold;
    }

    .form-2 input[type=submit] {
        margin-left: 1%;
        background: #fbd568; /* Fallback */
        background: -moz-linear-gradient(#fbd568, #ffb347);
        background: -ms-linear-gradient(#fbd568, #ffb347);
        background: -o-linear-gradient(#fbd568, #ffb347);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
        background: -webkit-linear-gradient(#fbd568, #ffb347);
        background: linear-gradient(#fbd568, #ffb347);
        border: 1px solid #f4ab4c;
        color: #996319;
        text-shadow: 0 1px rgba(255,255,255,0.3);
    }

    .form-2 .log-twitter {
        margin-right: 0%;
        background: #34a5cf; /* Fallback */
        background: -moz-linear-gradient(#34a5cf, #2a8ac4);
        background: -ms-linear-gradient(#34a5cf, #2a8ac4);
        background: -o-linear-gradient(#34a5cf, #2a8ac4);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
        background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
        background: linear-gradient(#34a5cf, #2a8ac4);
        border: 1px solid #2b8bc7;
        color: #ffffff;
        text-shadow: 0 -1px rgba(0,0,0,0.3);
        text-decoration: none;
        width: 100%
    }

        .form-2 input[type=submit]:hover,
        .form-2 .log-twitter:hover {
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
        }

        .form-2 input[type=submit]:active,
        .form-2 .log-twitter:active {
            top: 1px;
        }

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

.form-2 p:last-of-type {
    clear: both;
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: -5px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

/* Demo 2 */


.modal-dialog1 {
    width: 100%;
    height: 100%;
    margin: 30px auto;
}

.form-3 {
    /* Size and position */
    /*width: 340px;*/
    width: 100%;
    margin: 0px auto 30px;
    padding: 15px;
    position: relative;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
}

    .form-3 h1 {
        font-size: 15px;
        font-weight: bold;
        color: #bdb5aa;
        padding-bottom: 8px;
        border-bottom: 1px solid #EBE6E2;
        text-shadow: 0 2px 0 rgba(255,255,255,0.8);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    }

        .form-3 h1 .log-in,
        .form-3 h1 .sign-up {
            display: inline-block;
            text-transform: uppercase;
        }

        .form-3 h1 .log-in {
            color: #6c6763;
            padding-right: 2px;
        }

        .form-3 h1 .sign-up {
            color: #ffb347;
            padding-left: 2px;
        }

    .form-3 .float {
        width: 50%;
        float: left;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,1);
    }

    .form-3 .float1 {
        width: 100%;
        padding-top: 3px;
        border-top: 1px solid rgba(255,255,255,1);
    }

    .form-3 .float:first-of-type {
        padding-right: 5px;
    }

    .form-3 .float:last-of-type {
        padding-left: 5px;
    }

    .form-3 label {
        /*display: block;*/
        padding: 0 0 5px 2px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        font-size: 11px;
    }

        .form-3 label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            width: 10px;
        }

    .form-3 input[type=text],
    .form-3 input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .form-3 input[type=text]:hover,
        .form-3 input[type=password]:hover {
            border-color: #CCC;
        }

    .form-3 label:hover ~ input {
        border-color: #CCC;
    }

    .form-3 input[type=text]:focus,
    .form-3 input[type=password]:focus {
        border-color: #BBB;
        outline: none; /* Remove Chrome's outline */
    }

    .form-3 input[type=submit],
    .form-3 .log-twitter {
        /* Size and position */
        width: 49%;
        height: 38px;
        float: left;
        position: relative;
        /* Styles */
        box-shadow: inset 0 1px rgba(255,255,255,0.3);
        border-radius: 3px;
        cursor: pointer;
        /* Font styles */
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 14px;
        line-height: 38px; /* Same as height */
        text-align: center;
        font-weight: bold;
    }

    .form-3 input[type=submit] {
        margin-left: 1%;
        background: #fbd568; /* Fallback */
        background: -moz-linear-gradient(#fbd568, #ffb347);
        background: -ms-linear-gradient(#fbd568, #ffb347);
        background: -o-linear-gradient(#fbd568, #ffb347);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
        background: -webkit-linear-gradient(#fbd568, #ffb347);
        background: linear-gradient(#fbd568, #ffb347);
        border: 1px solid #f4ab4c;
        color: #996319;
        text-shadow: 0 1px rgba(255,255,255,0.3);
    }

    .form-3 .log-twitter {
        margin-right: 0%;
        background: #34a5cf; /* Fallback */
        background: -moz-linear-gradient(#34a5cf, #2a8ac4);
        background: -ms-linear-gradient(#34a5cf, #2a8ac4);
        background: -o-linear-gradient(#34a5cf, #2a8ac4);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
        background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
        background: linear-gradient(#34a5cf, #2a8ac4);
        border: 1px solid #2b8bc7;
        color: #ffffff;
        text-shadow: 0 -1px rgba(0,0,0,0.3);
        text-decoration: none;
        width: 100%
    }

        .form-3 input[type=submit]:hover,
        .form-3 .log-twitter:hover {
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
        }

        .form-3 input[type=submit]:active,
        .form-3 .log-twitter:active {
            top: 1px;
        }

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-3 .log-twitter:hover {
    background: #2a8ac4;
}

.form-3 p:last-of-type {
    clear: both;
}

.form-3 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-3 label[for=showPassword] {
    display: inline-block;
    margin-bottom: -5px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-3 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}


/*popup inner*/
/*.popup-title {
    color: #2e95c8;
    background-color: #dff0d8; font-family: arial;
    font-size: 16px; width:96%;
    border-color: #d6e9c6; padding:10px 0px 10px 10px; 
}*/

.xgy {
    color: #2e95c8;
    border-color: #dff0d8;
    border: 2px solid #2e95c8;
    padding: 5px 0px 15px 5px;
    width: 100%;
    margin: 5px;
}

.popup-title {
    color: #2e95c8;
    background-color: #dff0d8;
    font-family: arial;
    font-size: 20px;
    width: 99%;
    border-color: #d6e9c6;
    padding: 5px 0px 5px 5px;
    margin: 5px;
}

.popup-heading {
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0px -2px;
    border-bottom: 2px solid rgb(255, 153, 51);
    font-size: 17px;
    color: #ff9933;
    font-weight: bold;
    font-family: Arial;
    /* text-shadow: 2px 2px 3px #bfbdbd; */
}

.midd_block {
    margin: 0px auto;
    padding: 10px;
    width: auto;
    display: block;
}

.border {
    border-style: solid;
    border-width: thin;
    border-color: #ccc;
    padding: 10px;
}

@font-face {
    font-family: 'VesperLibre-Bold';
    /*src: url('fonts/riesling.eot');*/
    src: local('VesperLibre-Bold'), local('VesperLibre-Bold'), url('fonts/VesperLibre-Bold.ttf') format('truetype');
}
