@charset "utf-8";

/* CSS Document */
body {
    position: relative
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0;
}

a {
    color: #00766b;
}

a:hover {
    color: #00766b;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #e6e6e6 0, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #e6e6e6 0, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #e6e6e6 0, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Header*/
header.desktop_hdr {
    background-color: #e6e6e6;
    border-color: #e7e7e7;
    padding: 5px 0;
    margin-bottom: 1px;
}

.p-relative {
    position: relative
}

.nird-logo {
    margin-top: 10px
}

.gov-logo {
    margin-top: 2px
}

.navbar-default {
    background-color: #e6e6e6;
    border-color: #e7e7e7;
    padding: 0;
    margin-bottom: 1px;
}

header {
    width: 100%;
    float: none;
}

header .row {
    margin: 0
}

img {
    max-width: 100%;
}

.home-banner .row {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.container-fluid.home-banner {
	background-color: #cddcdb !important;
    padding: 0;
    /* background-color: #efefef !important; */
    padding-top: 0;
    /* border-bottom: 3px solid #50388c; */
}

.home-banner .col-md-9 {
    padding: 0;
    display: table-cell;
    float: none;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.home-banner .col-md-3 {
    padding: 0;
    display: table-cell;
    float: none;
    vertical-align: middle;
    border-bottom: 3px solid #50388c;
    background: #efefef !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #e0eceb;
}

.loginform {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background-color: #efefef !important; */
    padding-top: 0;
    /* border-bottom: 3px solid #50388c; */
    /* min-height: 337px; */
    /* max-height: 386px; */
    overflow: hidden;
}

.loginform h3 {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 17px;
    text-align: center;
    color: #fff;
    background: #50388c;
    padding: 5px 5px 9px 5px;
    font-weight: 600;
}

.loginform .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.loginform .help-block {
    font-size: 13px;
    margin: 0;
}

.loginform .form-horizontal .control-label {
    display: none;
}

.loginform .form-control,
.form-horizontal .form-group .form-control {

    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px 8px 33px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #967cd7;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
}

.loginform .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.loginform .form-control:before {
    content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.report-dashboard .col-md-6 {
    padding-left: 0;
    padding-right: 10px;
}

.dash_board {
    padding-right: 0 !important;
    text-align: right;
    margin-bottom: 10px;
}

.dash_board a {
    position: relative;
    padding-left: 30px !Important;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.dash_board a:before {
    content: "\f080 ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00766b;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: -4px;
    left: 0;
    text-decoration: none;
}

.loginform .col-md-12 {
    padding: 0 18px;
}

.form-row {
    margin: 0 0 18px 0;
    position: relative;
}

.form-row .fa,
.loginform .form-group .fa {
    position: absolute;
    left: 11px;
    z-index: 2;
    top: 10px;
    color: #05a9a4;
    font-size: 18px;
}

.loginform .fa {
    font-size: 18px;
}

.forgot .fa {
    color: #00766b;
    margin-right: 5px;
    margin-top: 5px
}

.forgot a {
    position: relative;
}

.forgot a:before {
    width: 14px;
    height: 15px;
    content: " ";
    background-image: url(../img/lock-icon.png);
    position: absolute;
    left: -20px;
    top: 2px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.tabs-home h3 {
    font-weight: 700
}

h1 {
    font-size: 37px;
    color: #00766b;
    margin: 0 0 23px 0;
    font-weight: 600
}

h2 {
    font-size: 33px;
    color: #00766b;
    margin: 0 0 23px 0;
    font-weight: 600
}

h3 {
    font-size: 28px;
    color: #00766b;
    margin: 0 0 23px 0;
    font-weight: 600
}

h4 {
    font-size: 23px;
    color: #00766b;
    margin: 0 0 23px 0;
    font-weight: 600
}

h5 {
    font-size: 19px;
    color: #00766b;
    margin: 0 0 23px 0;
    font-weight: 600
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 9px 9px 0 0;
    background: #05a9a4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 20px;
}

.tabs-home .nav-tabs>li>a {
    padding: 12px 20px !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #00766b;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
    border: 0
}

.tab-content {
    overflow: hidden;
    padding: 25px 25px 5px 25px;
    background: #f7f7f7;
    border-radius: 10px;
    border: 3px solid #efefef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 303px;
}

.navbar-top-links li {
    display: inline-block;
    list-style: none !important;
    line-height: 27px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #021528;
    border-color: #432a86;
}

.navbar-top-links .fa.fa-bars,
.home-links .fa {
    font-size: 20px;
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
}

.navbar-default .container {
    width: 100%
}

.navbar-top-links.navbar-right {
    float: right !important;
    margin-right: 0;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.navbar-top-links .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #7866a9;
}

.navbar-top-links .dropdown-menu li a {
    padding: 9px 20px;
    min-height: 0;
    color: #fff;
}

.navbar-top-links .dropdown-menu>li>a:focus,
.navbar-top-links .dropdown-menu>li>a:hover {
    background: #05a9a4;
}

.navbar-top-links .dropdown-menu {
    background: #00766b !important;
    border: 0px solid #021528;
    border-radius: 0;
    padding: 0;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #00766b;
}

p {
    margin: 0 0 23px 0
}

.btn-primary {
    background: #00766b !important;
    color: white !important;
    border-color: #00766b;
}

.btn-primary:hover {
    background: #05a9a4 !important;
    color: white !important;
    border-color: #05a9a4;
}

.forgot {
    padding-bottom: 6px;
    text-align: right;
    margin: 15px 0;
    padding: 0;
}

.btn.btn-success {
    /*height:35px;*/
    min-width: 105px
}

.btn2,
.btn {
    background: #00766b !important;
    color: white !important;
    border-color: #00766b;
}

.btn:hover {
    background: #05a9a4 !important;
    color: white !important;
    border-color: #05a9a4;
}

.forgot {
    padding-bottom: 6px;
    text-align: right;
    margin: 15px 0;
    padding: 0;
}

.reg {
    text-align: center;
    /* overflow: hidden; */
    margin: 16px -10px 0px;
}

.reg a {
    display: inline-block;
    padding: 7px 9px 6px 26px;
    text-align: center;
    font-size: 11px;
    margin-right: 0px;
    position: relative;
    text-decoration: underline;
    background: none;
    color: #00766b !important;
    letter-spacing: -0.5px;
}

.reg a:hover {
    text-decoration: none;
    background: #05a9a4;
    color: #fff !important;
}

.reg a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00766b;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: 2px;
}

.reg a:after {
    content: "\f067";
    font-family: FontAwesome;
    font-weight: normal;
    text-decoration: inherit;
    color: #00766b;
    font-size: 11px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 15px;
    text-decoration: none;
    font-weight: 700;
}

/*.reg a:after {
    font-style: normal; content: "+"; font-weight: normal; text-decoration: inherit; color: #00766b; font-size: 15px; padding-right: 0.5em; position: absolute; top: -1px; left: 15px; text-decoration: none; font-weight: 700; }*/
/*Home News*/
.forgot_list a {
    font-size: 12px;
}

.forgot_list {
    margin-bottom: 20px
}

.reg a:hover:before,
.reg a:hover:after {
    color: #fff;
}

.col-md-12.candLogin {
    padding-left: 25px !Important;
}

.forgot_list .candLogin a {
    position: relative;
    margin-left: 7px;
}

.forgot_list .candLogin a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00766b;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: -6px;
    left: -23px;
    text-decoration: none;
}

.news-sec {
    overflow: hidden;
    padding: 0;
    background: #f7f7f7;
    border-radius: 10px;
    border: 3px solid #efefef;
}

.news-sec h3 {
    font-size: 20px;
    font-weight: 700;
    background: #00766b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    color: #fff;
    display: block;
    padding: 13px 10px 13px 51px;
    margin: 0;
}

.news-sec h3:before {
    content: "\f1ea";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 27px;
    padding-right: 0;
    position: absolute;
    top: 11px;
    left: 11px;
    font-weight: 100;
}

.news-cont {
    overflow: hidden;
    padding: 20px;
    min-height: 299px;
}

.news-cont ul {
    margin: 0;
    padding: 0;
}

.news-cont ul,
.news-cont ul li {
    list-style: none
}

.news-cont ul li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 26px;
}

.news-cont ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00766b;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -2px;
    left: 2px;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.pdg-sec {
    padding: 25px
}

.footer1 {
    position: fixed;
    z-index: 1000;
    z-index: 1000;
    text-align: center;
    background: #00766b;
    width: 100%;
    color: #fff;
    padding: 7px 0;
    margin-top: 13px;
    bottom: 0; left:0;
}

.footer1 p {
    margin: 0
}

.clear {
    clear: both;
}

h4.titles1 {
    color: #fff282;
    margin-left: 35px;
    font-size: 18px;
}

.center-block a {
    color: white !important;
}

.center-block a:hover {
    color: #cdafe5 !important;
}

.down-img {
    text-align: center;
    color: white;
    height: 45px;
    width: 30px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

.Foot-Tab {
    z-index: 1000;
    width: 35px;
    height: 18px;
    position: fixed;
    bottom: 50px;
    right: 1em;
    display: block;
    background: #05a9a4;
    color: white;
    line-height: 4em;
    text-align: right;
    font-size: 1.2em;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    opacity: 0
}

.Foot-Tab.visible {
    display: block;
    opacity: 1
}

.down-img {
    text-align: center;
    color: white;
    height: 45px;
    width: 30px;
}

footer {
    z-index: 10000;
    position: fixed;
    display: none;
    left: 0;
    bottom: 34px;
    width: 100%;
    height: auto;
    background: #195e9e;
    padding: 10px;
}

footer {
    background: #05a9a4;
    padding-top: 22px;
}

.center-block {
    margin-top: 14px;
    margin-bottom: 14px;
}

.center-block li a,
.center-block li {
    color: #fff !important;
}

.center-block li a:hover {
    color: #e9ccff !important;
}

h4.foot-title {
    color: #e1bbff;
    margin-left: 0;
    font-size: 18px;
    margin: 0 0 16px 0;
}

#col {
    background: #E91E63;
}

.home-page .col-md-9 {
    width: 70%
}

.home-page .col-md-3 {
    width: 30%
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.yii-debug-toolbar_position_bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    display: none !important;
}

.wrap {
    min-height: 1px;
    height: auto;
    margin: 0 auto 0;
    padding: 0;
}

html,
body {
    /* height: 100%;*/
}

.navbar-default {
    color: white;
    background: #00766b !important;
    border-radius: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #432a86;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.m-0 {
    margin: 0 !important
}

.m-top-0 {
    margin-top: 0 !important
}

.m-btm-0 {
    margin-bottom: 0 !important
}

.m-l-0 {
    margin-left: 0 !important
}

.p-0 {
    padding: 0 !important
}

.f-20 {
    font-size: 20px !important
}

nav#Hide-div {
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    display: none;
}

#Hide-div {
    display: none !important
}

.labelStyle {
    border-left: 2px solid green !important;
    height: 34px;
    width: 200px !important;
    border: 1px solid #b6b9b9;
    border-radius: 5px;
}

.cont-block {
    border: 1px solid rgba(204, 204, 204, 0.41);
    padding: 18px 18px 18px 18px;
    background: rgba(247, 247, 247, 0.56);
    margin: 0 0 22px 0;
    box-shadow: 0 0px 16px #ccc;
    background: #f8f8f8;
    min-height: 300px;
}

.input-label {
    line-height: normal;
    padding: 0 0 6px 0;
    font-weight: 600;
    width: 100%;
    float: left;
}

.odd {
    margin-bottom: 14px;
    margin-top: 0;
}

.btn-primary {
    background: #00766b !important;
    color: white !important;
    min-width: 105px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    border: 0px;
}

.link-btns .btn-primary {
    display: inline-block;
    line-height: 33px;
    text-decoration: none;
}

.btn-primary:hover {
    background: #05a9a4 !important;
    color: white !important;
    border-color: #05a9a4;
}

.Side-Bar .navbar-default {
    color: white;
    background: #05a9a4 !important;
    background-image: none;
    border-color: #100f0f !important;
}

.Side-Bar .navbar-default ul li {
    /* border-bottom: 1px solid #f8f8f8 !important; */
    /* border: 0.1px solid #f6ebeb; */
}

.sidebar {
    background: #05a9a4;
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: width 0.75s;
}

/*.left123{ background: #05a9a4; display: inline-block; white-space: nowrap; width: 50px; transition: width 0.75s; }*/
.Side-Bar-nav .nav>li>a {
    background-image: linear-gradient(to left, transparent, transparent 50%, #00766b 50%, #3b2479);
}

.left-cont-block {
    width: 250px;
    overflow: hidden;
    color: #fff;
}

.Side-Bar {
    background: #00766b;
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: width 0.75s;
}

.Side-Bar:hover {
    width: 250px;
}

/*.Side-Bar:after{ content: " "; background: #05a9a4; position:absolute; left:0; width:100%; height:100%}*/
.Side-Bar {
    z-index: 1;
    position: absolute;
    margin-top: 18px;
}

.Side-Bar {
    float: left;
    min-height: 500px;
}

/*.left{float: left;min-height: 500px; background:red;}*/
.Side-Bar {
    overflow: hidden !important;
}

div#main-page {
    width: 100%;
    padding: 0;
}

.contentLeft {
    transition: margin-left 0.75s;
    margin-right: 0px;
    margin-top: 18px;
    margin-bottom: 33px;
}

.box {
    margin-left: 50px;
    border: 0px solid #15757d;
    /*word-break: break-word;*/
}

.board {
    background: #fff;
    position: relative;
}

.org_title h5,
.Main_title h1 {
   /* text-align: center;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #00766b;
    background: #e4e4e4 !important;
    background-image: none;
    padding: 8px;
    margin-bottom: 0;
    font-weight: 600;
    border-left: 4px solid #00766b;
    border-right: 4px solid #00766b;
    line-height: 39px;
    background: #d2d3d5 !important;
    margin-top: 0 !important;*/
}

.PageExpanded {
    transition: margin-left 0.75s;
    margin-left: 200px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.sidebar-nav .panel-default>.panel-heading {
    color: #fff;
    background-color: #05a9a4;
    border-color: #ddd;
    border: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 0px solid #ffffff;
}

.sidebar-nav .panel-default>.panel-heading a {
    background-color: #00766b;
    color: #fff;
    position: relative;
    display: table;
    padding: 6px 15px 6px 12px;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
}

.sidebar-nav .panel-default>.panel-heading a:hover,
.sidebar-nav .panel-default>.panel-heading.active a {
    background-color: #05a9a4 !important;
    text-decoration: none;
}

.sidebar-nav .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.sidebar-nav .panel {
    margin-bottom: 0;
    background-color: transparant;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
    font-size: 12px;
}

.sidebar-nav .panel-group .panel+.panel {
    margin-top: 0;
}

.sidebar-nav .panel-group {
    margin-bottom: 35px;
}

.sidebar-nav .panel-title img {
    max-width: 100%;
    margin-right: 11px;
    margin-top: -2px;
}

.sidebar-nav .panel-title {
    font-size: 12px;
}

.Side-Bar ul {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
    transition: width 1s;
    position: relative;
    z-index: 1000;
}

.Side-Bar ul::-webkit-scrollbar {
    width: 8px;
    background: #7f7f7f
}

.Side-Bar ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

.Side-Bar ul::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to left, transparent,
            transparent 0%,
            #00766b 0%,
            #00766b);
    border-radius: 10px;
}

.Side-Bar ul li {
    background: #00766b;
    list-style: none;
    position: relative;
    white-space: normal;
}

.Side-Bar ul li:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    padding-right: 0.5em;
    position: absolute;
    top: 9px;
    left: 19px;
}

