﻿.mt-50 {
    margin-top: 50px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pad-10 {
    padding: 10px !important;
}
.padl-0{
    padding-left:0px !important;
}

.padr-0 {
    padding-right: 0px !important;
}

.pad-0 {
    padding: 0px !important;
}

.field-validation-error {
    color: #bc0909;
    font-weight: bold;
    margin-bottom: 5px !important;
    display: block;
    margin-top: -10px;
}

.field-validation-valid {
    display: none;
}

.simple-field.input-validation-error {
    border: 1px solid #bc0909;
}

.validation-summary-errors {
    color: #bc0909;
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-summary-errors li {
        padding: 5px;
    }

    .validation-summary-errors span {
        padding: 10px;
        border-bottom: 1px solid;
        font-size: 12pt;
        color: #bc0909;
        margin-bottom: 5px;
        display: block;
    }

.validation-summary-valid {
    display: none;
}

.article-container ul li:before {
    color: grey;
}

a.continue-link {
    color: #3c763d !important;
    font-size: 14px;
}

a.forgot-password {
    color: #337ab7 !important;
    font-size: 14px;
}

.oops {
    margin-bottom: 50px;
    font-size: 45pt;
    color: #31708f;
    font-weight: 800;
}

select.form-control, input.form-check-input {
    -webkit-appearance: auto;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 90%
}

.form-group {
    margin-bottom: 15px !important;
}

.datepicker .clear {
    font-size: 14px;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    position: relative;
    top: 4px;
    font-size: 20pt;
}

.input-group.dropdowngroup {
    width: 100%;
}

    .input-group.dropdowngroup .form-control {
        width: 50%;
    }

.table.table-max {
    outline: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
}

.form-min-height {
    min-height: 60px;
}

.inline-div {
    display: inline-block;
}

#sessExpiryDiv {
    display: none;
    border: none;
    background-color: #FF6666;
    color: #FFF;
    font-family: Arial;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    position: fixed;
    width: 100%;
    height: 54px;
    text-align: center;
    z-index: -999999;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#sessExpirP {
    margin-top: 16px;
    padding: 0px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

.colorpicker-2x .colorpicker-selectors {
    height: 25px;
}

    .colorpicker-2x .colorpicker-selectors i {
        height: 20px;
        width: 20px;
    }

.radiocolorlabel {
    display: inline-block;
    width: 300px;
    background: #000;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0px;
    font-size: 18px;
    color: #000;
}

.circle {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}

    .circle.hollow {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #FFF;
        color: #222;
        text-align: center;
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    }

    .circle.circle-sm {
        height: 20px;
        width: 20px;
        line-height: 20px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 0.7em;
    }

    .circle.circle-lg {
        height: 40px;
        width: 40px;
        line-height: 40px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 1.5em;
    }

    .circle.hollow.info {
        color: #FFF;
        background-color: #3EA6CE;
        -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
        -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
        box-shadow: 0px 0px 0px 3px #3EA6CE;
    }

    .circle.hollow.gray {
        color: #757272;
        background-color: #d0d0d0;
        -webkit-box-shadow: 0px 0px 0px 3px #d0d0d0;
        -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
        box-shadow: 0px 0px 0px 3px #d0d0d0;
    }

    .circle.hollow.success {
        color: #FFF;
        background-color: #42A129;
        -webkit-box-shadow: 0px 0px 0px 3px #42A129;
        -moz-box-shadow: 0px 0px 0px 3px #42A129;
        box-shadow: 0px 0px 0px 3px #42A129;
    }

.fnt14 {
    font-size: 14px;
    font-weight: bold;
}

.label-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    background: #acacac;
    padding-left: 10px;
}

.fancy.accordeon-title {
    border-top: 0px;
    padding-left: 15px;
    color: #568ec1;
}

    .fancy.accordeon-title:after {
        content: "";
    }

    .fancy.accordeon-title.active:after {
        content: "";
    }

    .fancy.accordeon-title:before {
        content: "\f147";
        color: #568ec1;
        position: absolute;
        height: 50px;
        line-height: 50px;
        top: 0;
        left: 0;
        font-size: 13px;
        color: #262626;
        font-family: FontAwesome;
    }

    .fancy.accordeon-title.active:before {
        content: "\f150";
    }

.w-95 {
    width: 95%;
}

.accordeon-entry .table > tbody > tr {
    min-height: 149px;
    height: 149px;
}

#maincontent {
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    #maincontent {
        min-height: 400px;
    }
}

