@charset "utf-8";

/*
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstamil.css);
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

body,
html {
    height: 100%;
}


#bglogo {
    width: 100px;
    height: 100px;
    background: url(../images/logo.png) 65% 0;
    background-repeat: no-repeat;
    margin-left: 200px;
}

#bgheader {
    margin-top: 50px;
    background: #e5e5e5 url(../images/bg_main_02.jpg) 65% 0;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.login-body {
    background: url(../images/login_bg.jpg);
    background-repeat: no-repeat;
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-body .content .body,
.login-body .content .footer {
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
}

.text-center {
    padding-top: 20px;
}

.col-xs-12 {
    background-color: #fff;
}


input[type=radio].css-checkbox {
    display: none;
}

input[type=radio].css-checkbox+label.css-label {
    padding-left: 33px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -28px;
}

input[type="text"]:disabled,
select:disabled,
textarea:disabled {
    background: #fff;
    border: 0px;
    cursor: default;
    border-bottom: #33CCCC 1px dashed;
}


/* autoComplete styles */
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);

    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

#register-box {
    width: 720px;

}

@media screen and (max-width: 767px) {
    #register-box {
        width: 50%;
    }
}

#profile {
    margin-bottom: 10px;
}

#profile_pic_upl {
    width: 200px;
    height: 200px;
    background: #ccc;
}

/* Footer  */
.footer-distributed {
    background-color: #025a28;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}




@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}



/*
Custom CSS
 */
/********* FORM **********/
.form-input-group {
    /*padding: 5px;*/
    /*margin: 5px;*/
    border: 1px solid #eeefff;
}

.web-form-shadow {
    box-shadow: 10px 10px 5px grey;
}

.web-form label {
    color: #000;
    padding-bottom: 5px;
    text-align: left;
    font-weight: bolder;
}

.form-label {
    font-family: 'Noto Sans', sans-serif;
    color: #888;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: right;
    font-weight: normal;
}

.form-text {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: left;
    font-weight: bold;
}

.edit-form {
    background: #eeefff;
}

.form-group-error ul {
    margin-left: 10px;
}

.form-group-error li {
    text-align: left;
    list-style: disc;
    padding: 2px 5px 2px 5px;
}

.form-error-highlight {
    box-shadow: 0 0 5px #f22c40;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #f22c40;
}

input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

.border-right {
    border-right: 2px solid #ddd;
}

.borders {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    margin: -1px;
}

.border-left {
    border-left: 2px solid #ddd;
}

.vertical-divider {
    border-left: 2px solid #ddd;
    width: 5px;
    height: 100%;
    position: fixed;
}

/****** TABLE *********/
.dataTable tbody .selected {
    background: #c4e3f3 !important;
}

.dataTable tbody tr td {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
}

.dataTable thead tr {
    background: #696969;
    font-weight: bolder;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

.dataTable thead tr td {
    font-family: 'Noto Sans', sans-serif;
}

.table-help td {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    background: #e2ebf3;
}

.table-help td li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
}

.item-bullet-0 {
    width: 30px;
    height: 30px;
    background: #ccc;
}

.item-bullet-1 {
    width: 30px;
    height: 30px;
    background: red;
}

.item-bullet-2 {
    width: 30px;
    height: 30px;
    background: blue;
}

.item-bullet-3 {
    width: 30px;
    height: 30px;
    background: green;
}

.item-bullet-4 {
    width: 30px;
    height: 30px;
    background: yellow;
}

.item-bullet-5 {
    width: 30px;
    height: 30px;
    background: orange;
}

.item-bullet-4 {
    width: 30px;
    height: 30px;
    background: #fff;
}

.dt-body-right {
    text-align: right;
}

/***** Sweet Alert ******/
.swal2-popup button {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-weight: bold;
}

/** LOGS **/
.logs .item {
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.logs .item .log-header {
    font-weight: bolder;
    margin-bottom: 10px;
}

.logs .item .log-body {
    margin-top: 10px;
}

/** Swal **/
.swal-type1 {
    width: 450px;
    font-size: 11px;
}

/* TEXT */
.box-body {
    font-family: 'Noto Sans', sans-serif;
}

.form-group label {
    font-family: 'Noto Sans', sans-serif;
    color: #888;
    font-weight: normal;
}

.form-group input,
select {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-weight: bold;
}

table td,
th {
    font-family: 'Noto Sans', sans-serif;
}

h3 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    padding: 5px 0 5px 0;
}

h4 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 0 5px 0;
}

h5 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0 5px 0;
}

h6 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0 5px 0;
}

.text-right-bold {
    text-align: right;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.text-style1 {
    font-family: 'Noto Sans', sans-serif;
    color: #888;
    font-weight: normal;
}

ol li {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 5px;
}