@charset "utf-8";
/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    font-family: Raleway, Arial, sans-serif !important;
    background: #f3f3f3;
    overflow: hidden;
    overflow-y: auto;
}

/*----------typography-----------*/
a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

:-moz-focus-inner {
    outline: none;
    border: 0px;
}

img {
    border: 0px;
    margin: 0;
    padding: 0;
    outline: none;
    display: inline-block;
    /*height: auto;*/
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

::-webkit-input-placeholder {
    color: #cecece;
    font-size: 14px;
}

:-moz-placeholder {
    color: #cecece;
    font-size: 14px;
}

::-moz-placeholder {
    color: #cecece;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #6d6e71;
    font-size: 14px;
}

::selection {
    background: #cecece;
    color: #FFF;
}

::-moz-selection {
    background: #cecece;
    color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
    color: #111;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 18px;
    color: #111;
    font-weight: normal;
    font-style: italic;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #111;
}

ul {
    list-style: none;
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
    color: #696969;
}

li a {
    color: #696969;
}

h4 {
    font-size: 16px;
}

/*----------header-----------*/
.mainWrap {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-header {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    background: #87A134;
    color: #FFF;
    font-family: Raleway, sans-serif !important;
}

.mainContent {
    position: absolute;
    top: 50px;
    right: 30px;
    left: 30px;
}
.mainContent.maintenance {
    top: 100px;
}
.grid-stack {
    background-color: #f0f0f0;
    margin-bottom: 12px;
    margin-top: 40px;
}
.grid-stack.maintenance {
    margin-top: 100px;
}

.error {
    font-size: 12px;
    color: #F00;
}

.form-row {
    margin-bottom: 18px;
    margin-top: 5px;
}

/*----------nav-----------*/
.togle-nav {
    width: 200px;
    float: left;
}

.nav-menu {
    width: 400px;
    float: left;
    margin-left: 87px;
}

.nav-menu ul {
    padding: 0px;
    margin: 0px;
}

.nav-menu ul li {
    display: inline-block;
    padding: 14px 15px;
}

.nav-menu ul li a {
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #5f7125;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    font-weight: 700;
}

.right-logo {
    /*width: 615px;*/
    float: right;
    background:  no-repeat right;
    background-image: url('/img/logo42.png');
    color: #fff;
    padding: 13px 220px 13px 0px;
    text-align: right;
    font-family: Raleway, Arial, sans-serif !important;
    margin-top: 12px;
}

.right-title{
  float: right;
  text-align: right;
  margin-top: 9px;
  font-size: 12px;
}

.nav-menu > ul > li.active {
    background: #688413 !important;
    border-radius: 15px;
    height: 35px;
    padding: 7px 16px;
}

.nav-menu > ul > li:hover > a {
    color: #fff !important;
}

.menu li ul li {
    line-height: 30px;
}

/*----------form-----------*/
.content-area {
    padding: 0 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    top: 50px;
}
.content-area.maintenance {
    top: 100px;
}
.form {
    font-size: 15px;
    padding: 20px 40px;
    margin: 30px 40px !important;
    max-width: 600px;
    min-width: 600px;
    display: inline-block;
}

.login-bottn {
    margin-top: 10px;
    color: #000;
}

.login-bottn a {
    padding: 8px 30px;
    background: #68809f;
    color: #fff;
    border-radius: 4px;
}

.login-bottn a:hover {
    background: #4b678c;
}

.forgot-password {
    margin-top: 9px;
}

.forgot-password a {
    color: #395b87;
    font-size: 18px;
    font-family: Raleway, Arial, sans-serif !important;
}

.forgot-password a:hover {
    color: #26466f;
}

label {
    font-weight: 400;
}

.form-control { /* margin-top:5px;*/
}

/*.high {
    color: red;
}*/

.forgot-text p {
    color: #969696;
}

/*----------login-page-----------*/
.panel {
    margin-bottom: 0 !important;
    background-color: #fff;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body2 {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 50px;
    padding: 20px;
    border: none;
    box-shadow: 1px 2px 7px #e0e0e0;
    border: 1px solid #dedede;
}

.col-md-offset-5 {
    margin-left: 31.667%;
}

#login-dp .social-buttons {
    margin: 12px 0;
}

#login-dp .social-buttons a {
    width: 49%;
}

.social-buttons {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 18px;
}

.btn-fb {
    margin-right: 26px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #3b5998;
    color: #3b5998 !important;
    line-height: 31px;
    margin-left: 5px;
}

.fa-facebook-f:before, .fa-facebook:before {
    font-size: 30px;
    line-height: 41px;
}

.fa-facebook {
    font-size: 16px;
    margin-right: 0px;
    border-radius: 50%;
}

.btn-linkedin {
    margin-right: 6px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #007AB9;
    color: #007AB9 !important;
    line-height: 31px;
}

.fa-linkedin:before {
    font-size: 30px;
    line-height: 39px;
}

.btn-fb:hover {
    color: #fff !important;
    background-color: #496ebc
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #007AB9 !important;
}

.fa-linkedin {
    margin-right: 0px;
    border-radius: 50%;
}

.fa-linkedin:hover {
    color: #FFF !important;
}

fieldset {
    padding: 20px 0px 0px 0px;
}

.form-row {
    margin-top: 30px;
}

.login-head {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: Raleway, Arial, sans-serif !important;
    color: #193f8e;
}

.login_label{
    font-size: smaller;
    color: #c7c7c7;
}

/******************************register-form**************************/
.panel.with-nav-tabs .panel-heading {
    padding: 0px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
    border-bottom: 2px solid #d2d2d2;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.content-area2 {
    padding: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    top: 75px;
}

.form2 {
    font-size: 15px;
    margin: 10px 0px !important;
    max-width: 100%;
    min-width: 100%;
    padding: 0 200px;
    display: inline-block;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.nav > li > a {
    padding: 6px 15px;
}

.user-form-text p {
    font-size: 13px;
    padding: 0px;
    margin: 0px; /*color: #797979;*/
}

.information {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.description p {
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

button, input, optgroup, select, textarea {
    padding: 4px;
}

.right-order select {
    border: 1px solid #008CcC
}

.red-star {
    color: #e20015;
}

/*************************dasboard**************************/

.ground2 {
    background-repeat: repeat-x !important;
}

.ground3 {
    background-repeat: repeat !important;
}

#course {
    max-width: 1000px;
    margin: auto;
}

.container {
    background: #fff;
    padding: 0px;
    width: 100%;
}
.container-realcme {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

nav .container {
    max-width: 1000px;
    margin: auto;
}

.contain {
    max-width: 1000px;
}

.clearfix {
    max-width: 1000px;
    margin: auto;
}

#header {
    max-width: 1000px;
    margin: auto !important;
}

#header-inner {
    max-width: 1000px;
    margin: 0 auto;
}

#footer {
    max-width: 1000px;
    margin: auto;
}

#footer small {
    font-size: .9em;
}

#footer small a {
    font-size: .9em;
}

.container>.navbar-header {
    margin: auto;
}

#qiheader {
    max-width: 1000px;
}

#top-row {
    margin: auto;
}

#db-row {
    max-width: 1000px;
    margin: auto;
}

.main-header2 {
    max-width: 1000px;
    margin: auto;
}

.main-footer2 {
    max-width: 1000px;
    margin: auto;
}


/*   globalacademycme THEME   */

#header_box {
    margin: auto;
    /*max-width: 1000px;*/
}

@media (max-width: 1265px) {

    #header_box {
        width: auto;
    }

}

@media (max-width: 991px) {

    #header_box {
        width: auto;
        max-width: 1000px;
    }

}


/*   healthmatterscme THEME   */

#normal {
    display: grid;
    background-repeat: repeat-x;
}

#hmcmeheader {
    display: block;
}

#hmcmetop {
    max-width: 1000px;
    margin: auto;
    width: auto;
}

#hmcme-nav .container {
    background: none;
}

@media (max-width: 820px) {

    #mob-menu {
        margin-bottom: 10px;
    }

}

@media (max-width: 575px) {

    /*   healthmatterscme & vindicocme THEME   */

    #normal {
        display: block;
    }

}


/*   horizoncme THEME   */

header #logo {
    margin-left: auto;
}

.container2 {
    max-width: 1000px;
    margin: auto;
}


/*   mdlinx THEME   */

.Header-Banner {
    width: auto;
}

#linx-nav {
    max-width: 1000px;
    margin: auto;
}


/*   medlearninggroup THEME   */

#mlgheader {
    display: grid;
}

.drop {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contact-form-widget-4 .name span {
    color: #CCCCCC !important;
    font-weight: normal;
    margin-left: 4px;
    color: #999999;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

#contact-form-widget-4 .email span {
    color: #CCCCCC !important;
    font-weight: normal;
    margin-left: 4px;
    color: #999999;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.site-wrapper {
    padding-bottom: 0 !important;
}


/*   medreviews THEME   */

#med-footer {
    margin: 0 -24em;
}


/*   mecme THEME   */

.mecmeHeaderLft {
    width: 638px;
}
.montifioreLogo {
    margin: 50px -100px 0;
}
@media (max-width: 1199px) {

    .montifioreLogo {
        margin: 50px 0 0;
    }

}
@media (max-width: 991px) {

    .mecmeHeaderLft {
        width: 100% !important;
    }

}


