﻿/*Main theme colors
1. Dark Blue: rgba(62, 88, 143, 1) #3E588F)
2. Light Blue:  rgba(240, 248, 250, 1)  
    */

/*---------------------- responsive media ------------------------*/
/*Portrait Tablet*/
@font-face {
    font-family: MyFont;
    src: url('../font/GE_SS_Two_Bold.otf');
}

@font-face {
    font-family: MyFont2;
    src: url('../font/DroidKufi-Regular.ttf');
}

@media screen and (min-width:481px) and (max-width:768px) {
}
/*Landscape Smartphone*/
@media screen and (min-width:321px) and (max-width:480px) {
}
/*Portrait Smartphone*/
@media screen and (max-width:320px) {
}

@media screen and (max-width: 478px) {
    body {
        /*font-size:13px;*/
    }
}

@media screen and (max-width: 740px) {
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }

    .contentSection {
        width: 100%;
    }

    .sideBar {
        width: 100%;
    }

    .section {
        float: left;
        margin: 0px;
        width: 100%;
    }
}
/*input, select, button, td, div, span, label, p, h1, h2, h3, h4, h5, h6, image, img,fieldset,legend {
    border-radius: 4.5px;
}*/
#root {
    /*margin: 0 auto;
    margin-top:5px;*/
    max-width: 1280px;
    width: 95%;
    position: absolute;
    /*background-color:rgba(240, 248, 250, 1) ;
    border: 1px solid #878e63;
    border-radius:2px;
    box-shadow: 0 0 10px 0px rgba(12,3,25,0.8);
    height:auto;
    */
}

#login {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: none;
    vertical-align: middle;
}

#username, #password {
    width: 150px;
}

    #password::-webkit-input-placeholder {
        font-family: Arial,Helvetica,sans-serif;
        /*font-family: 'myFont', Arial, Helvetica, sans-serif;*/
    }

    #password:-ms-input-placeholder {
        font-family: Arial,Helvetica,sans-serif;
        /*font-family: 'myFont', Arial, Helvetica, sans-serif;*/
    }

    #password:-moz-placeholder {
        font-family: Arial,Helvetica,sans-serif;
        /*font-family: 'myFont', Arial, Helvetica, sans-serif;*/
    }

    #password::-moz-placeholder {
        /*font-family: 'myFont', Arial, Helvetica, sans-serif;*/
        font-family: Arial,Helvetica,sans-serif;
    }

body {
    background-color: rgba(240, 248, 250, 1);
    color: rgba(62, 88, 143, 1);
    font: 70%/1.5 Tahoma,Arial,Helvetica,sans-serif; /*Verdana, Geneva, Tahoma, sans-serif;*/
}

#readyProgress {
    width: 100%;
    background-color: rgba(240, 248, 250, 1);
}

#readyBar {
    width: 0%;
    height: 3px;
    background-color: rgba(62, 88, 143, 1);
}

fieldset {
    border: solid 1px rgba(62, 88, 143, 0.3);
    margin-bottom: 5px;
}

h1, h2, h3 {
    color: rgba(62, 88, 143, 1);
    padding-left: 5%;
    text-align: center;
}

p {
    padding: 2%;
    color: rgba(62, 88, 143, 1);
}

img {
    text-align: center;
    max-width: 100%;
    width: auto;
    height: auto;
}

.EditableImage {
    width: 100px;
    height: 100px;
}

.totalEntityGrid {
    font-weight: bold;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fdeeb3
}

