﻿.form-group.required > label:after, .header-group.required > label:after, .form-group.required > div > label:after {
    content: "*";
    color: red;
    padding-left: 3px;
}

.actionrequired > label:after, .actionrequired > h4:after {
    content: "!";
    color: red;
    padding-left: 3px;
}

.menu {
    font-size: smaller;
}

    .menu > li > a {
        overflow: visible !important;
        text-overflow: unset !important;
        white-space: normal !important;
        padding-bottom: 20px !important;
    }

        .menu > li > a > div > .menubtn {
            color: blue;
        }

.fa-group:before, .fa-user:before {
    content: "\f007";
}

.fa-group:before, .fa-close:before {
    content: "\f00d";
}

.fa-group:before, .fa-sign-in:before {
    content: "\f090";
}

.fa-group:before, .fa-user-plus:before {
    content: "\f234";
}

.cb {
    padding-left: 2px;
    padding-right: 2px;
    border: solid 1px #999;
    width: 20px;
    height: 20px;
    display: block;
}

.elptbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .elptbl > div {
        display: table-row;
    }

        .elptbl > div > div {
            display: table-cell;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

td > label {
    display: block;
}

.fakehidden {
    padding: 0px;
    margin: 0px;
    border: none;
    height: 0px;
    width: 0px;
    position: absolute;
}

.notify {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

    .notify > div {
        position: relative;
        margin: 20px auto;
        width: 95%;
    }

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}


.form-label {
    border: none !important;
}

.btn-default.form-control.ui-select-toggle {
    background-color: #fff;
}

    .btn-default.form-control.ui-select-toggle[disabled] {
        background-color: #eee;
    }

.md-tab-content {
    background-color: #fff;
}

/*yw temp updates for demo 20161028*/
.form-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0 !important;
    margin: 5px 10px;
    padding: 5px 0;
    color: #000;
}

    .form-title a {
        color: #000 !important;
    }
/*yw temp updates for demo 20161028 end*/

.form-control:not(select):not(div):not(textarea):not(span):not(.input-sm) {
    height: 34px !important;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0px !important;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 20px !important;
}

/*To fix issue (label and control overlap) where control (e.g: textbox, textarea) reside under table*/
/*#tablelist div {
    width: 100% !important;
}*/

.uib-day > .btn-default {
    background-color: #fff;
}

    .uib-day > .btn-default.active {
        background-color: #31b0d5;
    }

/* Custom */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*.modal-body {
    height: 450px;
    overflow: auto;
}*/

.btn-app {
    height: auto;
}

.box-cantainer {
    background-color: white;
    padding: 5px 20px;
}

.box-div {
    padding: 0px;
    border-width: 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,1);
}

    .box-div .dl-horizontal {
        padding: 10px;
    }

    .box-div > h4 > a {
        color: white;
    }

    .box-div h4 {
        font-weight: bold;
        color: white;
        font-size: 1.2em !important;
        background-color: #3c8dbc;
        padding: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        min-height: 60px;
    }

    .box-div dt {
        text-align: left;
        width: 90px;
        padding-right: 20px;
    }

    .box-div dd {
        margin-left: auto;
    }

.box-row {
    margin-left: 0px;
    margin-right: 0px;
}

.modal {
    /*background: rgba(0,0,0,0.0);*/
}

