/*
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
*/
body, html {
    position: relative;
    height: 100%;
}

body {
    /*background: #e3e0cf;*/
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.profimg img {
    margin: -10px;
}

.visit-links {
    padding-left: 32px !important;
}



::-webkit-scrollbar {
    width: 9px;
    margin-right: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #f0ad4e;
    outline: 1px solid slategrey;
}

header {
    padding: 20px 0;
}

a {
    color: #126290;
}

main {
    padding-bottom: 2em;
}
/*.memlist-social a {
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #ccc;
    padding: 3px 4px;
    line-height: 1em;
    color: rgb(51, 49, 49);
    border-radius: 4px;
}*/
.scroll {
    overflow: overlay;
    height: 600px;
}

.btn-info:hover {
    background-color: #dfc070 !important;
    border-color: #d7b458 !important;
}

button.btn.btn-default {
    margin-right: 13px;
    padding-bottom: 8px;
}

label#ContentPlaceHolder1_lblimgshow {
    float: left;
    margin-left: 9px;
    margin-top: 18px;
}

img#ContentPlaceHolder1_temppic {
    float: left;
}

.btn-info {
    background-color: #0d5c91;
    border-color: #0d5c91;
}

.btn {
    padding-right: 11px;
}

.memlist-social .fa {
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #ccc;
    padding: 1px 1px;
    line-height: 1em;
    color: rgb(51, 49, 49);
    border-radius: 4px;
    width: 24px;
    text-align: center;
}

.currentParent {
    background: white;
}

.currentChild {
    color: black;
}

.gobacklink {
    margin-bottom: 14px;
    margin-left: 18px;
    float: right;
}

    .gobacklink a {
        color: #333;
        display: inline-block;
        padding: 3px 6px;
        border: 1px solid #333;
    }

        .gobacklink a:hover {
            text-decoration: none;
            border: 1px solid #999;
        }

.dropdown-menu > li > a {
    font-size: 12px;
}

.accordion h2 {
    font-size: 14px;
    border-radius: 4px;
    margin: 0px;
    margin-bottom: 6px;
}

    .accordion h2 a {
        color: #666;
        display: block;
        padding: 8px;
        background: #f3f2ec;
    }

        .accordion h2 a:hover {
            background: #cac9c3;
            text-decoration: none;
        }

.box-footer {
    width: 160px;
    margin: auto;
}

#alertBox {
    position: fixed;
    top: 20%;
    margin-top: -26.3px;
    z-index: 9999;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    display: none;
}

#loader {
    background: rgba(255,255,255,0.5) url(/images/bx_loader.gif) no-repeat center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.logo {
    float: left;
    margin-bottom: 25px;
}

    .logo img {
        max-width: 100%;
    }


