/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@font-face {
    font-family: 'OpenSans-CondBold';
    src: url('../../fonts/OpenSans-CondBold.eot');
    /* IE9 Compat Modes */
    src: url('../../fonts/OpenSans-CondBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/OpenSans-CondBold.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/OpenSans-CondBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/OpenSans-CondBold.svg#OpenSans-CondBold') format('svg');
    /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-weight: 500;
}

input,
button,
textarea,
select,
table,
tr,
td {
    outline: none;
}

table,
tr,
td {
    border-spacing: 0;
}

.pp {
    margin-top: -20px;
}

.bdbg_lg {
    background: #efefef;
}

.loginbody {
    width: 100%;
    height: 68px;
    background: #548235;
    /* background: #D46013; */
}

.maintopContainer {
    max-width: 1100px;
    margin: 0 auto;
    background: #438eb9;
}

.maintopcontainerFull {
    width: 100%;
    float: left;
    background: #548235;
    /* background: #D46013; */
    height: 68px;
    margin: 0 15px;
}

.defaultcontainerMain {
    max-width: 1100px;
    margin: 0 auto;
}

.defaultContainer {
    width: 100%;
    float: left;
    /*        margin:0 15px;*/
}

.middle_width {
    margin: 0 15px !important;
}

.defaultContainer a {
    text-decoration: none;
    color: #438eb9;
    font-size: 12px;
}

.defaultContainer a:hover {
    text-decoration: underline;
}

.logo {
    font-family: 'OpenSans-CondBold';
    font-size: 29px;
    color: #fff;
    margin: 12px 0 0 0;
    padding: 0;
    font-weight: normal;
    width: auto;
    float: left;
}

.mainLoginbody {
    width: 100%;
    float: left;
}

.mainlgBody {
    width: 500px;
    margin: 90px auto 0;
    min-height: 350px;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.admintitle_lg {
    background: #346733;
    width: 100%;
    float: left;
    height: 50px;
    /*     box-shadow: inset 0 1px 0 #E29F9F;
        -webkit-box-shadow: inset 0 1px 0 #463F3F;
         -moz-box-shadow: inset 0 1px 0 #E29F9F;
        -ms-box-shadow: inset 0 1px 0 #E29F9F;
         -o-box-shadow: inset 0 1px 0 #E29F9F;
        border-top: 1px solid #463F3F;
        border-right: 1px solid #463F3F;
         border-left: 1px solid #463F3F;*/
    border-radius: 4px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
}

.inputgrpdiv {
    width: auto;
    float: left;
    padding: 33px 20px 0;
}

.inputgrpdiv label {
    width: 170px;
    float: left;
    margin: 0;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 40px;
}

.inputgrpdiv label.error {
    color: #f00;
    position: absolute;
    width: 246px;
    margin: 31px 0 0 -248px;
    font-size: 11px;
    font-family: arial, sans-serif;
}

.inputgrpdiv input[type="text"],
.inputgrpdiv input[type="password"] {
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 5px 5px #f2f2f2;
    width: 240px;
    font-size: 12px;
    height: 40px;
    padding: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.inputgrpdiv select {
    padding: 11px;
    width: 252px;
    border: 1px solid #959595;
    margin: 0 30px 0 0;
    float: left;
}

.inputgrpdiv a {
    font-size: 11px;
    color: #ba452f;
    text-decoration: none;
    margin: 0 20px 0 171px;
}

.inputgrpdiv a:hover {
    text-decoration: underline;
}

.inputgrpdiv input[type="submit"] {
    background: #7f6000!important;
    font-size: 15px!important;
    padding: 6px 28px!important;
    border: 1px solid #7f6000!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    font-family: arial, sans-serif;
    border-radius: 5px;
}

.inputgrpdiv input[type="submit"]:hover {
    border: 1px solid #346733!important;
    background: #346733 !important;
    color: #fff!important;
    text-decoration: none!important;
}


/**********for dashboard page************/

.home_profilecontainer {
    width: 243px;
    float: right;
    height: 68px;
}

.prfileDiv {
    width: 177px;
    float: right;
    background: #548235;
    /* background: #D46013; */
    height: 68px;
}

.photoContainer {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 4px 0 0 10px;
    padding: 0;
    float: left;
    /*    background:url(../_images/profileicon.png) no-repeat 0 0;*/
}

.photoContainer img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid white;
}

.adminprofileContent {
    width: 145px;
    float: left;
    margin: 11px 0 0 0px;
}

.prfileDiv p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 5px 0;
}

.profileToggle {
    width: 20px;
    height: 7px;
    float: right;
    overflow: hidden;
    position: absolute;
    top: 30px;
}

.triangle:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    top: 0;
    display: block;
    z-index: 5;
}

#text tr:first-child {
    border-right: 1px solid #5cb85c!important;
}

.triangle1:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    display: block;
    /*    background:#62a8d1;*/
    background: #5CB85C;
    z-index: 50;
}

.agentlog {
    margin: 0;
    list-style: none;
    padding: 20px 0 0 0!important;
}

.agentlog li {
    display: block;
    width: 85%;
    float: left;
    padding: 0 10px;
    margin: 5px 0 0;
}

.agentlog li a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.agentlog li a:hover {
    text-decoration: underline;
}

.messageDashboard {
    width: 70px;
    height: 68px;
    background: #5fbb96;
    float: left;
    border-right: 1px solid #fff;
}

.messageContent {
    width: 100%;
    float: left;
    margin: 26px 0 0 0;
}

.messageBox {
    background: url(../_images/messageimg.png) no-repeat 0 0;
    width: 26px;
    height: 16px;
    float: left;
    margin: 0 0 0 5px;
}

.messageInt {
    width: 25px;
    height: 25px;
    float: right;
    background: #048351;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-family: 'OpenSans-CondBold'!important;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin: -4px 3px 0 0;
}

.navigation {
    width: 100%;
    height: 48px;
    float: left;
    /* background: #2a719a; */
    background: #346733;
}

.headerbg {
    /* background: #2a719a; */
    background: #346733;
}

ul.adminmainav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.adminmainav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 999;
    width: 250px;
}

ul.adminmainav li:hover ul {
    display: block;
}

.hovered {
    /*    background: #62a8d1;*/
    background: #b3b3b3;
    color: #000 !important;
}

.hovered_hc {
    /*    background: #62a8d1!important;*/
    background: #b3b3b3!important;
    color: #000 !important;
}

ul.adminmainav ul li {
    display: block;
    float: left;
    width: 100%;
}

ul.adminmainav ul li a {
    color: #fff;
    background: #346733;
    /*    background: rgba(132, 58, 9, 0.88);*/
    /*    border-top:1px solid #4E86A5;*/
    border-top: 1px solid #000;
    line-height: 40px;
}

ul.adminmainav ul li a:hover {
    color: #fff;
    background: #7f6000;
}


/**********child menu start**********/

ul.adminmainav li ul li ul {
    margin: -41px 0 0 250px;
    padding: 0;
    list-style: none;
    display: none!important;
    position: absolute;
    z-index: 999;
    width: 250px;
}

ul.adminmainav li ul li:hover ul {
    display: block!important;
}

ul.adminmainav li ul li ul li {
    display: block;
}

ul.adminmainav li ul li ul li a {}


/*************************
#top_navigation {
        width: 1248px;
        margin: 0 auto;
        position: relative;
        text-transform: uppercase;
        font-family: "Rounded Font", sans-serif;
        font-size: 23px;
}
#top_navigation ul ul {
        display: none;
}
#top_navigation ul {
        padding-left: 0;
}
#top_navigation ul li {
        margin: 0;
        padding: 0;
        float: left;
        width: 312px;
        height: 64px;
        line-height: 64px;
        font-size: 20px;
        list-style: none;
}
#top_navigation ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #eb1f10;
        background-color: #FFF;
}
#top_navigation ul li.selected_menu_item a {
        background-color: #eb1f10;
        color: #FFF;
}
#top_navigation ul li a:hover, #top_navigation ul li a.hovered {
        background-color: #eb1f10;
        color: #FFF;
}
#top_navigation li li {
        height: 42px;
        line-height: 42px;
        border-top: #eb1f10 1px solid;
}


*************************/

ul.adminmainav li {
    list-style: none;
    display: inline;
    float: left;
}


/*ul.adminmainav li a span
{
float:right;
width:13px;
height:13px;
position: absolute;
margin:19px 0 0 3px;
}*/

a.navarrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    z-index: 5;
    margin: 23px 0 0 3px;
}