.Side-Bar ul li a {
    text-decoration: none;
    font-size: 11px !important;
    padding-left: 39px !important;
    color: #fff;
    padding: 9px 7px 9px 10px;
    display: block;
}

.Side-Bar ul li:active {
    background: #6A5ACD !important;
}

.Side-Bar ul li a:hover,
.Side-Bar ul li.active {
    background: #05a9a4;
    transition: background-color 0.75s ease;
}

.Side-Bar .panel-body {
    padding: 0;
    border: 0 !important;
}

.Side-Bar .panel-body ul li:first-child {
    border-top: 0 !important
}

.input-label .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #00766b;
}

.input-label .tooltip>.tooltip-inner {
    background-color: #00766b;
    color: #FFFFFF;
    border: 1px solid #00766b;
}

.loginform .btn-primary {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700
}

.button-block {
    margin-bottom: 2px;
    display: block;
    width: 100%;
}

.dBoard .theadStyle th,
.dBoard th {
    padding: 8px;
    font-size: 15px;
    font-weight: 100;
    background: rgba(122, 122, 122, 0.07) !important;
    /* color: #fff; */
    border-bottom: 1px solid rgba(229, 229, 229, 0.72) !important;
    font-weight: 600 !important;
    background: #00766b !important;
    color: #fff;
}

