﻿/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

h1 {
    font-size: 30px !important;
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 22px !important;
}

h4 {
    margin-top: 15px !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


body {
    background-color: #ccc !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
}

.page {
    background-color: #fff;
    position: relative;
}


.header {
    background: #00b3a7;
    
}

 .header h1 {
        padding: 0px;
        color: #f9f9f9;
        border: none;
        line-height: 1.8em;
        margin: 10px 20px;
}



/*

body {
    background-color: #dadada !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
}

.page {
    background-color: #fff;
    position: relative;
}

.header {
    background-color: black;
    background-image: url('../Images/top_background.jpg');
    background-repeat: repeat-x;
    height: 62px;
}

.header h1 {
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
}*/

.templatemain {
    min-height: 550px;
    background-image: url(../Images/box_separator.png);
    background-position: top;
    background-repeat: repeat-x;
}

.templatepage {
    background-color: #fff;
    border: 1px solid #999999;
}

 .panel-gradient-gray
 {
    background-image: url(../Images/box_separator.png);
    background-position: top;
    background-repeat: repeat-x;
    border-right: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
 }

 .panel-gradient-gray > .panel-heading
 {
    border-color: #ddd;
 }


/* LOADING MODAL
----------------------------------------------------------*/

.loadingGif {
    display: block;
    margin: auto;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 200px;
}


/* COLOR  
----------------------------------------------------------*/
.green {
    color: Green;
}

.failureNotification {
    color: Red;
}

/* MISC  
----------------------------------------------------------*/

.bold {
    font-weight: bold;
}

.RedLinkButton {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0px;
}

a.RedLinkButton {
    color: #b60f22;
    text-decoration: none;
    vertical-align: bottom;
}

a.RedLinkButton:hover {
    color: #A40C1E;
}

a.red-link {
    color: #579100;
}

a.red-link:hover {
    color: #A40C1E;
}

.headlineTextSmall {
    font-size: 1.2em;
    font-weight: 600;
}

a {
    cursor: pointer;
}

/* ----------- bootstrap overrides ---------- */

.form-control {
    border-radius: 0 !important;
}

.no-padding {
    margin-left: -15px;
    margin-right: -15px;
}

.margin-horizontal-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.margin-10 {
    margin: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-20-only {
    margin: 20px 0 0 0;
}

.margin-bottom-10-only {
    margin: 0 0 10px 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/* ----------- buttons ----------- */
.btn-primary {
    background-color: #4E7494 !important;
    border-color: #2F4960 !important;
}

.btn-primary:hover {
    background-color: #315471 !important;
    /*border-color: #2F4960 !important;*/
}

.btn-default {
    color: #444 !important;
    background: linear-gradient(#FDFDFD, #DDDDDD) !important;
}

.btn-default:hover {
    background: linear-gradient(#EAEAEA, #C7C7C7) !important;
}

.btn-red {
    color: #fff !important;
    background-color:#E23625 !important;
    border-color: #d43f3a !important;
}

.btn-red:hover {
    background-color: #BE322E !important;
    border-color: #ac2925 !important;
}

/* BUTTON STYLING */
/*.btn-green {
    color: #ffffff  !important;
    border: solid 1px #577825 !important;
    background: #9fdb43 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fdb43), to(#577825)) !important;
    background: -moz-linear-gradient(top, #9fdb43, #577825) !important;
}
    */

.btn-green {
    color: #fff !important;
    background-color: Green !important;
    border-color: #577825 !important;
}

    .btn-green:hover {
        color: #fff !important;
        background-color: #006800 !important;
        border-color: #577825 !important;
    }




.btn-gray {
    color: #ffffff  !important;
    border: solid 1px #555  !important;
    background: #6e6e6e  !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757))  !important;
    background: -moz-linear-gradient(top, #888, #575757)  !important;
}

.modal-vertical-center
{
    top:33% !important;
}

.modal .modal-header {
    background-color: #f4f4f4;
    border-radius: 4px 4px 0px 0px;
}

.modal-success .modal-header {
    background-color: #38AE38;
    color: white;
}

.modal-error .modal-header {
    background-color: #CD3C2E;
    color: white;
}

/******** jstree overrides ********/
#selectionOptionTree .jstree-default .jstree-wholerow-hovered
{
    background-color: rgba(222, 222, 222, 0.44);
}

#selectionOptionTree .jstree-default .jstree-wholerow-clicked
{
    /*background: rgba(255, 244, 164, 0.42);*/
    background: rgba(131, 187, 45, 0.32);
}

.panel-heading[data-toggle="collapse"]
{
    cursor: pointer;
}