/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

body{
    font-size: 15px;
}

.jarviswidget>div{
    font-size: 15px;
}

.form-control{
    font-size: 15px;
}

.jarviswidget>header h2{
    font-size: 16px;
}

.table thead tr {
    font-size: 15px;
}

.top-buffer { margin-top:20px; }

.btn-margin-above{
	margin-top: 10px;
}

.btn-margin-right{
	margin-right: 10px;
}

.btn-margin-left{
	margin-left: 10px;
}
.btn-margin-below{
	margin-bottom: 10px;
}

.list-margin-below{
	margin-bottom: 10px!important;
}

.input-margin-below{
	margin-bottom: 10px;
}

.list-margin-right{
	margin-right: 40px
}

.icon-pull-right{
	float: right;
	line-height: 20px;
	font-size: 20px;
    margin-left: 10px;
}

.pull-right{
	float: right;
}

.right-align-textbox{
    text-align: right;
}

/* Claun up labels */

.label.font-sm{
    font-size: 76% !important;
}

.label.font-xs{
    font-size: 76% !important;
}

textarea{
    resize: none !important;
}

/* Clean up ribbon */

#ribbon {
    background: #474544;
    border-bottom: 1px solid #474544;
    border-top: 1px solid #474544;
}

#ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #BBB!important;
    text-decoration: none!important;
}

#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active {
    color: #E4E4E4!important;
}

.breadcrumb>li+li:before {
    content: "|";
    padding: 0 5px;
    color: #ccc;
}

.toast-message li{
     margin-left: -25px;
}

#header {
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2)!important;
    background-repeat: repeat-x!important;
}

.cg-busy-backdrop {
	background-color:grey;
	opacity:0.6;
}

.toggle-yes {
    color: #739e73;
}

.toggle-no {
    color: #a90329;
}


.toggle-na {
    color: #305d8c;
}


.fake-link:hover{
    cursor: pointer;
    background-color: #f5f5f5;
}

.fake-link-pointer:hover{
   cursor: pointer;
}

.pager-text{
    margin-bottom: 18px;
    font-weight: 600;
}

.item-header{
    margin-bottom: 10px;
    font-weight: 600;
}

.item-header-no-margin{
    font-weight: 600;
}

.btn-file {
    position: relative;
    overflow: hidden;
}


.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.ng-invalid.form-control.with-validation{
    background: #fff0f0;
    border-color: #A90329;
}

.ng-valid.form-control.with-validation{
    background: #f0fff0;
    border-color: #7DC27D;
}

.ng-valid.ui-select-container.with-validation .form-control{
    background: #f0fff0;
    border-color: #7DC27D;
}

.ng-invalid.ui-select-container.with-validation .form-control{
    background: #fff0f0;
    border-color: #A90329;
}


.validation-message{
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    color: #D56161;
}

.control-label{
    font-size: 15px;
    font-weight: 600;
}

.note{
    font-size: 14px;
}

/* Clean up Name at top of Menu */

.login-info a span{
    font-size: 19px!important;
}

/* Clear margin of element p */
.clear-p-margin {
    margin: 0 0 0px;
}

/* Clean up logout button */

@media (max-width: 880px) and (min-width: 768px)
{
    .btn-header.transparent a {
        border-radius: 2px;
        cursor: default!important;
        display: inline-block;
        font-weight: 700;
        padding: 2px;
        text-align: center;
        text-decoration: none!important;
        -webkit-user-select: none;
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #bfbfbf!important;
        color: #6D6A69;
        font-size: 17px;
        margin-top: 5px!important;
        width: 40px!important;
        height: 39px!important;
        line-height: 38px!important;
    }

    .btn-header.transparent a:hover {
        color: #6D6A69;
    }

    #logout i {
        color: #6D6A69;
        font-size: 121%;
    }
}

@media (max-width: 767px) and (min-width: 320px)
{
    .btn-header.transparent a {
        border-radius: 2px;
        cursor: default!important;
        display: inline-block;
        font-weight: 700;
        padding: 2px;
        text-align: center;
        text-decoration: none!important;
        -webkit-user-select: none;
        background-color: #f8f8f8!important;
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #bfbfbf!important;
        color: #6D6A69;
        font-size: 17px;
        margin-top: 5px!important;
        width: 50px!important;
        height: 39px!important;
        line-height: 38px!important;
    }

    .btn-header.transparent a:hover {
        color: #6D6A69!important;
    }

    #logout i {
        color: #6D6A69!important;
        font-size: 121%!important;
    }
}