.table.dBoard>tbody>tr>td,
.table.dBoard>tbody>tr>th,
.table.dBoard>tfoot>tr>td,
.table.dBoard>tfoot>tr>th,
.table.dBoard>thead>tr>td,
.table.dBoard>thead>tr>th {
    border-top: 1px solid #efefef;
}

.table,
.table.dBoard {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #efefef;
}

.dBoard tr td {
    background: #fff;
    font-size: 14px;
}

.spacer-20 {
    overflow: hidden;
    height: 20px
}

.spacer-25 {
    overflow: hidden;
    height: 25px
}

.spacer-30 {
    overflow: hidden;
    height: 30px
}

.m-btm25 {
    margin-bottom: 25px !important
}

.m-btm30 {
    margin-bottom: 30px !important
}

.m-btm20 {
    margin-bottom: 20px !important
}

.f-23 {
    font-size: 23px !important
}

#chartContainer,
#piechart {
    height: 303px !important;
    width: 100% !important;
    border: 1px solid #efefef;
    /* background: red; */
    margin-left: 0;
    float: left;
    overflow: hidden;
}

#chart_div,
#chartContainer1,
#chartContainer2 {
    height: 303px;
    border: 1px solid #efefef;
    width: 99.7%;
    background: #fff;
    float: left;
    overflow: hidden;
}

.cont-block .required .form-control {
    border-left: 2px solid #a70202 !important;
}

.cont-block .form-control {
    border-left: 2px solid #ccc !important;
}

.cont-block .has-error .form-control {
    border-left: 2px solid #a70202 !important;
}

.btn i.fa {
    margin-left: 9px;
}

.btn i.fa {
    margin-left: 9px;
}

.btn i.fa {
    margin-left: 9px;
}

.cont-block .form-control:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
    background-color: #F0F8FF;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #333;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #333;
}

.cont-block .has-success .form-control {
    border-color: #008000 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

table.dataTable.no-footer {
    margin-top: 9px !important;
}

table.dataTable thead th {
    padding: 8px 10px;
    color: #fff;
    border-bottom: 0px solid rgba(229, 229, 229, 0.72) !important;
    font-weight: 600 !important;
    background-color: #05a9a4 !important;
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

table.dataTable thead td {
    padding: 8px;
    border-bottom: 1px solid #111;
    color: #fff;
    border-bottom: 1px solid rgba(229, 229, 229, 0.72) !important;
    font-weight: 600 !important;
    background-color: #05a9a4 !important;
    border-right: 0;
    border-left: 1px solid #9a9a9a;
}

table.dataTable thead .sorting {
    background-image: url(../img/sort_both.png) !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png) !important;
}

table.dataTable tbody td {
    border: 0;
    border-top: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 26px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 7px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

table.dataTable {
    border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 0 solid transparent !important;
    border-radius: 2px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00766b !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #23527c;
    cursor: default;
    background-color: #eee;
    border-color: #ddd;
}

.pagination {
    margin: 14px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 solid #111 !important;
    background: none !important;
}

.w-auto {
    width: auto !important
}

.form-flds .form-control {
    width: 200px !important;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #a70202 !important
}

.back-btn .btn i.fa {
    margin-left: 0;
    margin-right: 6px;
}

.back-btn {
    display: inline-block;
    width: 100%;
}

.nav>li>a {
    color: #fff;
}

li.home-links {
    position: absolute;
    left: 11px;
}

#main-page container-fluid,
.container-fluid.home-page,
.home-page {
    margin-bottom: 38px !important
}

.dataTable .glyphicon {
    font-size: 15px
}

.dataTable .glyphicon:hover {
    color: #717171
}

.cont-block .notreq .has-error .form-control,
.cont-block .notreq .form-control {
    border-color: #ccc !important;
}

/*Top tabs*/

.board>div.board-inner {
    background: #f8f8f8 !important;
    background-size: 30%;
    background-image: none !important
}

.fa-styleMenu {
    font-size: 32px !important;
    margin-top: 17px !important;
}

.liner {
    height: 1px;
    background: #05a9a4;
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 51%;
    /* z-index: 1; */
    display: none;
}

.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    width: 100%;
    /* margin: 40px auto; */
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: center;
}

.hrregTab>li {
    width: 9% !important;
    position: relative;
    z-index: 2;
    display: inline-block;
    float: none;
    padding: 0 48px;
}

.hrregTab>li::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 53px;
    width: 100%;
    height: 1px;
    background: #05a9a4;
    z-index: -1;
}



.hrregTab>li:last-child::before {
    display: none;
}