.logo-mul {
    float: left;
    margin-bottom: 25px;
}

    .logo-mul div {
        width: 330px;
        height: 81px;
        overflow: hidden;
        position: relative;
    }

    .logo-mul p {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .logo-mul img {
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.member-links {
    float: right;
}

    .member-links ul {
        padding: 0;
    }

        .member-links ul li {
            list-style: none;
        }

    .member-links > ul > li {
        margin: 0 6px;
        float: left;
        position: relative;
    }

        .member-links > ul > li:after {
            content: "|";
            position: absolute;
            right: -8px;
            top: 0;
        }

        .Credtip1 {
    position: relative;
    display: inline-block;
    float: right;
}

    .Credtip1 .Credtiptext {
           margin-top: 5px;
    min-width: 400px;
     visibility: hidden;
    background-color: #fffffc;
    color: #000;
    text-align: center;
    border-radius: 4px !important;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 100%;
        right: 0;
    border: 1px solid #666;
    }

    .Credtip1:hover .Credtiptext {
        visibility: visible;
    }

.Credtiptext::after {
        content: "";
    position: absolute;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #666 transparent;
    top: -5px;
        right: 25px;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    float: right;
}

    .tooltip1 .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 175%;
        font-size: 12px;
    }

    .tooltip1:hover .tooltiptext {
        visibility: visible;
    }

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 31%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.list-inline{
        list-style: none;
        padding-left: 15px;
}
.list-inline li{
    display: inline-block
}

.keywordstip1 {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

    .keywordstip1 .keywordstiptext {
        visibility: hidden;
        width: 180px;
        background-color: gray;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 110%;
        font-size: 12px;
    }

    .keywordstip1:hover .keywordstiptext {
        visibility: visible;
    }

.keywordstiptext::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.member-links > ul > li:last-child:after {
    display: none;
}

.member-links > ul > li > ul.dropDown {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    display: none;
}

.member-links > ul > li:hover > ul.dropDown {
    display: block;
}

.member-links > ul > li > ul.dropDown > li {
    margin-bottom: 5px;
}

    .member-links > ul > li > ul.dropDown > li:last-child {
        margin-bottom: 0;
    }

    .member-links > ul > li > ul.dropDown > li a {
        font-size: 14px;
        color: #333;
        padding: 3px 0;
    }

.main-links ul {
    padding: 0;
    margin: 0;
}

    .main-links ul li {
        list-style: none;
        text-align: left;
    }

        .main-links ul li a {
            font-family: 'Lato', sans-serif;
        }

.main-links > ul > li {
    /*margin-left: 10px;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.custom-form-control-field {
    width: 200px;
    display:inline-block;
}

.no-news {
    text-align: center;
    opacity: .8;
    padding: 0 !important;
    margin-top: 15px;
    min-height: 0 !important;
}

.form-control-feedback.glyphicon.glyphicon-ok {
    margin-right: 12px;
}

.form-control-feedback.glyphicon-remove.glyphicon {
    margin-right: 12px;
}

.form-control {
    height: auto;
}
/*
.main-links > ul > li:after {
	content: "|";
    position: absolute;
    right: -7px;
    top: 50%;
    font-family: 'Lato';
    color: #5c7fa0;
    margin-top: -10px;
}
.main-links > ul > li:last-child:after {
	display: none;
}*/

.main-links ul li ul.sub-menu.noHeight {
    height: 0;
}

/*
.main-links > ul > li:hover ul.sub-menu {
	display: block;
}*/
.main-links ul li ul.sub-menu li {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-links ul li ul.sub-menu li:hover {
        background: #4c4c4c;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-links ul li ul.sub-menu li:last-child {
        border-bottom: 0;
    }

    .main-links ul li ul.sub-menu li a {
        font-size: 12px;
        display: block;
        padding: 5px 0;
        color: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-links ul li ul.sub-menu li a.currentChild {
            font-weight: 700;
            font-size: 15px;
        }

        .main-links ul li ul.sub-menu li a:hover {
            text-decoration: none;
            color: #FFF;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

.gray-bg {
    background: #0d5c91;
    min-height: 3px;
    text-align: right;
}

.main-links > ul > li > ul.sub-menu > li a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
}

.main-links ul li ul.sub-menu {
    overflow: hidden;
}

.main-links > ul > li > a {
    display: block;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 13px;
}

.main-links ul li a.currentParent {
    color: #000;
}

.main-links > ul > li:hover > a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.currentParentList {
    position: relative;
}

    .currentParentList:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-top: 4px solid black;
        top: 4px;
        left: 50%;
        margin-left: -2px;
    }

    .currentParentList:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-top: 4px solid black;
    }

.author-feed ul {
    background: white;
    padding: 10px;
    margin-bottom: 20px;
}

.news-listing {
    height: 450px;
    overflow: auto;
}

.mem-listing {
    height: 265px;
    overflow: auto;
}

.intro-listing {
    height: 265px;
    overflow: auto;
}

.author-feed > ul > li {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 80px;
    border-bottom: 1px solid #afb7b2;
    min-height: 106px;
}

.author-feed ul li:last-child {
    border: 0;
}

ul.news-listing li > img,
ul.intro-listing li > img {
    position: absolute;
    left: 0;
}

h1.welcome-member {
    font-family: 'Lato', sans-serif;
    margin-top: 0;
}

span#sep {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: gray;
}

.author-feed {
    padding: 20px;
    background: #eeeeee;
    margin-bottom: 40px;
}

    .author-feed > h2 {
        color: #043a5f;
        font-family: 'Lato', Sans-Serif;
        margin-top: 0;
        font-size: 22px;
    }

p.person-info {
    color: #23527c;
}

ul.news-listing li > div,
ul.intro-listing li > div {
    margin-top: -4px;
}

    ul.news-listing li > div p,
    ul.intro-listing li > div p {
        margin-bottom: 0;
    }

input, textarea {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.dataTables_filter input {
    margin-bottom: 0;
}

.author-feed textarea {
    height: 100px;
    resize: vertical;
}

.author-feed input[type="submit"] {
    background: #e6ca83;
    border: 0;
    color: #000000;
    padding: 3px 10px;
}

.author-feed input[type="submit"] {
    float: right;
}

span.to-split {
    display: block;
    text-align: center;
    color: white;
    padding: 6px;
    font-size: 15px;
}

.form input[type="reset"] {
    background-color: #0d5c91;
    border: 1px solid #0d5c91;
    color: white;
}

    .form input[type="reset"]:hover {
        color: #333;
    }

.edit-link {
    color: white;
}

.block {
    margin-bottom: 40px;
}

    .block > h2 {
        margin-top: 0;
        font-family: 'Lato', Sans-Serif;
        color: #23527c;
        font-size: 26px;
    }

    .block ul {
        padding: 0;
    }

        .block ul li {
            list-style: none;
        }

.profile > h3 {
    font-family: 'Lato', Sans-Serif;
    color: #23527c;
    font-size: 21px;
}

.profile > ul > li {
    color: #0e0e0d;
    font-size: 16px;
}

.block a.btn-yellow {
    background: #e6ca83;
    color: #181917;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.profile a.edit-pro {
    color: #6b736e;
}

.connection ul li {
    color: #23527c;
}

.connection ul li {
    font-family: 'Lato', Sans-Serif;
}

p.con-per {
    font-family: 'Lato', Sans-Serif;
}

a.view-pro {
    color: #6b736e;
}

.contacts > ul {
    height: 252px;
    overflow: auto;
}

.contacts.introstar-members > ul {
    height: auto;
}

.contacts > ul li {
    position: relative;
    padding-bottom: 14px;
    min-height: 76px;
}

    .contacts > ul li > img {
        position: absolute;
        left: 0;
    }

    .contacts > ul li div {
        padding-left: 80px;
    }

        .contacts > ul li div p {
            margin: 0;
        }

        .contacts > ul li div .con-per-info {
            margin-bottom: 10px;
        }

.search-peoples {
    position: relative;
    padding-right: 35px;
    margin-bottom: 20px;
}

    .search-peoples input[type="text"] {
        padding: 4px;
        border: 1px solid gray;
        width: 97%;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        font-style: italic;
    }

    .search-peoples span.mag {
        position: absolute;
        right: 45px;
        top: 50%;
        margin-top: -12px;
    }

    .search-peoples input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/search.png) no-repeat center;
        width: 30px;
        height: 30px;
        border: 0;
    }

.introstar-members > h4 {
    font-family: 'Teenbold';
    font-size: 22px;
    color: #6b736e;
}

.invite-peoples ul li input[type="text"] {
    padding: 4px;
    border-radius: 3px;
    border: 1px solid gray;
    width: 100%;
}

.invite-peoples ul li {
    margin-bottom: 8px;
}

.rbutton ul li {
    position: relative;
    padding-left: 20px;
}

    .rbutton ul li input[type="radio"] {
        position: absolute;
        left: 0;
        top: 0;
    }

footer {
    min-height: 148px;
    background: #607d8b;
    padding: 20px 0;
    ;
}

.footertext {
    text-align: center;
    vertical-align: middle;
    padding-top: 65px;
    color: white;
    font-size: 16px;
}

.table._mem-manage {
    padding: 10px;
}

.faqs h4 {
    margin-bottom: 0;
}

.faqs ul {
    padding: 0;
}

.faqs li {
    list-style: none;
}
/*** ORG DESK ***/
.com-profile a.edit-logo {
    margin-top: 10px;
    display: inline-block;
    color: #6b736e;
}

.com-profile a.edit-pro {
    color: #6b736e;
}

.com-profile .profile-img {
    display: block;
}

.com-profile ul li {
    color: #23527c;
}

    .com-profile ul li:first-child {
        font-family: 'Lato', Sans-Serif;
        font-size: 16px;
    }

.introS-members > h2 {
    margin-bottom: 0;
}

.introS-members p.most-recent {
    margin-top: 0;
}

.search-intro-members input[type="text"] {
    padding: 4px;
    border-radius: 3px;
    border: 1px solid gray;
    width: 100%;
}

.search-intro-members input[type="submit"] {
    background: #e6ca83;
    border: 0;
    color: #000000;
    padding: 3px 10px;
}

.org-desk {
    margin-top: -5px;
    margin-bottom: 20px;
    color: #23527c;
}

._comp-info > p {
    font-size: 16px;
    color: #23527c;
    font-family: 'Lato', Sans-Serif;
}

._comp-info > ul {
    padding: 0;
    margin: 0;
}

._comp-info {
    width: 60%;
    float: left;
}

._company-details {
    float: right;
    width: 30%;
    position: relative;
    min-height: 83px;
}

    ._company-details a {
        display: inline-block;
    }

    ._company-details ._view-com-details {
        background: #e6ca83;
        border: 0;
        color: #000000;
        padding: 3px 10px;
    }

    ._company-details ._add-point {
        color: #6b736e;
        position: absolute;
        right: 0;
        bottom: 0;
    }

._company-details {
    text-align: right;
}

.add-contact-chechbox {
    position: relative;
    margin-bottom: 12px;
}
/*** END ORG DESK ***/

/*** PROFILE CARD ***/
.organization-info {
    margin-bottom: 3em;
}

.organization-feed {
    margin-top: 2em;
}

ul.organization-listing {
    padding: 0;
}

    ul.organization-listing li {
        list-style: none;
    }

        ul.organization-listing li h1 {
            margin-top: 0;
            font-size: 22px;
        }

img#ContentPlaceHolder1_templogo {
    float: left;
    margin-top: 6px;
}

