* {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

html, body {
}

    html, html a, body {
        -webkit-font-smoothing: antialiased;
    }

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

button {
    cursor: pointer;
    border: none;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body {
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
    font-size: 100%;
    color: #000;
    line-height: 100%;
    font-style: normal;
    font-weight: normal;
}

input {
    background: #FFF;
    border: none;
    width: auto;
    height: auto;
    /*height: 42px;*/
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    behavior: url(PIE.htc);
}

    input[type="text"] {
        height: 42px;
    }

textarea {
    background: #FFF;
    border: none;
    width: auto;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    behavior: url(PIE.htc);
}
/*input[type=text]:focus{
	background:#DDF5FF;
	border:1px solid #AEE9FF;
}*/
/*select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}*/

::selection {
    background: #327e83;
    color: #FFFFFF;
    text-shadow: none;
}

::-moz-selection {
    background: #327e83;
    color: #FFFFFF;
    text-shadow: none;
}

input[type=text] {
    border: 1px solid #327e83;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=checkbox] {
    vertical-align: top;
}

input[type=radio] {
    height: auto;
    vertical-align: top;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

    a:hover,
    a:focus {
        color: #2e7d83;
        text-decoration: none;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.clearfix {
    clear: both;
    /*content:" "; never use this property error in opera*/
    display: block;
    font-size: inherit;
    /*height: 0;*/
    line-height: 0;
}


h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 110%;
    text-transform: uppercase;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 110%;
    text-transform: none;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 110%;
    margin-bottom: 10px;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 110%;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 110%;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 110%;
}

p {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 170%;
    margin-bottom: 10px;
}

    p:last-child {
        margin-bottom: 0px;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
/*-------------------Index Page Start-----------------------------*/
#section, #footer {
    /* margin: 0 auto;
    max-width: 1620px;
    width: auto;*/
}

.header {
    float: left;
    width: 100%;
}

#header {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0 0;
    position: fixed;
    z-index: 99;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    top: 0;
    background: #ffffff;
}

    #header.affix {
        background-color: #FFF;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    }

.header_main {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 170px;
    height: 77px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

    .logo img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.4s ease-out 0s;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        object-fit: contain;
    }

#header.affix .logo {
    width: 120px;
    height: 55px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.header_right {
    float: left;
    width: 100%;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    text-align: center;
}

#header.affix .btn-primary {
    margin-top: 0px;
}

.nav {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.nav_main {
    float: left;
    width: 100%;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    margin: 0 0 -4px;
    text-align: center;
}

    .nav_main ul {
        float: none;
        width: auto;
        height: auto;
        display: inline-block;
        margin: 0 auto;
    }

        .nav_main ul li {
            float: none;
            width: auto;
            position: relative;
            padding: 0;
            transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            display: inline-block;
        }

            .nav_main ul li a {
                float: left;
                width: auto;
                height: auto;
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                font-weight: 500;
                color: #333333;
                line-height: 120%;
                text-decoration: none;
                padding: 15px 10px;
                text-transform: uppercase;
                transition: all 0.25s ease 0s;
                -webkit-transition: all 0.25s ease 0s;
                -moz-transition: all 0.25s ease 0s;
                position: relative;
                overflow: hidden;
                z-index: 1;
            }

                .nav_main ul li a:before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 100%;
                    top: -100%;
                    left: 0;
                    transition: all 0.25s ease 0s;
                    -webkit-transition: all 0.25s ease 0s;
                    -moz-transition: all 0.25s ease 0s;
                    background: #327e83;
                    z-index: -1;
                }

            .nav_main ul li:hover a, .nav_main ul li.current-menu-item a {
                color: #ffffff;
            }

                .nav_main ul li:hover a:before, .nav_main ul li.current-menu-item a:before {
                    top: 0;
                }

#header.affix .nav_main ul li:hover a:before, #header.affix .nav_main ul li.current-menu-item a:before {
    top: 0;
}

.image-box {
    float: left;
    width: 100%;
    text-align: center;
}

    .image-box img {
        margin: 10px auto;
    }

/*-----------------black-part-cover-------------------*/
/*.main-banner::before {
    background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
    background-repeat: repeat-x;
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
/*-----------------black-part-cover--end-------------------*/



#section {
    float: left;
    width: 100%;
    height: auto;
}

