﻿.mini-logo {
    width: 30px;
    height: 30px;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}

.ng-validation-message {
    color: red;
    font-style: italic;
}

.ng-asterisk-line {
    color: red;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.ng-asterisk-mark {
    color: red;
    font-weight: normal;
    font-style: italic;
}

.ng-hint {
    color: green;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.bg-danger-imp {
    background-color: #f2dede !important;
}

.bg-success-imp {
    background-color: #dff0d8 !important;
}

.ng-disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eee;
}

.ng-disabled-remove {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.ng-disabled-with-color {
}

    .ng-disabled-with-color input[type=text], .ng-disabled-with-color input[type=file] {
        pointer-events: none;
        cursor: not-allowed;
        background-color: #eee !important;
    }

.ng-disabled-without-color {
    pointer-events: none;
    cursor: not-allowed;
}

.ng-margin-top-5 {
    margin-top: 5px !important;
}

.ng-padding-top-5 {
    padding-top: 5px !important;
}
/*--- Pager ---*/
.ng-pager {
    margin: 1px;
}

    .ng-pager .disabled {
        border: 1px solid #ddd;
        color: #999;
        margin-top: 4px;
        padding: 3px;
        text-align: center;
    }

    .ng-pager .current {
        background-color: #e7e7e7;
        border: 1px solid #aaa;
        color: #000;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

    .ng-pager span, .ng-pager a {
        margin: 4px 3px;
    }

    .ng-pager a {
        border: 1px solid #aaa;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
    }

.source {
    margin-top: 30px;
}
/*--- Pager End ---*/

.ng-table-intranet-a {
    border: solid 1px;
    max-width: 500px;
    min-height: 150px;
}

    .ng-table-intranet-a h4 {
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
    }

.ng-table-intranet-b {
    border: solid 1px;
    max-width: 500px;
    min-height: 150px;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .ng-table-intranet-b h4 {
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
    }

.ng-submit-button {
    text-align: center;
}

.ng-table-intranet-la {
    border: solid 1px;
    max-width: 900px;
    min-height: 270px;
    padding-top: 14px;
}

.ng-table-intranet-la2 {
    border: solid 1px;
    max-width: 900px;
    min-height: 200px;
    padding-top: 10px;
    margin-top: 20px;
}
/*.content-header > h1 {   
    margin: 0 0 -2px 0 !important;
    padding-bottom: 5px !important;
    display: inline-block;
    border-bottom: 2px solid #3c8cbc!important;
    font-size: 24px;
}
.skin-purple-light .content-header {
    background: transparent;     display: block !important; 
    margin:0px 0px 5px -12px !important;
    border-bottom: dotted 1px !important;    max-width: 1060px !important;
}*/
#ui-datepicker-div {
    font-size: 11px;
}
/*--- loading search image for auto complete of jquery ui ---*/
.ui-autocomplete-loading {
    background: url(../Images/Searching.gif) no-repeat right center !important;
}

.ng-text-right {
    text-align: right;
}

.ng-text-uppercase {
    text-transform: uppercase !important;
}

.ng-overflow-hidden {
    overflow: hidden;
}

.content-header-panel {
    margin-right: 20px;
    float: left;
}

.c-panel {
    margin: 1px;
    float: left;
    padding: 1px 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
    font-size: 11px;
}

.no-wrap {
    white-space: nowrap;
}



.ng-padding-1, .ng-padding-1 > thead > tr > th, .ng-padding-1 > tbody > tr > td {
    padding: 1px;
}

.ng-border-1, .ng-border-1 > thead > tr > th, .ng-border-1 > tbody > tr > td {
    border: 1px solid #d9d8d8 !important;
}

.ng-form-group-sm .form-control {
    height: 26px;
    padding: 1px 3px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.ng-padding-r-0 {
    padding-right: 0;
}

.ng-padding-l-0 {
    padding-left: 0;
}

.form-control-inline {
    width: auto;
    float: left;
    margin-right: 5px;
}

.AIUpperCase {
    text-transform: uppercase;
}

.ng-display-block {
    display: block;
}

.ng-display-none {
    display: none;
}

.ng-bg-info {
    background-color: #c8ecf5 !important;
}

a.ng-bg-info:hover,
a.ng-bg-info:focus {
    background-color: #c8ecf5 !important;
}

.ng-bg-success {
    background-color: #c1e2b3 !important;
}

a.ng-bg-success:hover,
a.ng-bg-success:focus {
    background-color: #c1e2b3 !important;
}

.ng-bg-warning {
    background-color: #fcf8e3 !important;
}

a.ng-bg-warning:hover,
a.ng-bg-warning:focus {
    background-color: #f7ecb5 !important;
}

.ng-bg-danger {
    background-color: #f2dede !important;
}

a.ng-bg-danger:hover,
a.ng-bg-danger:focus {
    background-color: #e4b9b9 !important;
}

.ng-bg-gray {
    background-color: #aaa !important;
}

/*-------Boxes------- */
.dash-box {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}

.dash-box-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dash-box-body {
    padding: 50px 20px;
}

.dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.dash-box-icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}

.dash-box-action > button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

.dash-box-body > .dash-box-count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}

.dash-box-body > .dash-box-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.81);
}

.dash-box.dash-box-color-2 {
    background: rgb(252, 190, 27);
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}

.dash-box-color-2 .dash-box-icon:after {
    background: rgba(254, 224, 54, 0.81);
}

