﻿body {
    margin:0px;
    padding:0px;
}
.box {
background:#EEE;
/*border:#808080 1px solid;*/
padding:10px;
}
.box p{
font-size:12px;
color:#666;
padding: 20px;
line-height: 21px;
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
font-family:"Droid Sans"

}
.button_main {
float:right;
width:100px;
height:40px;
}

.button_box {
border-bottom-left-radius:8px;
border-top-right-radius:8px;
float:right;
}
.panel-heading {
font-size:18px;
color:#000;
padding:0 0 10px 0;
 border-bottom:#808080 1x solid;
 text-align:justify;
 
}
.database_main-box {
background:#eeeeee;
padding:10px;
}
.database_main-box h2 {
padding:0 0 0 10px;
}
.list_box {
width:340px; 
font-size:13px;
line-height:40px;
min-height:200px;
border:1px solid #dddddd;
margin-bottom:10px;
}
    .list_box item{
    padding:10px;
    }
.test_box {
width:275px;
/*box-shadow:(#66666 #f2f2f2);*/
background:#fff;
height:50px;
border:#666 1px solid;
margin:10px 0 0 12px;
}
.go {
width:50px;
/*box-shadow:(#66666 #f2f2f2);*/
background:#fff;
height:50px;
border:#666 1px solid;
margin:10px 0 0 12px;
font-size:14px;
}
.footer_box {
background:#e6e6e6;
padding:20px 0 20px 0;

}
.footer_box .col-sm-3{
    box-shadow: 5px 0 5px -5px rgba(0,0,0,.5);
    min-height:300px;
    top: 1px;
    left: 0px;
}
.footer_box .col-sm-3:last-child{
    box-shadow:none;
   
}
.footer_box h3{
    background:#eeeeee;
    padding:10px;
    margin-bottom:10px;
}
.footer_about {

}

.footer_letest {
line-height:30px;
}
.footer_address {
line-height:20px;
}

.logo-cont {
position:absolute;
z-index:100;
background:#fff;
padding:30px 10px 5px 10px;
box-shadow:0 8px 16px -6px rgba(0,0,0,.5);
border-bottom:2px solid #ccc;
  
}
.logo-cont img {
width:150px;
}
.navbar {
border-bottom:5px solid #29a9df;
}
.navbar, .navbar-default {
overflow:visible;
}
.navbar-brand img{
background:#000;
position:absolute;
padding-top:100px;
}

.about_us {
margin:20px 0 0 0;
}
.mission {
margin:0 0 0 10px;
}
.mission li {
font-size:12px;
color:#666;
list-style:outside;
margin: 0 8px  0 5px;
line-height:25px;
}
.about_us-box {
    background:#fff;
    /*height:100px;*/
    }

.about_us-box ul{
    background:#f2f2f2;
    border-right:#d5d2d2 1px solid;
    margin:10px 0 10px 0;
    border-bottom:#d5d2d2 1px solid;
    border-top:#d5d2d2 1px solid;
    }
.about_us-box ul li{
    padding:10px 0 10px 10px;
    color:#000;
    font-size:12px;
    border-left:#11947d 2px solid;
    box-shadow:1px rgba(17,148,125,5);
    
}

.clients {
/*background:#d5d2d2;*/
border:#dbddda 1px solid;
float:left;
}
.clients ul {
}
.clients ul li {
padding:20px 60px;
float:left;
}
.low_menu {
    background:rgba(6,120,182,.8);
    margin-top:-42px;
    z-index:100000;
    position:absolute;
   width:100%;
   margin-bottom:30px;
}
.low_menu ul {
    margin:0;
    padding:0;
    }
    .low_menu ul li:first-child {
        border-left:1px solid #0570ab;
    }
    .low_menu ul li {
    float:left;
    border-right:1px solid #0570ab;
    }
    .low_menu ul li a{
    padding:10px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    }
        .low_menu ul li:hover {
        background:#0279bd;
        }
    
    .low_menu ul .login {
    background:#f16529;
    border:none;
    }
    .low_menu ul .register {
    background:#e44d26;
    border:none;
    }
    .low_menu ul li:last-child a{
    padding:5px 0 0 5px;    
    }
