/* Default style overrides and custom css for Custom Portal Test - CRM Portal */

/******** Page Loader Style ***********/
/* Grayish background to denote page loading or form processing */
.er-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/* Spinning image in hand with overlay*/
#loading-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 180px;
    height: 180px;
    margin: -75px 0 0 -75px;
    border: 30px solid #F8D8B9;
    border-radius: 50%;
    border-top: 30px solid #F2A897;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/******** End of Page Loader Style  ***********/

/******** Upload file ********/
input[type="file"] {
    padding: 20px;
}

#AttachFileLabel {
    font-size: 22px;
}
/******** End of Upload file ********/

/******** WM-colored theme button ********/
/********.btn, .btn:hover, .btn:active {
    background-color: #00AEEF;
    color: #ffffff;
}*******/
/******** CAFC-196 Changes ********/
.btn, .btn:hover, .btn:active {
    background-color: #F37558 !important;
    color: #ffffff;
}

    .btn:hover {
        opacity: .5;
    }

::-webkit-file-upload-button {
  color: white;
  background-color: #F37558 !important;
   font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  border: 0;
  border-radius: 2px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 12px;
}
/******** end ofCAFC-196 changes *********/
/******** End of WM-colored theme button ********/

/******** CRM Captcha ********/
.captcha-cell:after, .actions {
    content: "";
    clear: both;
}

.captcha-cell > div {
    float: right;
}

.captcha-cell, .captcha-cell input, .captcha-cell img {
    margin-left: 25px;
    text-align: right;
}

    .captcha-cell input {
        text-align: left;
        display: block;
        padding: 6px 12px;
        font-size: 15px;
        line-height: 1.42857;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
/******** End of CRM Captcha ********/

/* Make Submit button container occupy 100% width*/
.actions {
    width: 100%;
}
    /* Align button to the right */
    .actions .btn {
        float: right;
    }

/******** Agreement checkbox *********/
.agree-cell label {
    display: block;
    padding-right: 10px;
    padding-left: 22px;
    text-indent: -22px;
    margin-bottom: 20px;
}

.agree input {
    vertical-align: middle;
}

.agree label span {
    vertical-align: middle;
}
/******** End Agreement checkbox *********/


/* Form sub-header */
.sub-head {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 30px;
    text-decoration: underline;
    font-style: italic;
    text-underline-position: under;
}

/********* Align label and radio button *********************/
.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin-top: -1px;
    vertical-align: middle;
}

/*****************  Copied from Life Force ***************************/

.nav-bg {
    height: 30px;
    background: #ebf8fd
}

.navbar-static-top.navbar {
    min-height: 90px;
    background: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

#navbar > div.navbar-right.menu-bar {
    margin-top: 10px !important;
}

.page_section section-landing {
    height: 500px !important;
}

body > section.page_section.section-landing > div.container > div > div > form {
    display: none;
}

body > section.page_section.section-landing > div.container > div {
    margin-top: 235px !important
}

body {
    background-color: #ffffff !important;
}

#content_form > div.page-heading > div > div.page-header {
    display: none;
}

#content_form > div.page-heading,
#content_form > div.page-heading > div > ul {
    background-color: #f7f7f7 !important;
}

.footermenu li {
    list-style: none
}

footer {
    background-color: white;
    background-image: url("/wmfooter");
    background-repeat: no-repeat;
    background-position: bottom;
    height: 650px;
}

#footertopdiv {
    margin-top: 25px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    background: #555;
    /* height: 75px; */
    color: white;
    font-size: 130%
}

.footermenu {
    padding: 0px !important;
}

    .footermenu li {
        line-height: 2.4;
    }

        .footermenu li a {
            margin-left: 0px !important;
            font-weight: normal;
            color: #000;
            text-decoration: none;
        }

.footermenu-text {
    font-size: 135%;
    color: #54585a;
    font-weight: bold
}

#footerwidgetdiv {
    line-height: 2.4;
    background: #ebf8fd;
    padding: 2.5rem;
    margin-top: -2.4rem
}

.footer-widget {
}

    .footer-widget p {
        color: #000;
    }

    .footer-widget h4 {
        font-size: 135%;
        color: #54585a;
        font-weight: bold;
        font-family: inherit;
    }

.footersocial {
    margin-right: 20px;
    font-size: 130%;
    color: #F37558;
    text-decoration: none;
}

    .footersocial:hover {
        color: #F37558;
    }

.pbutton,
.button-mce {
    background: #F37558;
    padding: 0.6rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .pbutton a,
    .button-mce a {
        text-decoration: none;
        color: white;
    }

.copyright {
    color: #000;
    margin-top: 50px;
}

thead a,
thead,
td a {
    color: #009ede;
}

.btn-default {
    color: #ffffff;
    border-color: #F37558;
}

.actions input {
    background: #F37558;
    border: #F37558;
}

body > footer > div > div:nth-child(1) > div {
    margin-top: 80px;
}

    body > footer > div > div:nth-child(1) > div > ul.footermenu.vertical.bottom {
        background: #000;
        padding: 30px !important;
    }

        body > footer > div > div:nth-child(1) > div > ul.footermenu.vertical.bottom a {
            text-decoration: none;
            color: white;
        }

        body > footer > div > div:nth-child(1) > div > ul.footermenu.vertical.bottom li {
            text-indent: 30px;
        }

body > section > div.container > div > div > h1 > div > div > p,
body > section > div.container > div > div > h2 > div > div > p {
    text-transform: capitalize !important;
}

body > section > div.container > div > div > h2 > div > div > p {
    letter-spacing: 0px !important;
}

.section-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(homehero.jpg) no-repeat 0 10%;
    background-size: cover;
}

    .section-landing .row > div .section-landing-heading,
    .section-landing .row > div .section-landing-sub-heading {
        text-transform: capitalize !important;
    }

    .section-landing .row > div .section-landing-sub-heading {
        letter-spacing: 0px;
    }