.dash-box-color-2 .dash-box-icon:before {
    background: rgba(254, 224, 54, 0.64);
}

.dash-box-color-2 .dash-box-icon > i {
    background: #fb9f28;
}

.dash-box.dash-box-color-3 {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}

.dash-box-color-3 .dash-box-icon:after {
    background: rgba(180, 70, 245, 0.76);
}

.dash-box-color-3 .dash-box-icon:before {
    background: rgba(226, 132, 255, 0.66);
}

.dash-box-color-3 .dash-box-icon > i {
    background: #8150e4;
}

.dash-box.dash-box-color-4 {
    background: rgb(71, 231, 247);
    background: -moz-linear-gradient(top, rgba(71, 231, 247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(71, 231, 247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(71, 231, 247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}

.dash-box-color-4 .dash-box-icon:after {
    background: rgb(172, 238, 245);
}

.dash-box-color-4 .dash-box-icon:before {
    background: rgb(215, 244, 247);
}

.dash-box-color-4 .dash-box-icon > i {
    background: rgb(71, 231, 247);
}


.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 3px 5px;
    height: 30px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        right: 3px;
    }

.ai-font-size-12 {
    font-size: 12px !important;
}

.ai-float-padding {
    float: right;
    /*padding-top: 4px;*/
}

.ng-panel {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #dceff7;
}

.model-xl {
    width: 90%;
}

.box-header-sm {
    padding: 2px 5px;
}

.box-mg-b-1 {
    margin-bottom: 2px;
}

    .box-mg-b-1 > .box-header > .box-title {
        font-size: 17px;
    }

.ng-form-group-sm .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 2px 5px;
    height: 26px;
    border-radius: 3px;
}

    .ng-form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 22px;
    }

.ng-form-group-sm .input-group-addon {
    padding: 5px 12px;
}

.ng-form-group-sm .btn-sm, .btn-group-sm > .btn {
    padding: 3px 10px;
}

.ng-modal-header-sm {
    padding: 5px 15px;
}

.ng-m-b-0 {
    margin-bottom: 0px;
}

.popover {
    max-width: 100%;
}

.c1 {
    background-color: cornsilk;
}

.c2 {
    background-color: #ffeead;
}

.h-a {
    min-height: 26px;
    height: auto !important;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 0px dotted #777;
}

.none {
    display: none;
}

.block {
    display: block;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.ng-hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.w100 {
    width: 100%;
}

.legend-for-aaby {
    background-color: green;
    color: white;
    float: right;
    padding: 0 5px;
    min-width: 100px;
    text-align: center;
}

.legend-for-aaby-t {
    background-color: green !important;
    color: white !important;
}
    .legend-for-aaby-t a {
        color: white !important;
    }
    .legend-for-dis {
        background-color: #AEBBB7;
        float: right;
        padding: 0 5px;
        min-width: 100px;
        text-align: center;
    }

.legend-for-dis-t {
    background-color: #AEBBB7 !important;
}

.legend-for-pro {
    background-color: #c1e2b3;
    float: right;
    padding: 0 5px;
    min-width: 100px;
    text-align: center;
}

.legend-for-pro-t {
    background-color: #c1e2b3 !important;
}

.legend-for-wfya {
    background-color: #EAF8AF;
    float: right;
    padding: 0 5px;
    min-width: 100px;
    text-align: center;
}
.legend-for-notm {
    background-color: #F5B7B1;
    float: right;
    padding: 0 5px;
    min-width: 100px;
    text-align: center;
}
.legend-for-wfya-t {
    background-color: #EAF8AF !important;
}

/*
    Change by Rap Start
*/
.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
    background-color: #12131a;
}

.skin-blue-light .sidebar a {
    color: #dcdee6;
    font-weight: 400 !important;
    padding: 8px 15px;
}

.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
    color: #fff;
    background: #1aae88;
}

.skin-blue-light .main-header .logo {
    background-color: #1aae88;
}

.skin-blue-light .main-header .navbar {
    background-color: #1aae88;
}

.skin-blue-light .sidebar-menu > li > .treeview-menu {
    background: #12131a;
}

.skin-blue-light .sidebar-menu .treeview-menu > li > a {
    color: #dcdee6;
}

    .skin-blue-light .sidebar-menu .treeview-menu > li.active > a, .skin-blue-light .sidebar-menu .treeview-menu > li > a:hover {
        color: #fff;
    }

.skin-blue-light .main-header .logo:hover {
    background-color: #1aae88;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #169071;
}

.skin-blue-light .main-header li.user-header {
    background-color: #12131a;
}

.skin-blue-light .user-panel > .info > a {
    color: #fff;
}

.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
    color: #fff;
}

.main-footer a {
    color: #1aae88;
}
/*
    End
*/


table > thead > tr, table > thead > tr>th {
    vertical-align: top !important;
}

.ng-text-right {
    text-align: right!important;
    -moz-text-align-last:right!important;
}
@keyframes bouncing {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -20px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}


.bouncing {
    position: absolute;
    animation-duration: 2s;
    animation-name: bouncing;
    animation-iteration-count: infinite;
}
.ql1 {
    background: #f5acb6 !important;
}
.ql2 {
    background: #CCC !important;
}
.tbl-heading-p {
    width: 100%;
    background-color: #f98181;
    overflow: hidden;
    padding: 2px 2px 2px 5px;
    border-radius: 5px;
}

div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC !important;

}