﻿

body {
    font-size: 13px !important;
}

.k-grid-content {
    font-size: 12px !important;
}

.noPaddingLeftRght {
    padding-left: 0px;
}

.k-readonly {
    color: #babac7;
}


input.ng-invalid, select.ng-invalid, span.ng-invalid, div.ng-invalid {
    border-color: #b5141c !important;
    border-width: 1px !important;
}

.validcolor {
    color: #38a708;
}

.errorcolor {
    color: #b5141c;
}

div.steps {
    font-size: 16px;
    height: 80px;
    vertical-align: middle;
    padding: 10px;
    padding-top: 20px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    cursor: pointer;
}

    div.steps.selected {
        background-color: #8c9eaa;
        color: #FFF;
        font-weight: bold;
    }



.showstep {
    display: none;
}



div.application button {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: none;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    padding: 0;
    cursor: pointer;
    outline: 0;
    background: transparent;
}

    div.application button.save-continue:disabled {
        background: #dddddd;
    }

    div.application button.save-continue {
        background: #646464;
        width: 300px;
        vertical-align: top;
    }

div.application .submit span.text {
    background: #8C9EAA;
    display: inline-block;
    height: 100%;
    width: 283px;
}

div.application .submit.gray span.text {
    background: #dbdbdb;
}

div.application .submit.gray span.arrow-right {
    border-left: 30px solid #dbdbdb;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #8C9EAA;
    display: inline-block;
    vertical-align: top;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #8C9EAA;
    display: inline-block;
    vertical-align: top;
}

.footer-bottom {
    margin-top: 100px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 0.5s;
    -moz-transition: opacity ease-in-out 0.5s;
    -ms-transition: opacity ease-in-out 0.5s;
    -o-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
}

    .animationIf.ng-enter,
    .animationIf.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .animationIf.ng-leave,
        .animationIf.ng-enter.ng-enter-active {
            opacity: 1;
        }

.personImage {
    max-width: 210px;
    max-height: 180px;
}

div.invalid, span.invalid {
    border-color: #b5141c !important;
    border-width: 1px !important;
}

.topBanner {
    background-color: #02163a;
    padding: 10px;
    color: #FFF;
}


.topMenu {
    background-color: #007fff;
    color: #FFF;
}

.footer {
    background-color: #02163a;
    border-top: solid 5px #a8a9ad;
    line-height: 30px;
    display: block;
    color: #FFF;
}

div.topMenu .nav a {
    color: #FFF;
}

    div.topMenu .nav a:hover {
        color: #000;
    }

.myphoto {
    border: solid 1px #ababab;
}

.marginPadding {
    padding-top: 30px;
}

.topMenu ul.nav a {
    padding: 6px !important;
}

div.stepsBack {
    background-color: #02163a;
    color: #FFF;
    height: 80px;
    margin-bottom: 10px;
}


div.applicationTitle {
    background-color: #8c9eaa;
    height: 120px;
}


div.intakes hr {
    border: solid 1px #85bbdd;
}

div.intakes {
    padding-bottom: 20px;
}

.main-container .breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
}

    .main-container .breadcrumb > .active {
        color: #FFF;
    }