.home-cont {
margin-top:30px;
}
.submit_bt {
margin-left:-75px;
margin-top:10px;
width:60px;
}

.login_main {
 background-color: #f4f4f4;
color: #5a5656;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
}
 a { text-decoration: none; }
h1 { font-size: 1em; }
h1, p {
margin-bottom: 10px;
}
strong {
font-weight: bold;
}
.uppercase { text-transform: uppercase; }

 /* ---------- LOGIN ---------- */
#login {
margin: 50px auto;
width: 300px;
}
form fieldset input[type="text"], input[type="password"] {
background-color: #e5e5e5;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #5a5656;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
height: 50px;
outline: none;
padding: 0px 10px;
width: 280px;
-webkit-appearance:none;
}
form fieldset input[type="submit"] {
background-color: #008dde;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #f4f4f4;
cursor: pointer;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
height: 50px;
text-transform: uppercase;
width: 280px;
-webkit-appearance:none;
}
form fieldset a {
color: #5a5656;
font-size: 10px;
}
form fieldset a:hover { text-decoration: underline; }
.btn-round {
background-color: #5a5656;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
color: #f4f4f4;
display: block;
font-size: 12px;
height: 50px;
line-height: 50px;
margin: 30px 125px;
text-align: center;
text-transform: uppercase;
width: 50px;
}
.filedset input[type=text], input[type=password],select,textarea{
    background:#fff;
    padding:5px;
    border:1px solid #dddddd;
    height:40px;
    width:100%;
}
.filedset input[type=submit] {
    width:100%;
    background:#29a9df;
}       
/*.facebook {
background-color: #0079ce;
border: none;
border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-radius: 0px 3px 3px 0px;
color: #f4f4f4;
cursor: pointer;
height: 50px;
text-transform: uppercase;
width: 250px;
}*/
/*.twitter-before {
background-color: #189bcb;
border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
-webkit-border-radius: 3px 0px 0px 3px;
color: #f4f4f4;
display: block;
float: left;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
}*/
/*.twitter {
background-color: #1bb2e9;
border: none;
border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-radius: 0px 3px 3px 0px;
color: #f4f4f4;
cursor: pointer;
height: 50px;
text-transform: uppercase;
width: 250px;*/

.form-group select {
/*border:#000 1px solid;*/
width:200px;
height:30px;
}

.address {
background:#fff;
padding:10px;
font-size:14px;
}
    .address col {
    font-size:12px;}

    .address1 {
background:#fff;
padding:10px;
font-size:14px;
}
    .address1 span {
    font-size:12px;
    color:#fe8401;
    }
        .address1 span a {
        color:#89b501;
        font-size:13px;
        }
@media screen and (max-width:400px) {
    .navbar-toggle {
    z-index:200;
    }
    .navbar {
    margin-top:30px;
    }
    .social-grid1 h3{
    float:right;
    font-size:18px;
    color:#666;
}
    .home-cont {
margin-top:80px;
}

     .low_menu ul .login {
    background:#f16529;
    border:none;
    width:50%;
    }
    .low_menu ul .register {
    background:#e44d26;
    border:none;
    width:50%;
    }
}
.search-box a{
    padding:0;
}
.searchfield {
padding:5px;
border:none;
border-radius:0px;
width:50px;
transition:all .5s;
}
.searchfield:focus {
    width:200px;
    color:#000;
}
.home-sec {
border:1px solid #dddddd;
padding:10px;

}
    .home-sec img {
    padding:5px;
    box-shadow:0 0 5px rgba(0,0,0,.5);
    margin-bottom:10px;
    transition:all .5s;
    }
    .home-sec:hover > img {
        transform:scale(1.1);
    }
.search_btn {
border:none;
background:#004e7a;
color:#fff;
padding:5px;
margin:0 0 0 -5px;
}
.btn_new {
background:#29a9df;
color:#fff;
padding:5px;
border:none;
}

.grd_jobs {
border:1px solid #ccc;
margin-bottom:30px;
}
    .grd_jobs th {
    padding:10px;
    }
    .grd_jobs td {
    padding:5px;
    }
    .grd_jobs td .lbl_description{
        height:200px;
        width:400px;
        overflow-y:scroll;
    }