﻿/* template css
----------------------------------------------------------*/
html, body {
    height: 100%;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
}
/*
Purple      #9b2587
Dark Purple #721c63       
*/
a {
    color: #9b2587;
    text-decoration: underline;
}

/*a:hover {
    text-decoration: underline;
    color: #721c63;
}*/

a:hover, a:focus
{
    /*color: #006c81;*/
    color: #9b2587;
    text-decoration: underline;
    cursor: pointer;
}

#site_content {
    background: none repeat scroll 0 0 #FFF;
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: auto;
    max-width: 1170px;
    padding-bottom: 60px;
}

#footer, #prppfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 80px;*/
}

.matte {
    background-color: #fff;
}

.matte1 {
    background-color: #e6e6e6;
}

.matte2 {
    background-color: #f3f3f3;
}

.matte3 {
    background-color: #fbfbfb;
}

.profile_bar {
    width: 100%;
}

#user-options-menu li {
    display: inline-block;
    margin: 5px;
}

    #user-options-menu li a {
        color: #9b2587;
    }

.alpha50 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* login overides
----------------------------------------------------------*/

.login {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* font awesome icons
----------------------------------------------------------*/

.accordion_handle {
    font-size: 18px;
    cursor: pointer;
}

/* common bootstrap overrides
----------------------------------------------------------*/
.container {
    width: auto;
    max-width: 1170px; /* 1100px breaks layout - todo: update*/
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.dropdown-menu > li > a {
    margin: 3px;
}

.checkbox {
    min-height: 10px;
    padding-left: 3px;
}

/* bootstrap paging overrides
----------------------------------------------------------*/

.pagination > li > a,
.pagination > li > span {
    padding: 6px 6px;
}


/* bootstrap tab overrides
----------------------------------------------------------*/
ul.nav-tabs li a:focus {
    outline: 0;
}

/* bootstrap accordian overrides
----------------------------------------------------------*/

/*.panel-default {
    border-color: #807F83;
}

.panel-default > .panel-heading {
    background-color: #DEDFD9;
    border-color: #AFA590;
}

.panel-title {
    color: #807F83;
}*/

.panel, .panel-heading, .panel-footer, .panel-group .panel {
    border-radius: 0px;
}

.panel-title > a {
    text-decoration: none;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
}

/* megamenu layout
----------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled,
.megamenu .list-unstyled ul {
    min-width: 120px;
}

.megamenu .panel-group {
    width: 400px;
}

.navbar {
    margin-bottom: 20px;
}

    .navbar .megamenu {
        margin-bottom: 100%;
    }

/* right rail layout
----------------------------------------------------------*/
.rightrail {
    padding-left: 10px;
    font-size: 12px;
    width: 245px;
}

    .rightrail h3 {
        padding: 10px;
        margin: 5px;
    }

    .rightrail .divider-horizontal {
        margin-right: 10px;
    }

    .rightrail .nav > li > a:hover {
        margin-right: 25px;
    }

/* tables
----------------------------------------------------------*/
th, td {
    font-size: 12px;
}

    th.centre, td.centre {
        vertical-align: middle !important;
        text-align: center;
    }

    th.short, td.short {
        width: 75px;
    }

    th.med, td.med {
        width: 100px;
    }


    th i.fa-filter, th span.caret {
        cursor: pointer;
    }

    td.pad-l-lg {
        padding-left: 20px !important;
    }

.input-xs {
    height: 20px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    border-radius: 0px;
}

select.input-xs {
    height: 20px;
    line-height: 20px;
}

textarea.input-xs {
    height: auto;
}

.btn-xs {
    height: 20px;
}

#applicationListContainer {
    padding-bottom: 50px;
}

/* editors
----------------------------------------------------------*/

.input-search {
    width: 100%;
}

.clear-search {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 12px;
    margin: auto;
    font-size: 12px;
    cursor: pointer;
    color: #ccc;
}

    .clear-search:hover {
        color: red;
    }

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}


/* Bootstrap button and dropdown overrides
----------------------------------------------------------*/

#applicationBody .btn.disabled, #applicationBody .btn.disabled:hover, #applicationBody .btn.disabled:focus {
    background-color: #C0C0C0;
    border: 1px solid #808080;
}

.dropdown-toggle.btn-default {
    border-radius: 2px;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}

/* misc
----------------------------------------------------------*/

.divider-vertical {
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}

.divider-horizontal {
    position: relative;
    margin: 5px 0px;
    border-top: 1px solid #F2F2F2;
}

.message_box_content {
    min-height: 200px;
    margin-top: 20px;
}

button#spinner:hover {
    background-color: #ffffff;
    border-color: #cccccc;
}

.phone-segment {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 4px;
}
/* validation 
----------------------------------------------------------*/

.help-block.field-validation-error, .field-validation-error, .validation-summary-errors, .required-field, .error {
    color: #b94a48;
    font-weight: bold;
}

/* padding and margins
----------------------------------------------------------*/
.pad-sm {
    padding: 5px;
}

.pad, .pad-med {
    padding: 10px;
}

.pad-lg {
    padding: 20px;
}

.pad-l-sm {
    padding-left: 5px;
}

.pad-l, .pad-l-med {
    padding-left: 10px;
}

.pad-l-lg {
    padding-left: 20px;
}

.pad-r-sm {
    padding-right: 5px;
}

.pad-r, .pad-r-med {
    padding-right: 10px;
}

.pad-r-lg {
    padding-right: 20px;
}

.pad-r-xlg {
    padding-right: 30px;
}

.pad-t-sm {
    padding-top: 5px;
}