@media (min-width: 1100px) {
    .container {
        width: 1080px;
    }

    .hidden-lg {
        display: none;
    }

    .visible-lg {
        display: block !important;
    }



    .rTable {
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }

    .rTableRow {
        display: table-row;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
    }

    .rTableCell, .rTableHead {
        display: table-cell;
        /*padding: 3px 10px;*/
        padding-bottom: 3px;
        /*border: 1px solid #999999;*/
        border: none;
        vertical-align: top;
    }

    .rTableHead {
        /*padding: 3px 14px 3px 11px;*/
        font-weight: bold !important;
        border: none;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
        font-weight: bold;
    }

    .rTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #ddd;
    }

    .rTableBody {
        display: table-row-group;
    }


    .width80 {
        width: 80px;
    }

    .width100 {
        width: 80px;
    }

    .width110 {
        width: 90px;
    }

    .width120 {
        width: 100px;
    }

    .width130 {
        width: 110px;
    }

    .width140 {
        width: 120px;
    }

    .width150 {
        width: 130px;
    }

    .width160 {
        width: 140px;
    }

    .width170 {
        width: 150px;
    }

    .width180 {
        width: 180px;
    }

    .width190 {
        width: 170px;
    }

    .width200 {
        width: 180px;
    }

    .width210 {
        width: 190px;
    }

    .width220 {
        width: 200px;
    }

    .width230 {
        width: 210px;
    }

    .width240 {
        width: 220px;
    }

    .width250 {
        width: 230px;
    }

    .width260 {
        width: 240px;
    }

    .width270 {
        width: 250px;
    }

    .width280 {
        width: 260px;
    }

    .width290 {
        width: 270px;
    }

    .width300 {
        width: 280px;
    }

    .width310 {
        width: 290px;
    }

    .width320 {
        width: 300px;
    }

    .width330 {
        width: 310px;
    }

    .width340 {
        width: 320px;
    }

    .width350 {
        width: 330px;
    }

    .width360 {
        width: 340px;
    }

    .width370 {
        width: 350px;
    }

    .width380 {
        width: 360px;
    }

    .width390 {
        width: 370px;
    }

    .width400 {
        width: 380px;
    }

    .width440 {
        width: 440px;
    }

    .width450 {
        width: 450px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.glyphicon-floppy-save, i.glyphicon-chevron-right, i.glyphicon-chevron-down {
    cursor: pointer;
}

.form-group {
    margin-bottom: 8px !important;
}

.form-control {
    border-radius: 0px !important;
    /*	 border:1px solid #BBBDBE; background:#fff;
							-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, .3);
							-moz-box-shadow:   inset 0 0 5px rgba(0, 0, 0, .3);
							box-shadow:        inset 0 0 5px rgba(0, 0, 0, .3);*/
}

.form-group.col-xs-5.col-sm-5.col-md-5.col-lg-5.hidden-lg {
    float: none;
    margin-top: 10px;
}


.k-dropdown-wrap, .k-picker-wrap {
    border-radius: 0px !important;
    border: none;
}

label {
    font-weight: normal;
}

    label.control-label > span.glyphicon {
        color: #727272;
        display: none;
    }

@media (min-width: 1200px) {


    .rTable {
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }

    .rTableRow {
        display: table-row;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
    }

    .rTableCell, .rTableHead {
        display: table-cell;
        /*padding: 3px 10px;*/
        padding-bottom: 3px;
        /*border: 1px solid #999999;*/
        border: none;
        vertical-align: top;
    }

    .rTableHead {
        /*padding: 3px 14px 3px 11px;*/
        font-weight: bold !important;
        border: none;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
        font-weight: bold;
    }

    .rTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #ddd;
    }

    .rTableBody {
        display: table-row-group;
    }


    .width100 {
        width: 100px;
    }

    .width110 {
        width: 110px;
    }

    .width120 {
        width: 120px;
    }

    .width130 {
        width: 130px;
    }

    .width140 {
        width: 140px;
    }

    .width150 {
        width: 150px;
    }

    .width160 {
        width: 160px;
    }

    .width170 {
        width: 170px;
    }

    .width180 {
        width: 180px;
    }

    .width190 {
        width: 190px;
    }

    .width200 {
        width: 200px;
    }

    .width210 {
        width: 210px;
    }

    .width220 {
        width: 220px;
    }

    .width230 {
        width: 230px;
    }

    .width240 {
        width: 240px;
    }

    .width250 {
        width: 250px;
    }

    .width260 {
        width: 260px;
    }

    .width270 {
        width: 270px;
    }

    .width280 {
        width: 280px;
    }

    .width290 {
        width: 290px;
    }

    .width300 {
        width: 300px;
    }

    .width310 {
        width: 310px;
    }

    .width320 {
        width: 320px;
    }

    .width330 {
        width: 330px;
    }

    .width340 {
        width: 340px;
    }

    .width350 {
        width: 350px;
    }

    .width360 {
        width: 360px;
    }

    .width370 {
        width: 370px;
    }

    .width380 {
        width: 380px;
    }

    .width390 {
        width: 390px;
    }

    .width400 {
        width: 400px;
    }

    .width850 {
        width: 850px;
    }
}


