@font-face {
    font-family: 'morvaregular';
    src: url('/views/fonts/morva/morva-webfont.woff2') format('woff2'),
         url('/views/fonts/morva/morva-webfont.woff') format('woff'),
         url('/views/fonts/morva/morva-webfont.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}   
body {
    /*
    background-image: url(/images/eczemaco/background-2.png);
    background-size: 100%;
    */
    background-color: #FFEFD5;        
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-size: 12pt;        
}
hr { 
    background-color: #800080; 
    height: 1px; 
    border: 0; 
}
.btn-link.active {
    color: #fff;
    background: #800080 !important;
    opacity: 0.7;
}
ul.menu {
    margin-bottom: 0px;
    font-size: large;
}
ul.menu > li {
    border: 0px;
    border-bottom: 1px solid #800080;    
}
ul.menu > li:last-child {
    border: 0px;
}
.navbar {
    min-height: 25px !important;
    background: #800080;
    color: #fff;
    opacity: 0.75;
}
.heading-xs {
    font-size: 1.25em;
    font-family: 'Happy Monkey', cursive;
}
div.logo-container {
    float: right;
}
div.logo {
    width: 180px;
    height: 180px;
    padding: 4px;
    text-align: center;
    border-radius: 50%;
    /*background: #ffe1e6;*/
    background-color: transparent;
    opacity: 1;
}
div.logo-inner {
    width: 172px;
    height: 172px;
    /*background: #ffe1e6;*/
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #666;    
}
div.logo-inner span {
    font-size: 10pt;
    color: #333;
}
div.logo-xs {
    margin-bottom: 35px;
}
div.logo-xs img {
    border: 2px solid #800080;
    /*background: #fff;*/
    background-color: transparent;
    padding: 5px;
    border-radius: 50%;
}
h1.logo-text {
    font-family: 'morvaregular', sans-serif;
    font-size: 2.15em;
    color: #333;
    line-height: 0.35;           
}
.border-right, .border-left { 
    border-width: 1px;
    border-color: #800080; 
}
.flex-center-vertically {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-center-vertically.cv-172 {
    height: 172px;
}
.flex-center-vertically.cv-200 {
    height: 200px;
}    
.flex-center-vertically.cv-250 {
    height: 250px;
}
.flex-center-vertically.cv-275 {
    height: 275px;
}
.flex-center-vertically.cv-300 {
    height: 300px;
}    
.flex-center-vertically.cv-350 {
    height: 350px;
}
.flex-center-vertically.cv-400 {
    height: 400px;
}
.flex-center-vertically.cv-450 {
    height: 450px;
}    
.flex-center-vertically.cv-475 {
    height: 475px;
}
.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.footer {
    font-size: 10pt;
    border-color: #800080;
}
.panel-heading  a.btn {
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    margin-top: -50px;
    border: 1px solid #800080;   
}
.footer {
    background: transparent !important;
    text-align: center;
}
.footer > a.btn {
    /*
    background: #fff;
    */
}
.heading {
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.5em;
}
.heading > h1 {
    /* 
    background: #fff; 
    */
    padding: 10px;
    font-family: 'Happy Monkey', cursive;
    font-size: 1.25em;
    display: block;
}
        
        
        
.jumbotron {
    display: table-cell;
    vertical-align: middle;
    background: transparent;
}

/**
 * prevent background from scrolling when modal opened 
 */
body.modal-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.platform-ios.modal-open {
    position: fixed;
}
/** end **/

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
    background-color: transparent;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #666;
    /*
    padding: 15px 0;
    */
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
     
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#main .modal-dialog {
    overflow-y: initial !important
}
#main .modal-body {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}
.cr-boundary {
    border-radius: 50%;
}
input.form-control, 
textarea.form-control, 
select.form-control {
    border: 1px solid #800080 !important;
    -webkit-appearance: none;
    background-color: transparent !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}  
 
@media only screen and (min-width : 992px) and (max-width:1199px) {
 
}
@media only screen and (min-width : 992px) and (max-width:1114px) {
       
}
                         
@media only screen and (max-width:767px) {    
    .border-right, .border-left {
        border: 0px;
    }
    h1.logo-text {
        font-size: 2.25em;
    }            
    .logo {
        text-align: center;
        float: none;
        border: none;
        margin-left: 60px;
    }
    .footer {
        text-align: right;
    }
    .footer {
        border-top: 0;
    }
    .panel-heading  a.btn {
        font-weight: bold;
    }          
}

@media only screen and (max-width:900px){        

                     
}

/** styles for mobile browsers smaller than 320px; (iPhone 4) */
@media only screen and (max-width:360px){

}

.visible-mobile-portrait {
    display: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 533px) { 
    .visible-mobile-portrait {
        display: block !important;
    }
    .hidden-mobile-portrait {
        display: none !important;    
    }
}
      
@media only screen and (min-width: 320px) and (max-width: 667px) {     
       
}

/** Portrait and Landscape - My Custom Screen Size */
@media only screen and (min-width: 668px) and (max-width: 735px) {
    
}

/** Portrait and Landscape - iPhone 6+ - ipads */
@media only screen and (min-width : 736px) and (max-width : 1024px) {                   
     
}

@media only screen and (max-width:320px){
    .hidden-320 {
        display: none !important;
    }           
}
#cc_addr {
    display: none;
}        
#cvv_help {
    display: none;
    position:absolute;                 
    border: 4px solid orange; 
    background-color: white; 
    max-width: 535px; 
    padding: 8px;
    top: 140px;
    z-index: 1000;
}
ul.cc_payment{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul.cc_payment {
    list-style: none;
}
ul.cc_payment input {
    border-color: #ddd !important;
}
.vertical{ 
    overflow:hidden; 
}
.vertical li{
    float:left;
    width:140px;
}
.vertical li:last-child{
    float: right;
    text-align: right;
}
.vertical li:last-child input{
    float: right;
}
.vertical input{
    width: 68px;
}
form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
    padding: 13px 16px;
}
form li {
    margin: 8px 0
}
form label {
    display: block;
}
form input#card_number {
    background-color: #fff;
    border: 2px solid #666; border-radius: 5px;
    color: #333;
    display: block;
    font-size: 18px;
    height: 32px;
    padding: 0 5px;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}        