.content-header > h1 {
    font-weight: 100;
    color: #5093e1; /*#3c8dbc;*/
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.skin-blue .content-header.header-bg {
    background-color: #fff;
    padding: 10px 15px;
}

.breadcrumb {
    margin: 0px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
}

    .breadcrumb > li > a {
        color: #616161;
    }

.content-padding {
    padding-left: 5px;
}

.box-new-form {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}


.form-title {
    border-bottom: 2px solid #e0e0e0;
    margin: 5px 10px;
}

    .form-title a {
        color: #616161;
        font-size: 16px;
    }

.form-content {
    padding: 0px 10px;
}



.form-action {
    padding: 5px 10px;
    text-align: right;
}

    .form-action a {
        color: #616161;
        padding: 0 5px;
    }

/*START Tooltips Icon*/
.tooltip-icon {
    position: relative;
    display: inline-block;
}

    .tooltip-icon .tooltiptext {
        background-color: #555;
        border-radius: 6px;
        bottom: -165%;
        color: #fff;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        padding: 5px;
        position: absolute;
        text-align: center;
        transition: opacity 0.5s ease 0s;
        visibility: hidden;
        width: 50px;
        z-index: 1;
        width: 120px;
    }

        .tooltip-icon .tooltiptext::after {
            content: "";
            position: absolute;
            top: -30%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .tooltip-icon:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
/*END Tooltips Icon*/

/*REPLACE START Bootstrap*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e3f2fd;
}
/*END bootstrap*/

.header-rotate {
    height: 150px;
    padding: 0px;
    width: 50px;
}

    .header-rotate > div {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
        -moz-transform: rotate(-90.0deg); /* FF3.5+ */
        -ms-transform: rotate(-90.0deg); /* IE9+ */
        -o-transform: rotate(-90.0deg); /* Opera 10.5 */
        -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
        transform: rotate(-90.0deg); /* Standard */
        width: 50px;
    }

        .header-rotate > div > div {
            overflow: visible;
            height: 50px !important;
            width: 150px !important;
            text-align: left;
        }

.selected-table-border {
    border: solid 2px #31b0d5 !important;
}

table > tbody > tr > td > div.form-group {
    margin-right: 0px !important;
}

.checkbox-inline.no_indent,
.checkbox-inline.no_indent + .checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}

.checkbox.inline.no_indent:last-child {
    margin-right: 0;
}

.radio-inline.no_indent,
.radio-inline.no_indent + .radio-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}

.radio.inline.no_indent:last-child {
    margin-right: 0;
}

.radio-inline > label, .checkbox-inline > label {
    cursor: pointer;
}

.loadingScreenBackdrop {
    background-color: #fff;
}

    .loadingScreenBackdrop.fade {
        opacity: 0 !important;
        filter: alpha(opacity=0) !important;
    }

    .loadingScreenBackdrop.in {
        opacity: 0.7 !important;
        filter: alpha(opacity=70) !important;
    }

.radio-inline > label, .checkbox-inline > label {
    font-weight: 400;
}