.profile-details h1 {
    margin-top: 0px;
}

.profile-details {
    position: relative;
    background-color: #e9ebef;
    padding-top: 21px;
    border: solid 1px #ccc;
}

    .profile-details ._add-contact {
        position: absolute;
        right: 0;
        top: 0;
        background: #e6ca83;
        border: 0;
        color: #000000;
        padding: 3px 10px;
    }

    .profile-details > h1 {
        font-family: 'Lato', Sans-Serif;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 0;
        /*	margin-left: 23px;*/
    }

    .profile-details > img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        float: right;
        margin-top: 27px;
    }

.listing-profile h2 {
    margin: 0;
    color: #23527c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

    .listing-profile h2 a {
        color: #23527c;
    }

.visit-links h2 {
    display: inline-block;
    margin-right: 10px;
}

.visit-links > a {
    color: #333;
    text-transform: uppercase;
}

.listing-profile {
    margin-bottom: 1em;
    background-color: #f3f0f0;
    padding: 11px;
    border: solid 1px #ccc;
    border-top: 0;
    /*  	margin-left: 26px;*/
}

div#myprofilecustom_bio h4 {
    margin-bottom: 0;
}

div#myprofilecustom_fax h4 {
    margin-bottom: 0;
}

h4#myprofilecustom_scomname {
    margin-bottom: 0;
}

