/****************************   Custom Styles     ****************************/
body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    /*color: #676767;*/
    color: black;
    font-size: 14px !important;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_5 {
    margin-top: 5px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fs_20 {
    font-size: 20px;
}

.fs_default {
    font-size: 14px;
}

.fs_25 {
    font-size: 25px;
}

.fs_30 {
    font-size: 30px;
}

.ml_10 {
    margin-left: 10px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.p20_10 {
    padding: 20px 10px;
}

table {
    width: 100%;
}

a {
    cursor: pointer;
    color: #954A50;
    
}

.ui-widget-content a {
    color: #186B98 !important;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Open Sans', sans-serif !important;
}

h1 {
    font-size: 1.5em;
    margin: 0;
}

h2 {
    font-size: 1.3em;
    margin: 0;
}

h3 {
    color: #954A50 !important;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.main_header {
    background-color: #448eaf;
    background-image: url(../Content/Images/header_bg.jpg);
    height: 461px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.classname {
    background: url(../Images/image.gif) no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}

.aashae_logo {
    /*width: 295px;*/
    width: 250px;
    float: left;
}

nav#header .navbar-toggle {
    background-color: #448eaf;
}

.aashae_logo img {
}

.main_header_text {
    text-align: center;
    /*padding: 165px 0;*/
    padding: 130px 0;
}

    .main_header_text h1 {
        color: #FFF;
        font-size: 64px;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .main_header_text p {
        width: 80%;
        margin: 0px auto;
        font-size: 20px;
        font-weight: 100;
        color: #FFF;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.become_member_button a {
    background-color: rgba(116, 193, 93, .8);
    display: block;
    margin: 0px auto;
    font-size: 20px;
    color: #FFF;
    width: 250px;
    border-radius: 30px;
    padding: 6px 10px 7px 10px;
    -o-transition: color .3s ease-out, background .3s ease-in;
    -ms-transition: color .3s ease-out, background .3s ease-in;
    -moz-transition: color .3s ease-out, background .3s ease-in;
    -webkit-transition: color .3s ease-out, background .3s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .3s ease-out, background .3s ease-in;
}

    .become_member_button a:hover {
        text-decoration: none;
        color: #FFF;
        background-color: rgba(116, 193, 93, 1);
        /*		background-color:#2c75a7;
box-shadow: 0px 1px 21px #333333; 
-webkit-box-shadow: 0px 1px 21px #fff; 
-moz-box-shadow: 0px 1px 21px #fff; */
    }

nav {
    padding: 12px 0px;
    /*border-bottom: 1px solid #78aec5;
background-color: #448eaf;*/
    background-color: #ffffff;
}

.main_nav {
    color: #ffffff;
    font-weight: 500;
    float: right;
}

    .main_nav ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .main_nav ul li {
            display: inline-block;
            padding: 3px 10px;
            font-size: 13px;
        }

            .main_nav ul li strong {
                font-weight: normal;
                color: #fff;
            }

            .main_nav ul li a {
                line-height: 25px;
                /*color: #FFF;*/
                color: #448eaf;
                text-decoration: none;
                -o-transition: color .3s ease-out, background .3s ease-in;
                -ms-transition: color .3s ease-out, background .3s ease-in;
                -moz-transition: color .3s ease-out, background .3s ease-in;
                -webkit-transition: color .3s ease-out, background .3s ease-in;
                /* ...and now override with proper CSS property */
                transition: color .3s ease-out, background .3s ease-in;
            }

.link_active a {
    color: #954A50 !important;
    font-weight: bold;
}

.main_nav ul li:hover a {
    color: white !important;
}

.link_active .sub a {
    color: #448eaf !important;
    font-weight: normal;
}

.main_nav ul li a i {
    margin-right: 10px;
    font-size: 19px;
    font-weight: normal;
}

ul.sub li {
    border-bottom: 1px solid #636161;
}
/*.main_nav_register_link {
    background-color: #2c75a7;
    padding: 4px 20px 5px 20px;
    border-radius: 20px;
    -o-transition: color .3s ease-out, background .3s ease-in;
    -ms-transition: color .3s ease-out, background .3s ease-in;
    -moz-transition: color .3s ease-out, background .3s ease-in;
    -webkit-transition: color .3s ease-out, background .3s ease-in;
    /* ...and now override with proper CSS property * /
    transition: color .3s ease-out, background .3s ease-in;
}*/


a strong.main_nav_register_link {
    line-height: 30px;
    background-color: #9B4855;
    display: block;
    margin: 0px;
    font-size: 15px;
    color: #FFF;
    width: 74px;
    text-align: center;
    font-weight: 600;
    padding: 0px;
    -o-transition: color .3s ease-out, background .3s ease-in;
    -ms-transition: color .3s ease-out, background .3s ease-in;
    -moz-transition: color .3s ease-out, background .3s ease-in;
    -webkit-transition: color .3s ease-out, background .3s ease-in;
    transition: color .3s ease-out, background .3s ease-in;
}

    a strong.main_nav_register_link:hover {
        text-decoration: none;
        color: #FFF !important;
        background-color: #9E394F;
    }

/*.main_nav_register_link:hover {
        color: #FFF !important;
        background-color: #7bc359;
    }*/

.img_align {
    margin-top: -2px;
    vertical-align: middle;
}

.main_content_area {
    padding-top: 30px;
}

.home_sec_head {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

    .home_sec_head img {
        float: left;
        margin-right: 10px;
    }

.home_sec_head_ancr:hover {
    text-decoration: none;
    cursor: pointer;
}

.home_sec_head_tile {
    text-align: center;
}

.home_sec_head_img {
    margin: 0 auto;
    display: block;
}

.home_sec_head_h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #2a4651;
    padding-top: 16px;
}

.home_sec_head02 {
    width: 95%;
    margin-top: 40px;
}

    .home_sec_head02 img {
        float: left;
        margin-right: 10px;
    }

    .home_sec_head02 h2 {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        font-weight: 700;
        color: #2a4651;
        padding-top: 18px;
    }

.pub_list_container {
    margin-top: 15px;
    /*width: 95%;*/
    text-align: justify;
}

    .pub_list_container h3 {
        font-size: 18px;
        color: #40b3d0;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
        margin-bottom: 20px;
    }

    .pub_list_container ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        .pub_list_container ul li {
            margin-bottom: 25px;
        }

            .pub_list_container ul li i {
                float: left;
                margin-top: 2px;
                font-size: 18px;
            }

            .pub_list_container ul li a {
                padding-left: 12px;
                display: block;
                text-decoration: none;
                color: #8c8d8d;
                -o-transition: color .3s ease-out, background .3s ease-in;
                -ms-transition: color .3s ease-out, background .3s ease-in;
                -moz-transition: color .3s ease-out, background .3s ease-in;
                -webkit-transition: color .3s ease-out, background .3s ease-in;
                /* ...and now override with proper CSS property */
                transition: color .3s ease-out, background .3s ease-in;
            }

                .pub_list_container ul li a:hover {
                    color: #40b3d0;
                    text-decoration: underline;
                }


.bullet_green {
    color: #74c15d;
}

.bullet_blue {
    color: #0699b8;
}




.footer_links {
    padding: 0px;
    margin: 0px;
}

    .footer_links li {
        list-style-type: none;
        display: inline-block;
        color: #FFF;
        font-weight: 100;
        /*margin: 0px 10px;*/
        padding: 0px 10px;
        width: auto;
    }

        .footer_links li:first-child {
            padding-left: 0px;
        }

        .footer_links li a {
            color: #FFF;
            -o-transition: color .3s ease-out, background .3s ease-in;
            -ms-transition: color .3s ease-out, background .3s ease-in;
            -moz-transition: color .3s ease-out, background .3s ease-in;
            -webkit-transition: color .3s ease-out, background .3s ease-in;
            /* ...and now override with proper CSS property */
            transition: color .3s ease-out, background .3s ease-in;
        }

            .footer_links li a:hover {
                color: #74c15d;
                text-decoration: none;
            }

.footer_copyright_sec {
    font-size: 12px;
    font-weight: 100;
    padding: 0px;
    margin: 10px;
    color: #FFF;
}

.graphic_element_footer {
    position: absolute;
    right: 0px;
    bottom: 40px;
}

.centerd_content {
    text-align: center;
}

.title_content {
    background-color: #18aff3; /*448eaf;*/
    padding: 10px;
    color: #ffffff;
}

    .centerd_content h1, .title_content h1 {
        color: #fff;
        font-size: 1.5em;
        font-weight: 600;
        margin: 0;
    }

.centerd_content h4 {
    color: #676767;
    font-size: 2em;
}

.centerd_content h5 {
    color: #3a525e;
    font-size: 20px;
}

.label_t {
    font-weight: normal !important;
    padding-bottom: 5px !important;
}

.field_required {
    /*border-bottom: 1px solid red;*/
}


.btn_blue {
    background-color: #954A50; /*rgba(68, 142, 175, 1)*/
    color: #ffffff;
    padding: 5px 15px;
    border: none; /*1px solid #448eaf;*/
    /*border-radius:3px;*/
    min-width: 100px;
    -o-transition: color .1s ease-out, background .1s ease-in;
    -ms-transition: color .1s ease-out, background .1s ease-in;
    -moz-transition: color .1s ease-out, background .1s ease-in;
    -webkit-transition: color .1s ease-out, background .1s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .1s ease-out, background .1s ease-in;
}

    .btn_blue:hover {
        color: #ffffff;
        border: none;
        /*border-radius:3px;*/
        background-color: #333e47;
        padding: 5px 15px;
        text-decoration: none;
    }

    .btn_blue:focus, .btn_lightGray:focus, .btn_green:focus {
        outline: none;
    }

.btn_lightGray {
    color: #818181;
    border: 1px solid #818181;
    /*border-radius:3px;*/
    background-color: #ffffff;
    padding: 5px 15px;
    min-width: 100px;
    -o-transition: color .3s ease-out, background .3s ease-in;
    -ms-transition: color .3s ease-out, background .3s ease-in;
    -moz-transition: color .3s ease-out, background .3s ease-in;
    -webkit-transition: color .3s ease-out, background .3s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .3s ease-out, background .3s ease-in;
}

    .btn_lightGray:hover {
        color: #ffffff;
        border: 1px solid #818181;
        /*border-radius:3px;*/
        background-color: #818181;
        padding: 5px 15px;
        min-width: 100px;
        text-decoration: none;
    }

.btn_green {
    color: #ffffff;
    border: 1px solid #954A50;
    /*border-radius:3px;*/
    background-color: #954A50;
    padding: 5px 15px;
    min-width: 100px;
    text-decoration: none;
    -o-transition: color .3s ease-out, background .3s ease-in;
    -ms-transition: color .3s ease-out, background .3s ease-in;
    -moz-transition: color .3s ease-out, background .3s ease-in;
    -webkit-transition: color .3s ease-out, background .3s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .3s ease-out, background .3s ease-in;
}

    .btn_green:hover {
        color: #ffffff;
        background-color: #954A50;
        text-decoration: none;
    }

.form-control {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075) !important;
    width: 60%;
}

.loginForm .form-control {
    width: 100%;
}

.graphic_leftTop {
    position: absolute;
    left: 0;
    top: 30px;
}

.graphic_right {
    position: absolute;
    top: 315px;
    right: 0;
}

.remember_me {
    width: 130px;
    margin: 0 auto;
}

.title {
    color: #7bc359;
    font-size: 20px;
    padding: 5px 0px;
}

.blocks {
    display: block;
    margin-top: 20px;
}

    .blocks img {
        float: left;
        display: inline-block;
    }

    .blocks .title {
        display: inline-block;
        color: #7bc359;
        font-size: 1.2em;
        padding: 8px 0px;
        float: left;
        padding-left: 5px;
    }

    .blocks .small {
        font-size: 11px;
        padding: 11px 0px;
        display: inline-block;
        float: left;
        padding-left: 5px;
    }

.seperator {
    width: 100%;
    border-top: 5px solid #f8b24e;
    margin: 20px auto;
}

.validation-summary-errors {
    background-color: #ffeeee;
    border-radius: 5px;
    padding: 10px 10px 10px;   
    margin-bottom: 10px;
}

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.background {
    background-color: #edeff3;
}

.journals {
    padding: 20px;
}

    .journals ul {
        margin-top: 20px;
    }

.articles {
    padding: 10px 10px;
}

    .articles ul {
    }

.journals ul li, ul li {
    padding: 5px 0px;
}

.articles ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    list-style: none;
}

.journals ul li a {
    padding: 5px 0px;
}

.sponsors {
    padding: 20px 0px 0px;
    text-align: center;
}

    .sponsors img {
        margin: 0 auto;
    }

.article_desc {
    padding: 0px;
}

    .article_desc p {
        margin: 0px;
        text-align: justify;
    }

.desc {
    padding: 10px 0px;
}

.downloadlink {
    background-color: #e2e6eb;
    padding: 20px 10px;
    width: 100%;
}

    .downloadlink .d_label, .d_label {
        width: 30%;
        display: inline-block;
        float: left;
    }

    .downloadlink .file, .file {
        width: 70%;
        display: inline-block;
    }

.search_result {
    padding: 20px 10px 10px 10px;
    border-bottom: 2px solid #eee;
}

.s_title {
    display: inline-block;
}

.color_default {
    color: #448eaf;
}

.f_label {
    padding-top: 5px;
    font-weight: normal;
}

.ui-jqgrid #listReports tr td {
    font-size: 14px !important;
}


.breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;

}

.breadcrumb a {
    /*padding:7px;*/
}

nav#header .navbar-collapse {
    padding: 20px 0px;
}

.detailsTable tr td:first-child {
    background-color: #e2e6eb;
    padding: 4px 10px;
    font-weight: bold;
}

.detailsTable tr td:last-child {
    background-color: #edeff3;
    padding: 4px 10px;
}

.detailsTable tr:first-child td {
    padding-top: 10px;
}

.detailsTable tr:last-child td {
    padding-bottom: 10px;
}

.downloadlink button {
    background-color: rgba(68, 142, 175, .8);
    border: 1px solid rgba(68, 142, 175, .8);
    cursor: no-drop;
}

.searchHome input[type=text] {
    width: 100%;
    height: 40px;
}

.searchHome input[type=button] {
    background-color: rgb(96, 171, 100);
    border: 1px solid #61ad67;
    color: #FFF;
    padding: 0px 12px;
    font-size: 14px;
    height: 40px;
}

.searchHome select {
    width: 100%;
    height: 40px;
    border: 1px solid #cacaca;
}

.searchHide {
    display: none;
}

.ipSearch {
    border: 1px solid #ccc;
    width: 250px;
    padding: 1px 5px;
    height: 30px;
}
/* SEARCH SECTION */

