@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/

html{
    height: 100%;
}

body{
    height: 100%;
     font-family: 'Oswald' !important;
}

:focus { outline: thin dotted; outline: 0px auto -webkit-focus-ring-color; outline-offset: 0px !important; }
button:focus { outline: thin dotted; outline: 0px auto -webkit-focus-ring-color; outline-offset: 0px !important; }

.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

input[type=checkbox], input[type=radio] {
    margin: 7px -8px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

/* Remove inner shadow from inputs on mobile iOS */
textarea, input[type="text"] {
-webkit-appearance: none;
}

textarea, input[type="password"] { -webkit-appearance: none; }

select.form-control {
  -webkit-appearance: none;
  background: url(../images/down-arrow.png) no-repeat center right;
}

select{
font-size: 50px;
}


/*******common css*************/
/******************************/


/*****************************/
/*********body**************/

.error_msg{
    color: #a94442;
    font-size: 12px;
}
.fixed_bg_col{
    background-image:url('../images/bg.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left center;
    background-attachment: fixed;
    position: fixed;
    height: 100%;
}

.logo{
    float: right;
    padding-top: 20px;
    padding-right:20px;
    padding-bottom: 20px;
}

.lang_btn_p{
    text-align: right;
    padding-right:20px;
}

.lang_btn_p .spec_button {
    width: auto;
    cursor: pointer;
    background-color: #0192a7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    border-style: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
}

.lang_btn_p .spec_button:hover{
    background-color: #005d6b;
}

.spec_text{
    text-align: right;
    color: #000000;
    /*line-height: 40px;
    font-size: 23px;
    padding-top: 7%;*/
    padding-left: 3%;
    padding-right: 20px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    padding-top: 3%;
    
}

.spec_text2{
    text-align: right;
    color: #000000;
    /*line-height: 40px;
    font-size: 23px;*/
    padding-top: 0%;
    padding-left: 10%;
    padding-right: 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    
}

.bottom_text{
    position: absolute;
    bottom: 10px;
    left: 40px;
    color: #000000;
}

.bottom_text a{
    color: #000000;
}

.heading{
    color: #007284;
    font-weight: 900;
    margin-bottom: 20px;
	font-size:28px;
}

.login_heading{
    color: #007284;
    font-weight: 900;
    margin-bottom: 20px;
	font-size:28px;
}

.right_side_col{
    padding-left: 30px;
}

.spec_button{
    width: auto;
    cursor: pointer;
    background-color: #0192a7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    border-style: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
}

.spec_button:hover{
    background-color: #005d6b;
}

.delete_button {
    margin-top: 3px;
    width: auto;
    cursor: pointer;
    background-color: #e63b3b;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 25px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    border-style: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
}

.delete_button:hover{
    color: #ffffff !important;
    background-color: #c70404 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0192a7;
    border-radius: 4px;
    -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;
}

.form-control-feedback {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.inner_logo{
     float: right;
    padding-top: 20px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom: 20px;
}

.inner_top_sec{
    text-align: right;
}

.inner_top_sec h3{
    margin-top: 5px;
}

.page_btn_active{
    border-radius: 5px;
    width: 100%;
    position: relative;
    left: 15px;
    text-align: left;
    background-color: #0192a7 !important;
}

.page_btn_active:after {
    background: url(../images/btn_arrow.png) no-repeat;
    content: "";
    position: absolute;
    right: -22px;
    width: 22px;
    height: 22px;
    top: 14px;
}

.page_btn{
    border-radius: 5px;
    width: 100%;
    position: relative;
    left: 15px;
    text-align: left;
    background-color: #999999 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_btn:hover{
    background-color: #0192a7 !important;
}

.number_count{
    border-radius: 50px;
    background-color: #ffffff;
    color: #000000;
    font-weight: 900;
    padding: 5px;
}

/*accordian*/

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 20px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 20px 20px;
  text-transform: uppercase;
  color: #0192a7;
  border: 1px solid #0192a7;
  border-radius: 5px;
}

.panel-body {
    padding: 25px;
    color: #999999;
     -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ffffff;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #0192a7;
  color: #ffffff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*accordian*/

.help_div{
    border-top: 1px solid #0192a7;
    padding: 20px;
    margin-bottom: 30px;
     -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
}

.help_btn{
    margin-top: 35px;
}

.bg_color_text{
    background-color: #0192a7;
    padding: 20px;
    color: #ffffff;
    font-weight: 900;
    border-radius: 5px;
}


/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/


.footer_text{
    text-align: right;
color: #888888;
font-size: 13px;
font-weight: 300;
}


/*****************************/
/*********footer**************/


/*modal*/
.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }
    
    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

/*Left*/
    .modal.left.fade .modal-dialog{
        left: -320px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
             -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    
    .modal.left.fade.in .modal-dialog{
        left: 0;
    }
        
/*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

/* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #FAFAFA;
    }
    /*modal*/





/*****************************/
/*********check box style**************/

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.check {
    display: block;
    position: absolute;
    border: 5px solid #3ac22a;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
   
    border: 5px solid #3ac22a;
}
input[type=radio]:checked ~ .check::before {
    background: #17a0da;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -50px;
    margin-top: 3px;
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: 10px;
    margin-left: 40px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #08a101;
    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**************/


/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA===============*/
/*===============Backend Develpment- THUSHARA PERERA======================*/
/*========================================================================*/