h4#myprofilecustom_scomphone {
    margin-bottom: 0;
}

div#myprofilecustom_ccbio h4 {
    margin-bottom: 0;
}

h4#myprofilecustom_scomemail {
    margin-bottom: 0;
}

h4#myprofilecustom_scomaddress {
    margin-bottom: 0;
}

.listing-profile span {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}

.profile-details {
    /*	margin-bottom: 4em;*/
}

    .profile-details.profile-details-up1 {
        margin-bottom: 0;
        padding: 10px 5px 10px 20px;
    }

        .profile-details.profile-details-up1 > h1 {
            margin-left: 0;
            margin-top: 0;
        }

.gobacklink.profile-details-up1 {
    text-align: right;
}
/*** END PROFILE CARD ***/

/*** ORGANIZATION DASHBOARD ***/
.delta-cof > h1 {
    font-family: 'Lato', sans-serif;
    margin-top: 0;
}

._search-com {
    position: relative;
}

    ._search-com input[type="text"] {
        padding: 4px;
        border-radius: 3px;
        border: 1px solid gray;
        width: 100%;
    }

    ._search-com input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/search.png) no-repeat center;
        width: 30px;
        height: 30px;
        border: 0;
        background-size: 22px 22px;
        margin: 0;
    }

a.exp-to-xls {
    background: #e6ca83;
    color: #181917;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
}