.searchSection {
    margin-top: 8px;
    width: auto;
    float: right;
}


    .searchSection .searchButton, .searchButton {
        background-color: #954A50;
        /*border: 1px solid #6ab66d;*/
        border: 1px solid #954A50;
        color: #FFF;
        padding: 0px 10px;
        font-size: 14px;
        height: 30px;
    }

    .searchSection .searchInput {
        border: 1px solid #ccc;
        width: 280px;
        padding: 1px 5px;
        margin: 0 3px;
        height: 30px;
    }

    .searchSection .searchDropDown {
        border: 1px solid #ccc;
        width: 90px;
        height: 24px;
        margin: 0 1px 0 0;
        padding: 0 3px;
    }

.searchDetails table {
    background-color: #e0e0e0;
    width: 95.7%;
    margin-left: 25px;
    margin-top: 15px;
}

    .searchDetails table tr td:first-child {
        width: 220px;
        padding-left: 10px;
    }

/* SEARCH SECTION */

.page_title {
    background-color: #954A50; /*448eaf*/
    padding: 1px 1px 1px 10px;
    color: #fff;
    margin-top: 5px;
}

.ddlSection {
    background-color: #eeeeef;
    padding: 15px !important;
    padding-bottom: 10px;
    margin-bottom:10px !important;
}

    .ddlSection label {
        font-weight: normal;
    }

