﻿.panel .right {
    position: absolute;
    right: 20px;
    top: 32%;
}

.panel-body {
    padding-top: 10px;
    padding-bottom: 15px;
}

.form-group {
    margin-bottom: 15px !important;
}

.content {
    padding: 20px 20px 60px 20px;
}

    .content:after {
        content: '';
        display: table;
        clear: both;
    }

    .content:first-child {
        padding-top: 20px;
    }

.content-group-lg {
    margin-bottom: 30px !important;
}

.panel {
    margin: 10px 0px;
    border-color: #ddd;
    color: #333333;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    background-color: white;
}

h6.panel-title {
    font-size: 15px;
    font-weight: bold;
}


.alertCont {
    position: fixed;
    right: 0.5%;
    min-width: 250px;
    text-align: center;
    top: 6%;
    z-index: 9999;
}

.alertContLeftAlign {
    position: fixed;
    right: 0.5%;
    min-width: 250px;
    text-align: left;
    top: 6%;
    z-index: 9999;
}

.alert-danger {
    background-color: #ff5c5c !important;
    border-color: #ff5c5c !important;
    color: #ffffff;
}

.alert-success {
    background-color: #2db245 !important;
    border-color: #2db245 !important;
    color: #ffffff;
}

.faicon-red {
    color: red;
}

.faicon-green {
    color: mediumseagreen;
}

.logouticon-green {
    color: #fdb82a;
}

.link-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

    .link-button:hover {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: solid 1px #20538D;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        background: #4479BA;
        color: rgb(0,0,0);
        padding: 8px 12px;
        text-decoration: none;
    }

.validation-error-label {
    color: #e80c4d;
    text-align: left;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    position: absolute;
}

.field-validation-error {
    color: #e80c4d;
}
/*----- Kendo UI changes -----*/
label {
    color: #555555;
}

h2 {
    color: #4c5356;
}

h6 {
    color: #4c5356;
}

.tabel-header {
    background-color: #221100;
    color: white;
}

.header:before {
    content: "";
    /* display: block; */
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 8px;
    border-top: 2px solid #e8ecef;
}

.k-textbox, .k-input.k-textbox, .k-textarea {
    width: 100% !important;
}

.k-checkbox-label::before, .k-radio-label::before {
    border-width: 2px !important;
}

.k-dropdown > .validation-error-label {
    position: absolute;
    left: 0;
    top: 35px;
}

.k-picker-wrap > .validation-error-label {
    position: absolute;
    left: 0;
    top: 26px;
}

.k-grid-norecords {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.login-form {
    width: 320px;
    margin: 50px auto 20px auto;
}

.content-group {
    line-height: 1.5;
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: black !important;
}

.k-dropdown > .k-state-focused {
    color: white !important;
}

.k-numeric-wrap > .validation-error-label {
    position: absolute;
    left: 0;
    top: 36px;
}

.paddingtop7 {
    padding-top: 7px;
}

.amount-right {
    text-align: right !important;
}

.Kendo-Grid-Editable {
    border-width: thin !important;
    border-color: #8596FF !important;
    background: #8596FF !important;
    color: white !important;
}

.k-grid th {
    text-align: center !important;
}

.google-visualization-orgchart-node {
    background: #8596FF !important;
    border: 2px solid #8596FF !important;
    color: white !important;
    font-size: 1.0em !important;
}

.k-pager-wrap .k-link,
.k-pager-wrap .k-state-selected {
    box-sizing: border-box !important;
}

.k-multiselect {
    background-clip: padding-box;
    height: auto;
    max-height: 150px;
}

.k-grid-content {
    min-height: 0px !important;
    max-height: 500px;
    overflow-y: unset !important;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-checkbox-label, .k-radio-label {
    padding-top: 2px;
}
/*----- Kendo UI changes -----*/
/*-----Notification bubble -----*/
.bg-warning-400 {
    background-color: #ff7043 !important;
    border-color: #ff7043 !important;
    color: #fff;
}
/*----- Notification bubble-----*/
.input-group-addon {
    border: 0px;
}

.user-heading {
    color: #4c5356 !important;
}

.a-ChangePassword {
    color: #4c5356 !important;
}
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}
/*----- Tab Links -----*/

/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #263238;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all linear 0.15s;
}

    .tab-links a:hover {
        background: #3C4BA8;
        text-decoration: none;
    }

li.tabactive a, li.tabactive a:hover {
    background: #3C4BA8;
    color: #fff;
}
/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background: #fff;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }
/*----- Content of Kendo grid Image -----*/
.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    /*border-radius: 50%;
      vertical-align: middle;*/
    background-size: 32px 35px;
    background-position: center center;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}