/*   nlaclm THEME   */

.nla-head {
    max-width: inherit !important;
}


/*   nlasap THEME   */

.sap-head {
    max-width: inherit !important;
}


/*   pro-cme THEME   */

.inline {
    padding-left: 0px;
}


/*   rmei THEME   */

/*#rmeiheader {
    border-top: 2px solid #f0ad4e !important;
    border-left: 2px solid #f0ad4e !important;
    border-right: 2px solid #f0ad4e !important;
}*/


/*   sccm THEME   */

#header {
    display: block;
}

#main-menu li a {
    padding: 12px 19px 10px;
}


/*   vclinic THEME   */

#vc-head {
    margin-top: 0;
}

#logoImage {
    font-size: 36px;
}


/*   acemm THEME   */

#bottom_links ul li a {
    font-size: 12px;
}

#footer-menu ul {
    padding-left: 15px;
}

#footer-menu ul li {
    padding: 15px 0;
    margin-left: 10px;
    float: left;
    text-decoration: underline;
}

#footer-menu ul li:hover {
    text-decoration: none;
}

#footer-menu .container {
    background: #267cc3;
}

#acemicons {
    padding: 6px;
}


/*   antidote THEME   */

.anti-head {
    height: 127px !important;
}

#header_table {
    margin-bottom: -20px !important;
}

#anti-cov {
    width: 100%;
}

#homie a {
    padding-right: 409px !important;
}

#footer_table {
    margin: 0;
}

#footer a font {
    font-size: 10px;
}

#footer font {
    font-size: 12px;
}

@media (max-width: 991px) {

    .anti-head {
        height: 124px !important;
    }

    #homie a {
        padding-right: 162px !important;
    }

}


/*   feedback THEME   */

#top-navbar {
    background: #e7eef1 !important;
}

#top_nav {
    position: initial;
}


/*   gastro THEME   */

#logo-image {
    margin-top: 25px !important;
}

#gastro-nav .container {
    background: none;
}

#utility {
    margin-left: 0;
}

#utility a.first {
    padding-left: 0;
}

#gastro-footer {
    max-width: 1000px;
    margin: auto;
}


/*   pdpseries THEME   */

.stickyNav {
    margin: auto !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
}

#header.stickyNav {
    margin-top: 0 !important;
}

.pdp-head {
    float: none !important;
    height: auto !important;
    max-width: none !important;
}

.pdps-logo {
    max-width: 1016px !important;
}


/*   realcme THEME   */

#r-head {
    height: 80px;
    padding-top: 20px;
}

#real-head {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    #r-head {
        display: grid;
    }

    #cme-head {
        background: #3263a3;
    }

    .real-nav {
        background: #3263a3 !important;
    }

}

@media (max-width: 500px) {

    .real-logo {
        padding-bottom: 70px !important;
    }

}




/*@media (max-width: 767px) {

    #homie a {
        padding-right: 162px !important;
    }

}*/



/*@media (max-width: 820px) {

    #hmcmetop {
        width: 782px;
    }

}*/

/*#hmcmenav {
    width: auto;
    float: none;
}*/

/*#bunav {
    display: inline-flex;
}*/


.content-area3 { /*width: 95%;*/
    height: auto;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
    top: 50px;
    margin-bottom: 150px;
}

.dsb-contenar {
    width: 100%;
    height: auto;
}

.heading-conten {
    margin-top: 15px;
}

.heading-conten h1 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Raleway, Arial, sans-serif !important;
    text-transform: uppercase;
}

.heading-conten p {
    color: #111;
    font-size: 12px;
    font-weight: 600;
}

.dsb-btn {
    padding: 0px;
    margin-top: 15px;
}

.dsb-btn a {
    padding: 5px 8px 4px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 5px;
    float: left;
    background: #5681a0;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    cursor: pointer;
    font-size: 12px;
}

.dsb-btn a:hover {
    background: #4b678c;
}

.wcontent {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 15px;
    font-weight: 600;
    color: #111;
}

.wcontent ol {
    margin-left: -22px;
    margin-top: 5px;
}

.wcontent ol li {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    color: #111;
}

.grap-main {
    width: 100%;
    height: auto;
}

.g-text {
    background: #fff;
    margin-top: 30px;
    height: auto;
    margin-left: 12px;
    padding: 0px;
}

.grap-text {
    height: auto;
    margin-left: 12px;
    padding: 10px 15px;
}

.grap-text2 {
    height: auto;
    margin-left: 12px;
    padding: 0px;
}

.grap-text h2 {
    font-size: 20px;
    padding-bottom: 5px;
    font-family: Raleway, Arial, sans-serif !important;
}

.g-date {
    color: #111;
    padding-bottom: 5px;
    font-weight: bold;
}

.g-date2 {
    color: #111;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.grap-text p {
    font-size: 12px;
    color: #111;
    font-weight: normal;
}

.latest-edited {
    width: 100%;
    height: auto;
}

.g-text h3 {
    font-size: 20px;
    font-family: Raleway, Arial, sans-serif !important;
}

.edit-section {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 5px;
    line-height: 1.22em;
}

.edited-btn {
    margin-top: 24px;
}

.panel-default > .border0 {
    border: none;
}

.edited-btn a {
    background: #68809f;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
}

.edited-btn a:hover {
    background: #4b678c;
}

.heading-edt {
    color: #008ccc;
    font-weight: bold;
    font-size: 14px;
}

.heading-edt2 {
    color: #111;
    font-weight: bold;
    font-size: 14px;
}

.edt-date {
    font-style: italic;
    color: #111;
}

.edt-text {
    color: #111;
}

.latest-text {
    margin-top: 10px;
}

.Reset-btn {
    position: fixed;
    bottom: 60px;
    right: 1%;
}

.Reset-btn a {
    padding: 6px 15px;
    color: #fff;
    background: #68809f;
    border-radius: 5px;
}

.Reset-btn a:hover {
    background: #4b678c;
}

/**********************listingpage***************************/
.fa-plus {
    background: #68809f none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    content: "";
    margin: 5px;
    padding: 5px 7px;
}

#plusie {
    background: #68809f none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    content: "";
    margin: 5px;
    padding: 5px 7px;
    font-size: .8em;
}

.title {
    font-size: 18px;
    font-weight: bold;
}

.right-order {
    padding: 25px 0 0;
    float: right;
}

.acrodion-btn {
    float: right;
    margin-left: 2px;
    margin-top: 14px;
    padding: 0 6px !important;
    width: 50px;
}

.drop {
    background: #68809F;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
}

.drop:hover {
    cursor: pointer;
}

button {
    padding: 4px 8px;
}

.acrodion-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    top: 54px;
    border-top: 1px solid #cecdcd;
    overflow: hidden;
    margin-top: 10px;
}

.acrodion-ces-1 {
    padding: 10px 30px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.acrodion-ces-12 {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

#name1 {
    /*margin-bottom: 100px;*/
}

#name1 h3 {
    color: #008CcC;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.6em;
}

#name1 h3 a {
    color: #008CcC;
    font-size: 16px;
    display: block;
    line-height: 1.6em;
    text-transform: none;
    font-weight: bold;
    vertical-align: top;
}

.accordion-heading a.accordion-toggle {
    color: #008CcC;
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
}

#name2 h3 {
    color: #009be2;
    font-size: 18px;
    font-weight: 600;
}

#name2 {
    display: none;
    bottom: 0;
}

.error-red {
    color: #f00;
}

.accordion-toggle:before {
    font-family: 'FontAwesome';
    content: "\f067";
    float: left;
    margin-right: 1em;
}

.accordion-opened .accordion-toggle:before {
    content: "\f054";
}

.accordion-heading {
    margin-top: 10px;
}

.accordion-heading .des {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    font-weight: normal;
    margin-left: 10px;
    cursor: default;
}

.accordion-opened .accordion-toggle::before {
    content: "";
}

.accordion-toggle::before {
    float: left;
    font-family: "FontAwesome";
    margin-right: 1em;
}

.accordion-inner {
    margin-top: 4px;
}

.ac-btn {
    margin: 10px 0px;
}

.ac-btn a {
    padding: 6px 12px;
    border: 1px solid #666;
    color: #000;
    margin: 5px;
}

.ac-btn a:hover {
    background: #68809f;
    color: #fff;
}

.fa-pencil {
    background: #68809f;
    border-radius: 6px;
    color: #fff;
    content: "";
    font-size: 20px;
    padding: 8px 14px;
    float: right;
    margin-right: 8px;
}

.fa-trash-o, .mybutton {
    background: #68809f;
    border-radius: 6px;
    color: #fff;
    content: "";
    font-size: 20px;
    padding: 8px 14px;
    float: right;
    margin-right: 8px;
}

.fa-pencil:hover, .fa-trash-o:hover {
    background: #4b678c;
}

.list-btn {
    padding: 0px;
    margin-top: 0px !important;
}

.list-btn a {
    float: right;
}

.acrodion-sec1 {
    border-bottom: 1px solid #000;
    padding: 5px 0px;
}

