﻿/*======Font CSS=====*/


@font-face {
    font-family: Coco3;
    src: url(../fonts/Coco3.ttf), url(../fonts/Coco3.eot);
}
/*======Body CSS=====*/

body {
}

.content {
    padding: 20px 5px;
    margin: 5px;
    background-color: #fcfcfc;
}

    .content p {
        text-align: justify;
        color: #4d4d4d;
    }

    /*.content h3 {
        padding: 10px 25px;
        background: #005ab8;
        color: #fff;
        font-size: 18px;
    }*/

    .content h3 {
        color: #005ab8;
        border: 3px solid #005ab8;
        padding: 10px 25px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 5px;
    }


.box {
    background-color: #005ab8;
    border-radius: 5px;
}

.box a img {
    padding: 30px 0;
    text-align:center;
}
    .box a img:hover {
        opacity:0.8;
    }



.table tr, .table td {
    border: 2px solid #fff;
    font-size: 14px;
}

.table thead {
    background-color: #e5e5e5;
    color: #000;
}

.content ul li {
    font-size: 12px;
    padding: 8px 0;
}

.header {
    font-family: Coco3;
    color: #fff;
}

.title {
    font-family: Coco3;
    color: #fff;
    font-size: 16px;
}

.title2 {
    font-family: Coco3;
    color: #005ab8;
    font-size: 16px;
}

.blueline {
    background: #005ab8;
    width: 100%;
    margin: 0;
}

.bglogin {
    background-color: #F7F9F9;
    no-repeat: center center fixed;
    /*background-image: url(../images/bg.jpg);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
}

.bgApplicant {
    background: url(../images/truck2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
}

.button-link {
    color: #005ab8;
    text-align:center;
}

    .button-link:hover {
        color: #000;
    }

.bgApplicant h2 {
    font-family: Coco3;
    text-shadow: 1px 1px #fff;
}

.bgloginfade {
    background-color: #e5e5e5;
    padding: 50px;
    width: 50%;
    margin: 50px 0;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .bgloginfade {
        width: 98%;
    }
}

.bggrey {
    background-color: #000 !important;
    height: 100px;
}

.bgblue {
    background-color: #005ab8;
}

.bggold {
    background-color: #b0976e;
}

.dotsborder {
    border-bottom: dashed #cccccc 1px;
}

.space {
    padding: 10px 0;
}

.Otherspace {
    padding: 20px 0;
}

a:hover {
    outline: none;
    text-decoration: none;
    text-decoration: underline;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #005ab8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Coco3;
}

/*======Header CSS=====*/



h3 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}



.datatable {
    font-size: 12px;
    padding: 90px;
}
/*======Form CSS=====*/

.ddl,
input[type="Text"],
input[type="password"] {
    border: 1px solid #ddd;
    width: 100%;
    align-content: center;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 5px;
}

/*.uppercase,
input[type="Text"], 
input[type="password"] {
    border:1px solid #ddd;
    width:100%;
    align-content:center;
    padding:5px;
    margin-bottom:15px;
    font-size:14px;
    text-transform: uppercase;*/

}


.reg input[type="Text"] {
    width: 100%;
    border-radius: 5px;
}

.ddl:hover,
.ddl:active,
.ddl:focus,
input[type="Text"]:hover,
input[type="Text"]:active,
input[type="Text"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus {
    border: 1px solid #005ab8;
}

.btns,
input[type="submit"],
input[type="button"],
button {
    background: #005ab8;
    color: #fff;
    align-content: center;
    display: inline;
    margin: 0px;
    border-radius: 5px;

    padding: 10px;
}


    .btns:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background: #e5e5e5;
        color: #000;
    }


/*======Menu CSS=====*/


#navset {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100px;
    /*	z-index:2; */
}

    #navset .navbar-brand {
        padding: 0;
        margin: 0;
    }

    #navset img {
        padding-right: 50px;
    }

@media only screen and (max-width: 767px) {
    #navset img {
        padding-right: 0px;
        width: 75%;
    }

    body {
        padding: 12px;
    }
}



#navset .navbar, #navset .dropdown-menu {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    top: 0px;
    left: -1px;
}

#navset .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 48px;
    background: none;
}

    #navset .dropdown-menu > li > a {
        background: #005ab8;
        color: #fff;
        border-bottom: 2px #fff solid;
        padding: 10px;
        border-radius: 5px;
    }



#navset i {
    display: block;
    padding-bottom: 5px;
}

#navset .navbar-default .navbar-nav > li > a {
    text-align: center;
    color: #fff;
    border: 2px #fff solid;
    background: #005ab8;
    width: 160px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius:8px;
}

@media only screen and (max-width: 767px) {
    #navset .navbar-default .navbar-nav > li > a {
        width: 100%;
    }
 
}

#navset .navbar-default .navbar-nav > li > a:hover,
#navset .navbar-default .navbar-nav > li > a:Active,
#navset .navbar-default .navbar-nav > li > a:focus {
    color: #005ab8;
    background: #fff;
    border: 2px solid #005ab8;
}

#navset .dropdown-menu > li > a:hover,
#navset .dropdown-menu > li > a:active,
#navset .dropdown-menu > li > a:active {
    color: #000;
    background: #e5e5e5;
}



#navset .nav.navbar-nav {
    justify-content: center;
    flex-wrap: wrap;
    float: none;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    #navset .nav.navbar-nav {
        margin-top: 0px;
    }

    #navset .dropdown-menu {
        margin-top: 0px;
    }
}




/*======Footer CSS=====*/

.footer {
    vertical-align: central;
    color: #212F3D;
    font-size: 12px;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 6px;
    border-top: 5px solid #e5e5e5;
}

   /* .footer p {
        padding-top: 30px;
        text-align: right;
    }

    .footer a {
        color: #005ab8;
    }*/

/*PopUp*/
.BackgroundPop {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 350px;
}

.lblPop {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.radio-list input[type="radio"] {
    width: auto;
    float: left;
    margin-left: 25px;
    margin-bottom: 15px;
}

.radio-list label {
    width: auto;
    display: inline;
    padding-left: 5px;
    float: left;
    margin-top: 0px;
    padding-top: 4px;
    font-weight: normal;
    font-size: 13px;
}

.check-box input[type="checkbox"] {
    width: auto;
    float: left;
    margin-left: 25px;
    margin-bottom: 15px;
}

.check-box label {
    width: auto;
    display: inline;
    padding-left: 5px;
    float: left;
    margin-top: 0px;
    padding-top: 0;
}
