﻿.wraper .contents {
    min-height: 600px !important;
    display: block;
    overflow: hidden;
}
.contuct {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.contuct h2, .iconcolore {
    color: #8B6700 !important;
}

.form-control {
    background-color: #171717;
    border-radius: 0px;
    border: 1px solid #323232;
    color: #d6d8dd;
}
input, select, textarea {
    width: 100%;
    max-width: 100%;
}
.dbody ul li {
    list-style: none;
    background: transparent url("images/listStyle.png") no-repeat scroll left 2px;
    color: #999999;
    font: 400 12px/18px Arial;
    margin-bottom: 5px;
    padding-left: 15px;
}
/*********** checkbox http://blog.karenmenezes.com/2014/nov/1/another-pure-css-checkbox-article/ */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    color: #e8e8e9;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #161616;
    border: 1px solid #00f000;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\2022";
    font-family: 'FontAwesome';
    background: #161616;
    color: #2e8d06;
    font-size: 10px;
    padding-left: 1px;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 0%;
}
.radio-custom:checked + .radio-custom-label::before {
    color: #8B6700;
    content: "•";
    font-family: "FontAwesome";
    font-size: 38px;
    line-height: 11px;
}
@media screen and (max-width: 980px) and (min-width: 768px) {
    .radio-custom + .radio-custom-label::before {
        border-radius: 0;
        line-height: 13px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 421px) {
    .radio-custom:checked + .radio-custom-label::before {
        line-height: 13px;
    }
}
@media(max-width: 420px) {
    .radio-custom:checked + .radio-custom-label::before {
        line-height: 12px;
    }
    .gradBackground h2 {
        font-size: 23px;
    }
    .leftPadding label {
        margin-left: 13px;
    }
}
/**************************************************************************************************/
/*------------------------rifat------------------------------*/
@media(max-width: 767px) {
    .gradBackground .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: -webkit-linear-gradient(0deg,#aacc03, #508803) !important;
        background-color: -o-linear-gradient(0deg,#aacc03, #508803) !important;
        background: -moz-linear-gradient(-90deg, #aacc03, #508803) !important;
        color: rgb(3,3,3) !important;
    }
    .nav li:hover {
        background: none !important;
    }
}
.spacing {
    padding-top: 20px;
    padding-bottom: 15px;
}
.gradBackground {
    background-image: url("../Images/menu.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.leftPadding {
    float: left;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 10px;
}
.agetableImage img {
    width: 100%;
}
.gradBackground .nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 30px;
}
.gradBackground .nav-tabs, .nav-pills {
    text-align: center;
}
.gradBackground .nav.nav-tabs li a {
    background-color: rgb(188,190,195);
    background: linear-gradient(90deg, #828489, #d6d8dd) !important;
    background-color: -webkit-linear-gradient(90deg, #828489, #d6d8dd) !important;
    background-color: -o-linear-gradient(90deg, #828489, #d6d8dd) !important;
    background: -moz-linear-gradient(90deg, #828489, #d6d8dd) !important;
    color: rgb(3,3,3);
    -webkit-transition: all ease-out 0.1s 0.2s;
    transition: all ease-in-out 0.1s 0.2s;
    border: 0px;
}
.gradBackground .nav.nav-tabs li a:hover {
    background-color: #00c0ee;
    background: linear-gradient(90deg, #005c72, #00c0ee) !important;
    background-color: -webkit-linear-gradient(90deg, #005c72, #00c0ee) !important;
    background-color: -o-linear-gradient(90deg, #005c72, #00c0ee) !important;
    background: -moz-linear-gradient(90deg, #005c72, #00c0ee) !important;
    color: rgb(3,3,3);
    -webkit-transition: all ease-out 0.1s 0.2s;
    transition: all ease-in-out 0.1s 0.2s;
    border: 0px;
}
.gradBackground .nav-tabs > li.active > a,
.gradBackground .nav-tabs > li.active > a:focus,
.gradBackground .nav-tabs > li.active > a:hover {
    background: linear-gradient(-90deg, #00f000, #006d00) !important;
    background-color: -moz-linear-gradient(-90deg, #00f000, #006d00) !important;
    background-color: -moz-linear-gradient(-90deg, #00f000, #006d00) !important;
    background: -moz-linear-gradient(-90deg, #00f000, #006d00) !important;
    color: rgb(3,3,3) !important;
    border: 0px;
}
.navtab-header {
    font-family: arial;
    font-size: 16px;
    text-shadow: 0px 2px rgb(255, 255, 255);
}
.gradBackground h2 {
    text-align: center;
    color: #8b6700;
    padding-top: 5px;
    font-size: 25px;
    font-weight: bold;
}
.leftPadding {
    float: left;
    padding-left: 10px;
}
.col-attendanceInfo ul {
    list-style-image: url('../Content/images/listStyle.png');
}
.col-attendanceInfo li {
    color: #a2a2a2;
}
/*********************************************************************** BUTTON ****************************************************************************************/
.button_bss {
    height: 35px;
    border: 1px solid #085571;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    padding: 6px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(217,217,217,0.3);
    font-weight: bold;
    color: #050505;
    background-color: #0C7CA5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003149), to(#008cbe));
    background-image: -webkit-linear-gradient(top, #003149, #008cbe);
    background-image: -moz-linear-gradient(top, #003149, #008cbe);
    background-image: -ms-linear-gradient(top, #003149, #008cbe);
    background-image: -o-linear-gradient(top, #003149, #008cbe);
    background-image: linear-gradient(to bottom, #003149, #008cbe);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#003149, endColorstr=#008cbe);
}
 .button_bss:hover {
    color: #050505;
    border: 1px solid #053546;
    background-color: #095875;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#095875), to(#00131e));
    background-image: -webkit-linear-gradient(top, #095875, #00131e);
    background-image: -moz-linear-gradient(top, #095875, #00131e);
    background-image: -ms-linear-gradient(top, #095875, #00131e);
    background-image: -o-linear-gradient(top, #095875, #00131e);
    background-image: linear-gradient(to bottom, #095875, #00131e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#095875, endColorstr=#00131e);
}
.button_login {
    border: 1px solid #a85f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #E07F00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E07F00), to(#C74F00));
    background-image: -webkit-linear-gradient(top, #E07F00, #C74F00);
    background-image: -moz-linear-gradient(top, #E07F00, #C74F00);
    background-image: -ms-linear-gradient(top, #E07F00, #C74F00);
    background-image: -o-linear-gradient(top, #E07F00, #C74F00);
    background-image: linear-gradient(to bottom, #E07F00, #C74F00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E07F00, endColorstr=#C74F00);
}
.button_login:hover {
    border: 1px solid #7a4500;
    background-color: #ad6200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad6200), to(#E78404));
    background-image: -webkit-linear-gradient(top, #ad6200, #E78404);
    background-image: -moz-linear-gradient(top, #ad6200, #E78404);
    background-image: -ms-linear-gradient(top, #ad6200, #E78404);
    background-image: -o-linear-gradient(top, #ad6200, #E78404);
    background-image: linear-gradient(to bottom, #ad6200, #E78404);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ad6200, endColorstr=#E78404);
}
/***************************************************************************************************************************************************************/
/*****************************************************************************Sagor**********************************************************************************/
.align {
    width: 94%;
    margin: 0 auto;
}
.boxDesingLeft {
    width: 49%;
    background-color: #1B1B1B;
    height: auto;
    float: left;
    position: relative;
    border: 1px solid #000;
}
.boxDesingRight {
    width: 49%;
    background-color: #1B1B1B;
    height: auto;
    float: left;
    position: relative;
    border: 1px solid #000;
}
.divLinkImg {
    background-color: #171717;
    -moz-box-shadow: inset 0px 7px 30px -10px #101010, inset 7px 0px 30px -10px #101010;
    -webkit-box-shadow: inset 0px 7px 30px -10px #101010, inset 7px 0px 30px -10px #101010;
    box-shadow: inset 0px 7px 30px -10px #101010, inset 7px 0px 30px -10px #101010;
    height: 70%;
    margin: 10px auto;
    padding: 28px 0;
    width: 80%;
}
.TextStyle {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-left: 30%;
}
.imgPosLeft {
    float: left;
    width: 40%;
}
.imgPosright {
    float: right;
    margin-top: -75px;
    width: 90%;
}
.gradiantGray-holder {
    overflow: hidden;
    width: 100%;
}
.gradiantGray-holder span {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center top, rgba(56, 55, 56, 1) 0%, rgba(46, 46, 46, 1) 18%, rgba(8, 8, 8, 1) 44%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    display: block;
    height: 100px;
      margin: 0 auto;
    width: 90%;
}
.gradiantGray-holder span h1 h2 h3 {
    color: #8b6700;
    padding-bottom: 31px;
    text-align: center;
    font-weight: bold;
}
@media(max-width: 720px) {
    .boxDesingLeft {
        width: 100%;
        margin: 0 auto;
    }
    .boxDesingRight {
        width: 100%;
        margin: 0 auto;
    }
    .divLinkImg {
        width: 70%;
    }
    .TextStyle {
        font-size: 26px;
    }
}
@media(max-width: 520px) {
    .TextStyle {
        font-size: 18px;
    }
    .Imgresize {
        height: 75px;
    }
    .bimg {
        margin-top: 20px;
    }
    .gradiantGray-holder h2 {
        font-size: 24px;
    }
    .imgPosright {
        float: right;
        margin-top: -60px !important;
        width: 97%;
    }
}
/***************************************************************************************************************************************************************/
label {
    color: #cccccc;
}
ul li:first-letter {
    text-transform: uppercase;
}
/********************************************************VALIDATION SIGN**********************************************************/
.required:after {
    content: "*";
    font-weight: bolder;
    color: #ff0000;
    margin-left: 5px;
}
/* ===================================================================Edited By Morshed========================================================= */
/* ==================================Candidate age Page=============================*/
.gradBackground #datetimepicker1 {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}