.nav.hrregTab>li>a {
    background-image: linear-gradient(to left, transparent, transparent 50%, #00766b 50%, #00766b);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: none;
    color: white;
}

.nav-tabs.hrregTab>li a {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.hrregTab span.round-tabs {
    width: 40px;
    height: 40px;
    line-height: 33px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.hrregTab span.round-tabs {
    color: #dedede;
    border: 1px solid #aeadad;
}

.hrregTab .fa-styleMenu {
    font-size: 32px;
    margin-top: 1px !important;
}

.hrregTab span.round-tabs:hover {
    transition: all 0.5s ease;
    color: #fff;
    border: 1px solid #05a9a4;
    background: #05a9a4;
}

.hrregTab li.active2:after {
    content: " ";
    position: absolute;
    left: 52%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #00766b;
}

.nav.hrregTab>li>a:hover {
    background-image: linear-gradient(to left, transparent, transparent 50%, #432a86 50%, #432a86);
}

.fa-styleMenu {
    font-size: 22px !important;
    margin-top: 0 !important;
}

li.active2 span.round-tabs {
    background: #00766b !important;
    border: 1px solid #00766b;
    color: white;
}

li.active2 span.round-tabs:hover {
    background: #00766b !important;
    border: 1px solid #00766b;
    color: white;
}

li.active3 span.round-tabs {
    background: #fff !important;
    border: 1px solid #800000;
    color: #800000;
}

li.active3 span.round-tabs:hover {
    background: #800000 !important;
    border: 1px solid #800000;
    color: #fff;
}

.complete span.round-tabs {
    background: #fff !important;
    border: 1px solid #4bab4b;
    color: #4bab4b;
}

.complete span.round-tabs:hover {
    background: #4bab4b !important;
    border: 1px solid #4bab4b;
    color: white;
}

.tooltip>.tooltip-inner {
    background-color: #05a9a4;
    color: #FFFFFF;
    border: 2px solid #05a9a4;
}

/* Tooltip on top */
.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #05a9a4;
}

.input-label .help .fa {
    font-size: 15px !important;
    color: #00766b
}

.input-label .tooltip>.tooltip-inner {
    background-color: #00766b;
    color: #FFFFFF;
    border: 1px solid #00766b;
}

/* Tooltip on top */
.input-label .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #00766b;
}

.dropdown-select label.control-label {
    display: block;
    width: 100%
}

.dropdown-select button.multiselect {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-left: 2px solid #a70202 !important;
    width: 200px;
    text-align: left
}

.dropdown-select .has-error button.multiselect {
    border-left: 2px solid #a70202 !important;
}

.cont-block .dropdown-select .has-success button.multiselect {
    border-color: #008000 !important;
}

.dropdown-select .btn .caret {
    text-align: right;
    float: right;
    margin-top: 7px;
}

.dropdown-select .multiselect-container {
    width: 200px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0px;
    /* z-index: 1000000; */
    border-top: 0;
}

.TableGrid-1 {}

.TableGrid-1 .table-striped>tbody>tr:nth-of-type(odd),
.TableGrid .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.TableGrid-1 .table-striped>tbody>tr:nth-of-type(even),
.TableGrid .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.TableGrid-1 .table-striped th,
.TableGrid-1 .table-striped td {
    border: 0;
    border-bottom: 1px solid #efefef;
}

.TableGrid table.table thead th {
    padding: 8px 10px;
    color: #fff;
    border-bottom: 0px solid rgba(229, 229, 229, 0.72) !important;
    font-weight: 600 !important;
    background-color: #05a9a4 !important;
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.TableGrid table.table thead th a,
.table.table-striped th a {
    color: #fff;
    text-decoration: none
}

.TableGrid table.table thead th a:hover {
    text-decoration: none
}

.TableGrid .table-bordered>thead>tr>th,
.TableGrid .table-bordered>thead>tr>td {
    border-bottom-width: 1px;
    padding: 8px 10px;
}

.TableGrid .table-bordered>thead>tr>td,
.TableGrid .table-bordered tr td {
    border: 0 !important;
    border-top: 1px solid #efefef !important;
    background: #fff;
}

.table-striped>tbody>tr:nth-of-type(even),
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped th,
.table-striped td {
    border: 0;
    border-bottom: 1px solid #efefef;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px;
    padding: 8px 10px;
}

.table-bordered>thead>tr>td,
.table-bordered tr td {
    border: 0 !important;
    border-top: 1px solid #efefef !important;
    background: #fff;
}

table.table-bordered thead th {
    padding: 8px 10px;
    color: #fff;
    border-bottom: 0px solid rgba(229, 229, 229, 0.72) !important;
    font-weight: 600 !important;
    background-color: #00766b !important;
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.summary {
    margin: 15px 0;
    clear: both
}

.field_set {
    border: 1px solid #ddd;
    padding: 25px 15px 15px 15px;
    /* background: #fff; */
    margin-top: 44px;
    border-radius: 9px;
    position: relative;
    margin-bottom: 10px;
}

.field_set h3 {
    background: #f8f8f8;
    color: #00766b;
    padding: 8px 10px 0 10px;
    margin: 0 -15px 0 15px;
    margin-bottom: 14px;
    /* margin-top: -15px !important; */
    position: relative;
    /* max-width: 128px; */
    /* margin: 0 auto; */
    text-align: center;
    margin-top: -50px;
    margin-bottom: 36px;
    font-size: 24px;
    /* margin-left: 1px; */
    transform: rotate90;
    transform: rotate(deg);
    /* border: 1px solid #00766b; */
    /* margin-left: 0 !important; */
    font-weight: 600;
    position: absolute;
}

.boxphoto {
    width: auto;
    padding: 0;
    margin: 0px;
    border: 0px;
}

/*pdf Generator	*/
h6 {
    font-size: 1.4em;
    font-family: -webkit-body;
    font-weight: 600;
    color: #6b589d;
    text-align: center;
    background: rgba(86, 174, 212, 0.35);
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #00766b;
    background: #e4e4e4 !important;
    line-height: normal;
    margin: 0 0 20px 0;
    padding: 5px 10px;
}

#text-label {
    margin-top: 18px;
}

#dynamic-txt {
    border: 0 none;
    padding-top: 14px;
    border-bottom: 1px solid rgba(79, 78, 79, 0.61);
    min-height: 37px;
}

#dynamic-txt-top {
    border: 0 none;
    padding-top: 14px;
    border-bottom: 1px solid rgba(79, 78, 79, 0.61);
    min-height: 37px;
}

.modal-header .close {
    /* margin-top: -2px; */
    background: #00766b;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: auto;
    opacity: 1;
    margin-top: -31px;
    position: relative;
    margin-right: -33px;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    /* line-height: 17px; */
    /* display: block; */
    padding: 5px 0 8px !important;
    vertical-align: middle;
}

.modal-header {
    min-height: 16.43px;
    padding: 10px 11px 15px 5px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 7px 15px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-top: 5px solid #00766b;
}

#myModal-pdf {
    font-size: 13px
}

.chkbox_sec .form-group {
    margin-bottom: 10px;
}

.file-fld .form-control {
    padding: 6px 12px 6px 0;
    border: 0 solid #ccc !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.iconBtn .btn-primary {
    background: none !important;
    color: #00766b !important;
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: center;
    border: 0px;
    padding: 0;
}

.iconBtn.editBtnsec .btn-primary {
    background: none !important;
    color: #00766b !important;
    width: auto;
    height: auto;
    border-radius: 0;
    /* text-align: center; */
    /* border: 0px; */
    padding: 0;
    display: inline-block;
    white-space: normal;
    min-width: auto;
    margin-right: 10px;
}

.iconBtn .btn-primary:hover {
    background: none !important;
    color: #00766b !important;
    border: 0px;
}

/*Loader message	 */

.ajax-mesg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    overflow: hidden;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 0
}

.ajax-mesg p {
    position: absolute;
    top: 0;
    text-align: left;
    width: auto;
    left: 71px;
    margin: 0;
    padding-top: 20px;
}



.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #333;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.m-w {
    top: 81%;
    text-align: left;
    width: 273px;
    margin: 0 auto;
    position: absolute;
    left: 40%;
    top: 50%;
}

/* End of Loader message	 */

.divide-brdr .row {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px
}

/* rounds tabs */

.contentLeft .wizard .nav-tabs {
    position: relative;
    margin: 20px auto 0 auto;
    border-bottom-color: #e0e0e0;
    text-align: center;
}

.contentLeft .wizard .nav-tabs>li {
    width: 9% !important;
    width: auto;
    position: relative;
    z-index: 2;
    display: inline-block;
    float: none;
    padding: 0 48px;
}

.contentLeft .wizard .nav-tabs>li:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 53px;
    width: 100%;
    height: 1px;
    background: #05a9a4;
    z-index: -1;
}

.contentLeft .wizard .nav-tabs>li:last-child::before {
    display: none;
}

.contentLeft .wizard .nav-tabs>li a {
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.contentLeft .wizard li span.round-tab {

    width: 40px;
    height: 40px;
    line-height: 33px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    border: 1px solid #4bab4b;
    color: #4bab4b;
}

.contentLeft .wizard .tab-pane {
    position: relative;
    padding-top: 14px;
}

.contentLeft .wizard .tab-content {
    overflow: visible;
    padding: 0;
    background: #f7f7f7;
    border-radius: 10px;
    border: 0 solid #efefef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 100px;
}

.contentLeft .wizard li span.round-tab i {
    color: #4bab4b;
}

.contentLeft .wizard li span.round-tab:hover i {
    color: #fff;
}

.contentLeft .wizard {
    margin: 20px auto;
    background: none;
}

.contentLeft .wizard li.disabled span.round-tab {
    border: 1px solid #e0e0e0;
}

.contentLeft .wizard li.disabled span.round-tab:hover {
    border: 1px solid #e0e0e0;
    background: #fff
}

.contentLeft .wizard li.disabled span.round-tab i {
    color: #e0e0e0;
}

.contentLeft .wizard li span.round-tab:hover {
    background: #4bab4b;
    border: 1px solid #4bab4b;
    color: white;
}

.contentLeft .wizard .connecting-line {
    display: none !important
}

.contentLeft .wizard li.active span.round-tab {
    background: #00766b !important;
    border: 1px solid #00766b;
    color: #fff;
}

.contentLeft .wizard li.active span.round-tab i {
    color: #fff;
}

.contentLeft .wizard li.active:after {
    opacity: 1;
    content: " ";
    position: absolute;
    left: 62%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #00766b;
}

.contentLeft .wizard li:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.contentLeft .wizard li.active span.round-tab i.fa-check:before {
    content: "\f044";
}

/* end of rounds tabs */
.trade-target {
    /*width: 295px;*/
    width: 315px;
    float: right;
}

.form-flds .trade-target .form-control {
    width: 128px !important;
}

span.help-cir {
    width: 25px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    border-radius: 100px;
    background: #00766b;
    z-index: 2;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-left: 4px;
    cursor: pointer;
    border: 1px solid #05a9a4;
}

.table .tool_tip .tooltip>.tooltip-inner {
    background-color: #05a9a4;
    color: #FFFFFF;
    border: 2px solid #000;
}

.table .tool_tip .tooltip.top>.tooltip-arrow {
    border-top: 5px solid #000;
}

span.help-s,
span.help-i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    z-index: 2;
    margin-left: 3px;
    cursor: pointer;
    text-indent: -100000px;
    color: #fff;
}