.right-btn {
    margin-top: 8px;
}

#custom-search-form {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 11px;
    padding-right: 4px;
    padding-left: 9px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-bottom: 6px;
    border: 1px solid #9c9c9c;
    margin-top: 9px;
    margin-left: 7px;
}

#custom-search-form .search-query {
    background: #fff url("/img/search-icon.png") no-repeat scroll right center;
    border: 1px solid #008CcC;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 24px;
    height: 27px;
}

#custom-search-form button {
    border: 0;
    background: none;
    padding: 6px 12px;
    margin-top: 2px;
    position: relative;
    left: 3px;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #68809f;
    color: #fff;
}

.search-query:focus + button {
    z-index: 3;
}

.pages {
    margin-top: 14px;
    margin-left: 10px;
    color: #68809f;
    border: navajowhite;
    font-weight: bold;
    float: right;
}

.fa-caret-left {
    content: "\f0d9";
    padding: 7px 13px;
    background: #cccccc;
    border-radius: 2px;
    color: #fff;
}

.fa-caret-right {
    content: "\f0d9";
    padding: 7px 13px;
    background: #cccccc;
    border-radius: 2px;
    color: #fff;
}

.disabled {
    float: right;
    margin-top: 15px;
    margin-left: 5px;
}

/*******************coures***************************/
.revision_history {
    margin-top: -49px;
    margin-right: 0px;
    background: #eee;
    padding: 0px 8px 2px;
    line-height: 1.6em;
    font-size: .9em;
}

.sub-text {
    font-size: 13px;
}

.container-fluid3 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 0px 15px;
}

.title2 {
    font-size: 18px;
    margin-top: 5px;
}

.fa-wrench {
    background: #68809f none repeat;
    border-radius: 5px;
    color: #fff;
    content: "";
    margin: 13px 0px;
    padding: 7px 10px;
    font-size: 18px;
    float: left;
}

.fa-wrench {
    background: #68809f none repeat;
    border-radius: 5px;
    color: #fff;
    content: "";
    padding: 7px 10px;
    font-size: 18px;
    float: left;
}

.fa-wrench:hover {
    background: #4b678c;
}

.fa-gear:hover {
    background: #4b678c;
}

.save-btn {
    margin-top: 13px;
    margin-left: 0px;
}

.save-btn a {
    background: #68809f none repeat;
    border-radius: 4px;
    color: #fff;
    padding: 6px 30px;
    float: left;
}

.save-btn a:hover {
    background: #4b678c;
}

.crs-wrapper-main {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0px 20px;
}

.btn-group {
    float: right; /*margin-left: 61px;*/
}

.btn-group:hover {
    cursor: pointer;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu > li > a {
    padding: 6px 6px;
    border-bottom: 1px solid #ccc;
}

/*------------------box-1------------------*/
.frow {
    width: 100%;
    clear: both;
}

.heding-cr {
    padding: 12px 0px;
    z-index: 2;
}

.heding-cr ul {
    padding: 0px;
    margin: 0px;
}

.heding-cr ul li {
    display: inline-block;
}

.heding-cr ul li a {
    color: #666;
    padding: 10px 16px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
    font-weight: 600;
}

.upperbox, .upperbox3 {
    overflow-y: scroll;
    /*height: 68%;*/
    /*height: auto;*/
    height: 682px;
    position: static;
    background: #e8e8e8;
}

.n-heading {
    color: #047bca;
    font-size: 18px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

.crs-main-nav {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: #e8e8e8;
    top: 5px;
}

.list-1 {
    display: list-item;
    padding: 5px 6px 5px 23px;
    /*border-bottom: 1px solid #ababab;
    background: url(../img/sortable.png) no-repeat left #efeeee;*/
    background: #e0e0e0;
    width: 100%;
    list-style: none;
    border-left: 1px solid white;
    border-right: 1px solid #888;
    border-top: 1px solid white;
    border-bottom: 1px solid #888;
}

.list-1 a {
    color: #000;
}

.box-content {
    padding: 0px;
    background: #F4F4F4;
    border-bottom: 1px solid #888;
    position: static;
    margin-right: 2px;
}

.box3 .box-content{
  margin-right: 0px;
}

.title-wrapper {
    margin-bottom: 0px;
}

/*------------------box-2------------------*/

.heding-cr2 {
    background: #f4f4f4;
    padding: 11px 5px;
    width: 100%;
    z-index: 2;
}

.heding-cr2 ul {
    padding: 0px;
    margin: 0px;
}

.heding-cr2 ul li {
    display: inline-block;
}

.heding-cr2 ul li a {
    color: #666;
    padding: 1px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff; /*font-weight: 600;*/
}

.c-buttn {
    background: #68809f;
    padding: 5px 6px;
    text-shadow: none;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fa-angle-double-left {
    font-size: 20px;
}

.delet {
    background: #68809f;
    border-radius: 2px;
    color: #fff;
    content: "";
    padding: 6px 11px;
    float: left;
    margin-right: 8px;
    margin-top: -4px;
    text-shadow: none;
}

.span30 {
    width: 100%;
    border: 1px solid #b7b7b7;
    margin-top: 5px;
    background: #efeeee;
}

.caret2 {
    background: url(../img/drop-icon.png) no-repeat right;
    margin-top: -2px;
    width: 25px;
    height: 25px;
}

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

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

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav2 li a:active, .sidebar-nav2 li a:focus {
    text-decoration: none;
}

.sidebar-nav2 > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav2 > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav2 > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.panel-heading {
    border-radius: 0px; /*padding: 0px 5px 4px 0px;*/
}

.arrow2 {
    font-size: 15px;
    padding: 5px 10px 5px 0px;
}

.cmeb-instructions {
    background: #eeffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 11px !important;
    height: 50px;
    margin: 0px;
    overflow: auto;
    padding: 4px;
}

.sub-title {
    margin-top: 5px;
    font-size: 13px;
}

#text-1, #text-3 {
    background: #eeffff;
    border: 1px solid #92adad;
    padding: 5px 8px;
    height: 97px;
    overflow: hidden;
    overflow-y: scroll;
}

#text-2, #text-4 {
    display: none;
    background: #fff;
    border: 1px solid #92adad;
    padding: 5px 8px;
    height: 97px;
    overflow: hidden;
    overflow-y: scroll;
}

.instructions {
    cursor: pointer;
}

.cmeb-note {
    font-size: 13px !important;
}

/*--------------CROUSEL------*/
.menu_list { /*margin-top: 50px;*/
    min-height: 40px;
    position: relative;
    clear: both;
}

.flexi {
    width: 100% !important;
    height: auto !important;
    clear: both;
    margin: 0;
}

.top {
    margin: 5px 0px;
    font-size: 11px;
    clear: both;
    font-weight: normal;
}

.span31 {
    width: 100%;
    border: 1px solid #fff;
    margin-top: 5px;
    background: #fff;
    font-size: 11px;
    height: 20px;
}

.menu_head {
    padding: 10px 0px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #E0E0E0  100% -3% no-repeat;
    margin-bottom: 0px !important;
}

.menu_head_none {
    padding: 10px 0px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #E0E0E0;
    margin-bottom: 0px !important;
}

.menu_head_not_started {
    padding: 10px 15px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #E0E0E0  100% -3% no-repeat;
    margin-bottom: 0px !important;
}

.menu_head_in_progress {
    padding: 10px 0px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #E0E0E0  100% 30% no-repeat;
    margin-bottom: 0px !important;
}

.menu_head_to_be_approved {
    padding: 10px 0px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #E0E0E0  100% 67% no-repeat;
    margin-bottom: 0px !important;
}

.menu_head_approved {
    padding: 10px 0px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #E0E0E0  100% 100% no-repeat;
    margin-bottom: 0px !important;
}

.menu_head_nobg {
    padding: 5px 0px 5px 7px;
    cursor: pointer;
    position: relative;
    background: #e0e0e0;
    margin-bottom: 0px !important;
    height: 29px;
}

.menu_body {
    display: none;
    background-color: #E0E0E0;
    background-image: none !important;
    margin-top: -4px;
    padding: 10px;
    cursor: pointer;
    border-left: 1px solid white;
    border-right: 1px solid #888;
    border-top: 2px solid white;
    border-bottom: 1px solid #888;
}

.menu_body a {
    display: block;
    color: #000;
    background-color: #E0E0E0;
    padding: 1px 8px;
    border: 1px solid whitesmoke;
    font-weight: normal;
    font-size: 12px;
}

.menu_body a:hover {
    color: #000000;
    text-decoration: underline;
}

.sub-drop {
    background: #000;
}

.cmeb-index {
    background: #68809f none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    float: left;
    font-size: 15px;
    line-height: 31px;
    margin-right: 0;
    margin-top: -6px;
    min-width: 32px !important;
    text-align: center;
    min-height: 31px;
}

/*------------------box-3------------------*/
.box1, .box2, .box3 {
    position: relative;
    top: 2px;
    bottom: 50px;
    background-color: #e8e8e8;
}

.heding-cr3 {
    background: #f4f4f4;
    padding: 0px 0px;
    z-index: 2;
}

.heding-cr3 ul {
    /*padding: 0px;
margin: -4px 0 0 0;*/
}

.heding-cr3 ul li {
    margin: 7px 0;
}

.heding-cr3 ul li.active a,
.heding-cr3 ul li.active a:hover{
  font-weight: bold;
  color: #666 !important;
  cursor: default;
}

.heding-cr3 ul li a {
    color: ##2e6e9e;
    padding: 0px 15px;
    text-transform: uppercase;
    height: 29px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.authoring-page-title {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 15px;
}

.title {
    font-size: 18px;
    padding-top: 14px;
}

.authoring-acrodion-wrp {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#accordion .panel-heading {
    padding: 0px;
}

#accordion .padding5 {
    padding: 5px !important;
}

#accordion .panel-title > a {
    display: block;
    padding: 10px;
    outline: none;
    font-weight: normal;
    text-decoration: none;
    font-family: Raleway, Arial, sans-serif !important;
}