form {
    padding-left: 10px;
}

.feature_box {
    border: 1px solid #b3b3b3;
    padding-bottom: 10px;
    /*box-shadow: 0 0 10px #b3b3b3;*/
    margin-top: 0px;
    width: 48%;
    /* margin: 2% 1%; */
    margin-right: 6.5px;
    text-align: center;
    /*border-color: white white white lightgrey;*/
    position: relative;
}

.feature_box_6 {
    border: 1px solid #b3b3b3;
    padding-bottom: 10px;
    /*box-shadow: 0 0 10px #b3b3b3;*/
    margin-top: 0px;
    width: 48.1%;
    /*margin: 2% 1%;*/
    margin-right: 5px;
}

.feature_box_empty {
    border: 1px solid #b3b3b3;
    padding-bottom: 10px;
    
    margin-top: 20px;
    width: 48.1%;
    /*margin: 2% 1%;*/
    margin-right: 5px;
}


.feature_box a {
    text-decoration: none;
}

    .feature_box a:hover {
        text-decoration: none;
    }

.feature_icon {
    width: 100px;
    margin: 0px auto 2px 15px;
    text-align:left;
    height: 75px;
}

.feature_title {
    color: #186B98;
    font-size: 18px;
    font-weight: 700;
    width: 400px;
    margin: 16px auto;
    padding: 0px 15px;
    display: inline-block;
    text-align: center;
}