@media (max-width: 768px) {
    div.banner_text {
        font-size: 20px;
    }
}

@media (min-width: 769px) {
    div.banner_text {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 15px;
        font-weight: bold;
        padding: 3px;
    }
}


.panel-title {
    font-weight: bold;
}




div.widthSmallButton {
    min-width: 10px !important;
    text-align: left;
}

    div.widthSmallButton .btn {
        padding: 1px 2px;
        background-color: transparent;
        border: none;
        color: #C54E4B;
        /*margin-left:10px;*/
        margin-top: 6px;
    }

        div.widthSmallButton .btn:hover {
            padding: 2px 3px;
            background-color: transparent;
            border: none;
            color: #D9534F;
        }

.width20 {
    width: 20px;
}

.width50 {
    width: 50px;
}

.panel-default > .panel-heading {
    background-color: #8c9eaa;
    color: #FFF;
    border-radius: 0px;
}

.k-upload {
    border-radius: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #f5f5f5;
}


button.btn-warning {
    background-color: #D9534F;
    border: solid 1px #C54E4B;
}

    button.btn-warning:hover {
        background-color: #C54E4B;
        border: solid 1px #D9534F;
    }

a.btn-success, button.btn-success {
    background-color: #5CB85C;
    border: solid 1px #51A251;
}

    a.btn-success:hover, button.btn-success:hover {
        background-color: #51A251;
        border: solid 1px #5CB85C;
    }


input.ng-invalid, select.ng-invalid, span.ng-invalid, div.ng-invalid, textarea.ng-invalid {
    border-color: #D9534F !important;
    border-width: 1px !important;
}

div.customIsInvalid textarea {
    border-color: #D9534F !important;
    border-width: 1px !important;
}

div.invalid, span.invalid {
    border-color: #b5141c !important;
    border-width: 1px !important;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
}


div.k-dropzone > em {
    display: none;
}

div.k-dropzone {
    padding: 0px;
    background-color: none;
}

ul.k-upload-files.k-reset {
    line-height: normal;
    border-style: none;
    border-width: 0px;
}

li.k-file {
    display: none;
}

    li.k-file.k-file-invalid {
        display: block;
    }

.k-calendar .k-today {
    background-color: #ccc;
}
/*
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  -ms-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}*/

.mt100 {
    margin-top: 100px;
}

.navbar-toggle {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.top_banner {
    background-image: url('images/top_banner.jpg');
    height: 195px;
    padding: 20px;
    color: #FFF;
    margin-bottom: 20px;
}

.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('images/flags.png') no-repeat;
    box-shadow: none;
    border: none;
}


    .flag.flag-gr {
        background-position: 0 0;
        box-sizing: border-box;
    }

    .flag.flag-us {
        background-position: -32px 0;
    }

div.mb10 {
    margin-bottom: 10px;
}


.k-list-container {
    width: auto !important;
}

.minheight36 {
    min-height: 36px;
}

.nomargin {
    margin: 0px !important;
}

.travelHide {
    visibility: hidden;
}



/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */
.form-control {
    /*min-height: 36px;*/
    height: auto !important;
}

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.pt165 {
    padding-top: 165px;
}



.k-widget.k-notification.k-notification-error {
    background-color: #FFF;
    color: #000;
    border-color: #000;
}

.mt20 {
    margin-top: 20px;
}



a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #b5141c;
        text-decoration: underline;
    }

div.clearBoth {
    clear: both;
}

div.seperator {
    border-top: solid 1px #DDDDDD;
    margin-top: 20px;
    padding-top: 20px;
}




div.cources {
    margin: 5px 10px 25px 10px;
}