#accordion .panel-title > a:hover {
    color: #000 !important;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    font-weight: normal;
    color: #68809f;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
    font-weight: normal;
    color: #68809f;
}

.crodion-text {
    padding: 10px;
}

#mover {
    -webkit-transition:1s; /* you don't need to specify this again */
}

#mover.clicked{
    margin-left:-2000px;
 }

#mover2 {
    -webkit-transition:1s; /* you don't need to specify this again */
}

#mover2.clicked {
    width: 75%;
}

@media screen and (max-width:991px){
  #mover2.clicked{
    width: 100%;
  }
}

.date {
    font-size: 12px;
    margin-top: 3px;
}

.ac-button {
    margin: 20px 0px 10px 0px;
}

.ac-button a {
    padding: 5px 10px;
    background: #68809f;
    border-radius: 2px;
    color: #fff;
}

.nav-tabs ul li {
    font-size: 18px;
}

.preview {
    padding: 20px;
}

.coures-tab {
    z-index: 2;
    width: 100%;
}

.coures-text {
    margin-top: 5px;
    background: #e8e8e8;
    overflow-x: hidden;
}

/************************** window-popup ************************/

#confirmResponsesModal .modal-header,
#confirm_sp_modal .modal-header {
    background-color: #3379b7;
}
#confirmResponsesModal .modal-content {
    overflow: hidden;
}
#confirmResponsesModal .modal-content h4,
#confirm_sp_modal .modal-content .modal-header h4 {
    padding: 10px 0;
    color: #fff;
}

#confirm_sp_modal .modal-dialog{
    overflow: hidden;
    height: fit-content;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left:0;
}

@media (max-width: 570px) {
    #confirm_sp_modal .modal-dialog{
        width: 80%;
    }
}

.modal-dialog {
    width: 45%;
    height: 100%;
    bottom: -30px;
    float: right;
    margin-top: 80px;
    margin-right: 0px;
    position: fixed;
    right: 0;
    overflow-y: scroll;
}

.poppup-radio {
    text-align: left;
    width: 330px;
    float: right;
    padding: 29px 0 0 0;
}

.poppup-radio label {
    width: 100px;
    float: left;
    margin-left: 10px;
}

.poppup-radio ul li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}

input[type=radio] {
    float: left;
    margin: 4px 7px 4px 0px;
}

.title3 {
    float: left;
    width: 158px;
    margin-top: 5px;
}

.ord {
    float: left;
    width: 150px;
}

.dir-descending {
    float: left;
    width: 50px;
}

.search {
    float: right;
    width: 255px;
}

#p-box-2 {
    display: none;
}

.acrodion-btn2 {
    float: left;
    margin-left: 2px;
    margin-top: 0px;
    padding: 0 6px !important;
    width: 50px;
}

.drop2 {
    background: #68809F;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
}

.drop2:hover {
    cursor: pointer;
}

.drop2 .glyphicon{
  top: 2px;
  left: 4px;
}

.drop_eq, .drop_fms, .drop_ref, .drop_pt, .drop_qm, .drop_lo, .drop_fac {
    background: #68809F;
    padding: 6px 9px;
    border-radius: 4px;
    color: #fff;
}

.drop_eq:hover, .drop_fms:hover, .drop_ref:hover, .drop_pt:hover, .drop_qm:hover, .drop_lo:hover, .drop_fac:hover {
    cursor: pointer;
}

.search-query2 {
    background: #fff url("/img/search-icon.png") no-repeat scroll right center;
    border: 1px solid #ddd;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0px;
}

.select-insurance-information {
    height: 30px;
    padding-top: 2px;
    width: 120px;
}

.select-insurance-information2 {
    height: 24px;
    padding-top: 2px;
    width: 180px;
}

.select-insurance-information3 {
    height: 24px;
    padding-top: 2px;
    width: 220px;
    font-size: 10px;
}

.pupup-wrapper {
    background: #FFF;
    margin-top: 10px;
    padding: 0px 0px;
    border-top: 1px solid #adadad;
}

.pupup-wrapper2 {
    background: #E8E8E8;
    margin-top: 10px;
    padding: 0px 0px;
    border-top: 1px solid #adadad;
}

.accordion-heading2 {
    margin-top: 0px;
    font-size: 13px;
    font-style: italic;
}

.popup-sec-1 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #a1a1a1;
    padding: 10px 0px
}

/*******************************click-popup***************************/
.abc {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.poppup-main, .poppup-main2, .poppup-main3 {
    position: absolute;
    width: 100%;
    z-index: 1001;
    left: -5000px;
    top: 50px;
    bottom: 0;
}

.text-aria {
    background: #efefef;
    width: 50%;
    height: 579px;
    overflow-y: scroll;
}

.fa-arrow-left {
    background: #94b330;
    padding: 8px 9px;
    border-radius: 50%;
    color: #fff;
}

.popup-arrow {
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    background: #fff;
    border-bottom: 1px solid #CCC;
    height: 60px;
}

.conten-wrapper {
    background: #f7f7f7;
    padding: 15px;
}

.conten-text {
    background: #fff;
    padding: 10px;
}

/*-----popup-1---*/
.conten-text h3 {
    font-size: 18px;
    color: #333;
}

.checklist_title {
    margin-top: 10px;
}

.border-01 {
    background: url(../img/wa_item.png) no-repeat left;
    padding: 3px 15px;
}

.border-02 {
    background: url(../img/er_item.png) no-repeat left;
    padding: 3px 15px;
}

.border-03 {
    background: url(../img/st_item.png) no-repeat left;
    padding: 3px 15px;
}

.checklist_action {
    text-align: center;
    padding: 20px 0px;
}

.fontmatter {
    background: #f7f7f7;
    padding: 10px 10px 5px 10px;
    margin: 15px 0px;
}

.fontmatter h4 {
    background: url(../img/er_title.png) no-repeat left;
    padding: 3px 34px;
    font-size: 18px;
    color: #999;
}

.fontmatter h5 {
    background: url(../img/st_title.png) no-repeat left;
    padding: 3px 34px;
    font-size: 18px;
    color: #999;
}

.fontmatter p {
    font-size: 13px;
    font-style: italic;
    color: #000;
}

ul li a {
    color: #6494d1;
}

#checklist_prepublish {
    border: medium none;
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    width: 150px;
}

.authbutton {
    background: #68809f none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 10px;
    padding: 10px 22px;
}

/*-----popup-3---*/
.form-radios {
    margin-top: 10px;
}

.popuptitle-text {
    font-weight: 600;
    color: #666;
}

#edit-empty {
    float: left;
    margin-right: 5px;
}

body.section-node-delete form a, #activity-delete-cancel, div.submit-buttons > #cancel, div.submit-buttons > #return, div.submit-buttons > input[type="submit"], #edit-submit, #edit-save {
    border: medium none;
    border-radius: 6px;
    background: #68809f;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Raleway", trebuchet ms, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 10px;
    padding: 6px 15px !important;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 10px;
}

#edit-submit {
  margin-top: 11px;
}

/*-----popup-4---*/
.table {
    margin: 0px;
    transition: all 0.2s ease-in-out;
    padding: 20px;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > th {
    padding: 8px;
}

.tablebody {
    margin: 10px 50px 0px 50px;
    width: 87%;
    border-left: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
}

tbody > tr > td {
    font-weight: 500;
    color: #000;
}

.info-table {
    color: #68809f;
}

/*-----footer---*/
.main-footer {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 12px;
    line-height: 12px;
    background: #fff;
    color: #111;
    border-top: 1px solid #DDD;
    text-align: center;
    font-size: 10px;
}

.datepicker-dropdown {
    /*left: 346.5px !important;*/
    width: 300px;
    right: auto !important;
    padding: 0 30px;
}

.margin16 {
    margin: 0 16px;
}

/*-----dasbord-popup---*/
.poppup-maineq, .poppup-mainfms, .poppup-mainref, .poppup-mainpt, .poppup-mainqm, .poppup-mainlo, .poppup-main4, .poppup-main5 {
    position: absolute;
    width: 100%;
    z-index: 100;
    left: -5000px;
    top: 0;
    bottom: 0;
}

.abc2 {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.align {
    margin-top: 7px;
}

.ex {
    top: 2px;
}

.notecls {
    font-size: .8em;
}

.text-aria2 {
    background: #efefef;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pdlr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.popup-wrapper {
    background: #fff;
    padding: 0px 0px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 60px;
    width: 100%;
    overflow-x: hidden;
}

.popup-wrapper2 {
    background: #f7f7f7;
    padding: 0px 0px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    overflow: auto;
    /* bottom: 60px;*/
    width: 100%;
    overflow-x: hidden;
}

/*.acrodion-btn2 {*/
    /*float: right;*/
    /*margin-left: 2px;*/
    /*margin-top: 0px;*/
    /*padding: 0 6px !important;*/
    /*width: 50px;*/
/*}*/

.drop2 {
    background: #68809F;
    padding: 1px 2px 2px 1px;
    border-radius: 4px;
    color: #fff;
    height: 28px;
    width: 28px;
}

.drop2:hover {
    cursor: pointer;
}

#name4 {
    display: none;
    bottom: 0;
}

.das-search {
    width: 292px;
}

.selectore {
    width: 230px;
    margin-top: 17px;
}

.ds-arrow {
    width: 210px;
    margin-top: 17px;
}

.ds-text {
    margin-top: 15px;
    font-size: 18px;
    color: #68809f;
    font-weight: 600;
}

#custom-search-form2 {
    margin: 0;
    padding: 0;
}