.feature_content {
    text-align: left;
    color: white;
    margin: 0px auto 2px auto;
    background-color: #9B4855;
    padding-left:20px;
    font-size:15px;
    line-height: 30px;
    /* padding-top: 10px; */
}

.delete-icon {
    background-position: -128px 0px;
    width: 16px;
    height: 16px;
}

.edit-icon {
    background-position: -144px 0px;
    width: 16px;
    height: 16px;
}

.text-danger.field-validation-error {
    color: crimson;
}


.ui-dialog .ui-dialog-content {
    padding: 0px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-content form {
        padding: 0px;
    }

.modal-footer button, .modal-footer button.btn_blue {
    border: 0px solid transparent;
    border-radius: 0px;
}



.required {
    color: red;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 10px !important;
}

.ui-dialog-buttonset {
    margin-right: 5px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#body {
    padding-bottom: 20px; /* Height of the footer */
    padding-top: 100px;
}

#footer {
    background-color: #333e47;
    margin: auto;
    padding: 10px 0;
}

select {
    border-radius: 0px !important;
    border: 1px solid gray !important;
}

textarea {
    border-radius: 0px !important;
    border: 1px solid gray !important;
}

input[type="text"], input[type="password"], input[type="number"], input[type="datetime"], input[type="date"], input[type="url"], input[type="email"], select, textarea {
    border-radius: 0px !important;
    border:1px solid gray;
}

input:focus {
    /*border-color: #cccccc !important;*/
}

.alert-danger, .alert-success {
    border-radius: 0px !important;
}

.alert.alert-danger, .alert.alert-success {
    padding: 10px;
}

.emptyGridMessage {
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 10px;
}

.ui-dialog-buttonset button {
    background-color: #954A50;
    color: #ffffff;
    padding: 5px 15px;
    border: 1px solid #954A50;
    min-width: 100px;
    font-family: sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    -o-transition: color .1s ease-out, background .1s ease-in;
    -moz-transition: color .1s ease-out, background .1s ease-in;
    -webkit-transition: color .1s ease-out, background .1s ease-in;
    transition: color .1s ease-out, background .1s ease-in;
}

    .ui-dialog-buttonset button:hover {
        background-color: #333e48;
        border: 1px solid #333e48;
        outline: none !important;
        box-shadow: none !important;
    }

    .ui-dialog-buttonset button:active {
        background-color: #333e48;
        border: 1px solid #333e48;
        outline: none !important;
        box-shadow: none !important;
    }

    .ui-dialog-buttonset button:focus {
        background-color: #333e48;
        border: 1px solid #333e48;
        outline: none !important;
        box-shadow: none !important;
    }

select {
    width: 100%;
    height: 32px;
    padding-left: 7px;
}

    select:focus {
        box-shadow: none !important;
        border-color: rgb(169, 169, 169) !important;
    }

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.ui-dialog-titlebar {
    margin-bottom: 10px;
    background-color: #954A50;
    color: #fff;
    letter-spacing: 1px;
}


.ui-dialog .ui-dialog-titlebar-close {
    background-color: #954A50;
    border: none !important;
}
.ui-dialog-titlebar-close:focus {
    outline: none !important;
    box-shadow: none !important;
}


