.profile-name {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ta-hidden-input {
    display: none;
}

.textarea-char-limit {
    color: #ababab;
    float: right;
    font-style: italic;
    margin-bottom: 10px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.m-t-20-rev {
    margin-top: -20px !important;
}

.switchery {
    cursor: default;
}

.scroll-tbody {
    display: block;
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.table td, .table th {
    padding: .55rem;
}

.no-record {
    text-align: center;
}

.floatThead-container {
    background: #FFFFFF;
}

.breakword {
    word-break: break-all;
}

.breakwordrow td {
    word-break: break-all;
}

.breakwordheader th {
    word-break: break-all;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group .label.label-danger {
    display: block;
    margin-top: 1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.safeloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 12%;
    background: rgba(252, 255, 252, 0.5);
    z-index: 999999;
}

    .safeloader #preloader_2 {
        /*left: 46.8%;*/
        z-index: 1051;
    }

/*------------loader--------------------*/
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3355aa;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*--------------------------------------*/




.PointerHand {
    cursor: pointer;
}

.checkbox input[type=checkbox]:focus + label::before {
    border: 1px solid #3355aa;
}

.radio-info input[type="radio"]:focus + label::before {
    border-color: #3355aa;
}

.btn.btn-xs.btn-edit {
    padding: 1px 3.7px !important;
}

.small-control {
    border: 1px solid #E3E3E3;
}

    .small-control:focus {
        border: 1px solid #71B6F9;
    }

/* date picker */
.uib-datepicker td button[disabled] {
    border-color: transparent;
}

/*----File-upload----*/
.custom_file_upload {
    width: 100%;
    float: left;
}

    .custom_file_upload input.file {
        border: 1px solid #e4e5e7;
        border-right: 0;
        color: #8a8a8a;
        padding: 7px 12px 5px;
        outline: none;
        width: 95%;
        border-radius: 5px 0px 0px 5px;
    }

    .custom_file_upload input[type='file'] {
        padding-bottom: 10px;
    }

.upload-radius {
    position: relative !important;
    padding: 3px !important;
    top: -5px;
    border-radius: 5px 5px !important;
}

    .upload-radius:hover {
        opacity: 0.9;
        color: #fff !important;
    }

.file_upload {
    width: auto;
    background: #3355aa;
    display: inline;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    padding: 5px 10px 4px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}

    .file_upload:before {
        /*content: 'Attach File';*/
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    .file_upload input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: inline;
        cursor: pointer;
        opacity: 0;
        z-index: 99;
    }

.custom_file_upload input.file[disabled] {
    background: #FFF;
}

.upload-txt {
    /*padding: 3px 10px 2px;*/
}

/*------IE-Hack-Only-Start---------------*/
.file_upload {
    margin-left: -4px \0;
    padding: 3px 10px 3px \0; /* ie8, ie9, ie10, ie11+ only */
}

.uib-time.hours .form-control {
    border-radius: 4px 0px 0px 4px;
}

.uib-time.minutes .form-control {
    border-radius: 0px 4px 4px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* ie10, ie11+ */
    .file_upload {
        margin-left: -4px;
    }
}
/*-----IE-Hack-Only-End------------------*/

.scroll-tbody {
    display: block;
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.thin-border {
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.table-title {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    color: #1D2544;
    margin-top: 0px !important;
}

.btn-colorpicker {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #E3E3E3;
    box-shadow: none !important;
    cursor: default !important;
    border-radius: 4px;
}

.left-panel .logo-expanded img {
    max-height: 44px;
    max-width: 250px;
}

.left-panel.collapsed .logo-expanded img {
    max-height: 44px;
    max-width: 70px;
}

.summary-footer {
    font-weight: 500;
    color: #1D2544;
}

timepicker-pop div.input-group-addon {
    background-color: rgba(218, 230, 236, 0.5) !important;
    color: #333;
    border: 1px solid rgba(218, 230, 236, 0.7) !important;
    border-left: none !important;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.card-box.childbox {
    background-color: #FFFFFF;
    border: 1px solid #e4e5e7;
    ;
    padding: 0px 20px;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
}

    .card-box.childbox h4 {
        margin: -4px -21px 10px -21px;
        background: #f9f9f9;
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 5px 5px 0px 0px;
        border: 1px solid #e4e5e7;
        border-bottom: 2px solid #c7c7c7;
    }

.card-box.subchildbox {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    padding: 0px;
    border-radius: 0;
    margin-bottom: 10px;
}

    .card-box.subchildbox h5 {
        margin: 0px;
        background: whitesmoke;
        padding: 5px 10px;
        font-size: 14px;
    }

input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

.required-field {
    color: red;
}

.close {
    color: #fff;
    opacity: 1;
}

    .close:focus, .close:hover {
        color: #fff;
        opacity: 0.2;
    }

.ta-editor div[ng-model=html] {
    height: 185px !important;
}

.example1 {
    font-weight: bold;
    font-size: 14px;
}

.example2 {
    font-weight: bold;
    font-size: 12px;
    color: #FF0000;
}

tr.tablerow1 {
    background-color: #BBBBBB;
}

p.red {
    color: red;
}

strong.red {
    color: red;
}

    strong.red.italic {
        color: red;
        font-style: italic;
    }

.daterangepicker, .uib-datepicker-popup {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -ms-transition: none !important;
}

    .daterangepicker.daterangepicker-overflow {
        min-height: 160px;
        max-height: 400px;
        overflow-y: scroll;
    }

timepicker-pop ul.dropdown-menu {
    left: -122px;
}

/*svg {
    height: 90% !important;
}*/

/* fieldset placeholder css for IE */
fieldset[disabled]:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

fieldset {
    position: relative;
}


/*Range List Button*/
.rangeList {
    width: 90%;
    float: left;
}

.width100Perc {
    width: 100%;
}

.rangeListSpan {
    width: 10%;
    float: left;
}

.rangeListBtn {
    border: none;
    background-color: none;
    border-radius: 3px;
    height: 38px;
}

.rangeListSpan input {
    margin: 0;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
}

.disableBackground {
    background-color: #fff !important;
}

.chart-container {
    width: 100%;
    height: 420px;
}

/* For Component */

/* Chrome Scroll Bar style */
::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px;
    width: 8px;
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #A0A0A0;
}

    ::-webkit-scrollbar-thumb:hover {
        border-radius: 8px;
        background-clip: content-box;
        background-color: rgba(0,0,0,0.5);
    }

::-webkit-scrollbar-corner {
    background-color: #e6e6e6;
}

/* multilevel-accordion */
multilevel-accordion .panel div.panel-heading {
    padding-left: 5px;
}

multilevel-accordion .panel div.panel-title {
    padding-left: 7px;
}

/*For Incident common header*/
.header-border {
    border-top: 1px solid #DDD;
}

/*Main table header*/
.main-table table th {
    /* height: 35px; */
    background-color: #ffffff !important;
    border: 1px solid #dadee4 !important;
    /* line-height: 35px !important; */
    /* text-align: left !important; */
    /* padding: 0 8px !important; */
    border-bottom: 2px solid #c7c7c7 !important;
}

.main-table table tr td:first-child {
    border-left: 1px solid #dadee4 !important;
}

.main-table table tr td:last-child {
    border-right: 1px solid #dadee4 !important;
}

.main-table table tr:nth-of-type(odd) {
    background-color: #ededed !important;
}

/*For child table header*/
.scrollableContainer .scrollArea table .child-table th {
    height: 36px;
    background-color: #fff !important;
    border: 1px solid #dadee4 !important;
    line-height: 36px;
    text-align: left;
    padding: 0 8px !important;
    border-bottom: 2px solid #c7c7c7 !important;
}

.scrollableContainer .scrollArea table .child-table td:first-child {
    border-left: 1px solid #dadee4;
}

.scrollableContainer .scrollArea table .child-table td:last-child {
    border-right: 1px solid #dadee4;
}

.scrollableContainer .scrollArea table .child-table tr:nth-of-type(odd) {
    background-color: #ededed !important;
}

.scrollableContainer .scrollArea table .child-table tr:nth-of-type(even) {
    background-color: #ffffff !important;
}
/*ThirdChild Table*/
.scrollableContainer .scrollArea table .child-table tr td .scrollableContainer .scrollArea .third-child-table th {
    height: 36px;
    background-color: #fff;
    border: 1px solid #dadee4 !important;
    line-height: 36px;
    text-align: left;
    padding: 0 8px !important;
}

.scrollableContainer .scrollArea table .child-table tr td .scrollableContainer .scrollArea .third-child-table td:first-child {
    border-left: 1px solid #dadee4;
}

.scrollableContainer .scrollArea table .child-table tr td .scrollableContainer .scrollArea .third-child-table td:last-child {
    border-right: 1px solid #dadee4;
}

.scrollableContainer .scrollArea table .child-table tr td .scrollableContainer .scrollArea .third-child-table tr:nth-of-type(odd) {
    background-color: #f4f8fb !important;
}
/* Incident Category */
.inc-category {
    max-height: 187px;
    overflow: auto;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

/* Text angular */
.editor-custom.disabled .ta-toolbar {
    display: none;
}

.editor-custom:not(.disabled) .ta-toolbar.focussed {
    display: block;
}

/*Checklist header*/
.check-list-header {
    font-weight: bold;
    font-size: 14px;
}

/* uib-popover */
*[uib-popover-html] {
    cursor: pointer;
}

/* bootbox */
.bootbox.modal .modal-content {
    border: 1px solid #404040 !important;
}

/* textbox dropdown */
.drop-caret {
    position: absolute;
    right: 8px;
    top: 16px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.dropdown-menu > li > a.active {
    background-color: rgba(218, 230, 236, 0.3) !important;
}

/* blur application logo before load */
.blur-7 {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.editor-custom.disabled .ta-scroll-window {
    cursor: not-allowed !important;
}


/* Date, Month & Year Picker*/
/* 
Day */
.main-table table.uib-daypicker thead tr {
    background-color: transparent !important;
}

.main-table table.uib-daypicker tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.main-table table.uib-daypicker tr td:first-child {
    border-left: none !important;
}

.main-table table.uib-daypicker tr td:last-child {
    border-right: none !important;
}

.main-table table.uib-daypicker thead tr th {
    height: inherit !important;
    background-color: transparent !important;
    border: none !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 0 !important;
}

/*
Month*/
.main-table table.uib-monthpicker thead tr {
    background-color: transparent !important;
}

.main-table table.uib-monthpicker tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.main-table table.uib-monthpicker tr td:first-child {
    border-left: none !important;
}

.main-table table.uib-monthpicker tr td:last-child {
    border-right: none !important;
}

.main-table table.uib-monthpicker thead tr th {
    height: inherit !important;
    background-color: transparent !important;
    border: none !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 0 !important;
}
/*
Year*/
.main-table table.uib-yearpicker thead tr {
    background-color: transparent !important;
}

.main-table table.uib-yearpicker tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.main-table table.uib-yearpicker tr td:first-child {
    border-left: none !important;
}

.main-table table.uib-yearpicker tr td:last-child {
    border-right: none !important;
}

.main-table table.uib-yearpicker thead tr th {
    height: inherit !important;
    background-color: transparent !important;
    border: none !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 0 !important;
}

input[readonly] {
    cursor: default !important;
}

.alertComment {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f4f8f9;
    border-color: #e8e8e8;
    /* color: #999; */
    font-style: italic;
}

/*---------Accordian---------------------*/
.accordian-common {
    background: #fff;
    margin-bottom: 10px;
}

.accordian-heading {
    padding: 6px 10px;
    background: #eeeeee;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #d7dde4;
    border-left: 3px solid #7aa700;
}

.accordian-body {
    padding: 10px 10px;
    border-right: 1px solid #d7dde4;
    border-bottom: 1px solid #d7dde4;
    border-left: 1px solid #d7dde4;
    border-top: none;
}

.fonter-link {
    width: 18px;
    display: block;
    margin-top: 7px;
}

.fonter-t {
    font-size: 20px;
    font-weight: bold !important;
    margin: 5px;
}

.avatar-tp {
    float: right;
    padding-top: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.avatar-label {
    margin-right: 10px;
    margin-left: 10px;
}

.avatar-tp img {
}

@media screen and (max-width:380px) {
    .avatar-label {
        display: none;
    }
}


.alertComment p {
    color: #223143;
}


/*---------Login Page Start---------------------*/
.svgreapeat-login {
    background-image: url("../images/login-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: .4;
}

@media (min-width: 768px) {
    .auth.auth-img-bg .auth-form-transparent {
        width: 70%;
    }
}

/*---------Login Page End--------------------*/


.watermark {
    position: absolute;
    top: 70px;
    opacity: 0.25;
    font-size: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.f-15 {
    font-size: 1.1rem;
}

.f-14 {
    font-size: 1.0rem;
}

.c-gray {
    color: gray;
}

.table-borderless tr td {
    border: 0px !important;
    padding: .25rem;
}

.panel-white {
    background-color: white;
}