._tabs-content {
    margin-top: 2em;
}

    ._tabs-content h3 {
        padding: 5px 15px;
        color: black;
    }

    ._tabs-content .nav-pills > li {
        border-radius: 12px 12px 0 0;
        box-shadow: 0px -4px 7px rgba(0,0,0,0.2);
    }

        ._tabs-content .nav-pills > li + li {
            margin-left: 22px;
        }

        ._tabs-content .nav-pills > li > a {
            border-radius: 12px 12px 0 0;
            color: black;
            font-size: 18px;
        }

    ._tabs-content .tab-content {
        background-color: white;
        padding: 21px 15px;
        border-radius: 0px 12px 12px 12px;
        min-height: 353px;
    }

    ._tabs-content .nav-pills > li.active > a,
    ._tabs-content .nav-pills > li.active > a:hover,
    ._tabs-content .nav-pills > li.active > a:focus {
        background: white;
        color: black;
    }

._mem-manage ._add-member {
    float: right;
    background: #e6ca83;
    border: 0;
    color: #000000;
    padding: 3px 10px;
    margin-top: 5px;
}

._mem-manage table {
    margin-top: 2em;
}

    ._mem-manage table tr th {
        color: #23527c;
    }

    ._mem-manage table tr td a {
        display: inline-block;
        color: #333;
        margin: 0 4px 0 0;
        text-decoration: underline;
    }

        ._mem-manage table tr td a:hover {
            text-decoration: none;
        }

.openbut {
    background-color: #94ca7c;
    color: #fff;
    border: 1px solid #ffffff;
}

.closebut {
    background-color: #cac07c;
    color: #fff;
    border: 1px solid #ffffff;
}


.pagination_custom {
    float: right;
}

    .pagination_custom .pagination > li {
        display: inline-block;
        margin-right: 10px;
    }

        .pagination_custom .pagination > li:last-child {
            margin: 0;
        }

        .pagination_custom .pagination > li > a:hover,
        .pagination_custom .pagination > li > span:hover,
        .pagination_custom .pagination > li > a:focus,
        .pagination_custom .pagination > li > span:focus {
            color: #000;
        }

        .pagination_custom .pagination > li > a,
        .pagination_custom .pagination > li > span {
            color: #000;
        }

        .pagination_custom .pagination > li.active > a, .pagination_custom .pagination > li.active > span {
            color: #FFF;
        }

    .pagination_custom .pagination > .active > a,
    .pagination_custom .pagination > .active > span,
    .pagination_custom .pagination > .active > a:hover,
    .pagination_custom .pagination > .active > span:hover,
    .pagination_custom .pagination > .active > a:focus,
    .pagination_custom .pagination > .active > span:focus {
        background-color: #afb7b2;
        border-color: #afb7b2;
    }