ul.adminmainav li a {
    display: block;
    /*    padding:0 18px;*/
    padding: 0 25px 0 18px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.adminmainav li a:hover {
    background: #b3b3b3;
    color: #000;
    text-decoration: none;
    padding: 0 25px 0 18px;
}

ul.adminmainav li a.activeadmin {
    /* background: #62a8d1; */
    background: #b3b3b3;
    padding: 0 18px;
    text-decoration: none;
    color: #000;
}

ul.adminmainav li:first-child a {
    padding: 0 18px;
}

ul.adminmainav li:first-child a:hover {
    padding: 0 18px;
}

.breadCrumb {
    width: 100%;
    height: 28px;
    float: left;
    background: #efefef;
    border-bottom: 2px solid #e0e0e0;
}

.brdBg {
    background: #efefef;
    border-bottom: 2px solid #e0e0e0;
    height: 28px;
}

.invalid {
    position: absolute;
    margin: 52px 0 0 0;
    /*    width: 29.3%;*/
    width: 38.3%;
    text-align: center;
}

.sucess {
    position: absolute;
    margin: 42px 0 0 20px;
    width: 38.3%;
    text-align: center;
}

.sucess p {
    font-size: 12px;
    color: green;
    margin: 17px 0 0;
}

.success_update {
    margin: 23px 0 0;
    position: absolute;
    text-align: center;
    width: 68.3%;
}

.success_update p {
    font-size: 12px;
    color: green;
    margin: 1px 0 0;
}

.sucess_recharge {
    margin: 42px 0 0 229px;
    position: absolute;
    text-align: center;
    width: 44.3%;
}

.sucess_recharge p {
    color: green;
    font-size: 14px;
    margin: 0;
}

.invalid p {
    font-size: 12px;
    color: #f00;
    margin: 12px 0 0 20px;
}

.invalid_recharge {
    margin: 21px 0 0 229px;
    position: absolute;
    text-align: center;
    width: 39.3%;
}

.invalid_recharge p {
    color: #f00;
    font-size: 14px;
    margin: 17px 0 0;
}

.hold {
    margin: 42px 0 0 229px;
    position: absolute;
    text-align: center;
    width: 45.3%;
}

.hold p {
    color: #C04C34;
    font-size: 14px;
    margin: 0;
}

.breadcrubmGroup {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrubmGroup li {
    font-size: 10px;
    display: inline;
    margin: 9px 6px 0 0;
    float: left;
    color: #5a5a5a;
}

.breadcrubmGroup li a {
    margin: 9px 0px 0 6px;
    text-decoration: none;
    color: #438eb9;
    font-size: 10px;
}

.breadcrubmGroup li a:hover {
    text-decoration: underline;
}

.gapContainer {
    width: 100%;
    /*    height:30px;*/
    height: 20px;
    float: left;
}

.form-div {
    width: 100%;
    float: left;
    min-height: 400px;
    /*    margin:20px 0 0;*/
    margin: 0;
}

.form-div span {}

.grp_cls {
    /*    width: 91%;
    float: right;
    padding: 0 26px 0 0px;*/
    width: 100%;
    float: left;
    padding: 0 26px 0 0px;
    margin-left: 144px;
}

.form-rslt-div {
    width: 100%;
    float: left;
    margin: 0;
}

.formTabel3 {
    width: 70% !important;
}

.formTabel3 tr td {
    width: 13% !important;
}

.formTabel tr td label {
    /*width:136px;*/
    width: 100%;
    float: left;
    line-height: 30px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}

.formTabel {
    width: 100%;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.formTabel tr td {
    width: 50%;
    padding: 10px 0;
    /*    border: 1px solid red;*/
}

.formTabel tr td input[type="radio"],
.formTabel tr td input[type="checkbox"] {
    vertical-align: middle;
}

.formTabel tr td i {
    float: left;
    font-style: normal;
    margin: 1px 50px 0 0;
}

.newmidname {
    width: 188px!important;
}

.formTabel tr td input[type="text"] {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.formTabel tr td input[type="password"] {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.formTabel tr td textarea {
    padding: 5px;
    min-width: 239px;
    max-width: 236px;
    border: 1px solid #959595;
    min-height: 100px;
    max-height: 250px;
}

.memberName input[type="text"] {
    width: 200px;
}

.formTabel tr td select {
    padding: 5px;
    width: 252px;
    border: 1px solid #959595;
    margin: 0 30px 0 0;
    float: left;
}

.formTabel1 tr td label {
    /*width:136px;*/
    width: 52%;
    float: left;
    line-height: 30px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}

.formTabel1 tr:nth-child(odd) {
    background: #F1F1F1;
}

.formTabel1 tr:nth-child(even) {
    background: #FBFBFB;
}

.formTabel1 {
    width: 100%;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin-top: 20px;
}

.formTabel1 tr td {
    width: auto;
    padding: 10px 0;
    font-weight: normal;
    line-height: 30px;
    padding: 5px 10px;
}

.formTabel1 tr td input[type="radio"],
.formTabel1 tr td input[type="checkbox"] {
    vertical-align: middle;
}

.formTabel1 tr td i {
    float: left;
    font-style: normal;
    margin: 1px 50px 0 0;
}

.formTabel2 tr td label {
    /*width:136px;*/
    width: auto;
    float: left;
    line-height: 30px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}

.formTabel2 {
    width: 100%;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin-top: 20px;
}

.formTabel2 tr td {
    width: 150px;
    padding: 10px 0;
    font-weight: normal;
    line-height: 30px;
    padding: 5px 10px;
}

.formTabel2 tr td input[type="radio"],
.formTabel2 tr td input[type="checkbox"] {
    vertical-align: middle;
}

.formTabel2 tr td input[type="text"] {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.formTabel2 tr td textarea {
    border: 1px solid #959595;
    max-height: 250px;
    min-height: 100px;
    padding: 5px;
}

.formTabel2 tr td select {
    padding: 5px;
    width: 252px;
    border: 1px solid #959595;
    margin: 0 30px 0 0;
    float: left;
}

.formTabel2 tr td i {
    float: left;
    font-style: normal;
    margin: 1px 50px 0 0;
}

.form-div p input[type="radio"] {
    font-size: 12px;
    color: #5a5a5a;
    margin: 9px 0 0 0;
}

.form-rslt-div p input[type="radio"] {
    font-size: 12px;
    color: #5a5a5a;
    margin: 9px 0 0 0;
}

.form-div p select {
    padding: 5px;
    width: 300px;
    border: 1px solid #959595;
}

.form-rslt-div p select {
    padding: 5px;
    width: 300px;
    border: 1px solid #959595;
}

.form-div input[type="submit"],
.form-div input[type="reset"],
.form-div input[type="button"] {
    /*    background:#438eb9;*/
    background: #7f6000;
    font-size: 15px;
    /*    padding:8px 28px;*/
    padding: 6px 28px;
    /*    border:1px solid #438eb9;*/
    border: 1px solid #7f6000;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: arial, sans-serif!important;
    /* font-weight: bold;*/
}

.form-rslt-div input[type="submit"],
.form-rslt-div input[type="reset"],
.form-rslt-div input[type="button"] {
    background: #7f6000;
    font-size: 15px;
    /*    padding:8px 28px;*/
    padding: 6px 28px;
    border: 1px solid #7f6000;
    color: #fff;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: arial, sans-serif!important;
    /* font-weight: bold;*/
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.form-div input[type="submit"]:hover,
.form-div input[type="reset"]:hover,
.form-div input[type="button"]:hover {
    /*    border:1px solid #438eb9;*/
    border: 1px solid #548235;
    color: #fff !important;
    background: #548235;
}

.form-rslt-div input[type="submit"]:hover,
.form-rslt-div input[type="reset"]:hover,
.form-rslt-div input[type="button"]:hover {
    /*    border:1px solid #438eb9;*/
    border: 1px solid #548235;
    color: #fff;
    background: #548235;
}

.back {
    font-weight: normal;
    /* background: #438eb9!important; */
    background: #b3b3b3!important;
    font-size: 15px!important;
    /* padding: 8px 28px!important; */
    padding: 6px 28px !important;
    /* border: 1px solid #438eb9!important; */
    border: 1px solid #b3b3b3!important;
    color: #000!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px;
}

.back:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #346733!important;
    background: #346733!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
}

.custombtnc {
    font-weight: normal;
    /*    background:#438eb9!important;*/
    background: #002437!important;
    font-size: 15px!important;
    padding: 6px 28px !important;
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #002437!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px !important;
}

.custombtnc:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #000!important;
    color: #438eb9!important;
    background: transparent!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
    border-radius: 10px;
}

.custombtna {
    font-weight: normal;
    /*    background:#438eb9!important;*/
    background: #0D8A93!important;
    font-size: 15px!important;
    /*    padding:8px 28px!important;*/
    padding: 6px 28px !important;
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #0D8A93!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px;
}

.custombtna:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #000!important;
    color: #438eb9!important;
    background: transparent!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
    border-radius: 5px;
}

.custombutton_test {
    font-weight: normal;
    /*    background:#438eb9!important;*/
    background: #0D8A93!important;
    font-size: 15px!important;
    /*    padding:8px 28px!important;*/
    padding: 6px 28px !important;
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #0D8A93!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px;
}

.custombutton_test:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #000!important;
    color: #438eb9!important;
    background: transparent!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
    border-radius: 5px;
}

.custombutton_test_two {
    font-weight: normal;
    /*    background:#438eb9!important;*/
    background: #002437!important;
    font-size: 15px!important;
    /*    padding:8px 28px!important;*/
    padding: 6px 28px !important;
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #002437!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px;
}

.custombutton_test_two:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #000!important;
    color: #438eb9!important;
    background: transparent!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
    border-radius: 10px;
}

.disable-btn {
    font-weight: normal;
    background: #EF6921!important;
    font-size: 15px!important;
    padding: 6px 28px !important;
    border: 1px solid #EF6921!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px;
}

.disable-btn:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #000!important;
    color: #438eb9!important;
    background: transparent!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
    border-radius: 5px;
}

.pub-btn {
    font-weight: normal;
    background: #3EAD54!important;
    font-size: 15px!important;
    padding: 6px 28px !important;
    border: 1px solid #3EAD54!important;
    color: #fff!important;
    margin: 0px 0 0 0!important;
    cursor: pointer!important;
    border-radius: 5px;
}

.pub-btn:hover {
    /*    border:1px solid #438eb9!important;*/
    border: 1px solid #000!important;
    color: #438eb9!important;
    background: transparent!important;
    /*    color:#438eb9!important;*/
    color: #000!important;
    text-decoration: none!important;
    border-radius: 5px;
}

.content-heading {
    width: 100%;
    float: left;
}

.content-heading a {
    margin: -36px 5px 0 5px!important;
}

.td-fullwidth {
    width: 100%;
    text-align: center;
}

.maintopicHeader {
    color: #383838;
    font-size: 30px;
    padding: 0;
    float: left;
    margin: -4px 0 0 0;
}

.dticon input[type="text"] {
    background: url(../_images/pickdateicon.png) no-repeat 232px 4px!important;
}

.noWidthlabel {
    width: auto!important;
    float: none!important;
    line-height: 30px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}

.tableGrid {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #E2E0E0;
    border-right: 1px solid #E2E0E0;
}

.tableGrid tr th {
    border-bottom: 1px solid #E2E0E0;
    border-left: 1px solid #E2E0E0;
    font-size: 12px;
    color: #464444;
    padding: 10px 19px;
    text-align: center;
    background: #f2f2f2;
}

.tableGrid tr td {
    border-bottom: 1px solid #E2E0E0;
    border-left: 1px solid #E2E0E0;
    font-size: 12px;
    color: #464444;
    padding: 7px 0;
    text-align: center;
}

.tableGrids {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #E2E0E0;
    border-right: 1px solid #E2E0E0;
}

.tableGrids tr th {
    border-bottom: 1px solid #E2E0E0;
    border-left: 1px solid #E2E0E0;
    font-size: 12px;
    color: #464444;
    padding: 10px 0;
    text-align: center;
    background: #f2f2f2;
}

.tableGrids tr td {
    border-bottom: 1px solid #E2E0E0;
    border-left: 1px solid #E2E0E0;
    font-size: 12px;
    color: #464444;
    padding: 7px 5px !important;
    text-align: center;
}

.footerwrap {
    width: 100%;
    float: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#438eb9+0,2a719a+100 */
    /*    background: #438eb9;  Old browsers */
    background: linear-gradient(to bottom, #548235 0%, #548235 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028096', endColorstr='#028096',GradientType=0 ); /* IE6-9 */
    /* height: 64px; */
    /*margin-top:20px; 07-05-2021 */
    padding: 11px 0;
}

.footerwrap02 {
    width: 100%;
    float: left;
    color: #548235;
    /*background: linear-gradient(to bottom, #548235 0%,#548235 100%);*/
    margin-top: 20px;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 14px;
}

.fooBg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#438eb9+0,2a719a+100 */
    /*    background: #D46013;  Old browsers */
    background: linear-gradient(to bottom, #548235 0%, #548235 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028096', endColorstr='#028096',GradientType=0 ); /* IE6-9 */
    /* height: 64px; */
}

.footercon {
    text-align: center;
    width: 100%;
    float: left;
    /* margin: 28px 0 0 0; */
    /*    color:#62a8d1;*/
    color: #fff;
    font-size: 12px;
    margin: 4px 0;
}

.footercon a {
    text-decoration: none;
    color: #62a8d1;
    font-size: 11px;
    text-transform: uppercase;
}

.footercon a:hover {
    color: #fff;
}

.message {
    display: inline;
    float: none;
    font-size: 11px;
    margin: 47px 0 0 -500px;
    padding: 0;
    position: absolute;
    width: 37%;
}

.message p {
    width: auto;
    color: #f00;
    margin: 5px 0 0 0;
    padding: 0 30px;
    float: left;
}

.message p:first-child {}

.togDivcontainer {
    width: 177px;
    float: left;
    height: 105px;
    /*    background:#62a8d1;*/
    background: #7f6000;
    position: absolute;
    margin: 0 0 0 0;
    top: 67px;
    padding: 0 0 0;
    z-index: 999;
    border-radius: 0 0 8px 8px;
}

.err {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #f00;
}

.suc {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #53A64C;
}

.defaultBtn {
    text-decoration: none;
    color: #fff!important;
    font-size: 12px;
    background: #438eb9;
    border: 1px solid #438eb9;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.defaultBtn:hover {
    border: 1px solid #438eb9;
    text-decoration: none!important;
    background: transparent;
    color: #438eb9!important;
}

.defaultBtnext {
    text-decoration: none;
    color: #fff!important;
    font-size: 12px;
    background: #438eb9;
    border: 1px solid #438eb9;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.defaultBtnext:hover {
    border: 1px solid #438eb9;
    text-decoration: none!important;
    background: transparent;
    color: #438eb9!important;
}


/*.add_button
{
text-decoration: none;
color: #fff!important;
font-size: 12px;
float: right;
background: #438eb9;
border:1px solid #438eb9;
padding: 10px 10px;
margin:-36px 0 0 5px;
text-decoration: none;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.add_button:hover
{
border:1px solid #438eb9;
text-decoration: none!important;
background:transparent;
color:#438eb9!important;
}*/

.btnGroup {
    width: 300px;
    float: right;
    text-align: right;
    margin: 0 -6px 0 0;
}

.search_button,
.add_button {
    text-decoration: none;
    color: #fff!important;
    font-size: 12px;
    float: none;
    /*    background: #438eb9;*/
    background: #7f6000;
    /*    border:1px solid #438eb9;*/
    border: 1px solid #7f6000;
    padding: 10px 10px;
    margin: 0px 0 0 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.add_active_button {
    text-decoration: none;
    color: #fff!important;
    font-size: 12px;
    float: none;
    background: #7f6000;
    border: 1px solid #7f6000;
    padding: 4px 10px;
    margin: 0px 0 0 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.reg {
    float: right;
    margin-right: 85px;
    padding-top: 3px;
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #ba452f;
    ;
}

.search_button:hover,
.add_button:hover {
    /*    border:1px solid #438eb9;*/
    border: 1px solid #346733;
    text-decoration: none!important;
    background: #346733;
    /*    color:#438eb9!important;*/
    color: #fff!important;
}

.tableBorderless {
    border: 1px solid #E2E0E0;
    padding: 10px 0;
}

.tableBorderless tr th {
    text-align: left;
    padding: 10px 10px 0;
    border: 0;
    background: transparent;
}

.tableBorderless tr td {
    text-align: left;
    padding: 0px 10px;
    border: 0;
}

.clear {
    clear: both;
}


/*////////////////////////////////Ajax Loader/////////////////*/

.overlay-loader {
    display: none;
    margin: auto;
    width: 97px;
    height: 97px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 97px;
    height: 97px;
    animation-name: rotateAnim;
    -o-animation-name: rotateAnim;
    -ms-animation-name: rotateAnim;
    -webkit-animation-name: rotateAnim;
    -moz-animation-name: rotateAnim;
    animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.loader div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader div:nth-child(odd) {
    border-top: none;
    border-left: none;
}

.loader div:nth-child(even) {
    border-bottom: none;
    border-right: none;
}

.loader div:nth-child(2) {
    border-width: 2px;
    left: 0px;
    top: -4px;
    width: 12px;
    height: 12px;
}

.loader div:nth-child(3) {
    border-width: 2px;
    left: -1px;
    top: 3px;
    width: 18px;
    height: 18px;
}

.loader div:nth-child(4) {
    border-width: 3px;
    left: -1px;
    top: -4px;
    width: 23px;
    height: 23px;
}

.loader div:nth-child(5) {
    border-width: 3px;
    left: -1px;
    top: 4px;
    width: 31px;
    height: 31px;
}

.loader div:nth-child(6) {
    border-width: 4px;
    left: 0px;
    top: -4px;
    width: 39px;
    height: 39px;
}

.loader div:nth-child(7) {
    border-width: 4px;
    left: 0px;
    top: 6px;
    width: 49px;
    height: 49px;
}

@keyframes rotateAnim {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnim {
    from {
        -o-transform: rotate(360deg);
    }
    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateAnim {
    from {
        -ms-transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
    }
}


/*//////////////////////////SECOND LOADER START////////////////////////*/

.overlay-loader-second {
    display: none;
    margin: auto;
    width: 97px;
    height: 97px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader-second {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 97px;
    height: 97px;
    animation-name: rotateAnim;
    -o-animation-name: rotateAnim;
    -ms-animation-name: rotateAnim;
    -webkit-animation-name: rotateAnim;
    -moz-animation-name: rotateAnim;
    animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.loader-second div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-second div:nth-child(odd) {
    border-top: none;
    border-left: none;
}

.loader-second div:nth-child(even) {
    border-bottom: none;
    border-right: none;
}

.loader-second div:nth-child(2) {
    border-width: 2px;
    left: 0px;
    top: -4px;
    width: 12px;
    height: 12px;
}

.loader-second div:nth-child(3) {
    border-width: 2px;
    left: -1px;
    top: 3px;
    width: 18px;
    height: 18px;
}

.loader-second div:nth-child(4) {
    border-width: 3px;
    left: -1px;
    top: -4px;
    width: 23px;
    height: 23px;
}

.loader-second div:nth-child(5) {
    border-width: 3px;
    left: -1px;
    top: 4px;
    width: 31px;
    height: 31px;
}

.loader-second div:nth-child(6) {
    border-width: 4px;
    left: 0px;
    top: -4px;
    width: 39px;
    height: 39px;
}

.loader-second div:nth-child(7) {
    border-width: 4px;
    left: 0px;
    top: 6px;
    width: 49px;
    height: 49px;
}

@keyframes rotateAnim {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnim {
    from {
        -o-transform: rotate(360deg);
    }
    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateAnim {
    from {
        -ms-transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
    }
}


/*//////////////////////////SECOND LOADER START////////////////////////*/


/*/////////////////////disabled check box//////////////////////*/

:disabled {
    background-color: #aaa;
    color: grey;
    border: 1px solid grey;
}

:disabled:hover {
    cursor: not-allowed;
}

input[type="submit"]:disabled {
    background: #eee repeat-x;
    border: 1px solid grey;
}

.balance {
    float: right;
    font-size: 20px;
    font-weight: normal;
    width: 175px;
    color: #FFF;
    margin-top: 11px;
}

.rec_empty {
    text-align: center;
    margin-top: 10px;
}

.balanceloader {
    position: relative;
}

.balanceloader img {
    width: 150px;
    height: 150px;
    left: 426px;
    position: absolute;
    top: -52px;
    display: block;
}

.tableGrids td label {
    font-weight: bold;
}

.req_star {
    color: red;
}

.leftFormchild {
    width: 95%;
    float: left;
}

.rightFormchild {
    width: 95%;
    float: right;
}

.provider_label {
    color: #404040 !important;
    float: left!important;
    font-size: 14px!important;
    font-weight: bold!important;
    width: 140px!important;
}

.service_drop {
    float: left;
    padding: 20px 20px 20px 0px;
}

.service_drop select {
    padding: 5px;
    width: 252px;
    border: 1px solid #959595;
    /*    margin:0 30px 0 0;*/
    float: left;
}

.rscheme {
    float: left;
    margin: 0 0 0 25px;
    min-height: 265px;
}

.marquee0 {
    overflow: none;
}

.otp_msg {
    text-align: center;
    color: #000000;
    font-size: 12px;
    margin-left: 102px;
}

.defaultBtnLink {
    text-decoration: none;
    color: #fff!important;
    font-size: 12px;
    background: #438eb9;
    border: 1px solid #438eb9;
    padding: 6px 16px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    font-family: arial, sans-serif !important;
    font-size: 15px !important;
}

.defaultBtnLink:hover {
    border: 1px solid #438eb9;
    text-decoration: none!important;
    background: transparent;
    color: #438eb9!important;
}

.defaultBtnext {
    text-decoration: none;
    color: #fff!important;
    font-size: 12px;
    background: #438eb9;
    border: 1px solid #438eb9;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.defaultBtnext:hover {
    border: 1px solid #438eb9;
    text-decoration: none!important;
    background: transparent;
    color: #438eb9!important;
}

.tableGrid tr td select {
    border: 1px solid #959595;
    float: left;
    margin: 0 30px 0 0;
    padding: 5px;
    width: 172px;
}

.permission_chng {
    margin-right: 8px !important;
}

.permission_dt {
    width: 130px !important;
    float: left !important;
    margin-right: 8px !important;
}

.datee_clss {
    float: left !important;
    padding: 5px 28px !important;
}

.date_brief {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.tableGrid tr td input[type="text"] {
    border: 1px solid #959595;
    margin-right: 20px;
    padding: 5px;
    width: 160px;
}

.headerstyle {
    text-align: left !important;
    border-bottom: 1px solid #95B8E7 !important;
    line-height: 10px !important;
    padding-left: 8px !important;
    background-color: #E6F0FF !important;
    color: #0E2D6F !important;
}

.next_page {
    /*    background:url(../_images/next.png) no-repeat 5px -0.1em;*/
    background: rgba(0, 0, 0, 0) url("../_images/next.png") no-repeat scroll 0px center;
    text-decoration: none;
    padding: 4px;
}

.prev_page {
    background: rgba(0, 0, 0, 0) url("../_images/prev.png") no-repeat scroll 0px center;
    text-decoration: none;
    padding: 4px;
}

.next_page:hover {
    text-decoration: none !important;
    border: 1px solid #E6F0FF;
}

.prev_page:hover {
    text-decoration: none !important;
    border: 1px solid #E6F0FF;
}

select.icon-menu {
    background: rgba(0, 0, 0, 0) url("../_images/save.gif") no-repeat scroll 0px center;
}

.formTabelview tr td label {
    /*width:136px;*/
    width: 100%;
    float: left;
    line-height: 30px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}

.formTabelview {
    width: 100%;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

.formTabelview tr td {
    width: 50%;
    padding: 10px 0px 10px 8px;
    /*    border: 1px solid red;*/
}

.formTabelview tr td input[type="radio"],
.formTabel tr td input[type="checkbox"] {
    vertical-align: middle;
}

.formTabelview tr td i {
    float: left;
    font-style: normal;
    margin: 1px 50px 0 0;
}

.half_left {
    width: 50%;
    padding-left: 10px;
    float: left;
}

.half_right {
    width: 46%;
    float: right;
}

.tbl_left {
    width: 45%;
    float: left;
}

.tbl_right {
    width: 53%;
    height: 200px;
    float: right;
}

.scheme_top {
    width: 100%;
    height: 60%;
    float: left;
}

.scheme_botom {
    width: 50%;
    height: 40%;
    float: left;
}

.circle_image {
    width: 62px;
    height: 62px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /*    float: right;*/
    overflow: hidden;
    margin: 0 auto;
}

.circle_image img {
    width: 100%;
    height: 100%;
}

.form_containt {
    width: 100%;
    float: left;
    border-bottom: 2px solid #BFBFBF;
}

.from_col {
    width: 41%;
    float: left;
}

.form_containt label {
    color: #404040;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
}

.form_containt input[type="text"] {
    border: 1px solid #959595;
    margin-right: 20px;
    padding: 5px;
    width: 240px;
}

.form_containt textarea {
    height: 90px;
}

.form_containt p select {
    width: 250px;
}

.submit_cont {
    float: left;
    width: 65%;
    text-align: center;
}


/*new changes */

.partTable {
    width: 50%;
    font-style: normal;
}

.partTable tr td {
    width: 25%;
    padding: 10px 0;
    /*    border: 1px solid red;*/
}

.partTable tr td img {
    width: 190px;
    height: 160px;
}

.partTable tr td input[type="radio"],
.partTable tr td input[type="checkbox"] {
    vertical-align: middle;
}

.partTable tr td i {
    float: left;
    font-style: normal;
    margin: 1px 50px 0 0;
}

.partTable tr td input[type="text"] {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.partTable tr td input[type="password"] {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.partTable tr td textarea {
    padding: 5px;
    min-width: 239px;
    max-width: 236px;
    border: 1px solid #959595;
    min-height: 100px;
    max-height: 250px;
    font: 400 13.3333px Arial;
}

.partTable tr td select {
    padding: 5px;
    width: 252px;
    border: 1px solid #959595;
    margin: 0 30px 0 0;
    float: left;
}

.partTable tr td label {
    width: 64%;
    float: left;
    line-height: 30px;
}


/*//////////////////////////////NEW CHANGES//////////////////////////////////////////////////*/


/* The alert message box */

.alert {
    padding: 9px;
    background-color: #f44336;
    /* Red */
    color: white;
    margin-bottom: 15px;
}


/* The close button */

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}


/* When moving the mouse over the close button */

.closebtn:hover {
    color: black;
}

.pagi_cont {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pagination {
    margin: 0px 0px 10px 0px;
}

div.pagination a,
strong {
    padding: 12px;
    margin: 2px;
    background-color: #7f6000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    /* no underline */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.pagination strong {
    background-color: #7f6000;
    color: #000;
}

div.pagination a:hover {
    padding: 12px;
    margin: 2px;
    background-color: #7f6000;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.test-sbmt {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.evenrowcolor {
    background-color: #EFBFE8;
    color: #000;
}

.oddrowcolor {
    background-color: #BFEFC2;
    color: #000;
}

.tdates_border {
    /*    border-bottom: 2px dashed rgb(158, 158, 158);*/
    float: left;
    margin: 0px 0 0 0;
    width: 65%;
    padding: 10px 0px;
}


/*//////////////PLANNING PAGE//////////////////////*/

.fmsselected {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.textfms {
    width: 66%;
    margin: 0 auto;
    background-color: #04acc9;
    height: 40px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    color: #fff;
}

.textcheckbox {
    width: 66%;
    margin: 0 auto;
    background-color: #D0DEEE;
    color: #fff;
    height: 350px;
}

.stext {
    padding-left: 10px;
    font-size: 22px;
    color: rgba(62, 62, 62, 0.82);
}

.textcheckbox li {
    width: 100%;
    text-align: left;
    /*    padding-left: 102px;*/
}

.textfms1 {
    background-color: #04acc9;
    color: #fff;
    /*    height: 61px;*/
    text-align: center;
    padding: 14px;
    font-size: 22px;
    margin: 0 auto;
    width: 64%;
    height: 20px;
}

.textfms2 {
    background-color: #04acc9;
    color: #fff;
    /*    height: 61px;*/
    text-align: center;
    padding: 14px;
    font-size: 22px;
    margin: 0 auto;
    width: 64%;
    height: 20px;
}

.durm {
    width: 48%;
    float: left;
}

.textfms3 {
    width: 66%;
    background-color: #9d468d;
    color: #fff;
    height: 42px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    float: none;
    margin: 20px auto;
    border-radius: 5px;
    cursor: pointer;
}

.textfms4 {
    width: 66%;
    background-color: #5cb85c;
    color: #fff;
    height: 42px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    float: none;
    margin: 15px auto;
    border-radius: 5px;
    cursor: pointer;
}

.textfmss {
    width: 66%;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
}

.textfms11 {
    width: 871px;
    height: 47px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    margin: 0 auto;
}

.textfms21 {
    width: 49%;
    height: 61px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    float: right;
}

.textfmsss {
    width: 65%;
    margin: 0 auto;
    background-color: #00B050;
    color: #fff;
    /*    height: 61px;*/
    text-align: center;
    padding: 10px;
    font-size: 22px;
    margin-top: 14px;
}

.textfms111 {
    width: 100%;
    height: 61px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    float: left;
}

.imgwidth {
    width: 25px;
    vertical-align: middle;
    height: 25px;
}

ul li {
    /*    list-style-type: none;*/
}

.fmsselected input[type="text"] {
    padding: 5px;
    width: 240px;
    height: 22px;
    border: 1px solid #959595;
}

ul.kllist {
    float: left;
    width: 66%;
    list-style-type: none;
    padding: 0;
}

ul.kllistplaning {
    float: left;
    width: 38%;
    list-style-type: none;
    margin-left: 108px;
}

ul.kllistplaning2 {
    float: left;
    width: 36%;
    list-style-type: none;
}


/*//////////////////////////FANCY BOX FIRST DIV////////////////////////////*/

.main_type_div {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.heading {
    width: 94%;
    /*    height: 50px;*/
    background-color: #5B9BD4;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    /*    padding-left: 7px;*/
    font-family: 'arial';
    /*    padding-top: 10px;*/
    padding: 15px;
}

.heading2nd {
    width: 1042px;
    /*    height: 50px;*/
    background-color: #5B9BD4;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    /*    padding-left: 7px;*/
    font-family: 'arial';
    /*    padding-top: 10px;*/
    padding: 15px;
}

.heading3rd {
    width: 100%;
    /*    height: 50px;*/
    background-color: #5B9BD4;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    /*    padding-left: 7px;*/
    font-family: 'arial';
    /*    padding-top: 10px;*/
    padding: 15px 0px;
}

.heading4th {
    width: 100%;
    /*    height: 50px;*/
    background-color: #5B9BD4;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    /*    padding-left: 7px;*/
    font-family: 'arial';
    /*    padding-top: 10px;*/
    padding: 15px 0px;
}

.fielddiv {
    width: 94%;
    /*    height: 50px;*/
    background-color: #D0DEEE;
    color: RGBA(0, 0, 0, 0.54);
    margin: 0 auto;
    font-size: 16px;
    font-family: 'proximanovalight';
    padding: 15px;
}

#test_name_box {
    width: 70%;
    height: 35px;
    font-size: 18px;
    padding: 5px;
}

.fielddiv1 {
    width: 94%;
    /*    height: 78px;*/
    background-color: #E9EEF6;
    /*    color: RGBA(0, 0, 0, 0.54);*/
    margin: 0 auto;
    font-size: 16px;
    font-family: arial;
    padding: 16px;
    border-bottom: 3px solid;
}

.field_div_recomend {
    width: 94%;
    height: 35px;
    background-color: #E9EEF6;
    /*    color: RGBA(0, 0, 0, 0.54);*/
    margin: 0 auto;
    font-size: 16px;
    font-family: arial;
    padding: 16px;
}

.recomend_cont {
    padding-top: 10px;
}

.middle {
    width: 200px;
    margin: 19px auto;
}

.middles {
    width: 100%;
    float: left;
    text-align: center;
    margin: 32px 0 0 0;
}

.btclass {
    width: 200px;
    height: 50px;
    background-color: #33C040;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}


/*////////////////////FMS SELECTION//////////////////////////////////////*/

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    padding: 30px 0;
}

.main_fms_area {
    width: 100%;
    float: left;
}


/*.lclass{
width: 100%;
margin: -18px auto;
}*/

.lclass {
    width: 38%;
    float: left;
    margin: 0 0 0 115px;
}

.lclass2 {
    width: 45%;
    float: right;
}

.middle1 {
    width: 200px;
    margin: 19px auto;
}

.textmove {
    text-align: center;
    margin: 10px 0 0;
}

.textxx {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 19px;
    font-family: sans-serif;
}


/*
ul li{
 width: 20%;
   float: left;
   text-align: center;
}*/

.checkbox {
    margin: 0 9px 0 0;
    float: left;
    display: inline-block;
}

.checkbox .tag {
    color: #595959;
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
    width: 120px;
}

.checkbox label {
    display: inline;
}

.checkbox .input-assumpte {
    display: none;
}

.input-assumpte+label {
    border: 7px solid #33c040;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 20px;
    /*    margin-bottom: -10px;*/
    /*    margin-left: -88px;*/
    position: relative;
    transition-duration: 0.3s;
    width: 130px;
    z-index: 2;
    text-align: center;
    /*  margin-left: -80px;
       position: relative;
       z-index: 2;*/
}

.input-assumpte:checked+label {
    background-color: #33C040;
}

.movementskill li {
    width: 15%;
    float: left;
    text-align: center;
    padding-top: 14px;
    /*    padding-left: 22px;*/
}

.movementskill ul {
    width: 15%;
    float: left;
    text-align: center;
}

.main_text_fms {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.hoursfmstext {
    width: 100%;
    margin: 24px auto;
    height: 121px;
}

.btclasstext {
    width: 200px;
    height: 50px;
    background-color: #33C040;
    color: #fff;
    font-size: 25px;
    border: 0;
    border-radius: 4px;
    margin-top: 0px;
}

.middletextfms {
    width: 200px;
    margin: 2px auto;
}

.fms_input {
    float: left;
    width: 50%;
    text-align: center;
}

.fms_width_text {
    width: 88%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 7px;
    padding: 10px;
    outline: none;
    font-size: 20px;
    text-align: center;
}

.total_calculate_time {
    text-align: center;
    margin-top: 13px;
    width: 100%;
    float: left;
    font-size: 22px;
}

.t_fms_h {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.44);
}

.infoerr,
.warningerr,
.info_suc {
    width: 85%;
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warningerr {
    color: #9F6000;
    background-color: #FEEFB3;
    width: 98%;
}

.infoerr {
    color: #D8000C;
    background-color: #FFBABA;
    width: 98%;
}

.info_suc {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('success.png');
    width: 98%;
}

#deactive_anchor {
    pointer-events: none;
    cursor: default;
}


/*////////////////////////CHECKBOX///////////////////////////*/


/* SLIDE THREE */

.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
    content: 'NO';
    font: 12px/26px Arial, sans-serif;
    color: #f00;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.slideThree:before {
    content: 'YES';
    font: 12px/26px Arial, sans-serif;
    color: #00bf00;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.slideThree input[type=checkbox]:checked+label {
    left: 43px;
}

.slideThree input[type=checkbox] {
    visibility: hidden;
}


/*//////////////////////???CUSTOM FANCYBOX//////////////////////////////*/

.fbox {
    box-shadow: 0 0 40px #333;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.close {
    padding: 10px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: none;
    right: 7px;
}

.fbox-cluster {
    box-shadow: 0 0 40px #333;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.fbox-station {
    box-shadow: 0 0 40px #333;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.fbox-station-cluster-update {
    box-shadow: 0 0 40px #333;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.fbox-add-child-test-box {
    box-shadow: 0 0 40px #333;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.fbox-upload-bulk-child-test-box {
    box-shadow: 0 0 40px #333;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}


/*/////////////////////////////BOX END/////////////////////////////////*/


/*////////////////////////////////CHILD SECTION////////////////////////////////*/

.search_child_section {
    width: 50%;
    float: left;
    padding-bottom: 13px;
    height: 30px;
}

.search_child_section input {
    width: 215px;
    height: 23px;
    padding-left: 6px;
}

.search_child_section label {
    width: 270px;
    float: left;
}

.search_child_section select {
    width: 224px;
    height: 28px;
}

.search_box .button {
    width: 123px;
    height: 36px;
    background-color: #5CB85C;
    border: 0;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

.search_box .button:hover {
    color: #fff;
    background-color: #FF891B;
}

#total_cluster_station {
    width: 250px;
    height: 30px;
    font-size: 20px;
}


/*////////////////////////////////CHILD SECTION////////////////////////////////*/

.skillsummery_main_section {
    width: 847px;
    padding: 10px;
    /*   background-color: rgba(222, 221, 221, 0.37);*/
    margin: 0 auto;
}

.t_width {
    width: 83px;
    height: 30px;
    border: 1px solid #000;
    float: left;
    text-align: center;
}

.add {
    background-color: rgba(0, 0, 0, 0.16);
}

.table_gg {
    margin-right: -4px;
    float: left;
}


/*///////////////////////////////////////REPORT SECTION STYLE AND RANGE STYLE STARTS HERE//////////////////////////////////////////////*/

.formtext_font_style_list li {
    list-style-type: disc;
    line-height: 30px;
}

.formtext_font_style {
    text-align: left;
    line-height: 40px;
    width: 94%;
    margin: 0 auto;
}

.formtext_font_style_new {
    text-align: left;
    line-height: 0px;
    width: 94%;
    float: left;
    margin-bottom: 40px;
    border: 1px solid;
}

.chart_main_section,
.strategy {
    width: 94%;
    margin: 0 auto;
}

h1.reading_text {
    color: #FF0000;
}

.parent_d_style {
    width: 100%;
    float: left;
}

.m_d {
    width: 100%;
    float: left;
    margin-top: -30px;
}

div.rangeheading {
    background: url('_images/report_braket.png') no-repeat center right;
    height: 102px;
    /*        		border:1px solid;*/
}


/*        	.single_fms_background{padding-top: 34px;float: left;background : #CCF9BB;border-radius: 18px;}*/

.range_whole_content {
    width: 80%;
    float: left;
    margin-top: 16px;
    margin-left: -11px;
}

.silder_width {
    width: 33.1%;
    height: 8mm;
    background-color: #D9D9D9;
    position: relative;
    float: left;
}

.silder_width1 {
    width: 33.1%;
    height: 8mm;
    background-color: #F7B147;
    position: relative;
    float: left;
}

.range_zero {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*           border-radius: 1mm;*/
    margin-left: 0%;
    z-index: 2;
    float: left;
    display: none;
}

.range_one {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 5%;
    z-index: 2;
    float: left;
    display: none;
}

.range_two {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 10%;
    z-index: 2;
    float: left;
    display: none;
}

.range_three {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 15%;
    z-index: 2;
    float: left;
    display: none;
}

.range_four {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 20%;
    z-index: 2;
    float: left;
    display: none;
}

.range_five {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 25%;
    z-index: 2;
    float: left;
    display: none;
}

.range_six {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 30%;
    z-index: 2;
    float: left;
    display: none;
}

.range_seven {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 35%;
    z-index: 2;
    float: left;
    display: none;
}

.range_eight {
    width: 4mm;
    height: 12mm;
    /*          background-color: #7F7F7F;*/
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 40%;
    z-index: 2;
    float: left;
    display: none;
}

.range_nine {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 45%;
    z-index: 2;
    display: block;
    float: left;
}

.range_ten {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 50%;
    z-index: 2;
    display: none;
    float: left;
}

.range_eleven {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 55%;
    z-index: 2;
    display: block;
    float: left;
}

.range_twelve {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 60%;
    z-index: 2;
    display: none;
    float: left;
}

.range_thirteen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 65%;
    z-index: 2;
    display: none;
    float: left;
}

.range_fourteen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 70%;
    z-index: 2;
    display: none;
    float: left;
}

.range_fifteen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    margin-left: 75%;
    z-index: 2;
    display: none;
    float: left;
}

.range_sixteen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    margin-left: 80%;
    z-index: 2;
    display: none;
    float: left;
}

.range_seventeen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    margin-left: 85%;
    z-index: 2;
    float: left;
    display: none;
}

.range_eighteen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    margin-left: 90%;
    z-index: 2;
    float: left;
    display: none;
}

.range_nineteen {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    margin-left: 95%;
    z-index: 2;
    float: left;
    display: none;
}

.range_twenty {
    width: 4mm;
    height: 12mm;
    position: absolute;
    margin-top: -9.5mm;
    /*            border-radius: 1mm;*/
    margin-left: 96%;
    z-index: 2;
    float: left;
    display: none;
}

.text_logo_style {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0px;
}

.style_sub_style {
    font-weight: bold;
    color: #7E7E7E;
    font-size: 21px;
}


/*---start of aboutreport----*/

.kids_about_font_style_downn {
    list-style: none;
    float: left;
    /*    width:30%;*/
}

.kids_about_font_style_down {
    margin: 31px 0px;
    width: 100%;
    float: left;
}

.kids_about_font_style_downn li {
    padding: 0px 0px;
    font-size: 18px;
    float: left;
    width: 30%;
}

.kids_list_text_apart {
    padding: 8px 0px;
}

.kids_h_header_text {
    font-size: 17px;
    padding: 12px 0px;
}

h1.kids_ab_text {
    color: #FF0000;
    font-size: 31px;
    font-weight: 600;
}

h1.kids_def_h1 {
    color: #666;
    font-size: 31px;
    font-weight: 600;
}


/*-------start chart graph-------*/


/*-------start chart graph-------*/

div.css_bar_graph {
    width: 72%;
    height: 518px;
    padding: 40px 20px 10px 70px;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #444444;
    background-color: #ffffff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 10px;
    margin: 0 auto;
}

div.css_bar_graph a {
    color: #444444;
    text-decoration: none;
}

div.css_bar_graph ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div.css_bar_graph li {
    margin: 0px;
    padding: 0px;
}

div.css_bar_graph ul.y_axis {
    float: left;
    left: -60px;
    position: relative;
    text-align: right;
    top: 50px;
    width: 50px;
}

div.css_bar_graph ul.y_axis li {
    width: 100%;
    height: 49px;
    /* 50px including border */
    float: left;
    color: #888888;
    /* --- alignment correction --- */
    border-top: 1px solid transparent;
    position: relative;
    top: -8px;
    /* value = font height */
}

div.css_bar_graph ul.x_axis {
    width: 100%;
    height: 20px;
    position: relative;
    bottom: 30px;
    float: left;
    z-index: 3;
    text-align: center;
}

div.css_bar_graph ul.x_axis li {
    display: inline;
    width: 29%;
    float: left;
}

div.css_bar_graph div.label {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 20px;
    text-align: center;
}

div.css_bar_graph div.label span {
    font-weight: bold;
}

div.css_bar_graph div.graph {
    width: 960px;
    height: 100%;
    position: absolute;
    z-index: 2;
}

div.css_bar_graph div.graph ul.grid {
    width: 100%;
}

div.css_bar_graph div.graph li {
    width: 100%;
    height: 49px;
    /* 50px including border */
    float: left;
    border-top: 1px solid #e5e5e5;
}

div.css_bar_graph div.graph li {
    width: 100%;
    height: 49px;
    float: left;
    border-top: 1px solid #e5e5e5;
}

div.css_bar_graph div.graph li:first-child {
    border-top: none;
}

div.css_bar_graph div.graph li.bottom {}

div.css_bar_graph div.graph li.bar {
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    /* --- css3 --- */
    /* --- transitions --- */
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.css_bar_graph div.graph li.bar div.top {
    width: 100%;
    height: 20px;
    margin-top: -10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.css_bar_graph div.graph li.bar div.bottom {
    width: 100%;
    height: 20px;
    bottom: -10px;
    left: 0px;
    /* --- transitions --- */
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.css_bar_graph div.graph li.bar span {
    top: -50px;
    padding: 3px 5px 3px 5px;
    z-index: 100;
    background-color: #eeeeee;
    border: 1px solid #bebebe;
    /* --- css3 --- */
    /* --- gradient --- */
    background-image: linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ebebeb');
    /* IE5.5 - 7 */
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ebebeb');
    /* IE8 */
    background: -ms-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    /* IE9 */
    background: -moz-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    /* Firefox */
    background: -o-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    /* Opera 11  */
    background: -webkit-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    /* Chrome 11  */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #f1f1f1), color-stop(1, #ebebeb));
    /* Chrome 10, Safari */
    /* --- shadow --- */
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    /* --- transitions --- */
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.css_bar_graph div.graph li.nr_1 {
    left: 110px;
}

div.css_bar_graph div.graph li.nr_2 {
    left: 200px;
}

div.css_bar_graph div.graph li.nr_3 {
    left: 290px;
}

div.css_bar_graph div.graph li.nr_4 {
    left: 380px;
}

div.css_bar_graph div.graph li.nr_5 {
    left: 470px;
}

div.css_bar_graph div.graph li.nr_6 {
    left: 560px;
}

div.css_bar_graph div.graph li.nr_7 {
    left: 650px;
}

div.css_bar_graph div.graph li.nr_8 {
    left: 740px;
}

div.css_bar_graph div.graph li.blue {
    background-color: rgba(32, 143, 175, 0.8);
}

div.css_bar_graph div.graph li.blue div.top {}

div.css_bar_graph div.graph li.blue div.bottom {}

div.css_bar_graph div.graph li.green {
    background: #608d00;
    /* --- IE --- */
    background: rgba(96, 141, 0, 0.8);
}


/* ------ top ------ */

div.css_bar_graph div.graph li.green div.top {
    background: #a2c656;
}


/* ------ bottom ------ */

div.css_bar_graph div.graph li.green div.bottom {
    background: #608d00;
}

div.css_bar_graph div.graph li.orange {
    background: #ff9000;
    /* --- IE --- */
    background: rgba(255, 144, 0, 0.8);
}

div.css_bar_graph div.graph li.orange div.top {
    background: #ffc24c;
}

div.css_bar_graph div.graph li.orange div.bottom {
    background: #ff9000;
}

div.css_bar_graph div.graph li.purple {
    background: #7d47ba;
    /* --- IE --- */
    background: rgba(125, 71, 186, 0.8);
}

div.css_bar_graph div.graph li.purple div.top {
    background: #b592dd;
}


/*----- bottom ------ */

div.css_bar_graph div.graph li.purple div.bottom {
    background: #7d47ba;
}

div.css_bar_graph div.graph li.red {
    background: #d23648;
    /* --- IE --- */
    background: rgba(210, 54, 72, 0.8);
}

div.css_bar_graph div.graph li.red div.top {
    background: #ea828e;
}

div.css_bar_graph div.graph li.red div.bottom {
    background: #d23648;
}

.css_bar_graph1 {
    width: 72%;
    height: 60px;
    padding: 40px 20px 10px 70px;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #444444;
    background-color: #ffffff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 10px;
    margin: 0 auto;
    border: 1px solid;
}


/*table, th {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
}
th, td {
        padding: 10px;
    text-align: left;
}	*/

.bar_header1 {
    font-size: 29px;
    padding-left: 37px;
    padding-top: 18px;
    color: #EC7C30;
    font-weight: 600;
}

.bar_paraf {
    font-size: 21px;
    padding-left: 37px;
    padding-top: 0px;
    color: #EC7C30;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

ul .bar_list_header li {
    width: 27% !important;
    float: left;
    position: relative;
    display: inline-block;
    bottom: 71px;
    border: 0px;
}

.bar_d_style {
    float: left;
    height: 199px;
    background-color: #FFC000;
    left: 59px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style1 {
    float: left;
    height: 156px;
    background-color: #92D050;
    left: 113px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style2 {
    float: left;
    height: 127px;
    background-color: #00B0F0;
    left: 167px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style3 {
    float: left;
    height: 100px;
    background-color: #FFC000;
    left: 81px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style4 {
    float: left;
    height: 283px;
    background-color: #92D050;
    left: 135px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style5 {
    float: left;
    height: 293px;
    background-color: #00B0F0;
    left: 189px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style6 {
    float: left;
    height: 195px;
    background-color: #FFC000;
    left: 103px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style7 {
    float: left;
    height: 49px;
    background-color: #92D050;
    left: 157px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bar_d_style8 {
    float: left;
    height: 63px;
    background-color: #00B0F0;
    left: 211px;
    width: 50px;
    float: left;
    position: absolute;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-itd {
        padding: 10px;
        text-align: left;
    }
    /*n-out;*/
}

table.tbl_chart_graph td,
th {
    text-align: left;
}

table.tbl_chart_graph th {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
}

table.tbl_chart_graph {
    border-bottom: 1px solid black;
}

table.tbl_chart_graph td {
    padding: 10px;
}

.header {
    background-image: url("../images/bg.gif") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
}

.headerSortUp {
    background-image: url("../images/asc.gif") !important;
}

.headerSortDown {
    background-image: url("../images/desc.gif") !important;
}


/*---09-02-2017---*/


/*.partTable tr td input[type="radio"], .partTable tr td input[type="checkbox"] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    background-color: rgba(0, 0, 0, 0.12);
    webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}*/


/* Added 17-07-2020 */

.partTable tr td {
    position: relative;
}

.partTable tr td input[type="checkbox"]:not(old),
.partTable tr td input[type="radio"]:not(old) {
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 40px;
    height: 30px;
    cursor: pointer;
    left: 0;
}

.partTable tr td input[type="checkbox"]:checked:not(old)+label {
    background-position: 0 -31px;
}

.partTable tr td input[type="checkbox"]:not(old)+label {
    background: rgba(0, 0, 0, 0) url("../images/checksBox.png") no-repeat scroll 0 0;
    display: inline-block;
    line-height: 34px;
    padding-left: 43px;
}

.partTable tr td input[type=radio]:not(old)+label {
    background: rgba(0, 0, 0, 0) url("../images/radio.png") no-repeat scroll 0 0;
    display: inline-block;
    line-height: 32px;
    padding-left: 35px;
    margin-bottom: 0;
}

.partTable tr td input[type=radio]:not(old):checked+label {
    background-position: 0 -32px;
}


/*******************************/

.checkbig {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    background-color: rgba(0, 0, 0, 0.12);
    webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.btn_cust_settings {
    width: 600px;
    margin: 5px -5px 0px 0px;
}

.payform form {
    float: left;
    display: block;
    margin: -16px 0 0 0;
}

#permiss {
    width: 54px;
}

#text tr td {
    width: 50px !important;
}


/*---09-02-2017---*/


/*.add_clust_icon{
    float: left;
    width: 37%;
    text-align: right;
    padding-top: 12px;
}
.add_clust_icon_child
{
    width: 57%;
    float: left;
    text-align: left;
    padding-left: 7px;
    padding-top: 13px;
}
.appnd_chld_cntnt{
    width: 100%;
    float: left;
}*/


/*//////////////////////////////////////END///////////////////////////////////////////////////////*/

.ui_gifLoader_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    left: 0;
    top: 0;
}

.ui_gifLoader_wrap img {
    position: absolute;
    top: 40%;
}

.err_msg {
    width: 100%;
    float: left;
    text-align: center;
    color: red;
}

.err_msg p {
    font-size: 12px;
    color: #f00;
    margin: 12px 0 0 20px;
}

.maintopicSubHeader {
    width: 100%;
    float: left;
    color: #04acc9;
}

.input_style {
    padding: 5px;
    width: 240px;
    border: 1px solid #959595;
    margin-right: 20px;
}

.radioLabel select {
    width: 100%;
    padding: 10px;
}

.course_status {
    width: 100%;
    padding: 10px;
}

.option_main_container {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.content_single input[type="text"] {
    width: 250x;
}

.content_single input[type="radio"] {
    margin: 0 4px 0px 11px;
}

.add_more_holder {
    width: 100%;
    float: left;
    margin: 5px 0 14px 0;
}

.add_more_holder a {
    font-size: 15px;
    text-decoration: none !important;
}

.question_wrap {
    width: 100%;
    float: left;
}

.quiz_module {
    width: 100%;
    margin-top: 10px;
    background: transparent;
    float: left;
}

.button_container {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.nxt {
    width: 7%;
    float: right;
}

.disabled {
    background-color: #fff;
    cursor: default !important;
    border: 2px solid #9d468d;
    color: #9d468d !important;
}

.err_msg_show {
    width: 100%;
    float: left;
    color: #f00;
}

.completion_message {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.result_box {
    width: 40%;
    min-height: 190px;
    border: 2px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 13px 14px;
    position: relative;
    left: 30%;
    top: 33px;
}

.result_heading {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    margin: 5px 0px;
}

.module_name_res {
    width: 100%;
    float: left;
    padding: 5px;
}

.result_button_container {
    width: 100%;
    float: left;
    margin: 15px 0px;
    padding: 0px 10px;
}

.retake_quiz {
    float: left;
}

.module {
    float: right;
}

.wrong_answer {
    border: 2px solid red !important;
}

.correct_answer {
    border: 2px solid green !important;
}

.text_box {
    padding: 0px !important;
}

.text_box textArea {
    border: none;
    font-family: arial, sans-serif;
    font-size: 16px;
}

.module_name {
    width: 100%;
    float: left;
    margin: 20px 0px;
    font-size: 24px;
}

.answer_container {
    width: 100%;
    float: left;
}

.question_text {
    width: 100%;
    float: left;
}

.answer_text {
    width: 100%;
    float: left;
    margin: 15px 0px;
    border: 2px solid #ccc;
    background-color: #ecebeb;
    border-radius: 5px;
    padding: 10px;
}

.back_button_container {
    width: 100%;
    float: left;
}

.quiz_score {
    width: 55% !important;
    float: left;
    padding: 5px 0px !important;
}

.quiz_button_cont {
    width: 37% !important;
    float: right;
}

.courses_block_contain h4 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.def_con {
    min-height: 430px;
    width: 100%;
    margin: 0 0 0 10px;
}

.course_list_main_container {
    width: 100%;
    float: left;
}

.course_list {
    width: 50%;
    float: left;
    margin: 20px 10px 0px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

.course_heading {
    width: 50%;
    float: left;
    font-size: 26px;
    color: #6d6c6c;
    font-weight: bold;
}

.sub_head {
    color: #c3c0c0;
    font-size: 14px;
}

.course_button_container {
    width: 50%;
    float: left;
    text-align: right;
    padding: 10px 0px 0px 0px;
}

.c_view {
    width: 100% !important;
}

.checkboxHolder {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}


/* Hide the browser's default checkbox */

.checkboxHolder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark_a {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0;
}


/* On mouse-over, add a grey background color */

.checkboxHolder:hover input~.checkmark_a {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxHolder input:checked~.checkmark_a {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark_a:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxHolder input:checked~.checkmark_a:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxHolder .checkmark_a:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.s_msg {
    margin: 0 auto;
    position: relative;
}

.content_single {
    margin: 5px 0px;
}

.input_width {
    width: 23%;
}

.down_msg {
    width: 100%;
    float: left;
    position: absolute;
    top: 83px;
    left: 400px;
}

.selector {
    border: 3px solid rgb(17, 31, 233);
}

.tab_co {
    width: 100%;
    float: left;
}

.invalids {
    width: 100%;
    float: left;
    clear: both;
    color: #f00;
}

.ex_cls p {
    font-size: 24px;
}

.intake_exp_date {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 14px;
}

@media screen and (min-width: 786px) and (max-width:1024px) {
    .invalid p {
        font-size: 12px;
        color: #f00;
        margin: 12px 0 0 160px;
    }
}


/************* 25-11-2019 *************/

.courses_wrap_main {
    width: 100%;
    float: left;
    font-family: Lato;
}

.courses_wrap_Container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
}

.courses_wrap_Container h1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    color: #fd8719;
}

.courses_block_contain {
    width: 100%;
    float: left;
    padding: 23px 20px;
    background: #f2f2f2;
    margin: 25px 0 0 0;
}

.courses_block_contain h3 {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 8px 0 2px 0;
    font-size: 25px;
    font-weight: 800;
}

.courses_block_contain p {
    width: 100%;
    float: left;
    padding: 0 0;
    font-size: 19px;
    font-weight: 400;
    margin: 25px 0 0 0;
    line-height: 32px;
}

.courses_block_contain span {
    width: 100%;
    float: left;
    margin: 38px 0 15px 0;
}

.courses_block_contain span a {
    width: auto;
    float: left;
    color: #00b0f0;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #00b0f0;
    padding: 0 0 3px 0;
}

.maintopcontainerFullNew {
    width: 100%;
    float: left;
    padding: 0 18px !important;
}


/***********accordian style **************/

.accordian_wrap {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

.accordion_container {
    width: 100%;
    float: left;
}

.accordion_head {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 13px 17px;
    font-weight: bold;
    user-select: none;
}

.accordion_body {
    width: 100%;
    float: left;
    background: #f2f2f2;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding: 9px 17px;
    display: none;
}

.accordianActive {
    display: block;
}

.accordion_body p {
    padding: 0 0;
}

.plusminus {
    float: right;
    font-size: 41px;
    font-weight: bold;
    color: #00b0f0;
    letter-spacing: -5px;
}

.accordian_wrap h3 {
    width: 90%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 0;
}

.accordian_block_wrap {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.accordian_content_listing li {
    list-style-type: unset;
}

.bottom_content {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
}

.vidPop_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: none;
}

.vidPop_container {
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: right;
}

.vidPop_inner {
    width: 100%;
    float: left;
    position: relative;
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
    /*    opacity:0;*/
}

.animatedVidPop_inner {
    transform: scale(1);
    opacity: 1;
}

.vidPop_inner video {
    width: 100%;
}

#closeVideo {
    width: 33px;
    height: 30px;
    float: right;
    background: #fff;
    text-align: center;
    padding: 2px 0 0 0;
    display: block;
    margin: -9px 0 0 0;
    border-radius: 100%;
    user-select: none;
    cursor: pointer;
    border: 0;
}

.longLabel {
    width: 100%;
    float: left;
}

.longLabel label {
    width: 100%;
    float: left;
}

.longLabel input[type="text"] {
    float: left;
    font-size: 16px;
    padding: 6px 13px;
    width: 100%;
    box-sizing: border-box;
    margin: 9px 0 18px 0;
}

.longLabel input[type="file"] {
    float: left;
    font-size: 16px;
    width: 100%;
    margin: 9px 0 15px 0;
}

.labeleditor {
    width: 100%;
    float: left;
    margin: 0px 0 14px 0;
}

.labeleditor label {
    margin: 0 0 10px 0;
    display: block;
}

.radioLabel {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.module_styling {
    clear: both;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
}

.content_single {
    margin-bottom: 10px;
    width: auto;
    float: left;
}

.add_more_holder {
    width: 100%;
    float: right;
    clear: both;
}

.table_left {
    width: 50%;
    float: left;
}

.table_right {
    width: 50%;
    float: left;
}

.bc_detail {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 40px 0px 0px 0px;
}

.partTab {
    width: 100%;
}

.copier_link {
    font-size: 16px !important;
    font-weight: bold;
}

.remove_link {
    font-size: 12px !important;
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

.remove_link i {
    margin: 1px 3px 0 0px !important;
}


/*************** 07-27-2020 *****************/

* {
    box-sizing: border-box;
}

.participent_wrapper {
    width: 100%;
    float: left;
    margin: 60px 0;
    padding: 0 10px;
}

.participent_bigSlideleft {
    width: 65%;
    float: left;
}

.pBigSlideHeader {
    width: 100%;
    float: left;
    background: #fff;
    margin: 0 0 0;
    padding: 18px 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    font-size: 21px;
    position: relative;
    cursor: pointer;
}

.participent_bigSlideInner {
    width: 100%;
    float: left;
    padding: 20px 20px;
    display: none;
}

.participent_bigSlideleft .slide_section:first-child .participent_bigSlideInner {
    display: block;
}

.participent_bigSlideInner main {
    width: 100%;
    float: left;
    margin: 0px 0 20px 0;
    position: relative;
}

.participent_bigSlideInner main h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 0 0 0 0;
    color: #444;
}

.participent_bigSlideInner main p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #808080;
    margin: 15px 0 0 0;
}

.participent_bigSlideInner main video {
    width: 100%;
    height: auto;
    float: left;
    outline: none;
}

.participent_bigSlideInner span {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 15px;
}

.participent_bigSlideInner span h4 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 0;
    color: #404040;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}

.participent_bigSlideInner span a {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px 0;
    text-decoration: none;
    color: #197de4;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.participent_bigSlideInner span a:last-child {
    border: 0 !important;
}

.participent_bigSlideInner span a i {
    float: right;
}

.pBigSlideHeader b {
    float: right;
    font-size: 16px;
    background: #d8d8d8;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 1px 2px 0 0px;
    border-radius: 100%;
    font-weight: 900;
    letter-spacing: -3px;
}

.slide_section {
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin: 0 0 30px 0;
}

.participent_bigSlideleft .slide_section:last-child {
    margin: 0px !important;
}

.fixedSideBar {
    width: 30%;
    position: sticky;
    top: 10px;
    float: right;
}

.sidebarInner {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

.sidebarInner h4 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px;
    color: #404040;
    font-size: 16px;
    background: #f9f9f9;
}

.sidebarInner a {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px;
    text-decoration: none;
    color: #777777;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
    transition: 0.3s ease-in-out;
}

.sidebarInner a:hover {
    background: #0e7bea;
    color: #fff;
}

.sidebarInner a.activeMname {
    background: #0e7bea;
    color: #fff;
}

.mtSpace {
    width: 100%;
    float: left;
    height: 1000px;
}

.participent_bigSlideInner main p span {
    background: none !important;
    padding: 0 !important;
}

.pBigSlideHeader em {
    font-style: normal;
    width: 94%;
    float: left;
    font-size: 18px;
    line-height: 25px;
}

.participent_bigSlideInner main ul {
    width: 100%;
    float: left;
    padding: 0 0 0 17px;
}

.participent_bigSlideInner main ul li {
    width: 100%;
    float: left;
}

.participent_bigSlideInner main ul li span {
    width: 100%;
    float: left;
    background: none;
    padding: 3px 0;
}

.participent_wrapper_header {
    width: 100%;
    float: left;
    margin: 0 0 34px 0;
    border-left: 3px solid #0d7bea;
    padding: 3px 16px;
}


/****************25-09-2020*************/

.quiz_module span .add_button {
    width: auto;
    float: right;
    height: auto;
    padding: 8px 14px;
}

.qzBtnWrap {
    padding: 8px 15px !important;
}

.questionpartCompleteWrap {
    width: 100%;
    float: left;
}

.questionNumbering {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.questionNumbering li {
    float: left;
    margin: 20px 11px 0 0px;
    padding: 0 0 0 0;
}

.questionNumbering li p {
    float: left;
    margin: 0px 0 0 0;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    padding: 7px 0;
    cursor: pointer;
    user-select: none;
}

.questionNumbering li p a {
    color: #000;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.questionNumbering li p:hover,
.questionNumbering li p.active {
    background: #346733;
}

.questionNumbering li p:hover a,
.questionNumbering li p.active a {
    color: #fff !important;
    text-decoration: none;
}

.anLabel {
    /*display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 14px 0;
    padding: 1px 11px 8px 35px;
    border-radius: 20px; 07-05-2021 */
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 14px 0;
    padding: 10px 11px 10px 35px;
    border-radius: 20px;
    border: 2px solid transparent;
}

.anLabel b {
    /*padding: 9px 0 0 0; 07-05-2021 */
    padding: 1px 0 0 10px;
    display: block;
}


/* Hide the browser's default radio button */

.anLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Customize the label (the container) */

.checkboxHolder {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}


/* Hide the browser's default checkbox */

.checkboxHolder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    /*position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; 07-05-2021 */
    position: absolute;
    top: 7px;
    left: 8px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 100px;
}


/* On mouse-over, add a grey background color */

.checkboxHolder:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxHolder input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxHolder input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxHolder .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* On mouse-over, add a grey background color */

.anLabel:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.anLabel input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.anLabel input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.anLabel .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.questionBlock {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

.questionBlock h4 {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    padding: 4px 0px 4px 10px;
    border-left: 3px solid #ff891b;
}

.answerBlock {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    border: 1px solid #dadada;
    padding: 1px 15px;
}

.questionNumbering li.active p {
    background: #04acc9;
    color: #fff;
    box-shadow: none;
}

.answer_container h4 {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    padding: 4px 0px 4px 10px;
    border-left: 3px solid #ff891b;
}

.progressBarWrap {
    width: 164px;
    height: auto;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #afafaf;
    background: #f1f1f1;
}

.progressBarWrap span {
    height: 7px;
    float: left;
}

.progressValue {
    width: auto;
    float: left;
    margin: -3px 0 0 9px;
    padding: 0 10px 0 0px;
}

.course_list_container {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 10px;
}

.course_block {
    width: 94%;
    float: left;
    padding-bottom: 0;
}

.course_name_block {
    width: 100%;
    float: left;
    font-weight: bold;
    color: #8c8a8a;
    padding-bottom: 10px
}

.progress_bar_container {
    width: 100%;
    float: left;
}

.dot_container {
    width: auto;
    text-align: right;
    float: left;
    margin: 10px 0 0 0;
    position: relative;
}

.dot_container i {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.slideTogglerBtn {
    position: relative;
    z-index: 1;
    float: right;
    margin: -37px 22px 0 0px;
}

.slideTogglerBtn i {
    width: 25px;
    height: 25px;
    text-align: center;
    background: #9d468d;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    border-radius: 100%;
    cursor: pointer;
}

.main-slideContain {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    border-top: 1px solid #9c9c9c;
    display: none;
    padding: 0 12px;
}

.main-slideContain h4 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #636363;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}

.main-slideContain h4 small {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #949494;
}

.main-slideContain span {
    width: 100%;
    float: left;
    padding: 17px 16px 32px 16px;
    margin: 25px 0 0 0px;
    box-shadow: 0px 3px 14px rgb(0 0 0 / 10%);
    border-radius: 20px;
    /* background: #f5f5f5; */
}

.main-slideContain span p {
    width: 85%;
    float: left;
    margin: 0 0;
    font-size: 14px;
    color: #717171;
    padding: 0 13px;
}

.main-slideContain span p b {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
}

.main-slideContain span h3 {
    width: auto;
    float: right;
    padding: 0;
    margin: 0 0;
}

.dotDropdown {
    width: 150px;
    height: auto;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.13);
    top: 30px;
    transition: 0.4s ease-in-out;
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
}

.openDotDrop {
    transform: scale(1);
    opacity: 1;
}

.dotDropdown a {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0;
    padding: 9px 12px;
    text-align: left;
    color: #333;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.dotDropdown a:hover {
    color: #fff;
    background: #ff891b;
}


/*************** 22-02-2021 ***************/

.subSlideBlock {
    width: 96%;
    float: left;
    padding: 12px 20px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
    margin: 16px 0 0 11px;
    border-radius: 27px;
    background: #fff;
}

.subSlideBlock article {
    width: 100%;
    float: left;
}

.subSlideBlock article h5 {
    float: left;
    width: auto;
    margin: 4px 0 0 0;
    font-size: 15px;
    color: #7b7b7b;
}

.rightContent {
    width: auto;
    float: right;
}

.rightContent b {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
}

.rightContent i {
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #6fbae6;
    color: #fff;
    padding: 6px 0;
    display: inline-block;
    margin: 0 0 0 7px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.active .rightContent i {
    transform: rotate(180deg);
}

.subSlideBlock main {
    width: 100%;
    float: left;
    margin: 17px 0 0 0;
    display: none;
}

.subSlideBlock main p {
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 18px 10px;
    border-top: 1px solid #e4e4e4;
    color: #5d5d5d;
    text-align: center;
}

.subSlideBlock main p small {
    float: left;
}

.subSlideBlock main p b {
    width: auto;
    float: right;
    margin: 0;
}

.dateWrap {
    float: none !important;
    font-size: 13px;
    font-weight: 500;
}

.dateWrap i {
    margin: 0 6px 0 0;
}


/************* 24-07-2021 ***************/

.vidctrlWrap {
    width: 100%;
    float: left;
    text-align: center;
}

.videoctrlBox {
    max-width: 200px;
    background-color: #fff;
    text-align: center;
    margin: 10px auto 0;
    display: block;
    padding: 5px 0 !important;
    width: auto !important;
    float: none !important;
    border-radius: 21px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
}

.videoctrlBox li {
    list-style: none;
    display: inline-block;
    float: none !important;
    width: auto !important;
}

.videoctrlBox li button {
    background: transparent;
    border: 0 !important;
    cursor: pointer;
}

.videoctrlBox li button i {
    color: #59abff;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.activeCtrl i {
    transform: scale(1.2);
    color: #f00 !important;
}

@media screen and (min-width: 240px) and (max-width:768px) {
    .maintopcontainerFull {
        margin: 0;
        padding: 0 0 !important;
    }
    .courses_wrap_main {
        width: 88%;
        margin: 0 0 0 5%;
    }
    .courses_block_contain {
        width: 100%;
        float: left;
        padding: 3px 5px;
    }
    .accordion_head {
        padding: 8px 5px;
    }
    .accordion_body {
        padding: 9px 5px;
    }
    .togDivcontainer {
        right: 0;
    }
    .vidPop_container {
        width: 90%;
    }
    .participent_bigSlideleft {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }
    .fixedSideBar {
        width: 100%;
        position: relative;
        top: 0px;
        float: left;
    }
    .participent_wrapper {
        margin: 30px 0;
        padding: 0;
    }
    .courses_wrap_Container {
        padding: 0 0px !important;
    }
}