/*----- Content of Kendo grid Image -----*/

/*.card {
    display: inline-block;
    position: relative;
    width: 83%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 22px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

    .card .card-header {
        float: left;
        text-align: center;
        margin: -20px 15px 0;
        border-radius: 37px;
        padding: 11px;
        background-color: #999999;
    }

        .card .card-header i {
            font-size: 36px;
            line-height: 44px;
            width: 16px;
            height: 48px;
            color: #fff;
        }

    .card .card-content {
        text-align: right;
        padding-top: 10px;
        padding: 15px 20px;
    }

        .card .card-content .category {
            margin-bottom: 0;
        }

    .card .title {
        margin: 0;
    }

    .card .card-footer {
        margin: 0 20px 10px;
        padding-top: 10px;
        border-top: 1px solid #eeeeee;
    }

        .card .card-footer .stats {
            line-height: 22px;
            color: #333;
            font-size: 14px;
        }

.cardPurple {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.cardBlue {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.cardGreen {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.cardOrange {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.cardRed {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}*/

.dashboard-fontsize {
    font-weight: bold !important;
}
/*--End of Another option---*/



#CaptchaImage {
    width: 150px;
}

.capatchaCont {
    color: #4c5356;
    font-weight: 100;
    font-size: 12px;
}

    .capatchaCont a {
        position: absolute;
        right: 15px;
        top: 40px;
        font-size: 12px;
        color: white;
        background: #3C4BA8;
        padding: 5px 7px;
        border-radius: 5px;
    }

        .capatchaCont a:hover {
            text-decoration: none;
        }

    .capatchaCont > input {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        box-shadow: none !important;
        /*color: #fff !important;
    border: none !important;
    background: #2f4592 !important;*/
    }

.user-heading {
    font-size: 20px;
    font-weight: bold;
    color: #3276b1;
}

.processTextColor {
    color: #C70039;
    font-weight: bold;
}

.marginT5 {
    margin-top: 6px;
}
.marginT10 {
	margin-top: 10px;
}
.marginT20 {
    margin-top: 20px;
}

.marginT40 {
    margin-top: 40px;
}

.cursor-pointer {
    cursor: pointer
}

bottom-Space {
    margin-bottom: 5px;
}

.k-map-controls .k-widget {
    background-color: #4c5356 !important;
}

.sidebar-main {
    font-size: 14px;
}

[class^="icon-"], [class*=" icon-"] {
    top: 0px;
}

.widthOTP {
    width: 256px !important;
}

.logoImage {
    width: 150px;
}

.user-heading2 {
    font-size: 16px;
}

.navbar-nav > li {
    top: 3px !important;
}

.title-color {
	color: white !important;
}

.loginContent {
    /*padding: 75px 20px 60px 20px !important;*/
}

.gridContent-center {
    text-align: center !important;
}


.websiteBg {
    background: url(../images/regbg.jpg) repeat 100% 0% #272727;
    background-size: cover;
}

.loginPanel-right {
    float: right;
    padding-right: 100px;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    display: none;
}

.navigation li a > i {
    margin-top: 0px !important;
}

.modal-header {
    background: #221100;
    /*background: #363940;*/
}

.model-header-color {
    color: white;
    /*color: #000;*/
}

.modal-footer {
    border-top: 0px solid #e5e5e5 !important;
}

.icon-users4 {
    margin-right: 9px !important;
}

.navbar-brand {
	padding: 5px 1px 8px 6px !important;	
}

.req-font {
    color: #CD5C5C;
    word-wrap: break-word;
}


.media-box {
    height: 120px;
    border: 1px solid #827b7b;
    border-radius: 10px;
    box-shadow: 1px 2px 6px 1px;
    margin: 0px 10px 10px 0px;
}

    .media-box > a {
        position: absolute;
        right: 12px;
        top: 3px;
        width: 22px;
        height: 22px;
        text-align: center;
        color: #191616;
    }

    .media-box > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .media-box > video {
        height: 80%;
        width: 100%;
        object-fit: contain;
    }

.Info {
    padding-right: 40px;
}

.VideoInfo {
    padding-top: 20px;
}

.navbar-fontsize {
    font-size: 16px;
    font-weight: bold;
}

.modal-dialog h6 {
    color: #fff !important;
}

/* Radio buttons */
.section input[type="radio"] {
    display: none;
}

.container {
    margin-top: 40px;
    margin-left: 265px;
}

    .container label {
        position: relative;
    }

.text {
    margin-right: 50px;
    font-weight: bold;
}