span.help-s {
    background: url(../img/help-s.png) no-repeat;
    background-size: 23px auto !important;
}

span.help-s:hover {
    background: url(../img/help-s-hvr.png) no-repeat;
}

span.help-i {
    background: url(../img/help-i.png) no-repeat;
    background-size: 23px auto !important;
}

span.help-i:hover {
    background: url(../img/help-i-hvr.png) no-repeat;
}

span.help-cir:hover {
    background: #05a9a4;
    border: 1px solid #05a9a4;
    color: #fff;
}

span.help-cir i {}

.tool_tip .tooltip-inner {
    max-width: 300px;
    width: 300px;
}

.tool_tip .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.viewSec .view-box {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    z-index: 100;
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    text-align: left
}

a:hover+.view-box,
.view-box:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.viewSec {
    /*text-align:center*/
}

.viewSec a {
    font-size: 19px;
    color: #00766b;
    margin: 0 0 23px 0;
    font-weight: 600;
    text-decoration: underline;
    margin: 0 auto;
}

.breadcrumb {
    display: none !important
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td,
.captialize {
    /* text-transform: capitalize;*/
}

.d-inline {
    display: inline
}

.form-flds .txtArea textarea.form-control,
.txtArea textarea.form-control {
    height: 100px;
    width: 100% !important
}

.txtArea1 textarea.form-control {
    height: 100px;
}

.pdg-sec {
    padding: 25px;
}

.forgot_list.row {
    margin: 0 -30px 11px 0;
}

.forgot {
    padding-bottom: 6px;
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
}

.forgot_list .col-md-6.reg {
    margin-top: -4px;
}

.forgot a {
    font-size: 12px;
}

.marque-txt {
    color: red;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: -10px;
}

.color-blue {
    color: #00766b  !important;
}

.ph-icon {
    position: relative;
    padding-left: 25px;
}

.ph-icon .img-div {
    position: absolute;
    left: 6px;
    top: 3px;
    /* width: 23px; */
}

.tableBrdr .row.bg-dark,
.tableBrdr .td-cont-sec {
    margin: 0;
}

.tableBrdr {
    border: 1px solid #efefef;
    padding-bottom: 6px;
}

.tableBrdr .bg-dark .col-md-2,
.tableBrdr .bg-dark .col-md-3 {
    color: #00766b;
    border-bottom: 0px solid rgba(229, 229, 229, 0.72) !important;
    font-weight: 600 !important;
    background-color: #d2d3d5 !important;
    border-right: 0;
    border-left: 1px solid rgb(230, 230, 230);
    padding: 3px 14px;
}

.td-cont-sec .col-md-2,
.td-cont-sec .col-md-3 {
    padding-bottom: 5px;
    /* margin-bottom: 5px; */
    border-bottom: 0px solid rgba(226, 226, 226, 0.52);
    padding-top: 5px;
    padding-bottom: 7px;
}

.modal-body .field_set h3 {
    background: #fff;
}

.col-pdg-sec .col-md-6 {
    margin-bottom: 15px
}

.IBOX .tooltip.top>.tooltip-arrow {
    border-top: 5px solid #00766b;
}

.IBOX .tooltip>.tooltip-inner {
    background-color: #00766b;
    border: 2px solid #00766b;
}

.lnkTxt {
    color: #00766b;
    cursor: pointer
}

.lnkTxt:hover {
    text-decoration: underline
}

table.table-bordered thead th,
table.table th,
.table>thead>tr>th {
    vertical-align: middle !important;
}

.table-responsive .dataTables_wrapper .row {
    margin: 0
}

.table-responsive .dataTables_wrapper .col-sm-6,
.table-responsive .dataTables_wrapper .col-sm-12 {
    padding: 0
}

.Foot-Tab.current {
    bottom: 197px;
    z-index: 20000;
}

ul.list-two-col {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.list-two-col li {
    margin-bottom: 20px
}

.addSection {
    /* max-width: 1024px; */
    margin: 0 auto;
    border: 0px solid red;
    margin-bottom: 0;
    position: absolute;
    bottom: 37px;
    width: 100%;
    color: #000
}

.Add-content {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center
}

.uploadbox embed {
    width: 150px;
    height: auto;
}

.contentLeft .wizard .dataTables_paginate li.active:after {
    display: none;
}

.del_btn {
    text-align: center;
    padding-top: 6px
}

.coL_1 {
    width: 33.33%;
    float: left;
    margin-bottom: 14px;
    word-wrap: bread-word
}

.coL_1 input[type="checkbox"] {
    margin-right: 7px;
}

.home-banner .captcha_img {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -7px;
}

img#my-captcha-image {
    float: left;
    width: 95px;
}

input#loginform-captcha {
    width: 139px;
    float: right;
    display: inline-block;
    /* margin-top: 0; */
    padding-left: 10px;
    /* height: 45px; */
    margin-left: 10px;
}

#refresh-captcha i.fa.fa-refresh {
    font-size: 21px;
}

button#refresh-captcha {
    border: 0;
    background: none;
    color: #2040a0;
    /* position: relative; */
    /* clear: both; */
    margin-top: -47px;
    float: left;
    margin-left: 96px;
}

.form-group.field-loginform-captcha {
    position: relative;
}

.captcha_img p.help-block.help-block-error {
    text-align: left;
    clear: both;
    position: absolute;
    left: 0;
    top: 39px;
    font-size: 13px;
}

.divide-brdr.tc_common .row {
    overflow: visible;
}

.container {
    /* word-break: break-word;*/
}

.alert-success.alert {
    padding: 4px !important;
    margin-bottom: 5px;
}

.w-break {
    word-break: break-word;
}

ol.num-list {
    margin: 0 15px;
    padding: 0;
    /* margin-top: 14px; */
    padding-top: 22px;
}

.num-list li {
    margin: 0 0 16px 0;
    vertical-align: top;
    /* clear: both; */
    width: 100%;
    float: left;
}

ol.num-list .row:before,
ol.num-list .row:after {
    display: block;
    content: " ";
}

.col-10,
.col-2 {
    padding: 0 15px;
}

ol.num-list .row-col {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    float: left;
}

.widget-box {
    word-break: break-word;
}

.widget-box .table>caption+thead>tr:first-child>th,
.widget-box .table>colgroup+thead>tr:first-child>th,
.widget-box .table>thead:first-child>tr:first-child>th,
.widget-box .table>caption+thead>tr:first-child>td,
.widget-box .table>colgroup+thead>tr:first-child>td,
.widget-box .table>thead:first-child>tr:first-child>td,
table td,
table td,
table.dataTable thead th,
table.dataTable thead td {
    border-top: 0;
    word-break: normal;
}

table.table-bordered .btm_brdr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
}

header .row.s-2 {
    margin: 0;
    padding: 0 15px;
}

/*.s-2 .gov-logo{width: 24%; float:left}
.s-2 .sw-logo{width: 28%;float:left}
.sw-logo img {padding-top: 4px;}
.s-2 .ddu-logo{width: 30%;padding-left: 24px;float:left}
.s-2 .nird-logo{width: 18%;float:left}

/* Page Loader CSS */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: url('uploads/common_images/loading.gif') 50% 50% no-repeat rgba(168, 167, 169, 0.72);
    opacity: .8;*/
}


.ajax-mesg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(185, 185, 185, 0.68);
    text-align: center;
    overflow: hidden;
    color: #00766b !important;
    font-weight: bold;
}

.ajax-mesg1 .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 0
}

.ajax-mesg1 p {
    position: absolute;
    top: 0;
    text-align: left;
    width: auto;
    left: 71px;
    margin: 0;
    padding-top: 20px;
    color: #00766b !important
}

.ajax-mesg1 .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.ajax-mesg1 .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.ajax-mesg1 .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #00766b !important;
}