form input::-webkit-input-placeholder{
    color: #ddd;
}
form input:-ms-input-placeholder{
    color: #ddd;
}
form input:focus{
    outline: 1px solid #38d
}
form input#card_number{
    background-image: url(/images/images.png),url(/images/images.png);
    background-position: 2px -121px,260px -61px;
    background-size: 120px 361px,120px 361px;
    background-repeat: no-repeat;
    padding-left: 54px;
    width: 250px
}
form input#expiry_date,
form input#issue_date {
    width: 100px;
}    
form #card_number.visa{
    background-position: 2px -163px,260px -61px; }
form #card_number.visa_electron{
    background-position: 2px -205px,260px -61px; }
form #card_number.mastercard{
    background-position: 2px -247px,260px -61px; }
form #card_number.maestro{
    background-position: 2px -289px,260px -61px; }
form #card_number.discover{
    background-position: 2px -331px,260px -61px; }
form #card_number.valid.visa{ 
    background-position: 2px -163px,260px -87px; }
form #card_number.valid.visa_electron{
    background-position: 2px -205px,260px -87px; }
form #card_number.valid.mastercard{
    background-position: 2px -247px,260px -87px; }
form #card_number.valid.maestro{
    background-position: 2px -289px,260px -87px; }
form #card_number.valid.discover{ 
    background-position:2px -331px,260px -87px; }
@media only screen and (min-width:768px){
    form input#card_number {
        outline: none;
    }        
}