﻿/*======Font CSS=====*/


@font-face {
    font-family: Coco3;
    src: url(../fonts/Coco3.ttf), url(../fonts/Coco3.eot);
}
/*======Body CSS=====*/

body {


}
.header {
    font-family: Coco3;
    color:#fff;
}
.title {
    font-family: Coco3;
    color:#fff;
    font-size:16px;
}
.title2 {
    font-family: Coco3;
    color:#0055a7;
    font-size:16px;
}

.blueline {
    height:5px;
    background:#0055a7;
    width:100%;
    margin:0;
}

.bglogin{
    background:url(../images/truck1.jpg) no-repeat center center fixed;
    -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;
  

}
.bgApplicant h2 {
     font-family: Coco3;
     text-shadow: 1px 1px #fff;
}
.bgloginfade {
    background-color: rgba(0, 0, 0, 0.7); 
    padding:50px;
    width:50%;
    margin:50px 0;
}
.bgblue {
    background-color: #0055a7; 
    color:#fff;
} 
.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:#0055a7;
}

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;

}

/*.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%;
}
.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 #0055a7;
    }

.btns,
input[type="submit"],
input[type="button"],
button {
    background:#0055a7;
    color:#fff;
    align-content: center;
    display: inline;
    margin:0px;
    border-radius:0;
    border-style:none;
  	background: -webkit-linear-gradient(#0055a7, #003252); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0055a7, #003252); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0055a7, #003252); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0055a7, #003252); /* Standard syntax (must be last) */
    padding:10px;
 }





.btns:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
        background:#212020;
        color:#fff;
 }


/*======Menu CSS=====*/


#navset {
	width:100%;
	position:relative;
    margin:0;
    padding:0;
    top:10px;
/*	z-index:2; */
}
#navset .navbar, #navset .dropdown-menu{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background: ;
    border-radius: 0;
	box-shadow: none;
    top: 0px;
    left: -1px;
}

#navset .dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: none;

}
#navset .dropdown-menu > li > a {
	background: #003252;
	color:#fff;
	border-bottom: 1px #fff dotted;
    padding:10px;
}

#navset i {
    display:block;
    padding-bottom:5px;
}
#navset .navbar-default .navbar-nav > li > a {
    text-align:center;
    color: #fff;
	border: 1px #f6f6f6 solid;
	background:#0055a7;
	background: -webkit-linear-gradient(#0055a7, #003252); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0055a7, #003252); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0055a7, #003252); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0055a7, #003252); /* Standard syntax (must be last) */
	width: 150px;
  
}
#navset .navbar-default .navbar-nav > li > a:hover, 
#navset .navbar-default .navbar-nav > li > a:Active, 
#navset .navbar-default .navbar-nav > li > a:focus,
#navset .dropdown-menu > li > a:hover,
#navset .dropdown-menu > li > a:active,
#navset .dropdown-menu > li > a:active

{
    color: #0055a7;
	border:1px solid #0055a7;
  	background:#fff;
}

#navset .nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float:none;
}




/*======Footer CSS=====*/

.footer {
	background-color:#212020;
    color:#fff;
	font-size:12px;
    border-top:5px solid #fe0000;
    height:80px;
 
}

.footer p{
    padding-top:30px;
    text-align:right;
}

.footer a {
	color:#0055a7;
}
 
/*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;  
        }  