.wm-logo {
    margin-top: -10px;
}
/**************** Overrides ******************************/
.navbar-static-top.navbar .navbar-collapse {
    margin-top: 10px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #F37558 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: none;
    padding-bottom: 10px;
}
/* line 320, G:/Agents/BA1811/_wap/32/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
}

/* Add padding in between selections*/
.select-checkbox > option {
    padding: 4px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
}

/*************** SEARCH *****************/
.a1a-search-container {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 600px;
    background-color: #eee;
    border-radius: 20px;
    margin: 20px 0px 20px 20px;
    box-sizing: border-box;
}

table:focus, td:focus {
    outline: 0;
}

/*/
    .a1a-search-container input {
        width: 90%;
        border-radius: 4px 0px 0px 4px;
        padding: 4px 4px 4px 10px;
        border: none;
    }

    .a1a-search-container button {
        display: inline-block;
        border: none;
        background-color: #009ede;
        height: 30px;
        color: #fff;
        margin: -10px -4px -4px -4px;
        border-radius: 0px 4px 4px 0px;
    }
*


/************* END SEARCH ***************/

/**** FOOTER - Stick footer to the end ******/

footer {
    background-size: cover;
}

.full-page-wrapper {
    display: flex;
    /*vertically stack children*/
    flex-direction: column;
    /* expand to take full height of page */
    /* min-height overrides both height & max-height */
    min-height: 100vh;
}

.content-main-wrapper {
    flex-grow: 1;
    min-height: 0px;
}

/**** END FOOTER ******/

/* the default bootstrap style is no longer available */

.view-empty {
    background-color: #faebcc;
    border-color: #faebcc;
    padding: 20px;
    color: #000;
}


/**** MULTI SELECT - Start ******/

.select-checkbox option::before {
    content: "\2610";
    width: 1.3em;
    text-align: center;
    display: inline-block;
}

.select-checkbox option:checked::before {
    content: "\2611";
}

.a1a-multi-item, .a1a-multi-item > div {
    display: inline-block;
}

.a1a-multi-close {
    text-align: center;
    width: 20px;
    margin: -8px 0px 0px 10px;
    /*background-color: #ddd;*/
    color: #dddddd;
    border-radius: 6px;
    cursor: pointer;
}

.a1a-multi-item {
    background-color: #F37558;
    color: #fff;
    padding: 10px 10px 10px 10px;
    margin: 0px 4px 4px 0px;
    border-radius: 10px;
    position: relative;
}

.a1a-multi-container {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}

.select-arrow {
    float: right;
}

/**** Multi SELECT - End ******/

/**** PLACEHOLDER - Start ******/
::placeholder {
    color: #eee;
    opacity: .5; /* Firefox */
}

:-ms-textarea-placeholder { /* Internet Explorer 10-11 */
    color: #eee;
}

::-ms-textarea-placeholder { /* Microsoft Edge */
    color: #eee;
}
/**** PLACEHOLDER - End ******/


/**************** Media Query Overrides ***************/

@media only screen and (max-width: 1024px) {
    body > footer > div > div:nth-child(1) > div {
        margin-top: 0px;
    }

    .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #009ede;
    }


    .nav > li {
        border: 1px solid #eee;
    }

        .nav > li a#search {
            display: none;
        }

    .navbar-toggle {
        margin-top: 26px;
    }

    .a1a-search-container {
        margin: 16px 20px 20px 70px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-static-top.navbar {
        min-height: 40px;
    }


    .wm-logo-mobile {
        margin: 20px 0px 0px 20px;
    }

    .wm-logo {
        width: 60px;
        height: 60px;
        position: absolute;
        margin-top: -20px;
    }

    .navbar-toggle {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .a1a-search-container {
        width: 75%;
        margin: 6px 10px 10px 60px;
    }

    footer {
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .a1a-search-container {
        font-size: 90%;
        margin: -10px 0px 0px 74px;
        width: 76%;
    }

        .a1a-search-container input {
            width: 80%;
        }

    .navbar-toggle {
        padding: 14px 12px;
        margin-top: -6px;
    }

    .wm-logo-mobile {
        margin: 0px 10px 20px 20px;
    }

    .wm-logo {
        width: 50px;
        height: 50px;
        margin-top: -10px;
    }

    .dash-items > li {
        width: 100%;
        height: auto;
        font-size: inherit;
    }

        .dash-items > li > div {
            margin-top: 0px;
        }

    .dashboard-container ul {
        width: 100%;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .a1a-search-container {
        width: 60%;
    }
}