#custom-search-form2 .search-query2 {
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #008CcC;
    margin-top: 14px;
    margin-left: 0px;
    background: #FFF url(/img/search-icon.png) no-repeat right center;
    background-size: 10%;
    height: 27px;
}

#custom-search-form2 button {
    border: 0;
    background: none;
    padding: 6px 12px;
    margin-top: 2px;
    position: relative;
    left: 3px;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #68809f;
    color: #fff;
}

.searchfrm {
    margin: 0;
    padding: 0;
}

.searchfrm .search-query2 {
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #008CcC; /*chanmge for faculty menu*/
    margin-top: 14px;
    margin-left: 0px;
    background: #FFF url(/img/search-icon.png) no-repeat right center;
    background-size: 15%;
    height: 27px;
}

.searchfrm button {
    border: 0;
    background: none;
    padding: 6px 12px;
    margin-top: 2px;
    position: relative;
    left: 3px;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #68809f;
    color: #fff;
}

.popup-arodion {
    margin-top: 20px;
}

.containt-aria {
    padding: 10px;
    padding-bottom: 50px;
}

.panel-heading {
    position: relative;
}

.btn-2 {
    position: absolute;
    right: 2px;
    top: 4px;
}

.pencil1 {
    background: #68809f;
    border-radius: 6px;
    color: #fff;
    content: "";
    font-size: 20px;
    padding: 5px 9px;
    float: right;
    margin-right: 8px;
}

.trash1 {
    background: #68809f;
    border-radius: 6px;
    color: #fff;
    content: "";
    font-size: 20px;
    padding: 5px 9px;
    float: right;
    margin-right: 8px;
}

.btn-main {
    background: #fff;
    border-top: 1px solid #ddd;
    bottom: 15px;
    left: 0px;
    padding: 10px;
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
    height: 60px;
}

.btn-main-noline {
    background: #fff;
    padding: 0 15px;
    position: relative;
    text-align: right;
    width: 100%;
    height: 40px;
}

.btn-success {
    background: #68809f;
    border-color: #68809f;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.btn-success:hover {
    background: #46658d;
}

/*Added on 12th July 2016*/
.abc3 {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.poppup-main6 {
    position: absolute;
    width: 100%;
    z-index: 100;
    left: -5000px;
    top: 0;
    height: auto;
}

.text-aria3 {
    background: #efefef;
    width: 60%;
    height: 579px;
    bottom: 0;
    top: 50px;
    left: 0px;
    overflow: auto;
}

.courses-checkbox {
    float: left !important;
}

#name6 {
    display: none;
    bottom: 0;
}

.popup-wrapper2 {
    background: #f7f7f7;
    padding: 15px 0px 50px 0px;
}

.abc4 {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.poppup-main7 {
    position: absolute;
    width: 100%;
    z-index: 999 !important;
    left: -5000px;
    top: 0;
    height: auto;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    transition: left .2s;
}

.text-aria4 {
    width: 50%;
    height: 100vh;
    bottom: 0;
    left: 0px;
    overflow: hidden;
    position: relative;
}

.courses-checkbox {
    float: left !important;
}

#name6 {
    display: none;
    bottom: 0;
}

.profile-text {
    font-size: 14px;
    margin-top: 10px;
}

.profile-text2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.span5 {
    margin-bottom: 30px;
}

.input-name {
    padding: 5px 0px;
}

.sidebar-nav li.active {
    background: #87A134 !important;
    color: #fff;
}

.user-account {
    right: 40% !important;
}

.panel-heading h4.panel-title {
    padding-right: 80px !important;
    font-weight: 600;
    font-size: 13px;
    color: #222222;
}

.panel-heading h4.panel-title a {
    font-family: Raleway, verdana, sans-serif;
}

.modules .panel-heading h4.panel-title {
    padding-right: 0 !important;
    font-size: 12px !important;
    cursor: pointer;
    border-left: 1px solid white;
    border-right: 1px solid #888;
    border-top: 2px solid white;
    border-bottom: 1px solid #888;
}

.modules .panel-heading h4.panel-title:hover {
    /*color: #E8E8E8;
background-color: #888;*/
}

.margin-20 {
    margin-right: 20px;
}

.accordion-toggle {
    color: #000;
}

.dialogdemoBasicUsage #popupContainer {
    position: relative;
}

.dialogdemoBasicUsage .footer {
    width: 100%;
    text-align: center;
    margin-left: 20px;
}

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
    font-size: 0.8em;
    margin-top: 50px;
}

.dialogdemoBasicUsage button {
    width: 200px;
}

.dialogdemoBasicUsage div#status {
    color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
    margin-bottom: 0;
}

#droppable {
    margin-top: 5px;
    padding-bottom: 20px;
    z-index: 1;
}

#droppable .menu_list {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}

md-dialog {
    min-width: 430px !important;
}

._md-dialog-content-body {
    margin-top: 20px;
    margin-bottom: -20px;
}

/*23 august */
.crodion-text {
    padding-top: 4px;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-weight: 400;
    vertical-align: baseline;
    line-height: 1.35em;
    margin-bottom: 1px;
}

.crodion-heading {
    font-size: 13px;
    padding-left: 10px;
}

.crodion-divider {
    margin: 20px;
}

.btn-crodion-button {
    background-color: #68809f !important;
    color: white !important;
    text-shadow: 1px 1px #444;
    font-weight: bold;
    float: none;
    margin: 20px 10px;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 3px;
}

.btn-crodion-button2 {
    background-color: #68809f !important;
    color: white !important;
    text-shadow: 1px 1px #444;
    font-weight: bold;
    margin: -25px 180px;
    float: right;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 3px;
}

.btn-crodion-button3 {
    background-color: #68809f !important;
    color: white !important;
    text-shadow: 1px 1px #444;
    font-weight: bold;
    margin: 0px 20px;
    float: right;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 3px;
}

.crodion-span {
    padding-top: 4px;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-weight: 400;
    vertical-align: baseline;
    line-height: 1.35em;
    margin-bottom: 1px;
}

.crodion-span2 {
    padding-top: 4px;
    font-size: 10px;
    border: 0;
    outline: 0;
    font-weight: 400;
    vertical-align: baseline;
    line-height: 1.35em;
    margin-bottom: 1px;
}

.crodion-span3 {
    padding-top: 4px;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-weight: 400;
    vertical-align: baseline;
    line-height: 1.35em;
    margin-bottom: 1px;
    padding-left: 15px;
}

.form_heading2 {
    font-size: 12px;
    line-height: 1.23;
}

.revise {
    background-color: #EAEAEA;
    padding: 5px;
    float: left;
    margin: -4px 8px 0px 0px;
}

.add_class {
    width: 40px;
    height: 30px;
    display: inline-block;
    background-image: url(../../the../img/plus2.png);
    padding: 0px;
    border-radius: 1px;
    cursor: pointer;
    margin: 0 0 0 12px;
    position: relative;
    top: 9px;
}

.discuss_forum {
    border: 1px solid #CCCCDD;
    height: 320px;
    padding: 10px;
}

.slide_one_img {
    width: 380px;
}

.slide_two_img {
    width: 340px;
    padding-left: 30px;
}

.slide_one {
    width: 400px;
    border: 1px solid #CCCCDD;
    vertical-align: middle;
}

.main_title {
    font-size: 14px;
    font-weight: normal;
    font-weight: 700;
    color: red;
}

.btn-crodion-button4 {
    background-color: #68809f !important;
    color: white !important;
    text-shadow: 1px 1px #444;
    cursor: pointer;
    padding: 4px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
}

.component-chk {
    margin-right: 50px !important;
    display: none;
}

.allcontainer {
    display: block;
}

.modal-dialog2 {
    width: 50%;
    height: 100%;
    float: right;
    margin-right: 0px;
    position: fixed;
    margin-left: 0px;
}

.new_model {
    background-color: rgba(26, 23, 23, 0.18);
    height: 100%;
}