/* Base styles for spans */
.container span::before,
.container span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Radio buttons */
.container span.radio:hover {
    cursor: pointer;
}

.container span.radio {
    width: 170px;
    margin-top: 20px;
    padding-left: 0px;
    text-align: left;
}

    .container span.radio::before {
        left: -52px;
        width: 45px;
        height: 25px;
        background-color: #A8AAC1;
        border-radius: 50px;
    }

    .container span.radio::after {
        left: -49px;
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background-color: #6C788A;
        transition: left .25s, background-color .25s;
    }

input[type="radio"]:checked + label span.radio::after {
    left: -27px;
    background-color: #3C4BA8;
}

.k-filtercell label {
    padding-left: 5px;
}

.background-image {
	background-image: url('../images/AAI_Web_BG.png');
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.clsBold {
    font-weight: bold;
}

.card {
    /*display: inline-block;*/
    position: relative;
    width: 98%;
    /*margin: 25px 0;*/
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 22px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

    .card .card-header {
        float: left;
        text-align: center;
        margin: -20px 15px 0;
        border-radius: 37px;
        padding: 11px;
        background-color: #999999;
    }

        .card .card-header i {
            font-size: 36px;
            line-height: 44px;
            width: 16px;
            height: 48px;
            color: #fff;
        }

    .card .card-content {
        text-align: right;
        padding-top: 10px;
        padding: 15px 20px;
    }

        .card .card-content .category {
            margin-bottom: 0;
        }

    .card .title {
        margin: 0;
    }

    .card .card-footer {
        margin: 0 20px 10px;
        padding-top: 10px;
        border-top: 1px solid #eeeeee;
    }

        .card .card-footer .stats {
            line-height: 22px;
            color: #333;
            font-size: 14px;
        }


.card1 {
    display: inline-block;
    position: relative;
    width: 35%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

    .card1 .card-header1 {
        /*float: left;*/
        text-align: center;
        /*margin: -20px 45px 0;*/
        border-radius: 3px;
        padding: 15px;
        background-color: #999999;
    }

        .card1 .card-header1 i {
            font-size: 36px;
            line-height: 56px;
            width: 56px;
            height: 56px;
            color: #fff;
        }

    .card1 .card-content {
        text-align: right;
        padding-top: 10px;
        padding: 15px 20px;
    }

        .card1 .card-content .category {
            margin-bottom: 0;
        }

    .card1 .title {
        margin: 0;
    }

    .card1 .card-footer {
        margin: 0 20px 10px;
        padding-top: 10px;
        border-top: 1px solid #eeeeee;
    }

        .card1 .card-footer .stats {
            line-height: 22px;
            color: #333;
            font-size: 14px;
        }

.cardPurple {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.cardBlue {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.cardGreen {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.cardOrange {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.cardRed {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.k-pager-numbers > li + li{
    margin-left:-7px !important;
}

.k-multiselect {
    font-size: 13px !important;
}
.k-widget {
    font-size: 13px !important;
}
.k-button {
    font-size: 13px !important;
}
.pullLeft {
    margin-left: 40px;
}

.dpTitle {
    color: #b2b4b6;
    border-bottom: 1px solid #4b4b4b;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.dpSmText {
    font-size: 14px;
    display: block;
    line-height: 24px;
    color: #85ff8b;
}
.colorBlk {
    color: rgba(51, 51, 51, 1) !important;
}
.drpWaiting {
    display: block;
    font-size: 12px;
    margin-bottom: 2px
}
}

.job-header {
    color: #2196f3;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

.search-paddingtop{
    padding-top: 15px;
}

.color-white{
    color:#fff;
}

.modal-footer-center {
    padding: 0px 20px 20px;
    margin-top: 15px;
    text-align: center;
}

.content-wordwrap {
    word-wrap: break-word;
}

.display-none{
    display:none;
}
.gridrow-mandatory {
    /*background-color: #F08080 !important;*/
    background-color: #ff0000 !important;
}
.comment-floatright{
    float:right;
}

.rounded-circle {
    border-radius: 50% !important;
}

.icon-section small {
    font-family: 'Lato', sans-serif;  
}

.editRowColor {
    /*color: #428bca !important;*/
    color: #000 !important;
}

.k-filtercell > span .k-dropdown-operator {
    display: none;
}

.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap{
    max-height:62px;
    overflow-y:scroll;
}

#rating-error {
    font-size: 11px;
    padding-top: 35px;
    font-weight: bold;
}

#kacInvOrg-list,
#ddlEquipment-list {
    width: 350px !important;
}