.pad-t, .pad-t-med {
    padding-top: 10px;
}

.pad-t-lg {
    padding-top: 20px;
}

.pad-t-xlg {
    padding-top: 30px;
}


.pad-b-sm {
    padding-bottom: 5px;
}

.pad-b, .pad-b-med {
    padding-bottom: 10px;
}

.pad-b-lg {
    padding-bottom: 20px;
}

.pad-b-xl {
    padding-bottom: 60px;
}

.mar-sm {
    margin: 5px;
}

.mar, .mar-med {
    margin: 10px;
}

.mar-lg {
    margin: 20px;
}

.mar-l-sm {
    margin-left: 5px;
}

.mar-l, .mar-l-med {
    margin-left: 10px;
}

.mar-l15 {
    margin-left: 15px;
}

.mar-l-lg {
    margin-left: 20px;
}

.mar-l-xl {
    margin-left: 35px;
}

.mar-r-sm {
    margin-right: 5px;
}

.mar-r, .mar-r-med {
    margin-right: 10px;
}

.mar-r-lg {
    margin-right: 20px;
}

.mar-t-sm {
    margin-top: 5px;
}

.mar-t, .mar-t-med {
    margin-top: 10px;
}

.mar-t-lg {
    margin-top: 20px;
}

.mar-b-sm {
    margin-bottom: 5px;
}

.mar-b, .mar-b-med {
    margin-bottom: 10px;
}

.mar-b-lg {
    margin-bottom: 20px;
}

/* width / height / dimensions
----------------------------------------------------------*/

.w-full {
    width: 100%;
}

.w-lg {
    width: 250px;
}

.w-med {
    width: 100px;
}

.w-sm {
    width: 50px;
}

.w-sm2 {
    width: 42px;
}

.w-xs {
    width: 25px;
}

.w75 {
    width: 75px;
}

.w90 {
    width: 90px;
}


.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w175 {
    width: 175px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w500 {
    width: 500px;
}

.h75 {
    height: 75px;
}

/* text transform
----------------------------------------------------------*/

.bold {
    font-weight: bold;
}

/* Alignment */
.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


/* Beginning of common 2*/

.divContactUs {
    font-size: 16px;
    color: #ffffff;
    background-color: #9b2587;
}

.foot-content {
    color: #000000;
    font-family: MyriadPro,'Open Sans',sans-serif;
    /*font-family: 'Open Sans', Arial;*/
    font-size: 12px;
    height: auto;
    line-height: 20px;
    padding: 15px 0px;
    vertical-align: middle;
    text-align: left;
}

.footlink, .footlink:hover {
    color: #000000;
    margin: 0 16px 0 16px;
    cursor: pointer;
}

.modal-footpopup {
    width: 950px;
}

.popupheader
{
    color: #9b2587;
    font-weight: bold;
    font-size: 24px;
    margin: 8px 0 0 5px;
}

.popuptitle {
    font-family: 'Open Sans', Arial;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 5px 0 5px;
}

.popupcontent {
    font-family: 'Open Sans', Arial;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 5px 0 5px;
}

.popupfaqblock
{
    margin: 10px 0 0 0;
}

.popupQ1 {
    float: left;
    width: 4%;
    font-family: 'Open Sans', Arial;
    font-weight: bold;
    font-size: 14px;
    margin: 0 5px 0 5px;
    border: 0px solid red;
}
.popupQ2 {
    float: left;
    width: 92%;
    font-family: 'Open Sans', Arial;
    font-weight: bold;
    font-size: 14px;
    margin: 0 5px 0 0;
    border: 0px solid blue;
}

.popupcontent1 {
    float: left;
    width: 4%;
    font-family: 'Open Sans', Arial;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 5px 0 5px;
    border: 0px solid red;
}
.popupcontent2 {
    float: left;
    width: 92%;
    font-family: 'Open Sans', Arial;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 5px 0 0;
    border: 0px solid blue;
}

.faqbacktotop
{
    text-align: right;
    width: 100%;    
    border: 0px solid blue;
    padding: 10px 20px 0 0;
}
.link_popup {
    cursor: pointer;
}

.popuptable_td0 {
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    padding: 5px 30px 0 30px;
    line-height: 25px;
}

.popuptable_td1 {
    font-size: 14px;
    vertical-align: top;
    padding: 5px 30px 0 10px;
    line-height: 22px;
}

.span_FAQ {
    font-size: 14px;
    /*cursor: pointer;
    color: #9b2587;*/
}

.span_ContactUs_Email {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}

.Contact_Sales_Sheet
{
    font-size: 14px;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
}

/*.span_ContactUs_Email:hover {
    color: #FFFFFF;
}*/


.div_pdfIcon2
{
    background: url("/content/images/misc/pdf_icon.jpg") left center no-repeat; 
    background-size: contain;

    margin: 0px 0 0 0px;
    width: 25px;
    height: 25px;
    border: 0px solid blue;
    cursor: pointer;
}

.HelpPDFLink
{
    font-size: 14px;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    color: #9b2587;
}

.HelpPDFLink:hover
{
    text-decoration: underline;
    color: #721c63;
}

/* End of common 2*/

.plan_item_header
{
    font-weight: bold;
    padding: 20px 0 15px 0;

}

.plan_item_subheader
{
    font-weight: bold;
    padding: 15px 0 10px 0;
}

.linkbtn
{
    text-decoration: none;
}

/*::-webkit-scrollbar{

    -webkit-appearance: none;
    width: 7px;

}

::-webkit-scrollbar-thumb {

    border-radius: 4px;
    background-color: rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/