.mirrorImage {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

a {
    text-decoration: none;
}

header {
    width: 96%;
    min-height: 125px;
    padding: 5px;
    text-align: center;
}


.clearfix {
    clear: both;
}

.banner img {
    width: 100%;
    border-top: 1px solid #878e63;
    border-bottom: 1px solid #878e63;
}

.contentSection {
    width: 55%;
    float: left;
    margin: -2% 1% 1% 1%;
}

.sideBar {
    width: 40%;
    float: right;
    margin: 1%;
    text-align: center;
}

.therapy {
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 1%;
}

.section {
    width: 29%;
    float: left;
    /*margin: 2% 2%;*/
    text-align: center;
}

footer {
    background-color: rgba(62, 88, 143, 1);
    width: 100%;
    overflow: hidden;
}

    footer p, footer h3 {
        color: rgba(255,255, 255,1);
    }

        footer p a {
            color: rgba(255,255, 255,1);
        }

.section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .section ul li {
        display: inline;
    }

        .section ul li img {
            height: 50px;
        }

.copyright p {
    text-align: center;
    padding: 0px;
}

.corner-logo {
    float: left;
    position: relative;
    top: -50px;
    left: 0px;
    z-index: 9999;
}
/*---------------------- login styles*/
.loginPanel .businessLogo {
    width: 40%;
    float: right;
    /*text-align:right;*/
}

    .loginPanel .businessLogo img {
        margin: 1px;
        width: 150px;
        /*text-align:left;*/
    }

.loginPanel .loginArea {
    width: 60%;
    float: left;
}

    .loginPanel .loginArea table {
        height: 150px;
    }

.loginPanel .copyright {
    background-color: rgba(62, 88, 143, 1);
    color: #fff;
    height: 45px;
    text-align: center;
    position: relative;
}

    .loginPanel .copyright .newApplicant {
        float: right;
        position: relative;
        top: 5px;
        /*left:5px;*/
        right: 5px;
    }

        .loginPanel .copyright .newApplicant a {
            font-weight: bold;
            color: #fff;
        }

    .loginPanel .copyright .forgotPassword {
        float: left;
        position: relative;
        top: 5px;
        left: 5px;
    }

        .loginPanel .copyright .forgotPassword a {
            font-weight: bold;
            color: #fff;
        }



.childrenMenu {
    display: inline-block;
}


.childrenManageView {
    display: inline-block;
    float: right;
    margin-right: 1px;
    /*border: solid 1px #878e63;
    width:20%*/
}

.errorLogin {
    color: red;
    font-size: 15px;
}
/*New Dashboard Styles*/

.dashboardRoot {
    background: #ffffff;
    width: 1250px;
    height: auto;
    /*border:1px solid #000;*/
}

.verticalPanel {
    width: 180px;
    height: auto;
    background: rgba(240, 248, 250, 1);
    border: 1px solid rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888;
    box-shadow: 0 18px 10px -14px rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    font-size: 9pt;
    color: rgba(62, 88, 143, 1);
    font-variant: normal;
    letter-spacing: 1.0px;
    margin-left: 5px;
    margin-top: 14px;
    text-align: justify;
}

.verticalEmployeeInfo {
    width: 1050px;
    /*height: 155px;*/
    background: rgba(240, 248, 250, 1);
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 12px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    /*font-size: 9pt;*/
    color: rgba(62, 88, 143, 1);
    font-variant: normal;
    letter-spacing: 1.0px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inset 0 0 5px #888;
    box-shadow: 0 18px 10px -14px rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.verticalEmployeeInfo_ {
    width: 1050px;
    /*height: 155px;*/
    /*background: rgba(240, 248, 250, 1);*/
    background-color: #fff;
    /*border:1px solid red;*/
    margin-top: 12px;
    font-weight: bold;
    font-family: MyFont2;
    font-size: 9pt;
    color: rgba(62, 88, 143, 1);
    font-variant: normal;
    letter-spacing: 1.0px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inset 0 0 5px #888;
    box-shadow: 0 18px 10px -14px rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.userImageBox {
    width: 150px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
    padding: 10px;
}

.horizontalLine {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.bigHorizontalLine {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 30px;
}

.identityCard {
    float: left;
}

.contentCount {
    margin-top: 30px;
    text-align: center;
    font-family: Albertus;
}

.employeeWarning {
}

.wariningMenuList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 160px;
}

    .wariningMenuList li {
    }

        .wariningMenuList li a {
            text-decoration: none;
            color: rgba(62, 88, 143, 1);
            padding: 10.5px 11px;
            background-color: rgba(240, 248, 250, 1); /*#f6f6f6*/
            display: block;
        }

            .wariningMenuList li a:visited {
                color: rgba(62, 88, 143, 1);
            }

            .wariningMenuList li a:hover, .wariningMenuList li .current {
                color: rgba(62, 88, 143, 1);
                background-color: #fdeeb3; /*3098FF*/
                border: 1px solid #F1C43F;
            }

.nestedWarningMenu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-out;
    font-size: 9pt;
    font-weight: bold;
}

.wariningMenuList li:hover .nestedWarningMenu {
    display: block;
    max-height: 250px;
}

.nestedWarningMenu li a {
    background-color: rgba(240, 248, 250, 1);
}
    /*.nestedWarningMenu li a span {
        padding-right:15px;
    }*/
    .nestedWarningMenu li a:hover {
        background-color: #3098FF; /*C5C5C5*/
        color: #fff;
        border: 1px solid #C5C5C5;
    }

.filterWarnings {
    margin-right: 20px;
}


/*Toll Tip*/
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 1s;
        padding: 10px;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/*Toll Tip*/
.tooltipCircle {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltipCircle .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 1s;
        padding: 10px;
    }

        /* Tooltip arrow */
        .tooltipCircle .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltipCircle:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        margin-bottom: -45px;
    }

.warningsSummeryStyle {
    /*background: rgba(240, 248, 250, 1);
        width: 165px;
        height: 32px;
        -moz-box-shadow: inset 0 0 5px #888;
        -webkit-box-shadow: inset 0 0 5px#888;
        box-shadow: inset 0 0 5px #888;
        box-shadow: 10px 10px 5px rgba(0,0,0,0.1);
        margin-right: 10px;*/
    /*border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;*/
    /*display: inline-block;*/
    /*position: relative;*/
    width: 180px;
    color: #fff;
    background-color: #6496c8;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px #27496d;
}

    .warningsSummeryStyle:after {
        content: '';
        display: block;
        position: relative;
        /*right: 100%;*/
        /*top: 5%;*/
        margin-top: -40px;
        margin-right: 183px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #417cb8;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
    }

    .warningsSummeryStyle:hover {
        background-color: #417cb8;
    }

    .warningsSummeryStyle:active {
        background-color: #417cb8;
        box-shadow: 0 5px #27496d;
        transform: translateY(5px);
    }
/**archive*/

.hrArchive {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.imageBox {
    border: 1px solid groove;
    margin: 9px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
    box-shadow: 0 0 5px rgba(0,0,0,0.75);
}

.galaryArea {
    background: #fff;
    -webkit-box-shadow: 0px 6px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 10px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 10px -10px rgba(0,0,0,0.75);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/****************** Tree style ********************/
/*.isCheckedTree input {
    width: 25px;
    height: 15px;
    background: #16b510;
    margin: 20px 80px;
    position: relative;
    border-radius: 3px;
}
.isCheckedTree label{
    font-size:10pt;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}*/


.isCheckedTree input {
    width: 20px;
    height: 15px;
    background: #69ca68;
    margin: 20px 80px;
    position: relative;
    border-radius: 3px;
}

.isCheckedTree label {
    font-size: 15px;
    font-weight: bold;
    color: #a9a6a6;
    display: inline-block;
    padding: 0 0 0 1em;
    cursor: pointer;
}

.isCheckedTree input + label {
    transition: color .10s ease;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.isCheckedTree input:checked + label {
    color: rgba(62, 88, 143, 1);
    font-family: Arial, Helvetica, sans-serif;
}

.isCheckedTree input:not(:checked) {
    background: #fb0505;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    font-family: MyFont2;
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: justify;
}

.legendViewPanel {
    border: 1px solid #4da2b5;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 5px;
}

.legendManageViewPanel {
    border: 1px solid #4da2b5;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