.toolbar > .btn-group > .btn, .toolbar > .btn-group > select {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.toolbar > .btn-group > .btn {
    height: 30px;
}

.toolbar.toolbar-sm > .btn-group > .btn {
    font-size: 11px;
    padding: 5px 8px;
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.title-margin {
    margin-bottom: 10px !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

div.dataTables_info {
    /*display: none !important;*/
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #333;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 0.5s linear infinite;
}

.loadererror {
    border-top: 10px solid green;
}

.loadertext {
    font-size: 24px;
    line-height: 2.5;
}

#loading-modal-body {
    z-index: 30000 !important;
}

.loading-window {
    z-index: 30000 !important;
}

.sweet-alert {
    z-index: 29999 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.save_spinner {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 10px 10px 5px;
    top: 5px;
}

.save_loader {
    display: inline-block;
    border: 3px solid #ccc;
    border-top: 3px solid #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.5s linear infinite;
}

.pp_spinner {
    display: block;
    position: absolute;
    z-index: 1;
    padding: 10px 10px 10px 5px;
    top: -5px;
}

.pp_loader {
    border: 3px solid #ccc;
    border-top: 3px solid #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.5s linear infinite;
}

.pp_limit {
    font-style: italic;
}

.form-control-nopadding {
    padding-left: 2px;
    padding-right: 5px;
}

.auto-height {
    min-height: 34px;
    height: auto !important;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #333;
    background-color: #ccc !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    color: #333;
}

.navbar-static-red {
    background-color: #a94442 !important;
}

.table-width {
    table-layout: fixed;
    /*width: 0;*/
    /*width: 100%;*/
    word-break:break-word;
}

.btn-nowrap {
    white-space: normal !important;
    word-wrap: break-word;
    text-align: left;
}

@media screen and (max-width: 480px) {

    .panel-body .pull-left, .panel-body .pull-right {
        float: none !important;
        margin-bottom: 5px;
    }

    .padding-bottom-10 {
        padding-bottom: 10px;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .full-width-mobile {
        max-width: 100% !important;
    }

    .col-sm-3, .col-xs-12, .col-sm-12.form-group {
        padding: 2px;
    }

    .form-title-mobile h3 {
        float: left !important;
    }

    /*hide datatable showing record entries input mobile view*/
    .dataTables_info {
        display: none;
    }
}

/* To cater non-ipad mobile devices*/
@media only screen and (max-width: 760px) {
    .hideInMobile-small {
        display: none !important;
    }

    .showInMobile-small {
        display: block !important;
    }

    .table-responsive .tablecontrol {
        width: 99%;
    }

}

@media (max-width: 991px) {
    .navbar-left .navbar-nav {
        margin: 0;
    }

    /* Mobile apps's tab will cover at least 100px of form from top */
    #loading-modal-body {
        margin-top:120px;
    }
}


    @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
        .hideInMobile {
            display: none;
        }
        .showInMobile {
            display: block !important;
        }

        .mobile {
            width:100% !important;
        }

        /* Force table to not be like tables anymore */
        .mobile, .mobile thead, .mobile tbody, .mobile th, .mobile td, .mobile tr {
            display: block;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            .mobile > thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .mobile tr {
                border: 0px solid #ccc;
                background-color: #f7f3f3;
            }

                .mobile tr:nth-child(2n+1) {
                    border: 0px solid #ccc;
                    background-color: white;
                }

            .mobile td {
                /* Behave  like a "row" */
                border: none;
                border: 0px solid #eee !important;
                position: relative;
                padding-left: 50%;
            }

                .mobile td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                }

                /*
	Label the data
	*/
                .mobile td:before {
                    content: attr(data-name);
                }

            .mobile .form-group {
                margin-top: 25px;
                margin-bottom: 5px;
            }

        .mobile-header {
            display: none !important;
        }

        /* Mobile - Hide the Show N Entries in dtOptions */
        /*.dataTables_length { 
        display: none;
    }*/
    }

    .w-100 {
        width: 100%;
        float: left;
    }

    .mw-90 > a {
        max-width: 90%;
    }

    .popover-mh {
        max-height: 200px;
        overflow-y: scroll;
    }

    .group-popover {
        min-width: 250px;
    }


    /**Spinner CSS*/
    #spinnerloader {
        position: relative;
        z-index: 999999;
        width: 140px;
        height: 140px;
        margin: 30px auto;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #8c8c8c;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 1.1s linear infinite;
        animation: spin 1.1s linear infinite;
    }

    .medium-spinnerloader {
        position: relative;
        z-index: 999999;
        width: 80px;
        height: 80px;
        margin: 30px auto;
        border: 12px solid #f3f3f3;
        border-radius: 50%;
        border-top: 12px solid #8c8c8c;
        -webkit-animation: spin 1.1s linear infinite;
        animation: spin 1.1s linear infinite;
    }

    /* Safari */
    @@-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @@keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    div.form-control {
        height: auto;
        min-height: 34px;
        /*border: 1px solid #eee;*/
    }

    .block-with-text {
        overflow: hidden;
        position: relative;
        line-height: 1.1em;
        max-height: 4.4em;
        /*text-align: justify;*/
        margin-right: -1em;
        padding-right: 1em;
    }

        .block-with-text:before {
            content: '...';
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .block-with-text:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: 0.2em;
            background: #e3eaf3;
        }

    a {
        color: #5093e1;
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mysub.content-padding {
    padding: 5px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free";
}

table.dataTable thead .sorting:after {
    display: none;
}

table.dataTable thead .sorting_desc:after {
    content: "\f160";
}

table.dataTable thead .sorting_asc:after {
    content: "\f161";
}

.search-box-long-width {
    width: 107%;
}

.btn.btn-export, .btn.btn-export-as {
    border-radius: 0px;
    background-color: white;
    border-color: #d2d6de;
    color: black
}

.form-icon {
    height: 15px;
}

.search-icon {
    pointer-events: auto;
    cursor: pointer;
}

.datetime-picker-dropdown {
    background-color: #f0f0ff;
    border: 2px solid #99c;
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: none !important;
    animation: none !important;
}

.tablecol > .input-group {
    width: 100%;
}

.fieldinput-addon {
   padding: 6px !important;

}
}

.generalsearchbutton-leftpadding {
    padding-left: 10px;
}

.no-padding-xs {
    padding: 0 !important;
}


@media (min-width: 768px) {
    .no-padding-sm {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .no-padding-md {
        padding: 0 !important;
    }
}
@media (min-width: 1200px) {
    .no-padding-lg {
        padding: 0 !important;
    }
}

.kube-combo[disabled] {
    background-color: #eee;
}

.kube-combo-display {
    border: solid 1px #ccc;
    min-height: 34px;
    cursor: pointer;
    /*display: inline-block;*/
}

.kube-combo-display-selected {
    border-color: rgb(118, 169, 201);
}

.kube-combo-display-i {
    border: solid 1px #ccc;
    font-size: smaller;
    padding: 2px 5px 2px 5px;
    margin: 5px 2px 2px 5px;
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.kube-combo-display-s {
    font-size: smaller;
    padding: 2px 2px 2px 2px;
    margin: 5px 2px 2px 10px;
    display: inline-block;
    color: rgb(80, 147, 225);
}

.kube-combo-display-cl {
    float: left;
    margin-right: 5px;
    width: 95%;
}

.kube-combo-display-cr {
    margin-right: 20px;
    margin-top: 10px;
    right: 0;
    position: absolute;
}

.kube-combo-popup {
    position: absolute;
    background-color: #fff;
    z-index: 30000;
    width: 100%;
}

.kube-combo-menu {
    border: solid 1px rgb(118, 169, 201);
    border-top: 0px;
    padding: 2px 5px 2px 5px;
}

.kube-combo-options {
    padding: 2px;
    max-height: 200px;
    overflow: auto;
}

.kube-combo-option {
    padding: 2px;
}

    .kube-combo-option:hover {
        background-color: #eee;
    }

.kube-combo-option-disabled {
    opacity: 0.5;
}

.kube-combo-option > label {
    padding-left: 5px;
    font-weight: normal;
    display: inline;
}

.kube-combo-option-cl {
    float: left;
    display: inline-block;
    padding-top: 2px;
    cursor: pointer;
}


    .kube-combo-option-cl > i {
        margin-top: 2px;
    }

.kube-combo-option-cr {
    float: left;
    display: inline-block;
    padding-left: 5px;
    white-space: nowrap;
    width: 80%;
    cursor: pointer;
}

.kube-combo-option-crd {
    display: block;
    color: #999;
    font-size: smaller;
    cursor: pointer;
}

.kube-combo-selectall {
    font-size: smaller;
    padding: 5px;
    background-color: #eee;
}

.kube-combo-search {
}

    .kube-combo-search > input {
        height: 26px;
        width: 100%;
        font-size: smaller;
    }

.kube-combo-selectedonly {
    background-color: #fdffc4;
    font-size: smaller;
}

.alert-detailed-message {
    overflow-y: scroll;
    max-height: 200px;
    font-size: smaller;
    text-align: left;
    border: solid 1.5px #ccc;
    padding-left: 1.5em;
}