.new_model3 {
    background-color: rgba(26, 23, 23, 0.18);
    height: 100%;
}

.model_selector2_header {
    position: fixed;
    width: 50%;
    top: 50px;
    background-color: #FFFCFC;
    z-index: 999;
    padding: 1px;
    margin-left:  10px;
}

.main_title {
    font-size: 14px;
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-transform: none;
}

.menu_list {
    min-height: 40px;
    position: relative;
    clear: both;
    border-left: 1px solid white;
    border-right: 1px solid #888;
    border-top: 1px solid white;
    border-bottom: 1px solid #888;
    margin: 1px 0 0 0;
}

.menu_head_nobg:hover {
    background-color: #888;
    color: #FFF;
}

.menu_head:hover {
    background-color: #888;
    color: #FFF;
}

.select-insurance-information4 {
    height: 20px;
    padding-top: 1px;
    width: 110px;
    font-size: 11px;
    margin-top: 5px;
}

.page_status {
    font-size: 12px;
    position: relative;
    top: 6px;
    left: 22px;
}

.new_model2 {
    background-color: rgba(26, 23, 23, 0.4);
    height: 100%;
}

td.gray-bg {
    position: relative;
}

.check-a {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 101;
}

.btn-main2 {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 999;
}

.btn-main3 {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
    position: fixed;
    left: 0px;
    text-align: right;
    width: 49%;
    z-index: 999;
    bottom: 0px;
}

.btn-main4 {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
    position: fixed;
    left: 0px;
    text-align: right;
    width: 49%;
    z-index: 999;
    bottom: 0px;
    height: 30px;
    display: block;
}

.front_model {
    padding-top: 15px;
    font-size: normal;
}

.front_model_body {
    background-color: white;
    padding: 10px;
    height: 100%;
    min-height: 550px;
    height: 550px;
    overflow: auto;
}

.front_model_body3 {
    background-color: #f0f0f0;
    padding: 20px;
    height: 1000px;
}

.front_model_body2 {
    margin: 5px 0px 15px 15px;
    background-color: #999;
    margin-top: 60px;
}

.checklist_intro_title a {
    font-size: 18px;
    line-height: 24px;
    color: #777;
}

.front_model_righttop {
    border: 1px solid #CCCCCC;
    position: relative;
    left: 15px;
    padding-left: 0px;
}

.btn-crodion-button5 {
    background-color: #68809f !important;
    color: white !important;
    text-shadow: 1px 1px #444;
    cursor: pointer;
    padding: 2px 25px;
    border-radius: 10px;
    font-size: 17px;
    margin-top: 10px;
}

.upper_heading {
    min-height: 30px;
    background-color: #F9F9F9;
    color: #ABABAB;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.upper_heading_text {
    padding-left: 10px;
    padding-top: 8px;
    text-transform: uppercase;
}

.upper_heading_span {
    padding-left: 10px;
    padding-top: 6px;
    font-style: italic;
    background-color: #f9f9f9;
    padding-bottom: 5px;
    font-size: 11px;
    color: #444;
}

.front_model_list {
    list-style: inherit;
    padding-left: 40px;
    margin-top: 20px;
}

ul.front_model_list li {
    font-size: 12px;
    list-style: none;
}

.middle_heading {
    min-height: 50px;
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    font-size: 12px;
    border-left: 1px solid white;
    border-right: 1px solid #888;
    border-top: 2px solid white;
    border-bottom: 1px solid #888;
}

.middle_heading_text {
    padding: 15px 5px 10px 10px;
}

.front_model_header {
    position: fixed;
    z-index: 999;
    width: 47.59%;
    background-color: #f4f8fb;
}

.front_mode_content {
    height: 100%;
    position: fixed;
    width: 49%;
}

th, thead th, tbody th {
    /*  color: #fff;
background-color: #cdcdcd;
text-align: center;
padding: 2px 4px;
border: solid 1px #b3b3b3;  change for non scored answer in table*/
    color: #000;
    padding: 2px 4px;
    border: solid 1px #b3b3b3;
}

tr.even, tr.odd {
    background: transparent;
    font-size: 14px;
}

.tabel_name {
    font-weight: bold;
    padding-top: 15px !important;
}

.model_selector2_body {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 480px;
    overflow-y: scroll;
}

.model_selector2_button {
    float: left;
    padding-left: 10px;
}

.model_selector2_title {
    padding-top: 15px;
}

.model_selector1_header {
    position: fixed;
    width: 49%;
    top: 0px;
    background-color: #FFFCFC;
    z-index: 999;
    padding: 1px;
    margin-left:  10px;
}

.model_selector1_body {
    margin-top: 120px;
    margin-bottom: 50px;
    height: 440px;
    overflow-y: scroll;
}

.model_selector1_button {
    float: left;
    padding-left: 10px;
}

.model_selector1_title {
    padding-top: 1px;
}

.model_selector1_headertitle {
    padding-left: 35px;
}

.form_upper {
    overflow-y: scroll;
    height: 420px;
    padding: 0px 10px;
    z-index: 2090 !important;
}

.form_lower {
    width: 100%;
    margin-top: 10px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
.form_upper {
	height: 480px;
}
}*/
@media screen and (min-width: 1169px) and (max-width: 1269px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .text-aria4 {
        height: 100vh;
    }

    .popup-arrow {
        width: 100%;
    }
}

@media screen and (min-width: 1269px) and (max-width: 1369px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .newcourse-class_2 {
        margin-left: -44px !important;
    }

}

@media screen and (min-width: 1369px) and (max-width: 1469px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 98%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .newcourse-class_2 {
        margin-left: -39px !important;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1512px) {
    .form_upper {
        height: 550px;
    }
}

@media screen and (min-width: 1513px) and (max-width: 1519px) {
    .form_upper {
        height: 490px;
    }
}

@media screen and (min-width: 1469px) and (max-width: 1519px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh; /*for firefox */*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 71%;*/
        position: static;
    }

    .model_selector2_body {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 550px;
        overflow-y: scroll;
    }

    .model_selector1_body {
        margin-top: 120px;
        margin-bottom: 50px;
        height: 520px;
        overflow-y: scroll;
    }

    .text-aria4 {
        height: 100vh;
    }

    .popup-wrapper2 {
        height: 100vh;
    }

    .popup-wrapper {
        /*height: 100vh;*/
    }

    .newcourse-class_2 {
        margin-left: -35px !important;
    }
}

@media screen and (min-width: 1569px) and (max-width: 1669px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh; /*for firefox */*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 72%;*/
        position: static;
    }

    .modal-position {
        width: 350px;
        top: 10%;
        left: 40%;
    }
}

@media screen and (min-width: 1669px) and (max-width: 1769px) {
    .box1 {
        /*height: 100vh; /*chrome*/*/
        background: #e8e8e8;
    }

    .box2 {
        background: #e8e8e8;
        /*height: 100vh;*/
    }

    .box3 {
        /*height: 100vh;*/
        background: #e8e8e8;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 76%;*/
        position: static;
    }

    .heding-cr2 {
        background: #f4f4f4;
    }

    .form_upper {
        height: 570px; /*firefox*/
    }

    .popup-wrapper2 {
        height: 100vh;
    }

    .popup-wrapper {
        /*height: 100vh;*/
    }

    .model_selector2_body {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 640px;
        overflow-y: scroll;
    }

    .model_selector1_body {
        margin-top: 120px;
        margin-bottom: 50px;
        height: 590px;
        overflow-y: scroll;
    }

    .text-aria4 {
        height: 100vh;
    }
}

@media screen and (min-width: 1769px) and (max-width: 1869px) {
    .text-aria4 {
        height: 100vh;
    }

    .popup-arrow {
        width: 100%;
    }

    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 77%; /*for chrome*/*/
    }

    .heding-cr {
    }

    .nav .nav-tabs .coures-tab  {
        position:  fixed;
        top:  145px;
        z-index:  2;
        background:   #f4f4f4;
        width:  46% !important;
    }

    .popup-arrow {
        width: 100%;
    }

    .form_upper {
        height: 680px; /*chrome*/
    }
}

@media screen and (min-width: 1869px) and (max-width: 1969px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 77%;*/
    }

    .nav .nav-tabs .coures-tab  {
        position:  fixed;
        top:  145px;
        z-index:  2;
        background:   #f4f4f4;
        width:  46% !important;
    }

    .text-aria4 {
        height: 100vh;
    }

    .popup-arrow {
        width: 100%;
    }

    .form_upper {
        height: 710px
    }
}

@media screen and (min-width: 1969px) and (max-width: 2069px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 79%;*/
        position: static;
    }

    .form_upper {
        height: 720px; /*firefox*/
    }

    .popup-wrapper2 {
        height: 100vh;
    }

    .popup-wrapper {
        /*height: 100vh;*/
    }

    .coures-tab  {
        position:  fixed;
        top:  145px;
        z-index:  2;
        background:   #f4f4f4;
        width:  46% !important;
    }

    .model_selector2_body {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 780px;
        overflow-y: scroll;
    }

    .model_selector1_body {
        margin-top: 120px;
        margin-bottom: 50px;
        height: 740px;
        overflow-y: scroll;
    }

    .nav .nav-tabs .coures-tab  {
        position:  fixed;
        top:  145px;
        z-index:  2;
        background:   #f4f4f4;
        width:  46% !important;
    }

    .text-aria4 {
        height: 100vh;
    }

    .popup-arrow {
        width: 100%;
    }
}