/* Availability boxes */

.tribox{
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;

}

.tribox.matrix0{
    background-color: #739e73
}

.tribox.matrix1{
    background-color: #4c4f53
}

.tribox.matrix2{
    background-color: #a90329
}

.tribox.matrix3{
    background-color: #c79121
}

.tribox.matrix4{
    background-color: #6e3671
}


.tribox.state0{
 background-color: #a90329
}

.tribox.state1{
 background-color: #c79121
}

.tribox.state2{
 background-color: #739e73
}

.triboxtallheader{
    width: 23px;
    height: 23px;
    float: center;
    margin-right: 3px;
    margin-bottom: 3px;
}

.triboxtall{
    width: 23px;
    height: 23px;
    float: left;
     margin-right: 3px;
    margin-bottom: 3px;
}

.triboxtall.state0{
 background-color: #a90329
}

.triboxtall.state1{
 background-color: #c79121
}

.triboxtall.state2{
 background-color: #739e73
}

.signature{
    border: 1px solid #000;
    display: block;
    margin: auto;
    width: 280;
    height: 180;
    background-color: #fff2cc;
}

/* Nag List */

.dark-mode.pagination>li>a {
    background-color: #555!important;
    border-color: #fff!important;
    color: #8bc9ff!important;
}

.dark-mode.pagination>.active>a{
     background-color: #888!important;
    color: #fff!important;
}

.jarviswidget>div.nag-list{
    background-color: #333333!important
}

list-group-item.nag-item{
    border: none;
    background-color: #333333!important;
}

.nag-item{
    border: none;
    margin-bottom: 5px;

}
.nag-priority-99{
         background-color: #bbbbbb!important;
      color: #000;
}

.nag-priority-0{
     background-color: #cc00ff;
     color: #fff;
}
.nag-priority-1{
     background-color: #ff0000;
     color: #fff;
}
.nag-priority-2{
     background-color: #ff3300;
    color: #fff;
}
.nag-priority-3{
     background-color: #ff6600;
      color: #fff;
}
.nag-priority-4{
     background-color: #ff9900;
      color: #fff;
}
.nag-priority-5{
     background-color:#ffcc00;
      color: #000;
}
.nag-priority-6{
     background-color: #ffff00;
      color: #000;
}
.nag-priority-7{
     background-color: #ccff00;
     color: #000;
}
.nag-priority-8{
     background-color: #99ff00;
     color: #000;
}
.nag-priority-9{
     background-color: #66ff00;
      color: #000;
}
.nag-priority-10{
     background-color: #00ff00;
     color: #000;
}
.nag-priority-11{
     background-color: #00ff66;
      color: #000;
}
.nag-priority-12{
     background-color: #00ff99;
      color: #000;
}

.nag-priority-13{
    background-color: #00ffcc;
      color: #000;
}
.nag-priority-14{
    background-color: #00ffff;
    color: #000;
}
.nag-priority-15{
    background-color: #0099ff;
    color: #fff;
}
.nag-priority-16{
    background-color: #0066ff;
    color: #fff;
}
.nag-priority-17{
    background-color: #0033ff;
    color: #fff;
}
.nag-priority-18{
    background-color: #0000ff;
    color: #fff;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
    height: 25px;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.label-black {
    color: #000000;
}

.label-padding-1012 {
    padding: 10px 12px;
    line-height: normal;
}

.label-fontsize-100p {
    font-size: 100%;
}

.h-40-form-control .form-control {
    height: 40px;
}

.w-110-form-control .form-control {
    min-width: 110px;
    max-width: 110px;
}

.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.ng-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
 }
 
 .ng-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
 }
 
 .ng-modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    background-color: #eee;
    z-index: 1002;
    overflow: auto;
    padding: 10px;
 }
 
 .ng-modal-dialog.right {
    left: auto;
    right: 0;
 }
 
 .ng-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
 }
 
 .ng-modal-dialog-content {
   
 }

 .modal-lr-form-section {
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
 }

 .modal-lr-form-section .modal-lr-section-title {
    padding: 8px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
 }
 .modal-lr-section-content {
    padding: 8px;
 }

 .calendar_default_event_bar.calendar_default_event_bar_cancelled {
    background-color: #dddddd;
 }
 .calendar_default_rowheader .calendar_default_rowheader_inner {
    font-size: 16px;
}
.calendar-search.col-xs-5 .col-md-offset-6 {
    margin-left: 0px;
}