.ajax-mesg1 .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.ajax-mesg1 .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.ajax-mesg1 .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.ajax-mesg1 .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.ajax-mesg1 .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.ajax-mesg1 .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.ajax-mesg1 .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.ajax-mesg1 .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.ajax-mesg1 .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.ajax-mesg1 .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

ajax-mesg1 .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.ajax-mesg1 .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ajax-mesg1 .m-w {
    top: 81%;
    text-align: left;
    width: 273px;
    margin: 0 auto;
    position: absolute;
    left: 40%;
    top: 50%;
}

/* End of Page Loader CSS */


.cont-block button.dt-button,
.cont-block div.dt-button,
.cont-block a.dt-button {
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
    background-color: #00766b;
    background-image: -webkit-linear-gradient(top, #00766b 0%, #00766b 100%);
    background-image: -moz-linear-gradient(top, #00766b 0%, #00766b 100%);
    background-image: -ms-linear-gradient(top, #00766b 0%, #00766b 100%);
    background-image: -o-linear-gradient(top, #00766b 0%, #00766b 100%);
    background-image: linear-gradient(to bottom, #00766b 0%, #00766b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00766b', EndColorStr='#00766b');
    text-decoration: none;
    outline: none;
    border: 1px solid transparent !important;
    background: #00766b !important;
    color: white !important;
    border-color: #00766b;

    display: inline-block;
    padding: 6px 12px;

    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.cont-block button.dt-button:hover:not(.disabled),
.cont-block div.dt-button:hover:not(.disabled),
.cont-block a.dt-button:hover:not(.disabled) {
    border: 1px solid #05a9a4;
    background-color: #05a9a4;
    background-image: -webkit-linear-gradient(top, #05a9a4 0%, #05a9a4 100%);
    background-image: -moz-linear-gradient(top, #05a9a4 0%, #05a9a4 100%);
    background-image: -ms-linear-gradient(top, #05a9a4 0%, #05a9a4 100%);
    background-image: -o-linear-gradient(top, #05a9a4 0%, #05a9a4 100%);
    background-image: linear-gradient(to bottom, #05a9a4 0%, #05a9a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#05a9a4', EndColorStr='#05a9a4');
    background: #05a9a4 !important;
}

.glyphicon-cloud-upload.f-24 {
    font-size: 24px;
}

.green_clr .glyphicon {
    color: #008000;
}

/* Submit Pop up */

@media (min-width: 768px) {
    .popNew#submit_popup .modal-dialog {
        margin: 170px auto 30px;
        width: 530px
    }
}

.popNew#submit_popup .modal-title {
    margin: 0 0 12px 5px;
    line-height: 1.42857143;
}

.popNew#submit_popup .modal-footer {
    text-align: center;
    border-top: 0 solid #e5e5e5;
    padding-top: 0;
}

.sub-text {
    font-size: 18px
}

#submit_popup .modal-header {
    min-height: 5.43px;
    padding: 10px 11px 0 5px;
}

.popNew#submit_popup {
    z-index: 100006;
}

.popup_cls .modal-backdrop.in {
    z-index: 100002;
}

/* End of Submit Pop up */

.table-bordered.reports-sec {
    word-break: normal;
}

.table-bordered.reports-sec td {
    text-align: right;
}

.table-bordered.reports-sec td.left {
    text-align: left;
}

.table-bordered.reports-sec td.fir-td {
    text-align: center;
    width: 104px;
}

.table-bordered.reports-sec>thead>tr>th {
    text-align: center
}

.table-bordered.reports-sec>thead>tr>th.hdg-bg {
    background-color: #707070 !important;
}

.table-bordered.reports-sec>thead>tr>th.th-brdr {
    border-bottom: 1px solid #969696 !important;
    text-align: center;
    background-color: #707070 !important;
    text-transform: uppercase
}

.table-bordered.reports-sec>thead>tr.foot-th th {
    text-align: right
}

.table-bordered.reports-sec>thead>tr.foot-th th.text-center {
    text-align: center
}

.table-bordered.reports-sec a {
    text-decoration: underline;
}

.table-bordered.reports-sec a:hover {
    text-decoration: none;
}

.reports-sec .foot-th a {
    color: #fff;
    text-decoration: underline;
}

.reports-sec .foot-th a:hover {
    text-decoration: none;
}


@media (max-width: 1080px) {
    .s-2 .nird-logo {
        width: 19%;
    }

    .s-2 .sw-logo {
        width: 28%;
    }

    .s-2 .gov-logo {
        width: 21%;
    }

    .s-2 .ddu-logo {
        width: 32%;
    }
}

@media (max-width: 830px) {
    .s-2 .nird-logo {
        width: 23%;
    }

    .s-2 .ddu-logo {
        width: 31%;
    }

    .s-2 .sw-logo {
        width: 26%;
    }

    .sw-logo img {
        padding-top: 8px;
    }

    .s-2 .gov-logo {
        width: 18%;
    }
}

*/ @media (min-width: 768px) {
    .col-10 {
        width: 83.33333333%;
        float: left
    }

    .col-2 {
        width: 16.66666667%;
        float: left
    }
}

@media (max-width: 1330px) {
    .loginform h3 {
        font-size: 26px;
        margin-bottom: 11px;

        padding: 5px 5px 11px 5px;
    }

    .loginform .form-control,
    .form-horizontal .form-group .form-control {
        padding: 6px 12px 6px 33px;
    }

    input#loginform-captcha {
        margin-left: 10px;
        padding: 9px 2px;
    }
}

@media (max-width: 1290px) {
    .loginform .col-md-12 {
        padding: 0 10px;
    }

    .form-row {
        margin: 0 0 12px 0;
        position: relative;
    }

    .home-banner .captcha_img {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: -2px;
    }

    button#refresh-captcha {
        border: 0;
        background: none;
        color: #2040a0;
        /* position: relative; */
        /* clear: both; */
        margin-top: -37px;
        float: left;
        margin-left: 96px;
    }

    #login-form .form-group {
        margin-bottom: 11px;
    }
}

@media (max-width: 1250px) {
    img#my-captcha-image {
        float: left;
        width: 85px;
    }

    input#loginform-captcha {
        padding: 6px 2px;
    }

    .loginform .btn-primary {
        font-size: 16px;
        height: auto;
        line-height: 20px;
    }

    .form-group.btn-Sec {
        margin: 0;
    }

    .loginform .form-control,
    .form-horizontal .form-group .form-control {
        font-size: 13px;
    }

    .reg {
        margin: 10px -10px 0px;
    }
}

@media (max-width: 1200px) {
    .loginform .col-md-12 {
        padding: 0 10px;
    }

    .reg {
        text-align: center;
        /* overflow: hidden; */
        margin: 9px -10px 0px;
    }
}

@media (max-width: 1170px) {
    .loginform h3 {
        font-size: 21px;
    }

    #login-form .form-group {
        margin-bottom: 8px;
    }
}

@media (max-width: 1150px) {
    .form-row {
        margin: 0 0 10px 0;
        position: relative;
    }

    .reg a {
        display: inline-block;
        padding: 7px 5px 6px 25px;
        text-align: center;
        font-size: 11px;
        margin-right: 0px;
        position: relative;
        text-decoration: underline;
        background: none;
        color: #00766b !important;
        letter-spacing: -0.5px;
    }

    .loginform .form-control,
    .form-horizontal .form-group .form-control {

        padding: 6px 12px 6px 33px;
    }

    /*.home-banner .col-md-9 { width: 70%;}
.home-banner .col-md-3 { width: 30%;}*/
    .loginform h3 {

        margin-bottom: 14px;
    }

    .form-row .fa,
    .loginform .form-group .fa {
        top: 9px;
    }

    .reg {
        /* overflow: hidden; */
        margin: -9px -10px 0px;
    }

    input#loginform-captcha {
        width: 109px;
    }
}

.public_reort {
    display: block;
    margin: 0 0 10px
}

.public_reort a {
    position: relative;
    font-size: 14px;
    padding-left: 32px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
}

.public_reort a:before {
    width: 24px;
    height: 24px;
    content: " ";
    background-image: url(../img/report_icn.png);
    position: absolute;
    left: 3px;
    top: 2px;
    background-size: 24px auto;
    background-repeat: no-repeat;
}

.info-popup .modal-body {
    font-size: 20px;
}

