.general_content_boxes .dboard_block1 {
    border: 1px solid #cbcbcb;
    float: left;
    margin: 5px 30px 30px 0px;
    width: 45%;
    padding: 5px;
    height: auto;
    overflow-x: auto;
}

.general_content_boxes .dboard_block2 {
    border: 1px solid #cbcbcb;
    float: left;
    margin: 5px 30px 30px 0px;
    width: 100%;
    padding: 5px;
    height: auto;
    overflow-x: auto;
}

.goto {
    width: 15px;
}

.goto.is-padded {
    padding: 3px 10px 5px 10px;
    margin: 3px 10px 5px 10px;
}

.is-padded {
    padding: 10px;
}

.pagination {
    margin-top: 0px;
}

.have-margin {
    margin: 0px 0px;
}

.have-padding {
    padding: 0px 10px 0px 0px;
}

.section_list_view.have-padding {
    margin: 0px 10px 0px 0px;
}

.pagination {
    height: 30px;
}

.pagination ul>li>a, .pagination ul>li>span {
    line-height: 30px;
}

.pagination li a.current {
    color: red;
}

.nav-header {
    background: #CCD0D8 !important;
    color: #777 !important;
}

.cms .controls .error {
    padding-left: 5px;
}

.jhistoryBack {
    cursor: pointer;
}

form.required {
    font-weight: bold;
}

form required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

.listingTableHeadTh {
    color: #0088CC;
}

.have-margin10 {
    margin: 0px 10px 0px 0px;
}

.searchBtn {
    border-radius: 3px 3px 3px 3px !important;
    padding: 4px 20px 5px 20px;
}

.framework_logo {
    padding: 3px 0px 8px 0px;
    display: inline-block;
    margin-left: 30px;
}

.sitehome {
    padding: 0px 0px;
}

.header {
    width: 100%;
    /* background: #f1f2f6; */
    padding: 0px;
    float: left;
}

.mandatory {
    color: #DB3D0D;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 0 5px !important;
}

.graph_hdr {
    color: #0088CC;
}

.graph_hdr2 {
    color: #0088CC;
    border-bottom: 1px solid #cfcfcf;
    padding: 7px;
}

.dboard_block1 legend {
    color: #0088CC;
    font-size: 14px;
}

.dboard_block2 legend {
    color: #0088CC;
    font-size: 14px;
}

.help-icon {
    height: 16px;
    width: 16px;
    margin-left: 8px;
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

.wordWrap {
    word-wrap: break-word;
}

.table-header a {
    color: black;
}

.table-header a:hover {
    color: black;
}

#popup {
    width: 850px;
    /* SET THE WIDTH OF THE MODAL */
    margin: -250px 0 0 -450px;
    /* CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}

.boxborder {
    border: #CCC 1px solid;
    margin-top: 5px;
    padding-top: 5px;
}

.cmslogo {
    margin-left: 100px;
    margin-right: 160px;
}

.welcomeText:hover {
    background-color: #ffffff !important;
    color: #0088CC !important;
}

.noBorder td, .noBorder th {
    border: 0 none !important;
}

.radio-inline {
    display: inline-block !important;
    padding: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio-inline span {
    padding-top: 2px;
    padding-left: 5px;
    float: left;
}

.left {
    float: left;
}

.controls .chosen-container {
    width: 100% !important;
}

/* vk updation */

body, html {
    height: 100%;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}

/*-------------------------------*/

/*           Wrappers            */

/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_layout {
    padding: 0;
}

#wrapper.toggled {
    width: calc(100% - 240px);
    /* background: #f1f2f6; */
    padding: 20px;
    float: right;
}

#sidebar-wrapper {
    z-index: 1000;
    /* left: 220px; */
    width: 200px;
    height: 100%;
    /* margin-left: -220px; */
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    background: #2f3542;
    color: #fff;
}

/* #page-content-wrapper {
    width: 100%;
    padding-top: 70px;
} */

/* #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
} */

/*-------------------------------*/

/*     Sidebar nav styles        */

/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

/* .sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
} */

.sidebar-nav li:nth-child(1):before {
    background-color: #520219;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}

.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}

.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}

.sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/

/*       Hamburger-Cross         */

/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 34px;
    z-index: 999;
    display: block;
    width: 23px;
    height: 23px;
    margin-left: -12px;
    background: transparent;
    border: none;
}

.post_action {
    overflow-x: auto;
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #0090FF;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -4px
}

.hamburger.is-closed .hamb-bottom {
    bottom: 10px;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background-color: #0090FF;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.home_subnav .nav>li>.dropdown-menu:after {
    right: 10px !important;
    border-bottom: 6px solid #222 !important;
    left: initial;
}

/*-------------------------------*/

/*            Overlay            */

/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .8);
    z-index: 1;
}

.right_main_cont_outer {
    width: 100%;
    /* background: #f1f2f6; */
    padding: 0px;
    float: left;
}

/* graph */

.dashchart {
    max-height: 406px;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.general_content_boxes {
    margin-bottom: 23px;
}

.general_content_boxes .dboard_block3 {
    width: 31.9%;
    border: 1px solid #cbcbcb;
    box-shadow: none;
}

.dboard_block3 .head {
    padding: 0px 10px;
    display: block;
    width: 80%;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 767px) {
    .general_content_boxes .dboard_block3 {
        width: 100%;
        margin: 0px 0px 20px;
    }
}

.dash_box {
    display: flex;
    width: 100%;
}

.dash_box_img {
    max-width: 96px;
    height: 100%;
    background: #be6202;
    margin-right: 12px;
    padding: 14px;

}

.dash_box_img img {
    width: 72px;
}

.dash_box_content {
    padding: 14px 0px 5px;
}

.dash_box_content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
}

.dash_box_content h2 {
    color: #08c;
    font-size: 40px;
    margin-bottom: 0;
}

.border_none {
    border: none !important;
    background: #f5f5f5;
}

.d_violet {
    background: #f90;
}

.d_green {
    background: #0b8f02;
}

.d_orange {
    background: #cf1574;
}

/* new edit vineesh */
.thumbnail {
    max-height: 328px;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
    border-color: #0a6dbe !important;
    box-shadow: 0 0 6px #0a6dbe44 !important;
}

.admin_login {
    max-width: 500px;
    margin: auto;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 20px
}

.admin_login .cmslogo {
    margin: 41px auto;
    width: 100%;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.admin_login .cmslogo img {
    margin: auto;
    display: inline-block;
    width: auto;
}

.form-group {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.form-group .form-control {
    margin-bottom: 20px;
    display: block;
    padding: 10px 14px;
    height: auto;
    max-width: 100%;
    width: -webkit-fill-available;
    box-shadow: none;
    border-radius: 4px;
    border: solid 1px #d9d7d7;
    color: #000;
    font-size: 14px;
}

.form_bt {
    background: #0f67d3;
    width: 100%;
    padding: 15px 10px;
    border: none;
    font-size: 15px;
    color: #fff;
    text-shadow: none;
    border-radius: 4px;
}

.admin_login p {
    font-size: 14px;
}

.page-content-wrapper {
    width: calc(100% - 271px);
    padding: 20px;
    float: right;
}
.home_subnav_close {
    left: -216px;
}
.is-closed
{
    left: 12px !important;
    width: 25px !important;
    height: 32px !important;
    top: 16px !important;
}
.wrapper
 {

    padding: 10px;
}


@media (min-width:320px) and (max-width: 600px) {
    .section_list_view {
        width: 600px;
    }
}