.ui-dialog-titlebar-close:focus {
    border: none !important;
    box-shadow: none !important;
}

.ui-dialog-titlebar-close:active {
    border: none !important;
    box-shadow: none !important;
}


.breadcrumb {
    padding: 10px 7px !important;
    background-color: #fff !important;
    color: #954A50 !important;
}

/* ----- Main Menu Hover ------- */

#navbar li:hover .sub {
    display: block;
}

/*#navbar .link_parent {
    padding-left: 0px;
}*/

/*#navbar .link_parent a {
        padding-left: 6px;
    }*/

.sub-parent {
    font-size:15px;
    position: relative;
}

.navbar li:hover {
    background-color: #333e48;
}

.sub {
    display: none;
    position: absolute;
    background-color: #333E48;
    padding-left: 0px;
    width: 170px;
    z-index: 999;
    text-align: left;
    margin-left: -10px !important;
}

    .sub li {
        background: none;
        border-bottom: 1px solid #333E48;
    }

    .sub:hover {
        display: block;
    }

    .sub li {
        width: 100%;
    }

.license-container {
    padding: 10px;
    background: #EEEEEE;
    height: auto;
    overflow: hidden;
}

.corporate-left {
    margin-top: 12px;
    margin-left: 5px;
    width: 47%;
    float: left
}

.corporate-right {
    float: right;
    width: 51%;
    margin-top: 12px;
}

.width25 {
    width: 67%;
    display: inline-block;
}

.width15 {
    width: 25%;
    display: inline-block;
    margin: 5px 0px;
}

.width10 {
    width: 43%;
    display: inline-block;
    margin: 5px 0px;
    vertical-align: top;
}

.width35 {
    width: 56%;
    display: inline-block;
}

.assign-user {
    float: left;
}

.all-user-detail {
    display: grid;
    padding-left: 4px;
}

.modal .modal-content .modal-header {
    background: #954A50;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: white !important;
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
}

.modal-dialog {
    right: auto;
    left: 35%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 21%;
    position: absolute;
}

.checkbox-container {
    background: #F2F2F2;
    height: 80px;
    overflow-y: scroll;
}

.modal-body {
    position: relative;
    padding: 10px 7px;
}

.user-assign-checkbox {
    position: relative;
    top: 2px;
}

.ChartsTitle {
    margin-top: 10px;
    color: #186B98;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.checkbox-container-list label {
    margin-left: 3px;
    font-weight: 400;
    font-size: 13px;
}

.btn-default {
    color: #fff;
    background-color: #961919;
    border-color: #ccc;
    /* padding: 10px !important; */
    font-size: 12px;
    padding: 5px 15px;
}

    .btn-default:hover {
        color: #fff;
        background-color: #961919;
        border-color: #ccc;
        /* padding: 10px !important; */
        font-size: 12px;
        padding: 5px 15px;
    }

.checkbox-container-list {
    padding: 0px 4px;
}

.ui-jqgrid tr.ui-widget-content:hover {
    background-color: #f3e9ea !important;
}

.ui-jqgrid .ui-jqgrid-htable th {
    border-bottom: 3px solid #4D5A6A !important;
}

.ui-jqgrid .ui-pager-control {
    border-top: 3px solid #4D5A6A !important;
}

.signout-btn {
    position: relative;
    left: 3px;
}

.nohover:hover {
    background: transparent !important;
}


#AssignUsersSaved {
    display: none;
}