.myraw {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.main-banner {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    border: none;
    color: rgb(255, 255, 255);
    /*height: 130px;*/
    height: 100px;
    margin-top: 140px;
    position: relative;
    /*background: #327e83;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: rgba(255,255,255,1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*background: -webkit-linear-gradient(90deg, #c2e8ea 0, #307e83 100%);
    background: -moz-linear-gradient(0deg, #c2e8ea 0, #307e83 100%);
    background: linear-gradient(0deg, #c2e8ea 0, #307e83 100%);*/
    background-color:rgb(48, 117, 88);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
}

    .main-banner .container {
        height: 100%;
        position: relative;
    }

    .main-banner h1 {
        width: auto;
        text-align: center;
        position: absolute;
        top: 35%;
        left: 14px;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        text-transform: none;
        color: white;
    }

        .main-banner h1:before {
            width: 100%;
            height: 3px;
            bottom: -8px;
            content: "";
            position: absolute;
            left: 0;
            transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
        }

.float {
    float: left;
    width: 100%;
}

.bg-header {
    background: #fee6c5;
    margin-top: 15px;
    border-top: 3px solid #327e83;
    border-bottom: 1px solid #327e83;
}

.btn-primary {
    display: inline-block;
    font-size: 12px;
    line-height: 120%;
    padding: 12px 18px;
    /*background: #2e7d83;
    color: #ffffff;
    
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    margin: 15px 5px 0;
    -moz-box-shadow: 3px 4px 0px 0px #2e7d83;
    -webkit-box-shadow: 3px 4px 0px 0px #2e7d83;
    box-shadow: 3px 4px 0px 0px #2e7d83;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2baab3), color-stop(1, #388e94));
    background: -moz-linear-gradient(top, #2baab3 5%, #388e94 100%);
    background: -webkit-linear-gradient(top, #2baab3 5%, #388e94 100%);
    background: -o-linear-gradient(top, #2baab3 5%, #388e94 100%);
    background: -ms-linear-gradient(top, #2baab3 5%, #388e94 100%);
    background: linear-gradient(to bottom, #2baab3 5%, #388e94 100%);
    background-color: #2baab3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #2e7d83;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2e7d83;
    font-family: 'Roboto', sans-serif;
}

    .btn-primary:hover,
    .btn-primary:focus {
        /*background: #1e6d73;
	color: #ffffff;
	text-decoration: none;*/
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #388e94), color-stop(1, #2baab3));
        background: -moz-linear-gradient(top, #388e94 5%, #2baab3 100%);
        background: -webkit-linear-gradient(top, #388e94 5%, #2baab3 100%);
        background: -o-linear-gradient(top, #388e94 5%, #2baab3 100%);
        background: -ms-linear-gradient(top, #388e94 5%, #2baab3 100%);
        background: linear-gradient(to bottom, #388e94 5%, #2baab3 100%);
        background-color: #388e94;
    }

    .btn-primary:active {
        position: relative;
        top: 1px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2baab3), color-stop(1, #388e94));
        background: -moz-linear-gradient(top, #2baab3 5%, #388e94 100%);
        background: -webkit-linear-gradient(top, #2baab3 5%, #388e94 100%);
        background: -o-linear-gradient(top, #2baab3 5%, #388e94 100%);
        background: -ms-linear-gradient(top, #2baab3 5%, #388e94 100%);
        background: linear-gradient(to bottom, #2baab3 5%, #388e94 100%);
        background-color: #2baab3;
    }

.box {
    padding: 30px 14px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    background: #fee6c5;
    border: 2px solid #327e83;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .box:hover,
    .box:active {
        box-shadow: 0px 0px 6px #327e83;
        -webkit-box-shadow: 0px 0px 6px #327e83;
        -moz-box-shadow: 0px 0px 6px #327e83;
    }

.our-access-block {
    padding-top: 10px;
}

.authority-list, .our-access {
    text-align: center;
    margin-top: 30px;
}

.access-img {
    width: 100%;
    height: 150px;
    line-height: 150px;
}

    .access-img .img-responsive {
        display: inline-block;
        mix-blend-mode: multiply;
        -moz-mix-blend-mode: multiply;
        -webkit-mix-blend-mode: multiply;
        background-size: contain;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
    }

.box:hover .access-img .img-responsive {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.footer {
    background: #2a261e;
    padding: 20px 0;
}

.footer-nav li {
    display: inline-block;
    width: auto;
    margin: 5px 10px;
}

    .footer-nav li a {
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff;
    }

.copyrights {
    color: #ffffff;
    border-top: 1px solid #a8a090;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    background: #2a261e;
}

.footer-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}
/*--------------------------*/
.form-control {
    height: 44px;
    line-height: 120%;
    box-shadow: none;
    /*color: #327e83;*/
    border: 1px solid #327e83;
}

    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        /*color: #327e83;*/
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        /*color: #327e83;*/
    }

    .form-control:-ms-input-placeholder { /* IE 10+ */
        /*color: #327e83;*/
    }

    .form-control:-moz-placeholder { /* Firefox 18- */
        /*color: #327e83;*/
    }

.authority-logo {
    border: 1px solid #327e83;
    padding: 10px;
    width: 100%;
    float: left;
}

    .authority-logo input {
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
    }

textarea.form-control {
    height: 100px;
}

.form-control:focus {
    border: 1px solid #327e83;
}

.note {
    color: #111111;
    font-size: 14px;
    margin-top: 50px;
}

.inner-forms {
    padding: 30px;
    border: 2px solid #327e83;
}
/*.form-group {
    margin: 0 0 20px;
    display: inline-block;
    width: 33%;
}*/
/*.form-group:nth-child(2n){
	float: right;
}
.authority-list h4{
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;	
}*/
.authority-list .btn-primary {
    clear: unset;
}

.authority-list .box {
    padding: 30px;
}

.authority-block.myraw {
    padding-top: 30px;
}

.inner-forms .btn-primary {
    display: block;
    clear: both;
}

label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-creator .pull-left .form-group {
    width: 49%;
}

.profile-creator .pull-left .full .form-group {
    width: 100%;
}
/*.profile-creator .full{
	border-bottom: 1px dashed #cfd3de; 
}*/
.full.padtop {
    padding-top: 20px;
}

.profile-creator .pull-left .full .col2 .form-group {
    width: 49%;
}

    .profile-creator .pull-left .full .col2 .form-group.full-width {
        width: 100%;
    }

.text-label {
    font-size: 14px;
}

.section-box .form-group.text-area {
    width: 100%;
}

.left {
    float: left !important;
}

.guide-raw .general-care-status {
    padding-left: 25px;
    border-left: 1px solid #327e83;
}

.funkyradio div {
    display: inline-block;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding-right: 10px;
}

.guide-col label {
    font-size: 12px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

        .funkyradio input[type="radio"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 34px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            background: #D1D3D4;
            border-radius: 3px 3px 3px 3px;
            border: 0px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.guide-col {
    background: #eeeeee;
    padding: 15px;
}

.funkyradio.radio-box label {
    padding: 0px;
    height: 35px;
    width: 35px;
    font-size: 0px;
}

.funkyradio.radio-box div {
    margin-right: 10px;
}

.funkyradio.radio-box {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

.guide-col h6 {
    margin-top: 10px;
}

.profile-creator textarea.form-control {
    height: 80px;
}

.profile-creator h3, .weekly-report h3 {
    background: #327e83;
    padding: 10px 15px;
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 4px;
}

.weekly-report h3 {
    margin-top: 15px;
}

.img-box {
    text-align: center;
    margin-bottom: 20px;
}

.main-banner img {
    margin-top: 25px;
    width: auto;
    display: inline-block;
    height: 95px;
}

.my-pro {
    width: 150px;
    height: 160px;
    float: none;
    margin: -40px auto 0;
    display: inline-block;
    border: 3px solid #327e83;
}

    .my-pro img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        margin: 0 auto;
        padding: 5px;
    }

    .my-pro h5 {
        border-top: 3px solid #327e83;
        padding: 5px;
    }

.profile-summary .form-group {
    width: 48%;
    margin-right: 2%;
}

.referral-raw {
    padding: 20px;
    margin-top: 30px;
}

.green-bg {
    background: #eeeeee;
}

.social-worker-details {
    border-top: 1px dashed #327e83;
    padding-top: 20px;
    margin-top: 10px;
}

    .social-worker-details p,
    .social-worker-details a {
        font-size: 16px;
        margin: 0px;
    }

    .social-worker-details a {
        color: #327e83;
    }

.chart-raw {
    margin-top: 30px;
    margin-bottom:30px;
}

.seprator {
    height: 30px;
    border-style: solid;
    border-color: #327e83;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin: 40px 0 15px;
}

    .seprator:before {
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: #327e83;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }

.reports-raw .report-col {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
    position: relative;
}

.reports-raw h4 {
    padding: 10px;
    border-bottom: 1px dashed #324a5e;
    margin: 0px;
    text-transform: capitalize;
}

.reports-raw {
    margin-top: 15px;
}

    .reports-raw .btn-primary {
        margin-top: 5px;
        box-shadow: none;
        padding: 10px 15px;
    }

    .reports-raw:first-child {
        margin-top: 00px;
    }

.inner-content {
    min-height: 700px;
}

.report-doc {
    margin-top: 30px;
    display: block;
}

.funkyradio.care-sts label {
    margin-top: 10px !important;
}

.access-btn .btn-primary {
    margin: 0 0 0 15px;
}

.access-btn {
    margin-top: -5px;
    margin-bottom: 30px;
}

p.form-control {
    line-height: 160%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    height: auto;
    padding: 10px 0;
}

.profile-summary .form-group {
    float: left;
}

p.form-control a {
    margin-right: 10px;
    color: #327e83;
}

.form-group.text-area {
    width: 98%;
}

.report-col .img-responsive {
    width: 80px;
    margin: 0 auto;
}

.folder-link {
    position: relative;
    display: inline-block;
}

    .folder-link span {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: rgba(0,0,0,0.5);
        color: #ffffff;
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-weight: 500;
    }

.tabbing-raw h3 {
    float: left;
    width: 100%;
}

.nav-tabs > li {
    width: 25%;
    text-align: center;
    background: #9acbce;
    margin: 0px;
}

    .nav-tabs > li > a {
        color: #327e83;
        border-radius: 0px;
        line-height: 120%;
        border: 0px;
        text-transform: none;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: #327e83;
        color: #ffffff;
        border: 0px;
        border-radius: 0px;
        line-height: 120%;
    }

    .nav-tabs > li > a:hover {
        background: #327e83;
        color: #ffffff;
    }

.nav-tabs-horizontal,
.tab-content {
    float: left;
    width: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #327e83;
}

.tab-pane {
    float: left;
    width: 100%;
    padding: 20px;
    border-left: 1px solid #327e83;
    border-right: 1px solid #327e83;
    border-bottom: 1px solid #327e83;
}

.team-list {
    text-align: center;
    margin-top: 30px;
}

    .team-list:first-child {
        margin-top: 0px;
    }

    .team-list .img-responsive {
        margin: 0 auto;
        height: 100px;
        width: auto;
        padding-top: 10px;
    }

    .team-list .img-box {
        height: 100px;
        margin-top: 20px;
    }

.btn-link {
    border: 1px solid #327e83;
    color: #327e83;
    padding: 4px 10px;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    font-weight: 600;
}

    .btn-link:hover {
        color: #ffffff;
        background: #327e83;
        text-decoration: none;
    }

.team .seprator {
    margin-bottom: 0px;
}

.team-list .box {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
}

    .team-list .box h4 {
        position: absolute;
        left: 0;
        top: 0;
        padding: 8px 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
        background: #327e83;
        text-transform: uppercase;
    }

.marg-top {
    margin-top: 10%;
}
/*--------------------------*/

/*box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;
	
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	behavior:url(PIE.htc);
	position:relative;
	



    font-family: 'Roboto', sans-serif;
	
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:200%;
	
	*/


/*Validation*/
.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: 1px solid red;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.note-error {
    /*background: #e66760;
    color: #ffffff;*/
    color: red;
    font-size: 12px;
    margin-top: 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.main-banner .btn-primary {
    margin-top: 50px;
}


/*-------------login section start------------*/
.login-section {
    position: relative;
    text-align: center;
}

    .login-section h1 {
        color: #2e7d83;
        text-align: center;
        margin-top: 40px;
        font-family: 'Raleway', sans-serif;
    }

.member-form {
    width: 44%;
    padding: 30px;
    margin: 30px auto;
    float: none;
    display: inline-block;
    background: #fee6c5;
    box-shadow: 0 0 20px rgba(51,51,51,0.4);
    -moz-box-shadow: 0 0 20px rgba(51,51,51,0.4);
    -webkit-box-shadow: 0 0 20px rgba(51,51,51,0.4);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);*/
}

    .member-form form {
        float: left;
        width: 100%;
        text-align: left;
    }

    .member-form .form-control {
        background: transparent;
    }

    .member-form .form-group * {
        font-family: 'Raleway', sans-serif;
    }

    .member-form .form-group .fa {
        font-family: FontAwesome;
        color: #327e83;
    }

    .member-form .fa-envelope {
        font-size: 13px;
    }

.forgot-pass {
    text-align: right;
    margin-top: 25px;
}

    .forgot-pass a,
    .or-signup p a {
        font-size: 14px;
        color: #2e7d83;
    }

        .forgot-pass a:hover,
        .or-signup p a:hover {
            color: #0e5d63;
        }

.or-raw {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

    .or-raw span {
        background: #fee6c5;
        padding: 0 10px;
        position: relative;
    }

    .or-raw:before {
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 1px;
        content: "";
        background: #2e7d83;
    }

.social-connect {
    text-align: center;
}

    .social-connect ul {
        display: inline-block;
    }

        .social-connect ul li {
            display: inline-block;
            margin: 0 5px;
        }

            .social-connect ul li a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                color: #ffffff;
                display: inline-block;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
            }

                .social-connect ul li a.ic-fb {
                    background: #4267b2;
                }

                    .social-connect ul li a.ic-fb:hover {
                        background: #3257a2;
                    }

                .social-connect ul li a.ic-ggl {
                    background: #e94b41;
                }

                    .social-connect ul li a.ic-ggl:hover {
                        background: #d93b31;
                    }

.or-signup {
    text-align: center;
    margin: 30px 0 0;
}

    .or-signup p {
        font-size: 14px;
        color: #666666;
    }
/*-------------login section end------------*/

/*---------------control center section start-----------------*/
.control-center * {
    font-family: arial;
}

.bg-white {
    background: #ffffff !important;
}

.bg-green {
    background: #32775a !important;
    /*color: #ffffff !important;*/
}

.bg-dyellow {
    background: #e6af0a !important;
    /*color: #ffffff !important;*/
}

.bg-red {
    background: #e21c21 !important;
    /*color: #ffffff !important;*/
}

.indicated-raw th {
    text-align: center;
}

.indicate-raw .table,
.indicated-raw .table {
    margin: 0px;
}

    .indicated-raw th,
    .indicated-raw .table > thead > tr > th {
        border: 0px solid #333333;
        font-size: 14px;
    }

    .indicate-raw .table th,
    .indicate-raw .table td {
        font-size: 14px;
        border: 1px solid #333333;
    }

.bg-gray {
    background: #fee6c5;
}

.note-red {
    font-size: 13px;
    color: #E21C21;
}

.indicated-raw th {
    text-align: center;
}

.indicate-raw .table th,
.indicate-raw .table td {
    vertical-align: middle;
    text-align: center;
}

.img-box {
    padding: 0px !important;
}

    /*.img-box img {
        width: 200px;
        height: 150px;
        object-fit: cover;
    }*/

    .img-box span {
        font-size: 20px;
        font-weight: 700;
        word-break: break-all;
    }

.indicate-cols .table > thead > tr > th {
    font-size: 16px;
}

.indicate-cols th {
    border-bottom: 0px !important;
}

th.col1, th.col2, th.col3, th.col4, th.col5, th.col6, th.col7,
td.col1, td.col2, td.col3, td.col4, td.col5, td.col6, td.col7 {
    /*width: 12.5%;*/
}

.indicate-raw .ic-tick {
    margin: 2px auto 0;
    display: block;
    clear: both;
}

.padding30 {
    padding: 30px 0;
}

.control-center .ic-tick {
    width: 22px;
}

.indicated-raw .table th {
    border-right: 1px solid #dddddd !important;
}

    .indicated-raw .table th:last-child {
        border-right: 0 !important;
    }
/*----------------control center section end-----------------*/







.log-page h1,
.log-page h2,
.log-page h3,
.log-page h4,
.log-page h5,
.log-page h6,
.log-page a,
.log-page span,
.log-page sup,
.log-page li,
.log-page label,
.log-page div,
.log-page p {
    font-family: 'Patrick Hand', cursive !important;
    font-weight: 400 !important;
}


.error {
    color: red !important;
}

/*Loading Image*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    display: none;
}

#loading-image {
    position: absolute;
    top: 200px;
    z-index: 100000;
    line-height: 100%;
    padding-top: 50px;
    height: 150px;
    position: relative;
}


/*Search box*/
.search-form input[type="text"] {
    padding: 12px;
    font-size: 16px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border-radius: 0px;
    margin-top: 12px;
}

.search-form button {
    float: left;
    width: 20%;
    padding: 11.5px;
    background: #2baab3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left-color: grey;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: grey;
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    margin-top: 12px;
}

.border-box {
    border: 1px solid #327e83;
    border-radius: 5px;
    padding: 10px 15px;
    /*margin-top: 20px;*/
    float: left;
    width: 100%;
}

.text-blue {
    color: blue;
}

.relative {
    position: relative;
}

.gn-menu a:hover,
.gn-menu a:active {
    background: rgba(50,126,131, 0.2);
}

/*daily log*/
.daily-log-content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #327e83;
    padding: 20px 0;
}

.headsec {
    padding: 0 25px;
}

.daily-log-content:first-child {
    margin-top: 50px;
}

.daily-log-content h6 {
    /*display: inline-block;*/
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 10px;
}

.daily-log-content h5 {
    display: inline-block;
}

.daily-log-content .time-stamp,
.daily-log-content a,
.daily-log-content .chkbox {
    display: inline-block;
    margin: 0 20px 0 0;
}

.daily-log-content .chkbox {
    float: right;
    vertical-align: middle;
}

    .daily-log-content .chkbox input {
        line-height: inherit;
        display: inline-block;
        vertical-align: middle;
    }

.con-name {
    float: right;
}

.time-stamp {
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 15px 20px;
    text-transform: none;
}

.consec {
    margin: 22px 0 0;
    padding: 25px 25px 0;
    border-top: 1px solid #327e83;
}

    .consec p {
        color: #555555;
    }

.dropzone .dz-preview .dz-image {
    max-width: 250px;
    max-height: 250px;
}

.lable-inline {
    word-break: break-all;
    white-space: pre-wrap;
    box-shadow: none;
    border: 1px solid #327e83;
    width: 100%;   
    padding: 10px;
    border-radius: 5px;
    min-height:38px;
    background-color:#eee;
    color:#555;
}

.numberCircle {
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding: 8px;
        background: red;
        border: 2px solid red;
        color: white;
        text-align: center;
        font: 15px Arial, sans-serif;
        right:20px;
        float:right;
        position:absolute;
    }

#tblDataLists {
    display: none;
    position: absolute;
}

.btngreen {
    /*background-color: #004A7F !important;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    max-height: 55px;
    vertical-align: bottom;
    border-radius: 5px;
    padding: 13px;
    border: none;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    /*padding: 5px 10px;*/
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: greenglowing 1500ms infinite;
}

@-webkit-keyframes greenglowing {
    0% {
        background-color: #388e94;
        -webkit-box-shadow: 0 0 3px #388e94;
    }

    50% {
        background-color: #388e94;

        -webkit-box-shadow: 0 0 40px #388e94;
    }

    100% {
        background-color: #388e94;
        -webkit-box-shadow: 0 0 3px #388e94;
    }
}

@-moz-keyframes greenglowing {
    0% {
        background-color: #388e94;
        -moz-box-shadow: 0 0 3px #388e94;
    }

    50% {
        background-color: #388e94;
        -moz-box-shadow: 0 0 40px #388e94;
    }

    100% {
        background-color: #388e94;
        -moz-box-shadow: 0 0 3px #388e94;
    }
}

@-o-keyframes greenglowing {
    0% {
        background-color: #388e94;
        box-shadow: 0 0 3px #388e94;
    }

    50% {
        background-color: #388e94;
        box-shadow: 0 0 40px #388e94;
    }

    100% {
        background-color: #388e94;
        box-shadow: 0 0 3px #388e94;
    }
}

@keyframes greenglowing {
    0% {
        background-color: #388e94;
        box-shadow: 0 0 3px #388e94;
    }

    50% {
        background-color: #388e94;
        box-shadow: 0 0 40px #388e94;
    }

    100% {
        background-color: #388e94;
        box-shadow: 0 0 3px #388e94;
    }
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

