@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
@import url('../fonts/stylesheet_sinhala.css');
@import url('../fonts/stylesheet_tamil.css');
/******* fonts *********/


.sinhala_text{
    font-family: 'Iskoola Pota' !important;
    font-weight: 500;
}

.tamil_text{
    font-family: 'LathaRegular' !important;
    font-weight: 500;
    font-size: 13px;
}



body{
    font-family: 'Roboto' !important;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

.no_padd_right{
    padding-right: 0px;
}

input[type=checkbox], input[type=radio] {
    margin: 7px -8px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #000000;
}

a{
    text-decoration: none !important;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/


.page_top_row{
    border-top: 5px solid #d7e2eb;
}

.user_text{
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #323232;
    font-weight: 300;
}

.btn-default {
    color: #ffffff;
    background-color: #bd8174;
    border-color: #bd8174;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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: 0px;
}

.top_title_container{
    padding: 0px;
    color: #000;
}

.top_title{
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    margin-top: 20px;
    color: #bd8174;
    line-height: 25px;
    text-transform: uppercase;
}

.top_title2{
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    margin-top: -6px;
    margin-bottom: 10px;
    color: #bd8174;
}
/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/



/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/
.access_time{
    text-align: right;
    margin-left: 15px;
    padding-right: 0;
}
.access_date{
    margin-left: -15px;
}

.section_heading{
    font-size: 15px;
    font-weight: 600;
    background-color: #999999;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    width: 15%;
    margin-top: 10px;
}

.tooltip {min-width:200px;}

.page_content_row{
    border: 1px solid #93a4c1;
    padding: 15px;
}


.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.has-feedback label~.form-control-feedback {
    top: 20px;
}

.details{
    text-transform: uppercase;
}


/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/

.gov_logo{
    float: left;
    margin-right: 20px;
}

.footer{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eeeeee;
}

.footer_text_2{
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}


/*****************************/
/*********footer**************/




/*****************************/
/*********check box style**************/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label, .radio label {
    min-height: 20px;
     padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #bd8174;
    border-radius: .25em;
    width: 1.5em;
    height: 1.4em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*****************************/
/*********check box style**************/