.OrderDetailTitle {
    font-weight: bold;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


.Licence-heading {
    font-weight: bold;
    color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 15px;
}

.table-responsive table th {
    padding-left: 15px !important;
    border-bottom: solid;
    border-bottom-color: #4D5A6A !important;
    border-bottom-width: 3px !important;
    background-color: #eeeeef !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.table-responsive table td {
    padding-left: 15px !important;
    border-bottom: solid;
    border-bottom-color: #eeeeef !important;
    border-bottom-width: 1px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.table-responsive table tr:last-child {
    border-bottom: solid;
    border-bottom-color: #595959 !important;
    border-bottom-width: 2px !important;
}

.hidden-license-table {
    display: block;
}


/*Assign user css*/

.AssignUsers_h2 {
    font-size: 15px;
    padding-left: 10px;
}

.AssignCol_h2 {
    margin-top: 13px;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

.AssignCol2_h2 {
    margin-top: 13px;
    font-size: 15px;
    font-weight: bold;
}


.AssignCol_h3 {
    margin-top: 13px;
    font-size: 14px;
    font-weight: bold;
    /* padding-left: 40px; */
}

.usercontainer {
    background-color: #E2E9F0;
    height: 150px;
    width: 93%;
    margin-left: 10px;
    margin-top: 10px;
    overflow: auto;
}

.usercontainer2 {
    background-color: #E2E9F0;
    height: 150px;
    width: 93%;
    margin-top: 10px;
    overflow: auto;
}

.user_list {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.checkbox_UserList {
    margin-top: 3px;
}

.email_list {
    padding-left: 10px;
}

.ui-widget-header {
    border: 1px solid #9b4856;
    background: #954A50 url(/Content/images/jqueryUI/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

.list-users li {
    position: relative;
    min-height: 32px;
    padding: 10px;
    background: #d8dee4;
    margin: 5px;
}

    .list-users li .add-user-tolist {
        float: right;
        padding-right: 10px;
        padding-left: 10px;
        background: #954a50;
        display: block;
        color: white;
        cursor: pointer;
        -o-transition: color .2s ease-out, background .2s ease-in;
        -moz-transition: color .2s ease-out, background .2s ease-in;
        -webkit-transition: color .2s ease-out, background .2s ease-in;
        transition: color .2s ease-out, background .2s ease-in;
    }

        .list-users li .add-user-tolist:hover {
            background: #333e48;
        }

#UserLimitReached {
    display: none;
    margin-top: 10px;
    margin-bottom: 8px !important;
    margin-right: 10px !important;
    margin-left: 10px;
    font-size: 13px;
}

.Iteminfo {
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    height: 40px;
    width: 97%;
    background-color: #E2E9F0;
}

.tagline {
    margin-top: 10px;
    margin-left: 18px;
    margin-bottom: 10px;
    font-weight:bold;
}


.navbar {
    z-index: 90 !important;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .5 !important;
}

.alert {
    width: auto !important;
}

#paddingbuttonset {
    float: right;
    margin-right: 15px !important;
}

#paddingbuttonset_user {
    float:right;
    padding-right:0px !important;
    margin-right:0px !important;
}

#Table_users{
    max-height:250px;
    overflow:auto;
    border: solid;
    border-color:lightgray;
    border-width:1px;
    width:100%;
}

#table_items {
    max-height: 320px;
    overflow: auto;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    width: 100%;
}

.TableHead{
    display:none;
}

#NoSelectedItem {
    background-color: #eeeeef;
    height: 40px;
    padding: 10px;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    margin: 14px;
}

#NoSelectedUsers {
    background-color: #eeeeef;
    height: 40px;
    padding: 10px;
    border: solid;
    border-color: lightgray;
    border-width: 1px;
    margin: 14px;
}

.validation-summary-errors {
    color: crimson;
    background-color: #f2dede;
    border-color: #eed3d7;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px !important;
}

.validation-summary-errors ul {
    margin: 10px;
}

.validation-summary-errors ul li {
    padding: 2px;
    list-style-type: disc !important;
}

.input-validation-error {
    border-color: rgba(255, 0, 0, 0.6) !important;
    background: rgba(255, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.4);
    outline: 0 none;
    border: 1px solid rgba(255, 0, 0, 0.6) !important;
}