/*** END ORGANIZATION DASHBOARD ***/


/*** MODAL HEADER ***/
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*** END MODAL HEADER ***/

.summaryhead {
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 18px;
}

body .table-white tr td {
    border-color: black;
}

.rowcolorchanged {
    background-color: lightgrey !important;
}

.introbox {
    color: #23527c;
    font-weight: bold;
}

.buttonuser {
    background: #0d5c91;
    border: 0;
    color: #fff;
    padding: 3px 10px;
    float: right;
}

/*** 10-31-17 ***/
ul#mycontactlisting p {
    color: #222;
}

ul#mycontactlisting a {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 4px;
}

._social {
    padding: 10px 15px;
    text-align: center;
}

._social-item {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #FFF;
    cursor: pointer;
}

._selected {
    border: 1px solid #CCC;
    border-radius: 4px;
}

.faq-list {
    padding: 10px;
}

i.fa.fa-angle-double-right {
    margin-right: 8px;
    color: #0d5c91;
    font-size: 20px;
}

.faq-list ul {
    margin-left: -47px;
}

    .faq-list ul li {
        font-size: 16px;
        padding: 6px 6px 6px 10px;
        background-color: #f9f6f6;
        list-style: none;
        margin-bottom: 10px;
    }

        .faq-list ul li a {
            text-decoration: none;
        }

        .faq-list ul li:hover {
            background-color: #fff7bc;
        }

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .main-links > ul > li > a {
        padding: 10px 5px;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .modal-dialog {
        width: 750px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .main-links > ul > li {
        border-right: 1px solid #d9dcda;
    }

        .main-links > ul > li:first-child {
            border-left: 1px solid #d9dcda;
        }

        .main-links > ul > li:hover {
            background: #fff;
        }

    .main-links > ul {
        float: right;
    }

    .main-links ul li ul.sub-menu {
        position: absolute;
        top: 100%;
        background: #0d5c91;
        width: 221px;
        z-index: 10;
        overflow: hidden;
        /* display: none; */
    }

    .main-links > ul > li {
        float: left;
        position: relative;
    }

        .main-links > ul > li:hover {
            background: #fff;
        }

    .main-links ul li ul.sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .main-links > ul > li > a {
        padding: 10px 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*   
    #logoutmenu {
    background-color: #ccc;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#ccc 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#ccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#ccc));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ccc', GradientType=0);
    background-repeat: repeat-x;
}

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ccc;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#ccc 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#ccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#ccc));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ccc', GradientType=0);
    background-repeat: repeat-x;
}*/

/* New custom css */

.outer-box {
    border: 2px solid #607d8b;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.maincat .search-peoples {
    padding: 0;
}

    .maincat .search-peoples span.mag {
        right: 15px;
    }

.sidebar .sidebarcc {
    background: rgba(255,255,255,.57);
    padding: 10px;
    border-radius: 4px;
    margin-top: 32px;
}

.form-signin {
    background-color: #eeeeee !important;
    border: 1px solid #ccc;
}

.sidebar h2.form-signin-heading {
    font-size: 17px;
    margin-top: 0px;
}

.sidebar .news-listing li {
    position: relative;
    margin-bottom: 30px;
}

.sidebar ul.news-listing {
    padding: 0;
}

    .sidebar ul.news-listing li > div, .sidebar ul.intro-listing li > div {
        padding-left: 78px;
    }

        .sidebar ul.news-listing li > div p, .sidebar ul.intro-listing li > div p {
            font-size: 12px;
        }

.sidebar {
    margin-top: 28px;
}

.attachment {
    font-style: italic;
    font-size: 12px;
    color: #e0ab23;
    text-decoration: underline;
}