#dtSearchResult_wrapper .dataTables_paginate {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

#dtSearchResult_wrapper .dataTables_info {
    float: right;
    display: inline-block;
}

.breadcrumb-box a {
    color: #337ab7;
}

    .breadcrumb-box a:last-child {
        color: #696969;
    }

nav .simple-list .submenulevel2 {
    width: 270px;
    display: none;
    left: 100%;
    position: absolute;
    width: 100%;
    /*border: 1px #f2f2f2 solid;*/
    top: auto;
    margin-top: -48px;
    background: white;
}

@media (max-width: 1199px) {
    nav .simple-list .submenulevel2 {
        position: relative;
        width: 100%;
        margin: 0;
        left: auto;
    }

    .dropsubmenu > a:first-child:after {
        width: 1px;
        height: 11px;
        position: absolute;
        left: 90%;
        content: "\271B";
        font-size: 14pt;
    }

    .dropsubmenu.open > a:first-child:after {
        width: 1px;
        height: 11px;
        position: absolute;
        left: 90%;
        content: "\2212";
        font-size: 22pt;
    }
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.tdellipsis {
    max-width: 150px;
    max-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.blue {
    color: #337ab7 !important;
}

.fnt16px {
    font-size: 16px;
    line-height:22px;
}

.form-control.lg {
    font-size: 15px;
    height: 38px;
    font-weight:500;
    color:#000;
}
input, textarea, select {
    font-weight: 500;
}

.greensolidborder {
    border: 5px solid #4caf50;
    border-radius: 10px;
}
.bold{
    font-weight:900 !important;
}
.bootstrap-timepicker-widget table td input {
    width: 28px;
}
.multiselect-container > li > a > label > input[type=checkbox] {
    -webkit-appearance: auto;
}
.multiselect-container > li > a > label {
    font-size: 12pt;
}

.multiselect-container > li {
    border-bottom: 3px solid #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f5f7f9 !important;
}
#tbsettings > li:before {
    content: "";
}

.highlight {
    background: #2e80c7;
    color: white;
}

#dvremove.button.style-19:hover, #dvremoveall.button.style-19:hover {
    background: #fbbbbb;
    color: black;
}
.form-label:first-letter {
    text-transform: uppercase
}
td.col-green {
    color: #349735;
    font-weight: 500;
}
td.col-orange {
    color: #bb7f17;
    font-weight: 500;
}
td.col-blue {
    color: #2196f3;
    font-weight: 500;
}
.greenstatus {
    color: #2d6b2d;
    font-weight: 500;
}
    .greenstatus:before {
        content: "\f111";
        color: #2d6b2d;
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
    }
.redstatus {
    color: #cd0000;
    font-weight: 500;
} 
    .redstatus:before {
        content: "\f111";
        color: #cd0000;
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
    }

.bluestatus {
    color: #2196f3;
    font-weight: 700;
}

.greeneventstatus {
    color: #2d6b2d;
    font-weight: 700;
    padding-left: 25px;
}

nav .simple-list .submenu a {
    padding-right: 10px;
}
.table > thead > tr > th.sorting:first-letter {
    text-transform: uppercase;
}

.bg-primarygray {
    color: #171616;
    background-color: #eee;
    font-weight: 500;
}


.button.style-10:disabled, .button.style-12:disabled, .button.style-18:disabled {
    border: 2px #bfbfbf solid !important;
    background: #bfbfbf !important;
}

.button.style-10.disabled, .button.style-12.disabled, .button.style-18.disabled {
    border: 2px #bfbfbf solid !important;
    background: #bfbfbf !important;
    cursor:not-allowed;
}
.form-label{
    min-height:23.8px;
}
.form-headerlabel
{
    text-transform:capitalize;
    display:inline;
}
.inactiveflowstatus
{
    color:red;
}
.pendingflowstatus
{
    color:black;
}
.activeflowstatus
{
    color: green;
}
.green {
    color: #007a00 !important;
}

.dataTables_wrapper .dataTables_processing {
    background-color: lightgray;
}