.training_cent {
    display: block;
    margin: 0 0 10px
}

.training_cent a {
    position: relative;
    font-size: 14px;
    padding-left: 32px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
}

.training_cent a:before {
    width: 24px;
    height: 35px;
    content: " ";
    background-image: url(../img/training-center-icn.png);
    position: absolute;
    left: 4px;
    top: 0px;
    background-size: 24px auto;
    background-repeat: no-repeat;
}

/* Placement Update Location */
.swal-footer {
    margin-top: 0;
}

.blue_hdg {
    color: #00766b;
    text-decoration: underline;
}

.pb-0 {
    padding-bottom: 0;
}

.location_div .field_set {
    margin-top: 25px;
}

.swal-button {
    background-color: #00766b !important;
    color: #fff;
}

.swal-button:not([disabled]):hover,
.swal-button:hover {
    background-color: #05a9a4 !important;
}

.swal-title {
    color: #00766b;
    padding-top: 0 !important;
}

.swal-text {
    color: #333;
}

/* visitor CSS */
.v-count {
    position: fixed;
    bottom: 34px;
    left: 0px;
    color: #fff;
    background: #00766b;
    padding: 3px 5px 3px 10px;
    border-radius: 0 10px 0 0;
    font-size: 14px;
    line-height: 24px;
    transition: 0.3s;
    border-bottom: 1px solid #FFF;
    width: 85px;
    overflow: hidden;
    z-index: 1000;
    font-family: 'Open Sans', sans-serif;
}
.v-count span {
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    margin-left: 5px;
    color: #00766b;position: absolute;left: 73px;transition: 0.3s;
}
.v-count:hover{width:120px}
.v-count:hover span{ color: #fff;}
/* End of visitor CSS */

@media (min-width: 768px) {
    .cand_location .modal-dialog {
        width: 800px;
        margin: 80px auto 30px;
    }
}

/* End of Placement Update Location */
@media (max-width: 1100px) {
    .contentLeft .wizard li.active:after {
        left: 67%;
    }

    /*.home-banner .col-md-9 { width: 60%;}
.home-banner .col-md-3 { width: 40%;
}
.forgot_list .col-md-6.candLogin {
    width: 40%;float: left;
}.forgot_list .col-md-6{ width: 60%;float: left;}*/
    .home-banner .col-md-9 {
        width: 70%;
    }

    .home-banner .col-md-3 {
        width: 30%;
    }

    .home-banner .col-md-9 img {
        height: 275px
    }
}

@media (max-width: 1090px) {
    .loginform .form-control {
        padding: 5px 12px 5px 33px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .reg a {
        padding: 7px 5px 6px 25px;
        font-size: 10px;
    }

    .forgot {
        padding-bottom: 6px;
        text-align: right;
        /*margin: 10px 0;*/
        padding: 0;
    }

    .loginform .form-group {
        margin-bottom: 11px;
    }

    .coL_1 {
        width: 50%;
        float: left;
        margin-bottom: 14px;
        word-wrap: bread-word
    }

}

@media (max-width: 1072px) {
    .loginform .btn-primary {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        height: 32px;
    }

    /*.home-banner .col-md-9 {
    width: 100%; display:block;
}.home-banner .col-md-3 {
    width: 100%;display:block;
}
.home-banner .col-md-3 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0!important;
    border: 0;
    background: none !important;
}*/
    .loginform {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #efefef !important;
        padding-top: 0;

        /*  margin: 0 20px; max-width: 400px; */
    }

    .contentLeft .wizard .nav-tabs>li {
        padding: 0 38px;
    }
}

@media (max-width: 1023px) {
    .home-banner .col-md-9 {
        display: block;
        float: left;
        width: 100%;
    }

    .home-banner .col-md-3 {
        padding: 0;
        display: block;
        float: left;
        width: 100%;
        margin: 20px 0 0 0 !important;
        border: 0;
        background: none !important;
    }

    .home-banner .row {
        display: block;
        width: 100%;
        float: left;
    }

    .loginform {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #efefef !important;
        padding-top: 0;
        border-bottom: 3px solid #50388c;
        /* min-height: 337px; */
        /* max-height: 386px; */
        overflow: hidden;
        margin: 0 20px;
        /* max-width: 400px; */
        padding-bottom: 19px;
    }

    .forgot {
        padding-bottom: 6px;
        text-align: right;
        /* margin: 15px 0; */
        padding: 0;
    }

    .reg a {
        padding: 7px 5px 6px 25px;
        font-size: 11px;
    }

    .home-banner .col-md-9 img {
        height: auto
    }

    .loginform h3 {
        margin-bottom: 21px;
    }

    .home-banner .captcha_img {
        margin-top: 11px;
        margin-bottom: 6px;
    }

    .reg {
        /* overflow: hidden; */
        margin: 4px -10px 0px;
    }

    input#loginform-captcha {
        width: 109px;
        float: left;
        margin-left: 48px;
        position: relative;
        z-index: 1;
    }

    .forgot_list.row {
        margin: 10px -27px 11px 0;
    }
}

@media (min-width: 992px) {
    .two-col-label label.control-label {
        min-height: 40px
    }

    .m-hide {
        display: block
    }

    ul.list-two-col li {
        width: 50%;
        float: left;
    }
}

@media (min-width: 767px) {
    .label-div label.control-label {
        min-height: 42px
    }

}

@media (max-width: 991px) {
    .m-hide {
        display: none
    }

    .home-page .col-md-9,
    .home-page .col-md-3 {
        width: 100%;
    }

    /*.footer1 {position: relative;}*/
    .Foot-Tab {
        width: 35px;
        height: 18px;
        position: absolute;
    }

    /*.footer1 { position: absolute;}*/
    html,
    body {
        height: auto
    }

    .odd .col-md-3 {
        width: 50%;
        float: left
    }

    .org_title h5,
    .Main_title h1 {
        font-size: 25px;
        line-height: normal;
    }

    .news-sec {
        margin-top: 20px;
    }

    .tc_common .row .col-md-8,
    .tc_common .row .col-md-2 {
        margin-bottom: 8px
    }

    .dash_board {
        text-align: left;
    }

    .dash_board a {
        padding-left: 30px !Important;
    }

    .dash_board a:before {
        left: 2px;
    }
}

@media screen and (max-width: 875px) {
    .contentLeft .wizard .nav-tabs {
        text-align: left;
        margin-left: -17px;
    }

    .contentLeft .wizard .nav-tabs>li a {
        margin: 14px auto;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left !important
    }

    .cont-block .dataTables_length .form-control {
        display: inline-block;
        width: auto;
    }

    .field_set h3 {
        font-size: 20px;
    }

    .tabs-home h3 {
        font-weight: 700;
        font-size: 23px;
    }

    .coL_1 {
        width: 50%;
        float: left;
        margin-bottom: 14px;
        word-wrap: bread-word
    }

    .table-responsive {
        padding: 5px;
    }
}

@media (max-width: 600px) {
    header.desktop_hdr {
        display: none
    }

    header.mobile_hdr {
        display: block;
        background-color: #e6e6e6;
        background-image: url(../img/mobile-600.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        border-color: #e7e7e7;
        padding: 5px 0;
        margin-bottom: 1px;
        min-height: 100px;
        background-position: center;
    }

    .odd .col-md-3 {
        width: 100%;
        float: left
    }

    .form-flds .form-control {
        width: 100% !important;
    }

    .coL_1 {
        width: 100%;
    }

    .contentLeft .wizard .nav-tabs {
        margin-left: -41px;
    }

    .contentLeft .wizard li.active:after {
        left: 75%;
    }
}

@media (max-width: 580px) {
    .gov-logo {
        margin-top: 2px;
        width: 25%;
    }

    .wizard {
        width: 98%;
        height: auto !important;
    }
}

@media (max-width: 500px) {
    header.mobile_hdr {
        background-image: url(../img/mobile-500.jpg);
        min-height: 101px;
    }
}

@media (max-width: 400px) {
    header.mobile_hdr {
        background-image: url(../img/mobile-400.jpg);
        min-height: 90px;
    }

    .cont-block {
        padding: 28px 10px 18px 10px;
    }

    @media (max-width: 360px) {
        header.mobile_hdr {
            min-height: 70px;
        }
    }


    .blinking {
        animation: blinkingText 0.8s infinite;
    }

    @keyframes blinkingText {
        0% {
            color: #000;
        }

        49% {
            color: red;
        }

        50% {
            color: red;
        }

        99% {
            color: #000;
        }

        100% {
            color: #000;
        }


    }
}



/*====================================
    MAIN TITLE
====================================*/

/*====================================
    MAIN TITLE
====================================*/

.Main_title {
    position: relative;
    padding: 10px 20px;
    text-align: center;
    overflow: hidden;
    border-left: 8px solid #0aa192;
    border-right: 8px solid #0aa192;
    border-radius: 8px;
    background: linear-gradient(135deg, #dff7f5 0%, #f7ffff 45%, #dff7f5 100%);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}

/* DIAGONAL SHAPES */

.Main_title:before,
.Main_title:after{
    content:'';
    position:absolute;
    top:0;
    width:260px;
    height:100%;
    background:rgba(10,161,146,.08);
    transform:skewX(-35deg);
}

/* LEFT SHAPE */

.Main_title:before{
    left:-80px;
}

/* RIGHT SHAPE */

.Main_title:after{
    right:-80px;
}

/* TITLE */

.Main_title{
    position: relative;
    padding: 10px 20px;
    text-align: center;
    overflow: hidden;

    border-left: 14px solid #00897b;
    border-right: 14px solid #00897b;

    border-radius: 12px;

    background: linear-gradient(
        90deg,
        #e3f2f1 0%,
        #f7fbfb 50%,
        #e3f2f1 100%
    );

    box-shadow:
    0 3px 12px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.7);
}

/* LEFT DIAGONAL */
.Main_title:before{
    content:'';
    position:absolute;
    top:0;
    left:-70px;

    width:260px;
    height:100%;

    background:rgba(10,161,146,.10);

    transform:skewX(-35deg);
}

/* RIGHT DIAGONAL */
.Main_title:after{
    content:'';
    position:absolute;
    top:0;
    right:-70px;

    width:260px;
    height:100%;

    background:rgba(10,161,146,.10);

    transform:skewX(-35deg);
}

.Main_title h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 42px;
    font-weight: 700;
    z-index: 2;
    width: 100%;
}

/* LEFT LINE */



/* WRAPPER */

.cards-wrapper{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    justify-content: center;
}

/* CARD */


.status-card {
    position: relative;
    width: calc(25% - 23px);
    background: #fff;
    border-radius: 20px;
    padding: 35px 20px 45px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    box-sizing: border-box;
}
.five-col .status-card{
    width: calc(20% - 26px);
}

.status-card a {
    text-decoration: none;
    display: block;
}
.status-card a:focus {
    outline: 0;
}
.status-card a:hover, .status-card:hover {
    opacity: 0.7;
}

/* TOP COLOR BORDER */

.top-border{
    position:absolute;
    left:0;
    top:0;

    width:100%;
    height:10px;
}

/* WAVE SHAPE */

.wave-shape{
    position:absolute;
    right:-40px;
    bottom:-40px;
    width:260px;
    height: 114px;
    border-radius:55% 0 0 0;
    opacity:.15;
}

/* ICON BOX */

.icon-box{
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ICON WRAP */

.icon-wrap{
    position:relative;
}

/* MAIN ICON */

.icon-wrap > .fa:first-child{
    font-size: 63px;
}

/* SMALL ICON */

.check-icon,
.close-icon{
    position:absolute;
    right:-14px;
    bottom:-10px;

    width:38px;
    height:38px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    color:#fff;
}

/* NUMBER */

.status-card h2{
    font-size: 54px;
    line-height:1;
    color:#041b4d;
    margin-bottom:20px;
    font-weight:800;
}

/* TITLE */

.status-card h4{
    font-size: 19px;
    color:#555;
    font-weight:500;
    margin-bottom: 25px;
}

/* LINE */

.card-line{
    width:85px;
    height:5px;

    border-radius:10px;

    display:block;

    margin:auto;
}

/* ======================
   PENDING
====================== */

.pending-card .top-border{
    background:#f4a300;
}

.pending-card .wave-shape{
    background:#f4a300;
}

.pending-icon{
    background:#fff7e8;
}

.pending-icon i{
    color:#f4a300;
}

.pending-card .card-line{
    background:#f4a300;
}

/* ======================
   COMPLETED
====================== */

.completed-card .top-border{
    background:#22b14c;
}

.completed-card .wave-shape{
    background:#22b14c;
}

.completed-icon{
    background:#eefaf1;
}

.completed-icon .fa-shield{
    color:#22b14c;
}

.check-icon{
    background:#22b14c;
}

.completed-card .card-line{
    background:#22b14c;
}

/* ======================
   REJECTED
====================== */

.rejected-card .top-border{
    background:#ff3b3b;
}

.rejected-card .wave-shape{
    background:#ff3b3b;
}

.rejected-icon{
    background:#fff0f0;
}

.rejected-icon .fa-file-text-o{
    color:#ff3b3b;
}

.close-icon{
    background:#ff3b3b;
}

.rejected-card .card-line{
    background:#ff3b3b;
}
.rejected-card i.fa.fa-close.close-icon, .completed-icon .fa-check.check-icon, .modification-card .fa-pencil.edit-icon, .l1-icon .fa-level-up.level-icon {
    line-height: 40px;
}
/* RESPONSIVE */


/* ======================
   MODIFICATION
====================== */

.modification-card .top-border{
    background:#7b61ff;
}

.modification-card .wave-shape{
    background:#7b61ff;
}

.modification-icon{
    background:#f3efff;
}

.modification-icon .fa-refresh{
    color:#7b61ff;
}

.edit-icon{
    position:absolute;
    right:-14px;
    bottom:-10px;

    width:38px;
    height:38px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    color:#fff;
    background:#7b61ff;
}

.modification-card .card-line{
    background:#7b61ff;
}


/* ======================
   L1 VERIFICATION
====================== */

.l1-card .top-border{
    background:#0091ea;
}

.l1-card .wave-shape{
    background:#0091ea;
}

.l1-icon{
    background:#eaf6ff;
}

.l1-icon .fa-check-square-o, .l1-icon .fa-plus{
    color:#0091ea;
}

.level-icon{
    position:absolute;
    right:-14px;
    bottom:-10px;

    width:38px;
    height:38px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    color:#fff;
    background:#0091ea;
}

.l1-card .card-line{
    background:#0091ea;
}

/* =========================
   RESPONSIVE
========================= */

/* 2 Boxes */

@media(max-width:991px){

    .status-card{
        width:calc(50% - 15px);
    }

}

/* 1 Box */

@media(max-width:767px){


}
@media(max-width:991px){

    .status-card{
        min-width:calc(50% - 25px);
    }

}

@media(max-width:767px){


    .cards-wrapper{
        gap:25px;
    }

    
    .cards-wrapper{
        gap:20px;
    }

    .status-card{
        width:100%;
    }
    .icon-box{
        width:115px;
        height:115px;
    }

    .icon-wrap > .fa:first-child{
        font-size:58px;
    }

    .status-card h2{
        font-size:68px;
    }

    .status-card h4{
        font-size:28px;
    }

}
/*====================================
    MOBILE
====================================*/

@media(max-width:991px){

    .Main_title{
        padding:10px 15px;

        border-left:10px solid #00897b;
        border-right:10px solid #00897b;
    }

    .Main_title:before,
    .Main_title:after{
        width:180px;
    }

    .Main_title h1{
        font-size:38px;
    }

}

@media(max-width:767px){

    .Main_title{
        padding:14px 12px;

        border-left:8px solid #00897b;
        border-right:8px solid #00897b;

        border-radius:10px;
    }

    .Main_title:before,
    .Main_title:after{
        width:120px;
    }

    .Main_title:before{
        left:-45px;
    }

    .Main_title:after{
        right:-45px;
    }

    .Main_title h1{
        font-size:28px;
        line-height:1.3;
    }

}

@media(max-width:480px){

    .Main_title{
        padding:12px 10px;
    }

    .Main_title:before,
    .Main_title:after{
        width:80px;
    }

    .Main_title h1{
        font-size:22px;
    }

}