span.km-switch {
    cursor: pointer;
}

    span.km-switch.km-state-disabled {
        cursor: default;
    }

div.academicBorder {
    border-bottom: solid 2px #D8DFE1;
    display: block;
    clear: both;
    margin: 0px 0px 10px 0px;
}


ul.userMenu {
    list-style: none;
}

    ul.userMenu > li {
        display: block;
        float: left;
        padding: 0px 5px 0px 5px;
    }

.top_save {
    cursor: pointer;
    display: block;
}

.pb10 {
    padding-bottom: 10px;
}

#loading-img {
    background: url('images/spin.svg') center center no-repeat;
    height: 100%;
}
/*
.overlay {
    z-index: 2000;
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}*/

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(233,233,233, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content2 {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/*div.panel-heading > h4 > a:hover,div.panel-heading > h4 > a:focus{
    color:#FFF;

}*/


span.greencolor {
    color: green;
}

span.yellowcolor, p.yellowcolor {
    color: #feb914;
}

span.redcolor {
    color: red;
}

.bordernone {
    /*border:none;*/
}

span.k-numeric-wrap {
    border-radius: 0 !important;
    border: none;
}


span.fulltimeSwitch .km-switch {
    width: 60px;
}

span.pointer, div.pointer {
    cursor: pointer;
}


/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
    div.steps {
        font-size: 13px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    div.steps {
        font-size: 13px;
    }
}


.contentNone:before {
    content: " " !important;
}

.mr20 {
    margin-right: 20px;
}


a:focus {
    outline: 0;
    text-decoration: none;
}


.boxTitle {
    color: #8c9eaa;
}

textarea {
    resize: vertical;
}

.minHeight50 {
    min-height: 50px;
}

input.submitInput {
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
}

.k-progressbar .k-state-selected {
    background-color: #36A708;
    border-color: #36A708;
}

.k-edit-form-container {
    width: auto;
}

span.pieChart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

    span.pieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    span.pieChart span.percent {
        font-size: 22px;
    }

    span.pieChart span.integer {
        font-size: 22px;
    }

    span.pieChart span.percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.align-right {
    text-align: right;
}

a.dashboard-stat {
    color: #FFF;
}

    a.dashboard-stat:hover {
        color: #5c6dc4;
    }

    a.dashboard-stat span.arrow {
        float: right;
        width: 20px;
        text-align: center;
        display: inline;
        font-size: 16px;
        font-family: FontAwesome;
        height: auto;
        content: "\f104";
        font-weight: 300;
        text-shadow: none;
        position: absolute;
        top: 4px;
        right: 14px;
    }

.dashboard-stat .details .number {
    font-size: 28px !important;
}

.dashboard-stat .details .desc {
    font-size: 15px !important;
}

div.listViewContainer div.k-listview {
    padding: 10px;
}


div.pr20 {
    padding-right: 20px;
}



.pdfExport i.fa-file-excel-o {
    font-size: 20px;
    cursor: pointer;
    color: #428bca;
}

div.detailsGridContainer h1 {
    font-size: initial !important;
    padding: initial !important;
    margin: initial !important;
    margin-bottom: 5px !important;
}

div.listViewContainer form[name=esParamsPanelForm] > div.row > div.form-group:last-child {
    width: 100% !important;
}

.show-hide {
    transition: all linear 0.2s;
}

    .show-hide.ng-hide {
        opacity: 0;
    }

div.loader {
    color: #aaaaaa;
}

.tooltip {
    z-index: 100000;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.db {
    display: block;
}

.chats li.out .message {
    margin-right: 10px !important;
}

.chats li.in .message {
    margin-left: 10px !important;
}


div.topBottomPadding {
    margin: 20px 0px;
    padding: 20px 0px;
    clear: both;
}

div.topPadding {
    margin-top: 20px;
    padding-top: 20px;
    clear: both;
}

div.bottomPadding {
    margin-bottom: 20px;
    padding-bottom: 20px;
    clear: both;
}

div.topLine {
    border-top: 1px solid #e9edef;
    line-height: 1.7em;
}

div.bottomLine {
    border-bottom: 1px solid #e9edef;
    line-height: 1.7em;
}


a.nav-link.selected {
    color: #FFF !important;
}

textarea.form-control {
    padding: 6px 12px !important;
}

i.pointer {
    cursor: pointer;
}

.isReadonly i.pointer {
    cursor: default;
}

i.pointer.fa-star {
    color: orange;
}

/*.k-animation-container,
.k-widget, .k-widget *,
.k-animation-container *,
.k-widget *:before,
.k-animation-container *:after {
  -webkit-box-sizing:border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
}*/
span.fs22 {
    font-size: 22px;
}

div.dash2GrayBackgound {
    background-color: #e7ecf1 !important;
}
/*div.virtual div.k-pager-wrap*/
div.virtual div.k-header, div.virtual div.k-grid-header, div.virtual div.k-grid-footer {
    display: none;
}

div.virtual colgroup col {
    width: 100% !important;
}

.k-virtual-scrollable-wrap {
    overflow-x: hidden;
}

div.virtual .k-grid {
    border: none !important;
}

div.virtual div.feeds {
    width: 580px;
    height: 35px;
}

div.feeds .col1 {
    clear: both;
}

    div.feeds .col1, div.feeds .col1 > .cont > .cont-col2 {
        width: 100%;
        float: left;
    }

        div.feeds .col1 > .cont {
            float: left;
            margin-right: 75px;
            overflow: hidden;
        }



            div.feeds .col1 > .cont > .cont-col2 > .desc {
                margin-left: 35px;
                padding-top: 4px;
                padding-bottom: 5px;
                overflow: hidden;
            }

div.feeds .col2 {
    float: left;
    width: 75px;
    margin-left: -75px;
}

    div.feeds .col2 > .date {
        padding: 4px 9px 5px 4px;
        text-align: right;
        font-style: italic;
        color: #c1cbd0;
    }

.k-virtual-scrollable-wrap tr {
    height: 3em;
}

/* or */

.k-virtual-scrollable-wrap td {
    white-space: nowrap;
}


.dropdown-checkboxes label, .dropdown-radiobuttons label {
    font-size: 12px;
    white-space: nowrap;
}

div.cont-col1 {
    z-index: 500;
}


.row.feeds {
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
}

    .row.feeds > div {
        box-sizing: border-box !important;
    }

        .row.feeds > div.date {
            padding: 4px 9px 5px 4px;
            text-align: right;
            font-style: italic;
            color: #c1cbd0;
        }

        .row.feeds > div.icon {
            padding-right: 0px;
        }

            .row.feeds > div.icon > div.label {
                display: inline-block;
                padding: 6px 6px 5px 6px;
                vertical-align: middle;
                text-align: center;
            }


div.caseForm div.col-xs-5 {
    width: 25% !important;
}

div.caseForm div.col-xs-7 {
    width: 75% !important;
}

ul.noBullet {
    list-style-type: none !important;
}

ul.rating {
    margin-top: 10px;
}

    ul.rating > li {
        padding-top: 3px;
    }



div.height2 th {
    white-space: normal !important;
    overflow-wrap: break-word;
    vertical-align: top !important;
}

div.height3 th {
    white-space: normal !important;
    overflow-wrap: break-word;
    vertical-align: top !important;
}

div.height4 th {
    white-space: normal !important;
    overflow-wrap: break-word;
}


.k-grid-header th.k-header.k-with-icon {
    padding-top: 5px;
    position: relative;
}

.k-header.k-with-icon .k-header-column-menu {
    position: absolute;
    top: 5px;
    right: 5px;
}


div.col-lg-6 div.portlet-body img {
    max-width: 100%;
}


@media (max-width: 991px) {
    .page-sidebar a.selected {
        display: block !important;
    }
}

span.pieChartContracts {
    position: relative;
    display: inline-block;
    width: 80px;
    height: auto !important;
    text-align: center;
}



.orange {
    color: #F1C40F;
}

.blue {
    color: #36c6d3;
}

.red {
    color: #ed6b75;
}

.purple {
    color: purple;
}

.green {
    color: #26C281;
}


.messageText {
    text-align: left;
    margin-top: 20px;
}

.lh22 {
    font-size: 1.8em;
    line-height: 20px !important;
}


.fa-2 {
    font-size: 19px;
}

span.pointer {
    cursor: pointer;
}

td.tar, span.tar {
    text-align: right;
}

.k-grid-content {
    min-height: 60px;
}

div.pieChartTitle {
    color: #8e8e8e;
    text-align: center;
    font-size: 16px;
}

div.tooltip-inner {
    background-color: #364150;
}

div.tooltip-arrow {
    border-top-color: #364150 !important;
}

i.fa-info, i.fa-question-circle, i.fa-info-circle {
    cursor: help;
}

i.colorgray {
    color: #d6d6d6;
}

.tooltip {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
}


span.DirectCustomer {
    font-size: 15px !important;
}

span.pieChart.DirectCustomer {
    width: 80px;
    height: 80px;
}

span.fs16 {
    font-size: 16px
}




.portlet.visual {
    padding-top: 35px;
    margin-bottom: 40px;
}

.portlet .visual {
    width: 80px;
    height: 80px;
    padding-top: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
    position: absolute;
}

    .portlet .visual > i {
        margin-left: -35px;
        font-size: 110px;
        line-height: 110px;
        color: #fff;
        opacity: .1;
        filter: alpha(opacity=10);
    }

div.DCPortlet {
    color: white
}

    div.DCPortlet p {
        margin-bottom: 0
    }

.integer.DirectCustomer {
    font-size: 22px !important;
}

.showJS {
    display: inline-block !important;
    position: relative;
}

.btn-group.hideJS {
    display: none;
}

div.p3 {
    padding: 3px;
}

div.bordered {
    border: 1px solid #e7ecf1 !important;
}

div.feeds > div.k-widget {
    border: none;
}

.page-sidebar-menu {
    padding-top: 20px !important;
}

div.k-grid-content {
    min-height: 60px;
}

.dropdown-menu li > a {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 18px;
}

/*  Webmanager */
div.es-section {
    padding-left: 15px;
    padding-right: 15px;
}
/*div.es-section div.actions{
    display:none;
}*/
.input-group {
    display: initial !important;
}



.input-group-prepend, .input-group-append {
    float: right;
    position: relative;
    top: -35px;
    left: 3px;
    z-index: 20;
}

.es-section .actions {
    float: right;
    position: relative;
    top: 5px;
    z-index: 4;
    right: -18px;
}

.mdi-reload:before {
    content: "\f021";
    font-size: 18px
}

.mdi-magnify:before {
    content: "\f00e" /* Adds a glyph using the Unicode character number */
}

.mdi-menu-down:before {
    content: "\f066"
}

.mdi-menu-right:before {
    content: "\f065"
}

.mdi {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 14px;
}

.btn.btn-outline-secondary {
    color: #333333;
    background-color: transparent;
    border-color: none;
}

.btn.es-param-control.btn-open-modal {
    width: 100%;
    color: #495057;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important;
    line-height: 28px !important;
}

.es-module-params .btn-info {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
}

.mdi-plus:before {
    content: "\f067";
}

.mdi-minus:before {
    content: "\f068";
}

.k-widget {
    box-sizing: border-box !important;
}

.btn-open-modal {
    padding: 2px 12px !important;
}

.es-param-more {
    margin-top: 24px;
}

/*.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.es-param-date {
    min-height: 25px;
}

span.k-switch {
    width: 4.2em!important;
}

div.textWrap th {
    white-space: normal !important;
    overflow-wrap: break-word;
    vertical-align: top !important;
}

span.hideCanvas canvas{
    display:none!important;
}

span.form-control span.k-dropdown-wrap {
    border-color: transparent !important
}