﻿
/***<jscompress sourcefile="country-province.css" />*/
/***<jscompress sourcefile="leanModal.css" />*/
/** typography **/
/***<jscompress sourcefile="reveal.css" />*/
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
/***<jscompress sourcefile="tooltipster.css" />*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.country-province-view
{
    width: 400px;
    height: 80px;
}

    .country-province-view .country-select
    {
        width: 200px;
        height: 2em;
    }

    .country-province-view .province-select
    {
        width: 200px;
        height: 2em;
    }

.image-preview-size
{
    width: 20px;
    height: 20px;
}

.image-preview-rezise
{
    position: fixed;
    z-index: 100;
    border: dashed 4px silver;
    background-color: white;
}

.lean_overlay h1
{
    line-height: 1.5em;
    letter-spacing: -0.05em;
    padding: .1em 0;
    color: #444;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    .lean_overlay h1:before, .lean_overlay h1:after
    {
        content: "";
        position: relative;
        display: inline-block;
        width: 50%;
        height: 1px;
        vertical-align: middle;
        background: #f0f0f0;
    }

    .lean_overlay h1:before
    {
        left: -.5em;
        margin: 0 0 0 -50%;
    }

    .lean_overlay h1:after
    {
        left: .5em;
        margin: 0 -50% 0 0;
    }

    .lean_overlay h1 > span
    {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

.lean_overlay p
{
    display: block;
    font-size: 1.35em;
    line-height: 1.5em;
    margin-bottom: 22px;
}

.center
{
    display: block;
    text-align: center;
    padding-top: 10px;
}

.flatbtn
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #f3faef;
    text-decoration: none;
    background-color: #6bb642;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 22px 12px 22px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(15,15,15,0.3);
    -moz-box-shadow: 0 1px 0 rgba(15,15,15,0.3);
    box-shadow: 0 1px 0 rgba(15,15,15,0.3);
}

    .flatbtn:hover
    {
        color: #fff;
        background-color: #73c437;
    }

    .flatbtn:active
    {
        -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    }

.flatbtn-blu
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #edf4f9;
    text-decoration: none;
    background-color: #16A3AF;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    font-weight: bold;
    padding: 5px 26px 5px 26px;
    height: 32px;
    font-size: 1.0em;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

    .flatbtn-blu:hover
    {
        color: #fff;
        background-color: #519dde;
    }

    .flatbtn-blu:active
    {
        -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    }

.lean_overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.leanModal
{
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -150px;
    top: 110px;
    width: 300px;
    padding: 15px 20px;
    background: #f3f6fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.ui-mask
{
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
    z-index: 1000;
}

.ui-mask-msg
{
    position: absolute;
    left: 100px;
    top: 50px;
    width: auto;
    height: 16px;
    padding: 12px 5px 10px 30px;
    border: 2px solid #6593CF;
    color: #222;
    z-index: 1000;
    display: none;
    background-color: Silver;
}

.medicaid
{
    width: 100%;
    border-spacing: 0;
}

    .medicaid .btn_new
    {
        background-image: url(/Content/img/CME_r1_c1.png);
        background-repeat: no-repeat;
        width: 29px;
        height: 30px;
        padding-top: 10px;
        cursor: pointer;
    }

.fileupload
{
    line-height: 25px;
    color: #1f1f1f;
    background-image: url(/Content/img/s2but_r3_c2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #8A8A8A;
    border-right-color: #838383;
    border-bottom-color: #6B6B6B;
    border-left-color: #787878;
    cursor: pointer;
}

.filePath-label
{
    width: 300px;
}

.mutiple-upload .btn_new
{
    font-size: 15px;
    line-height: 31px;
    color: #1f1f1f;
    background-image: url(/Content/img/s2but_r3_c2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #8A8A8A;
    border-right-color: #838383;
    border-bottom-color: #6B6B6B;
    border-left-color: #787878;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

.btn_remove
{
    background-image: url(/Content/img/CME_r3_c7.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    padding-top: 3px;
    cursor: pointer;
}

.btn_view {
    background-image: url(/Content/img/preview.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    padding-top: 3px;
    cursor: pointer;
}

.reveal-modal-bg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.45);
    z-index: 10000;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal
{
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee url(/Scripts/jquery.reveal/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 10001;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .reveal-modal.small
    {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium
    {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large
    {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge
    {
        width: 800px;
        margin-left: -440px;
    }

    .reveal-modal .close-reveal-modal
    {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

.reveal-modalA
{
    padding-left: 20px;
    color: #444;
    text-decoration: none;
}

    .reveal-modalA:hover
    {
        color: #444;
        text-decoration: underline;
    }

.reveal-modallogo
{
    position: absolute;
    margin-left: -35px;
    margin-top: -25px;
}

.tooltipster-default
{
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

    .tooltipster-default .tooltipster-content
    {
        font-family: Arial,sans-serif;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
        overflow: hidden;
    }

.tooltipster-icon
{
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base
{
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
    max-width: 400px;
}

    .tooltipster-base .tooltipster-content
    {
        overflow: hidden;
    }

.tooltipster-arrow
{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tooltipster-arrow span, .tooltipster-arrow-border
    {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span
{
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border
{
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span
{
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border
{
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border
{
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span
{
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border
{
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span
{
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border
{
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border
{
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border
{
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border
{
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border
{
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade
{
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show
{
    opacity: 1;
}

.tooltipster-grow
{
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show
{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-swing
{
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show
{
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230,0.635,0.495,1);
    -webkit-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    -moz-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    -ms-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    -o-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
}

.tooltipster-fall
{
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
}

    .tooltipster-fall.tooltipster-dying
    {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0!important;
        opacity: 0;
    }

.tooltipster-slide
{
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
}

    .tooltipster-slide.tooltipster-dying
    {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0!important;
        opacity: 0;
    }

.tooltipster-content-changing
{
    opacity: .5;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.tooltipster-light
{
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #ededed;
    color: #666;
}

    .tooltipster-light .tooltipster-content
    {
        font-family: Arial,sans-serif;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
    }

.tooltipster-shadow
{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}

    .tooltipster-shadow .tooltipster-content
    {
        font-family: 'Arial',sans-serif;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
    }

.tooltipster-shadow-fdfdfd
{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,1);
    color: #2c2c2c;
    background-color: #ededed;
}

    .tooltipster-shadow-fdfdfd .tooltipster-content
    {
        font-family: 'Arial',sans-serif;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
        background-color: #ededed;
    }

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

.jquery-accordion-menu ul li a {
    white-space: normal;
}