﻿/*  This is used to set the content styles on specific pages. That's why its not in style.css. Add this at the top of the page if you want to lose the white background and stuff */
#content{
    background-color:transparent!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.heading{
        float: none;
    background-color: #13A4DE;
    font-weight: bold;
    color: white;
    padding: 12px;
    padding-left: 17px;
    padding-right: 17px;
    FONT-SIZE: 32PX;
    /* padding-bottom: 0px; */
    /* padding-top: 0px; */
    line-height: 32px;
    display:inline-block;
     text-transform: uppercase;
     margin-bottom:15px;
}

.page_banner{
        background-color: #ddd;
    padding: 17px;
    /* float: right; */
    /* width: 800px; */
    text-align: left;
    padding-left: 22px;
    margin-left: -10px;
    margin-top: 14px;
}

.PageHeadingContainer{
    border-bottom:none;
}

/* fix to izendas dropdowns */
table.iz-table-fields tr.izenda-field td.izenda-row-value select {
    padding: 2px !important;
}

/*  Inputs are here to only apply textbox styles to newer pages. */
input, textarea, select, .aspNetDisabled, a.dropdown-toggle.btn {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #ddd;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none;
    border-color: #ddd;
    border-radius: 0;
    background-image: none;
    height: auto;
}

a.dropdown-toggle.btn .CustomDropdownText{
     line-height: 18px;
    height: 18px;
 }

.dropdown-toggle:not(.dropup) a .caret{
    margin-top:8px;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.input-prepend a.add-on, .input-append a.add-on{
    padding:6px;
}

input:active{border-color:#dddddd}
input:not([type='checkbox']):focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)!important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)!important;
    outline: 2px solid rgba(82, 168, 236, 0.8);
}

#divJobActions{margin-right:0px!important;}
#divJobActions a.iq-btn.dropdown-toggle{
    margin-top: 3px;
    background-color: #13a4de;
    width: 39px;
    height: 38px;
    /* float: left; */
    line-height: 33px;
    text-align: center;
    margin-right: 0px;
    background-color: #0698d2;
    border: none;
    box-shadow: none;
    border-radius: 0px!important;
    color: rgba(255, 255, 255, 0.52);
    text-shadow: none;
    font-size: 21px;
    display: block;
    margin-left: 0px;
}

#divJobActions a.iq-btn.dropdown-toggle .fa-bars{
       margin-top: 3px;
    background-color: transparent;
    width: 35px;
    height: 34px;
    /* float: left; */
    line-height: 32px;
    text-align: center;
    margin-right: 0px;

    border: none;
    box-shadow: none;
    border-radius: 0px!important;
    color: rgba(255, 255, 255, 0.52);
    text-shadow: none;
    font-size: 21px;
    margin-left: 3px;
    margin-top: 4px;
}

#divJobActions a.iq-btn.dropdown-toggle:hover .fa-bars{
    color:white;
}

.LowerCase {
    text-transform: lowercase;
}

.UpperCase {
    text-transform: uppercase;
}

.iq-modal-padded .modal-body{
    padding:50px;

}

.iq-center {
    text-align: center;
}

.iq-card-header {
    position: relative;
}

.iq-card-content {
    position: relative;
}

.iq-card .iq-card-icon {
    position: absolute;
    top: -22px;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.iq-card.iq-danger .iq-card-header {
    color: #da4f49;
}

.iq-card.iq-danger .iq-card-content {
    border-top-color: #da4f49
}

.iq-card.iq-success .iq-card-header {
    color: #6DC161;
}

.iq-card.iq-success .iq-card-content {
    border-top-color: #6DC161
}

.iq-option-panel-title {
    color: #4A89DC;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.iq-toolbar-controls a.iq-icon-btn[disabled],
.iq-toolbar-controls a.iq-icon-btn.disabled {
    opacity: 0.5;
}

.iq-option-panels{
    display:flex;
grid-gap:42px;
}

.iq-option-panel{
    background-color: whitesmoke;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px;
}

