/* appTheme.css */
/* LAST UPDATED: 2017-04-20 16:30 EST */

/* ====================================================================== */
/* ====================================================================== */
/* Recolor these styles to update the application colors */
/* PRIMARY COLOR A (LIGHT): #E84343 */
/* PRIMARY COLOR A: #CC0000        */
/* PRIMARY COLOR A (DARK): #9B0000        */
/* PRIMARY COLOR A (DARKER): #6D0000        */


/* ================================ */
/* Border radius of modals and views */

/* .modal-size-max {border-radius:4px;} */
.modal-size-max {border-radius:0px;}

/* .viewFrame-wrapper { border-radius:6px;} */
.viewFrame-wrapper { border-radius:0px;}




/* ================================ */
/* Application Background */
body, .appBg { background-image: url('../images/app-bg.jpg');}
.login-regColumnBg {background-image:url('../images/loginBg.jpg'); background-size:cover; background-position:center center;}


/* ================================ */
/* Hamburger Color and tray colors*/
    @media (min-width: 768px) {
        .sidenav.open .hamburger {background-color:#CC0000;}
     }
    div.notes:hover, .hamburger:hover {background-color: #9B0000 !important;}   
    .sidenav .navTitle {background-color:#CC0000;}

    .vs-tray-menuButtons-topRow {color: #9B0000;}
    .vs-tray-menuButtons-stdButton {color: #9B0000;}




/* ================================ */
/* Previous and Next Buttons */
    @media (min-width: 768px) { 
       .vs-canvas-buttonPrevious, .vs-canvas-buttonNext, .vs-canvas-buttonHome {background-color:#9B0000;}
    }
   .vs-canvas-buttonPrevious:hover, .vs-canvas-buttonNext:hover, .vs-canvas-buttonHome:hover {background-color:#6D0000;}




/* ================================ */
/* Chapter Summary Colors */
    @media (min-width: 768px) {
    .valSum-chWrapper .header {background-color:#CC0000;}
    }

    @media (max-width: 768px) {    
        .valSum-chWrapper .chk-wrapper {background-color:#CC0000;}
    }

/* ============================== */
/* Checkbox and Radio inputs */
.radio-std[type='checkbox'] + label:before {border-color: #CC0000;}
.radio-std[type='checkbox']:checked + label:before {background-color:#CC0000; color:#fff;}

.radio-std[type='radio'] + label:before {border-color: #CC0000;}
.radio-std[type='radio']:checked + label:before {background-color:#CC0000; color:#fff;}  
    
    

/* ================================ */
/* Buttons */

    .button-std {background-color:#eee;}
    /* SET TO PRIMARY COLOR */ .button-std:hover {background-color:#CC0000 !important;}
    /* SET TO PRIMARY COLOR */ .button-std:active {background-color:#CC0000 !important;}
    /* SET TO PRIMARY COLOR */ .button-std, .button-text {color:#CC0000 !important;}
    /* SET TO PRIMARY COLOR */ .button-rec {background-color:#CC0000;}
    /* SET TO DARKENED PRIMARY COLOR */ .button-rec:hover {background-color:#9B0000;}	
    /* SET TO DARKENED PRIMARY COLOR */ .button-text:hover {color:#9B0000 !important;}	
    
   
    .button-outline {border-color:#CC0000; color:#CC0000;}
    .button-outline:hover {background-color:#9B0000; border-color:rgba(0,0,0,0); color:#fff;}
    
    
    
    /* WHITE VARIANT FOR BASIC AND SOLID BUTTONS */
    [class^="button-std"].white, [class*="button-std"].white, [class^="button-rec"].white, [class*="button-rec"].white {color:#9B0000;}
    
    
    
/* ================================ */
/* Text Inputs */ 

/* Underline when placeholder text present */
.textInput-underline:not(:disabled):placeholder-shown {border-color: #E84343 !important;}

/* WebKit, Blink, Edge */
.textInput-underline:not(:disabled)::-webkit-input-placeholder { color: #E84343; }
.textInput-none:not(:disabled)::-webkit-input-placeholder { color: #CC0000; }

/* Mozilla Firefox 4 to 18 */
.textInput-underline:not(:disabled):-moz-placeholder { color: #E84343;}
.textInput-none:not(:disabled):-moz-placeholder { color: #CC0000;}

/* Mozilla Firefox 19+ */
.textInput-underline:not(:disabled)::-moz-placeholder { color: #E84343;}
.textInput-none:not(:disabled)::-moz-placeholder { color: #CC0000;}

/* Internet Explorer 10-11 */
.textInput-underline:not(:disabled):-ms-input-placeholder { color: #E84343;}
.textInput-none:not(:disabled):-ms-input-placeholder { color: #CC0000;}



    .textInput-underline {color:#CC0000;}
    .textInput-underline:hover,  .textInput-underline:focus {color:#9B0000;}
    
    .textInput-underline {border-color:#E84343 !important;}
    .textInput-underline:disabled, .textInput-underline.disabled {color:#666 !important;}
    
  
    
    
/* ========================== */
/* Tables */
.tableRow.subtotal {background-color: rgb(245,245,245); font-weight: 700;}
.tableRow.total {background-color:rgb(220,220,220); font-weight:700;}