@media screen and (min-width: 2069px) and (max-width: 2269px) {
    .box1 {
        width: 100%;
        /*height: 100vh;*/
        overflow-y: auto;
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .coures-tab  {
        position:  fixed;
        top:  145px;
        z-index:  2;
        background:   #f4f4f4;
        width:  46%;
    }

    .text-aria4 {
        height: 100vh;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 79%;*/
    }

    .form_upper {
        height: 820px
    }
}

@media screen and (min-width: 2269px) and (max-width: 2869px) {
    .text-aria4 {
        height: 100vh;
    }

    .box1 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .box2 {
        width: 100%;
        /*height: 100vh;*/
        background: #e8e8e8;
        margin-bottom: 20px;
        min-height: 100%;
    }

    .box3 {
        /*height: 100vh;*/
        background: #e8e8e8;
        min-height: 100%;
    }

    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 80%;*/
    }

    .form_upper {
        height: 1020px;
    }

    .popup-wrapper2 {
        height: 100vh;
    }

    .popup-wrapper {
        /*height: 100vh;*/
    }
}

@media screen and (min-width: 2869px) and (max-width: 5869px) {
    .upperbox, .upperbox3 {
        overflow-y: scroll;
        /*height: 1111px;*/
        position: static;
    }

    .form_upper {
        height: 1780px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1329px) {

    .c-buttn {
        font-size: 10px;
    }

    .delet {
        font-size: 9px;
        padding: 6px 6px;

        margin-right: 8px;
        margin-top: 0px;

    }

    .courselisting {
        font-weight: 700;
        margin-right: 2px;
    }

    .newcourse-class {
        font-size: 11px !important;
    }

    .newsearchwidth {
        width: 120px !important;

    }

    .modelformtemplate select {

        width: 120px;
    }

    .newcourse-class_2 {
        margin-left: -69px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1060px) {

    .newcourse-class {
        font-size: 11px !important;
    }

    .heading-conten {
        margin-top: 35px;
    }

    .dsb-btn {
        padding: 0px;
        margin-top: 35px;
    }

    /*.box3 {
        margin-top: -150px;
    }*/

    .stretchie {
        width: 70%;
    }

 /*   .structure_section {
        margin-right: -3px;
        margin-top: -7px;
    }
*/
    .menu_head_not_started {
        overflow: hidden;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1425px){
  .stretchie,
  .stretchie2{
    width:55%;
  }
}

@media screen and (min-width: 916px) and (max-width: 1200px) {
  .stretchie,
  .stretchie2{
    width: 70%;
  }
}

@media screen and (min-width: 320px) and (max-width: 915px){
  .stretchie,
  .stretchie2{
    width:100%;
  }
}


.alert {
    padding: 5px !important;
}

.btn-default {
    color: #000;
}

.loading-img {
    z-index: 9999;
    margin-top: 25%;
    position: absolute;
    margin-left: 45%;
}

#load-container {
    z-index: 999;
}

.drag-over-border {
    border: #ff525b dashed 2px;
}

.drag-target-border {
    border: #00bfff dashed 2px;
}

.drag-target-border-green {
    border: #3c763d dashed 2px;
}

.drag-handle {
    cursor: move;
}

.zIndex1 {
    z-index: 1051 !important;
}

.attach .modal-dialog {
    width: 100% !important;
}

.attach .modal-dialog .modal-content {
    width: 50% !important;
}

.attach .modal-dialog .modal-content .modal-body {
    height: 600px !important;
    padding: 5px !important;
}

.attach-button {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    height: 40px;
    background-color: #68809f;
    color: #ffffff;
}

.panel-attach {
    padding: 5px !important;
}

.attach-list {
    list-style: circle !important;
    margin-left: 30px !important;
}

.attach-list li {
    font-size: 12px !important;
}

.input-hidden-icons {
    position: absolute;
    left: -9999px;
}

input[type=radio]:checked + label > img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #87A134;
    cursor: pointer;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label > img {
    border: 1px dashed #444;
    cursor: pointer;
}

input[type=radio]:checked + label > img {
}


/* Status */
#status li a.top_notstarted {
    background-color: transparent;
    background-image: url(../img/notstarted.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 139px;
    height: 18px;
}

#status li a.top_inprogress {
    background-color: transparent;
    background-image: url(../img/inprogress.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 139px;
    height: 18px;
}

#status li a.top_tobeapproved {
    background-color: transparent;
    background-image: url(../img/tobeapproved.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 139px;
    height: 18px;
}

#status li a.top_approved {
    background-color: transparent;
    background-image: url(../img/approved.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 139px;
    height: 18px;
}

#status li li a.inprogress {
    background-color: transparent;
    background-image: url(../img/inprogress.gif);
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li ul {
    position: absolute;
    z-index: 999;
}

#status li li a:hover.inprogress {
    background-color: transparent;
    background-image: url(../img/inprogress_mo.gif);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li li a.tobeapproved {
    background-color: transparent;
    background-image: url(../img/tobeapproved.gif);
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li li a:hover.tobeapproved {
    background-color: transparent;
    background-image: url(../img/tobeapproved_mo.gif);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li li a.approved {
    background-color: transparent;
    background-image: url(../img/approved.gif);
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li li a:hover.approved {
    background-color: transparent;
    background-image: url(../img/approved_mo.gif);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li li a.notstarted {
    background-color: transparent;
    background-image: url(../img/notstarted.gif);
    background-repeat: no-repeat;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

#status li li a:hover.notstarted {
    background-color: transparent;
    background-image: url(../img/notstarted_mo.gif);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 117px;
    height: 23px;
    float: left;
}

#status li a {
    list-style-type: none;
    display: block;
    width: 139px;
}

#status li ul {
    display: none;
}

#status a {
    width: 139px;
    display: block;
}

.trash-class {
    background: url(/img/trash.gif) no-repeat;
    height: 40px;
    float: right;
    width: 40px;
}

.edit-class {
    background: url(/img/edit.gif) no-repeat;
    height: 40px;
    float: right;
    width: 40px;
}

.delete-class {
    background: url(/img/trash.gif) no-repeat;
    height: 40px;
    float: right;
    width: 40px;
}

.preview-course-class {
  background: url(/img/author/preview.png) 7px 7px no-repeat;
  height: 30px;
  float: right;
  width: 31px;
  cursor: pointer;
  background-color: #5681A0;
  margin-top: 3px;
  margin-right: 6px;
  border-radius: 8px;
  margin-left: 3px;
}

.copy-class {
    background: url(/img/copy.png) no-repeat;
    height: 40px;
    float: right;
    width: 40px;
}

.arrownew-class {
    background: url(/img/gt_item_expand.gif) 50% 85% no-repeat;
    height: 25px;
    float: left;
    width: 20px;
}

.arrownew-class-down{
  background: url(/img/gt_item_contract.gif) 50% 85% no-repeat;
  height: 25px;
  float: left;
  width: 20px;
}

.label-course {
    font-style: normal;
    font-weight: normal;
    color: #999;
    line-height: 1.22em;
    font-size: 14px;
}

.newcourse-class {
    background: #5681a0;
    color: white;
    padding: 9px 11px;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: none;
    border: none;
    margin: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    height: 30px;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px black;
    position: relative;
    top: 7px;
}

.newcourse-class:hover {
    color: white
}

.newcourse-class_2 {
    background: #5681a0;
    color: white;
    padding: 9px 11px;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: none;
    border: none;
    margin: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    height: 30px;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px black;
    position: relative;
    top: 7px;
}

.editcourse-class {
    background: #5681a0;
    color: white;
    font-size: 9px;
    font-weight: 600;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: none;
    border: none;
    margin: 3px 10px 0 2px;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    height: auto;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}

.editcourse-class:hover {
    color: white
}

.blue12 {
    color: #00aced;
    cursor: pointer;
    font-size: 18px;
    opacity: 1;
}

.newsearchwidth {
    width: 185px;
    height: 25px;
}

.model-title {
    font-size: 16px;
    font-weight: bold;
}

.model-newheading {
    color: #222222;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
}

.marginleft10 {
    margin-left: 10px
}

.model-contentnew {
    background: #E8E8E8;
    border-radius: 0px;
}

.modelform option {
    background: #fff;
}

.modelform select {
    background: transparent;
}

.modelformtemplate select {
    background: transparent;
}

.modelformtemplate select {
    background: transparent;
}

.model-courseheading {
    background: #999;
}

.modelnew-heading {
    color: white;
    font-weight: 700;
}

.model-contentnew2 {
    border: 1px solid #688;
    border-radius: 0px;
}

.gt-header-txt {
    font-size: 20px;
    color: #222;
    text-transform: none;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    float: left;
    padding-top: 5px;
    white-space: nowrap;
}

.gt-header-txt2 {
    font-size: 20px;
    color: #222;
    text-transform: none;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    float: left;
    padding-top: 5px;
    white-space: nowrap;
    padding-left: 30px;
}

.gt-header-txt3 {
    font-size: 20px;
    color: #222;
    text-transform: none;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    float: left;
    padding-top: 5px;
    white-space: nowrap;
    padding-left: 5px;
}

.blue13 {
    text-transform: none;
    color: #68809f !important;
    cursor: pointer;
    font-size: 12px;
}

.selectore select {
    border: 1px solid #008CcC;
}

.marginleft20 {
    margin-left: 10px;
}

.noscroll {
    overflow-y: hidden;
}

.courselisting {
    font-weight: 700;
    margin-right: 10px;
}

.padding0 {
    padding: 0px;
}

.padding10 {
    padding: 10px;
}

.bggrey {
    background: #E0E0E0;
}

.bggrey2 {
    background: #D8D8D8 !important;
}

.bggrey3 {
    background: #D1D1D1 !important;
}

.btn-main2 {
    background: #fff;
    border-top: 1px solid #ddd;
    bottom: 15px;
    left: 0px;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: right;
    width: 49%;
    height: 60px;
}

.model-templatesetting {
    height: 400px;
    width: 55%;
    float: right;
}

.reset-dashboared {
    position: fixed;
    bottom: 30px;
    float: left;
    right: 5px;
}

#def_button {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: white;
    text-shadow: 1px 1px 1px black;
    background: #5681a0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px 8px 4px;
    cursor: pointer;
    font-size: 12px;
}

.editaccount-form {
    background: #eee;
    margin: 30px 10px;
    display: inline-block;
    width: 540px;
    margin-left: 140px;
    padding: 20px;
}

.editaccount-formbutton {
    background: none repeat scroll 0 0 #68809f;
    border: medium none;
    color: white;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.fixie {
    background: none repeat scroll 0 0 #68809f;
    border: medium none;
    color: white;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.padding5 {
    padding: 5px;
}

.welcome-viewcoursebutton {
    background-color: #D5D5D5 !important;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
    margin: 0;
    color: white !important;
    background: #5681a0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px 8px 4px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.welcome-viewcoursebutton a {
    color: white !important;
}

.welcome-viewcoursebutton a:hover {
    color: white !important;
}

.c-buttn2 {
    background: #68809f;
    padding: 5px 6px;
    text-shadow: none;
    color: #fff;
    border-radius: 2px;
    WIDTH: 100%;
    width: 60%;
    text-align: center;
    border-radius: 6px;
    position: relative;
    top: 150px;
    margin: 0 auto;
    cursor: pointer;
}

.blue14 {
    color: #68809f;
    font-weight: 600;
}

.blue15 {
    margin-left: 12px;
    font-weight: normal;
}

.notecourse {
    font-family: Raleway, Arial, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    cursor: pointer;
    border-right: 1px solid #b3b2b2;
    display: inline-block;
    padding-right: 5px;
}

.datecourse {
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    border-right: 1px solid #b3b2b2;
    padding-right: 5px;

}

.commentcourse {
    background-color: transparent;
    background-image: url(/img/stickynote_yes_icon.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 22px;
    position: relative;
    top: 5px;
}

.commentcourse2 {
    background-color: transparent;
    background-image: url(/img/stickynote_no_icon.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 22px;
    position: relative;
    top: 5px;
}

.widththirdcontainer {
    width: 66%;
    float: left;
}

.stickynote {
    width: 190px;
    display: none;
    position: absolute;
    z-index: 9;
    float: right;
    right: 40px;
}

.stickynote-contents {
    font-size: 11px;
    background-color: transparent;
    background-image: url(../img/stickynote_contents_tile.gif);
    background-repeat: repeat-y;
    width: 190px;
    padding-bottom: 5px;
}

.stickynote .box {
    font-size: 11px;
    background-color: #eee;
    margin: 0 3px 0 4px;
    padding: 1px 0 0 12px;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-top-style: none;
}

#comments {
    background-color: #fff;
    height: 200px;
    overflow: auto;
    margin: 5px 10px;
}

.comment {
    margin: 0;
    padding: 5px 0 10px 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 2px dotted #e5a704;
    border-left-style: none;
}

.comment_date {
    font-weight: bold;
}

.comment_des {
    font-weight: normal;
    line-height: 1.22em;
}

.comment_author {
    font-weight: normal;
    line-height: 1.22em;
    font-style: italic;

}

.box-inner .content {
    height: 165px;
}

#no-view-other .no-view {
    display: none !important;
}

.component-chk2 {
    margin-right: 10px !important;
    display: none;
}

.revisionmodelbottom .leftcontent {
    color: #200;
    font-weight: 700;
    font-family: 'Raleway', trebuchet ms, sans-serif;
    font-size: 15px;
}

.revisionmodelbottom .bottomborder {
    width: 100%;

    height: 40px;
    border-bottom: 1px solid #c3c2c2;
    margin-top: 10px;
    float: left;
}

.diff-nav {
    background-color: transparent;
    background-image: url(../img/revisions_diff_bgtile.gif);
    background-repeat: repeat-x;
    height: 48px;
    clear: both;
    margin: 0;
    padding: 15px 10px 0;
    border: solid 1px #ccc;
}

.diff-nav-prev {
    float: left;
    margin: 0;
    padding: 0;
}

#diff-nav-prev-button-dis {
    background-color: transparent;
    background-image: url(../img/btn-prev-sm-disabled.gif);
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 40px;
    height: 19px;
    float: left;
}

#diff-nav-next-button-dis {
    background-color: transparent;
    background-image: url(../img/btn-next-sm-disabled.gif);
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 40px;
    height: 19px;
    float: left;
}

.diff-nav-list {
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
}

.diff-header {
    clear: both;
    padding-top: 5px;
}

ul.newdiff {
    list-style: disc outside;
    margin-left: 2em;
    padding-bottom: 1em;
}

.diff-header li {
    font-style: italic;
}

.diff-legend-ins {
    color: green;
    font-style: normal;
    text-decoration: underline;
}

.diff-legend-del {
    color: red;
    font-style: normal;
    text-decoration: line-through;
}

.diff-legend-keep {
    font-style: normal;
}

.diffactivity {
    margin: 0;
    padding: 5px;
    border-color: #ccc #ccc #a3a3a3;
    border-style: solid;
    border-width: 1px;

    background-color: #eee;
}

.editaccount-formbutton:hover {
    color: white;
}

ins {
    color: green;
}

input[type=button]:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.margin-top-o{
    margin-top: 0 !important;
}

.revision-history-button{
    background: #eee !important;
    color: #535353 !important;
    font-weight: bold !important;
    text-shadow: none !important;
    vertical-align: baseline;

}

.user-register{
  margin-top: 30px;
  padding-bottom: 30px;
}

#section_content h3 {
    margin: 4px;
}

.errors {
    background: transparent url(/img/errors.png) left top no-repeat;
    padding: 5px 0 4px 40px;
}

.succ {
    background: transparent url(/img/info.png) left top no-repeat;
    padding: 5px 0 4px 40px;
}

/* /////////////////////////////////////////////////////////  MODAL SECTION  */

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

/*COURSES MODAL*/
.mohead {
    border-bottom: 1px solid #adadad;
}

.curses {
    border-bottom: 1px solid #adadad;
    margin-top: -20px;
}

.templates {
    border-bottom: 1px solid #adadad;
    padding-top: 10px;
    padding-bottom: 7px;
}

.pad {
    padding-top: 3px;
    left: 43px;
}

/* COURSE NAME MODAL */
.mover {
    width: 45%;
    height: 100%;
    bottom: -30px;
    float: none;
    margin-top: 180px;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.mohead_2 {
    border-bottom: 1px solid #adadad;
    background-color: #999;
}

/* TEMPLATES NAME MODAL */
.mover_2 {
    width: 45%;
    height: 100%;
    bottom: -30px;
    float: none;
    margin-top: 180px;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.curses_2 {
    border-bottom: 1px solid #adadad;
}

.templates_2 {
    border-bottom: 1px solid #adadad;
    padding-top: 7px;
    padding-bottom: 7px;
}

.curses_3 {
    margin-top: -10px;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        overflow-y: auto;
    }

    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

/*Left*/
    .modal.left.fade .modal-dialog{
        left: -320px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
             -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.left.fade.in .modal-dialog{
        left: 0;
    }

/*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

/*Checkbox Review for Prioritization*/
    .review .checkbox-answer .checkbox-container .checkbox .glyphicon-ok:before {
        color: #26a65b;
    }

    h3.hierarchy-title {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }

    .margin-left-3-5 {
        margin-left: 3.5vw;
    }

/*Image Thumbnail for Patient Selector */
.img-thumbnail {
    max-width: 54px;
}

.course_library {
    font-size: 15px;
    line-height: 24px;
}

h3.inactive.course_list_titles a {
    display:inline-block !important;
}

h3.inactive.course_list_titles span{
    color: red;
    background-color: darkgrey;
    padding: 2px 4px 2px 4px;
}

.scroll_div {
  overflow: scroll !important;
}


.m-10 {
    margin: 10px;
}
.m-20 {
    margin: 20px;
}

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


.p-10 {
    padding:10px;
}
.p-20 {
    padding:20px;
}