.summary-dialog {
    padding-left: 10px;
    padding-right: 10px;
}
.summary-dialog .validation-summary-errors {
    margin-left: 10px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.summary-dialog .validation-summary-errors ul {
    display: table;
    content: " ";
}

.summary-dialog .validation-summary-errors span {
    margin: 10px;
    line-height: 30px;
}

.summary-dialog .validation-summary-errors ul {
    list-style-type: disc !important;
    margin-top: 0px;
}

.summary-dialog .validation-summary-errors ul li {
    list-style-type: disc !important;
    padding-left: 5px;
    margin-left: 20px;
    float: left;
    width: 45%;
}

.lblOrders {
    position:absolute;right:6px;
}

.lblOrders.count {
    top: 10px;
    font-size:30px;
}
.lblOrders.total {
    top: 45px;
    font-size: 18px;
}

.DescriptionMargin{
   margin-top:-16px;
}

.nextRecord {
    margin-bottom: 10px;
    display: inline-block;
}

.divToolbar{}

.divToolbar label {
    margin-right:10px;
}

.divToolbar input {
    margin-right:5px;
}

.divToolbar button { }

.ui-datepicker-month { height: auto; }

.ui-datepicker-year { height: auto; }
/*-------------------------------------------------------------- # Top Notification Starts --------------------------------------------------------------*/

.DEVELOPMENT {
    background-color: #3498d2;
    border: 1px solid #3498d2;
}
.notify-msg{
    color: white;
    font-size: 12px;
    padding: 5px 0;
}
.notification {
   background-color: #d70000;
    border: 1px solid #d70000;
    padding: 0px 15px;
    color: white;
    min-height: 30px !important;
    font-size: 12px;
    /* position: fixed; */
    z-index: 999 !important;
}

#closeNotification {
    margin-top: 0px;
    margin-right: 6px;
    position: relative;
    right: 15px;
}

    .sReportBugs a {
        color: white;
        text-decoration: none;
    }

.sReportBugs{
    display: inline-block;
    position: relative;
    top: 0px;
    right: 30px;
    font-size: 13px;
}

.ALPHA_2 {
    background-color: #d78400;
    border: 1px solid #d78400;
}

.BETA {
    background-color: #3498d2;
    border: 1px solid #3498d2;
}

.ACCEPTANCE {
    background-color: #5fb332;
    border: 1px solid #5fb332;
}

.reportBtn, .reportBtn:hover {
    color: white;
    padding-top: 0px;
    font-size: 15px;
    font-weight: 600;
}

    .reportBtn:hover {
        text-decoration: underline !important;
    }

    .reportBtn:focus {
        background-color: transparent;
    }

.close, .close:hover {
    opacity: initial;
    color: white;
    font-weight: 400;
    font-size: 20px;
}

/*.login-link:hover, .login-link:hover > a {
        background: #eee !important;
        color: #000;
        opacity: 1 !important;
        box-shadow: none !important;
        margin-top: -10px;
        margin-bottom: -0px;
        padding-top: 10px;
    }*/

.login-active {
    background: #eee !important;
    opacity: 1 !important;
    box-shadow: none !important;
    margin-top: -10px;
    margin-bottom: -0px;
    padding-top: 10px;
}


.empty-menu-notification {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
    white-space: normal;
    font-size: 13px;
    margin-left: 15px;
}


/*-------------------------------------------------------------- # Top Notification End --------------------------------------------------------------*/
.ui-datepicker-year { height: auto; }


.feature_icon .fa {
    margin-top: 10px;
    font-size: 60px;
    color: #9B4841;
}

.information-label {
    margin-left: -6px; 
    margin-top: 6px;
    font-size: larger !important;
}

.toolTip {
    position: relative;
    display: inline-block;
}

.toolTip .toolTiptext {
    left: 100%;
    visibility: hidden;
    width: 400px;
    background: none repeat scroll 0 0 #fff8de;
    color: black;
    text-align: left;
    padding: 5px 5px;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    top: -5px;
    margin-left: 10px;
    border: 1px solid #edcf66;
    font-size: 10pt;
}

.toolTip:hover .toolTiptext {
    visibility: visible;
}

.toolTip:hover .outEdge {
    visibility: visible;
}

.outEdge {
    visibility: hidden;
    position: absolute;
    left: -16px;
    width: 16px;
    height: 17px;
    background: url(/Content/Images/Core/callout_edge_r.png);
    top: 12px;
    transform: rotate(180deg); z-index: 9999999999999;
}
.publicationUrlLable {
    margin-left: 18px;
    margin-bottom: 10px;
    
}
.publicationUrlInput {
    /*margin-left: 22px;*/
    margin-left: -57px;
    margin-bottom: 10px;
    width:79%;
}

.summary-dialog .validation-summary-errors ul {
    width: 100%;
}

.ui-search-toolbar > th > div { padding-bottom: 6px; }