* {
    margin: 0;
    padding: 0;
}

/*Global Start*/
textarea {
    resize: vertical;
    min-height: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
li,
ul {
    letter-spacing: 0.3px;
}

.page-container {
    min-height: calc(100vh - 48px);
}

.hrFullWidth {
    margin-left: -20px;
    margin-right: -20px;
}

.content {
    padding: 0 20px 20px 20px;
}

.width-60 {
    width: 60px;
}

.daterangepicker .daterangepicker_input {
    display: none;
}

.dropdown-user .dropdown-toggle .btn-rounded {
    margin-top: -3px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px 20px;
}

/*Datatable*/
/*.dataTables_scroll .dataTables_scrollBody td, .dataTables_scroll .dataTables_scrollBody th{
    white-space: normal;
}*/
.datatable-scroll {
    overflow: scroll;
}
.dataTables_scrollHeadInner,
.datatable-basic {
    width: 100% !important;
    box-sizing: border-box !important;
}

.dataTables_scrollBody {
    /*max-height: calc(100vh - 382px);*/
    height: auto !important;
}

.applicantsList .nav-tabs:before {
    display: none;
}

/*.applicantsList .dataTables_scrollBody {
    max-height: calc(100vh - 407px);
}*/

.dataTables_scroll .dataTables_scrollBody td.text-center,
.dataTable tbody tr td.text-right,
.dataTable tbody tr td.text-center,.dataTable tbody tr th.text-center {
    padding-right: 15px;
}

#datatable-without-scroll td,
.datatable-without-scroll th {
    min-width: 130px;
}

@media(max-width:1500px) {

    .dataTables_scroll .dataTables_scrollHead td,
    .dataTables_scroll .dataTables_scrollHead th,
    .dataTables_scroll .dataTables_scrollBody td,
    .dataTables_scroll .dataTables_scrollBody th {
        min-width: 200px;
        max-width: 200px;
    }

    .dataTables_scrollBody,
    .dataTables_scrollHead {
        overflow: visible !important;
    }

    .datatable-scroll {
        overflow: auto !important;;
    }
    .width1800 {
    width: 2100px !important;
}
}

/*Datatable*/


.icons-list>li>a>i {
    font-size: 19px !important;
    margin-right: 5px !important;
}


/*Global End*/

/*Bell Icon Animation Start*/
.animated.infinite {
    animation-iteration-count: infinite;
}

.nav-link i {
    color: #aea9c3;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.badge-pulse {
    background: #ff0000;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
    animation: BadgePulse 1.8s infinite;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 3px solid #fff;
}

@keyframes BadgePulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .4);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0)
    }
}

/*Bell Icon Animation End*/




/*Header*/
.navbar-brand {
    padding: 0 14px;
}

.navbar-brand > img {
    height: 40px;
    padding: 5px;
}

body:not(.sidebar-xs) .navigation li a > i {
    width: 20px;
}

.sidebar-xs .header-highlight .navbar-header .navbar-brand {
    background-size: auto 40px;
}

.language-switch a > img {
    max-height: 16px;
    margin-top: 2px;
    vertical-align: top;
}



/* Login page start */
.loginBG {
    background: #F6FBFD;
}

.loginControl {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 10px 20px;
    text-align: center;
}

.loginControl img {
    max-width: 300px;
}

.loginControl h1 {
    color: #22606C;
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0;
}

.loginControl h5 {
    color: #668ea7;
    margin: 0 0 20px;
    letter-spacing: 0.4px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.loginControl form {
    background-color: #fff;
    box-shadow: rgba(114, 182, 234, 0.2) 1px 0 30px;
    border-radius: 8px;
    padding: 30px 25px 25px;
}

.loginControl section {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.loginControl label {
    color: #22606c;
    position: absolute;
    top: -11px;
    background-color: #fff;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    left: 10px;
}

.loginControl input.form-control {
    font-size: 16px;
    color: rgba(32, 78, 87, 0.9);
    box-shadow: none;
    border-radius: 7px;
    border: 1px solid #caeaf6;
    padding: 15px;
    height: auto;
}

.loginControl .loginFooterbuttons {
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.loginControl .loginFooterbuttons a {
    color: #0d99df;
}

.loginControl .btn {
    color: #fff;
    background-color: #ff030c;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
}


/* Login page end */




/*Settings*/
.sidemenuSettings.navigation {
    border: none;
}

.sidemenuSettings.navigation li {
    display: block;
}

.sidemenuSettings.navigation li a {
    color: #999999;
    font-weight: normal;
    letter-spacing: 0.5px;
    border: none;
    background: none;
    transition: all .2s ease-in-out;
}

.sidemenuSettings.navigation li a:hover {
    color: #333333;
}

.sidemenuSettings.navigation li a:hover,
.sidemenuSettings.navigation li a:focus {
    border: none;
}

.sidemenuSettings.navigation li.active a {
    font-weight: 500;
}

.sidemenuSettings.navigation li.active:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #26a69a;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.sidemenuSettings.navigation li.active a i {
    color: #26a69a;
}

.sidemenuSettings.navigation > li ul li a {
    padding-left: 56px;
}

/*settings end*/


/*Roles Options Start*/
.rolesOptions h6 {
    text-align: left;
    font-size: 14px;
}

.rolesOptions .media-body .multiselect.dropdown-toggle {
    border: none;
}

/*Roles Options End*/


/*Dashboard Start*/
.daterangepicker .range_inputs {
    display: none;
}

/*Dashboard End*/




.multiSelectFull .btn-group {
    width: 100%;
}

.userProfilePic {
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 40px;
    line-height: 120px;
}

.applicantInfo label,
.applicantInfo h6 {
    font-size: 14px;
}


.fileManagerBody {
    padding: 0;
    min-height: 150px;
    max-height: 150px;
}

.fileManagerBody img {
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fileManager .iconDelete {
    width: 40px;
    position: absolute;
    z-index: 11;
    right: 15px;
    top: 15px;
    height: 40px;
    color: #fff;
    opacity: 0;
    transition: all .2s ease;
}

.fileManager .panel:hover .iconDelete {
    opacity: 1;
}

.fileManagerBody i {
    font-size: 44px;
    line-height: 3.5em;
}

.dropzone {
    min-height: 250px;
}

/*#documents .fab-menu{
    bottom: auto;
    top: 85px;
}*/

/*neha code starts here*/

.posibleMatchesList .panel {
    cursor: pointer;
}

.posibleMatchesList .panel.active {
    background: #d3d3d366
}


.lastActivityText p {
    line-height: 20px;
    margin: 0;
    text-align: left;
    position: relative;
}

.lastActivityText p.moreText {
    max-height: 60px;
    overflow: hidden;
}

.lastActivityText p.moreText:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), white);
    height: 60px;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.assign-btn.active .name-btn {
    padding-top: 5px;
}

.white-sapce {
    white-space: nowrap;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.ml-40 {
    margin-left: 40px;
}

.animate {
    display: block;
}

.activity-height {
    height: calc(100vh - 155px);
    overflow-y: scroll;
}

/* neha's code ends here*/

/*Custom CheckBox Start*/
.customSwitch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.customSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.customSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.customSwitch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    border-radius: 50%;
}

.customSwitch input:checked + .slider {
    box-shadow: rgb(100, 189, 99) 0px 0px 0px 8px inset;
    border-color: rgb(100, 189, 99);
    background-color: rgb(100, 189, 99);
}

.customSwitch input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/*Custom CheckBox End*/

@media (min-width:1200px) and (max-width:1600px) {
    .settingsPanel.col-lg-7 {
        width: 75%
    }
}

@media(max-width:1024px) {
    .datatable-scroll {
        overflow-x: auto;
    }
    .width1800 {
    width: 2100px !important;
}

}

@media (min-width:769px) {
    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        background: #2196f3;
    }

    .sidebar-xs .sidebar-main .sidebar-category-visible {
        overflow: hidden;
    }

    .width300 {
    width: 300px !important;
}

.width250 {
    width: 250px !important;
}

.width200 {
    width: 200px !important;
}

.width150 {
    width: 150px !important;
}

.width100 {
    width: 100px !important;
}
.width800 {
    width: 800px !important;
}
.width400 {
    width: 400px !important;
}
.width500 {
    width: 500px !important;
}
.width600 {
    width: 600px !important;
}
.width700 {
    width: 700px !important;
}

.width1500 {
    width: 1500px !important;
}

.width1800 {
    width: 2100px !important;
}

.width80 {
    width: 80px !important;
}
}

@media (max-width:768px) {
    #application-history {
        min-width: 450px;
    }

    .width300 {
    width: 300px !important;
}

.width250 {
    width: 250px !important;
}

.width200 {
    width: 200px !important;
}

.width150 {
    width: 150px !important;
}

.width100 {
    width: 100px !important;
}
.width800 {
    width: 800px !important;
}
.width400 {
    width: 400px !important;
}
.width500 {
    width: 500px !important;
}
.width600 {
    width: 600px !important;
}
.width700 {
    width: 700px !important;
}

.width1500 {
    width: 1500px !important;
}

.width1800 {
    width: 2100px !important;
}

.width80 {
    width: 80px !important;
}
}

@media (max-width:460px) {
    .dashboardCards .col-xs-6 {
        width: 100%;
    }
}

.pd-40 {
    padding-left: 40px;
}

.header-color {
    background-color: #695099 !important;
}



@media (min-width: 769px) {
    .sidebar-xs .header-highlight .navbar-header .navbar-brand {

        background: url(../images/techna-icon.png) no-repeat center center !important;
    }
}

.navigation > li.active > a {
    background-color: #4a376f !important;
}

.leftpull {
   margin-right: 6px;
}

.notification-datatable tbody tr:not(.unreadnotification) {
    background: #F2ECEC;
}

.unreadmessage {
    background-color: #F2ECEC;
}

.message-datatable tbody tr:not(.unreadmessage) {
    background: #fff;
}

.unreadnotification {
    background-color: #fff;
}

.lileft {
    left: 8px;
}

.nowrapmargin {
    margin-left: 23px;
}

.password.toggle-password {
    /*float: right;
    margin-top: -24px;
    color: #888;
    cursor: pointer;
    margin-right: 14px;*/
    right: 10px;
    position: absolute;
    top: 27px;
    color: #888;
    cursor: pointer;
    padding: 10px;
}

.bg-blue {
    background-color: #695099 !important;
    border-color: #695099 !important;

}

.btn-primary {
    color: #fff;
    background-color: #695099 !important;
    border-color: #695099 !important;
}

.bg-green-800 {
    background-color: #695099 !important;
    border-color: #695099 !important;
    color: #fff;
}

.loginpassword.toggle-password {
    float: right;
    margin-top: -38px;
    color: #888;
    cursor: pointer;
    margin-right: 14px;
}

.padding-right {
    padding-right: 20px !important;
}

input[type="checkbox"] {
    cursor: pointer;
}

.actionmargin {
    margin-left: -22px;
}

.loginControl h1 {
    color: #222;
}

.loginControl h5 {
    color: #222;
}

.loginControl label {
    color: #222;
}

.loginControl input.form-control {
    border: 1px solid #222 !important;
}

.srcwidth {
    width: 10%;
}

.srcmargin {
    margin-left: 90px;
}

.autowidth {
    width: 62px;
    display: inline-block;
}

.autoadjust {
    width: 48px;
    display: inline-block;
}

.clientsrcmargin {
    margin-left: 112px;
}

.autoproject {
    width: 83px;
    display: inline-block;
}

.autoaddress {
    width: 88px;
    display: inline-block;
}

.autoinvoice {
    width: 100px;
    display: inline-block;
}

.pdfView {
    height: calc(100vh - 95px)
}


/*Login*/

.loginControl {
    padding: 10px;
    background: #695099;
    top: auto;
    transform: none;
}


.loginContain h1 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 200;
    margin: 0;
}

.loginContain h1 span {
    font-weight: 700;
    display: block;
}

.loginContain h5 {
    color: #53657a;
    margin: 60px 0;
    font-size: 16px;
}

.loginContain p {
    font-size: 13px;
    color: #ff030c;
    margin-left: 60px;
}

.loginControl form {
    background-color: #fff;
    box-shadow: 0 25px 30px rgba(76, 76, 76, 0.6);
    border-radius: 0 0 10px 10px;
    padding: 40px;
}

.loginContain {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 100vh;
    direction: rtl;
}

.loginContain > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    padding: 15px 20px;
    direction: ltr;
}

.loginInfoInner {
    max-width: 470px;
    margin: auto;
}

.loginContain .logo {
    background: #695099;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 25px 30px rgba(148, 37, 2, 0.6);
}

.loginContain .logo img {
    max-height: 50px;
    margin: auto;
}

.loginContain blockquote {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 10px 40px;
    border: none;
    margin-left: 20px;
}

.loginContain blockquote:before,
.loginContain blockquote:after {
    content: '';
    background: url(../images/quote.svg) no-repeat;
    width: 21px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0.5;
}

.loginContain blockquote:after {
    position: relative;
    transform: rotate(180deg);
    margin-left: 14px;
}

.loginControl section {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.loginControl label.form-label {
    color: #333;
    position: absolute;
    top: 0;
    left: 16px;
    margin: auto;
    bottom: 0;
    max-height: 20px;
}

.loginControl label.form-label i {
    font-size: 16px;
}

.loginControl input.form-control {
    font-size: 14px;
    color: #222;
    box-shadow: none;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 13px 15px 14px 50px;
    height: auto;
}

.loginControl .loginFooterbuttons {
    padding: 20px 0 0;
    text-align: center;
}

.loginControl .btn {
    color: #fff;
    background-color: #695099;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    min-height: 46px;
}

@media(max-width:600px) {

    .loginContain,
    .loginContain > div {
        display: block;
        width: 100%;
    }

    .width300 {
    width: 300px !important;
}

.width250 {
    width: 250px !important;
}

.width200 {
    width: 200px !important;
}

.width150 {
    width: 150px !important;
}

.width100 {
    width: 100px !important;
}
.width800 {
    width: 800px !important;
}
.width400 {
    width: 400px !important;
}
.width500 {
    width: 500px !important;
}
.width600 {
    width: 600px !important;
}
.width700 {
    width: 700px !important;
}

.width1500 {
    width: 1500px !important;
}

.width1800 {
    width: 2100px !important;
}

.width80 {
    width: 80px !important;
}
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11111;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: table;
    height: 100%;
}

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11111;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    display: table;
    height: 100%;
}

.loadingAnimation {
    font-size: 44px;
    color: #fff;
    max-width: 45px;
    max-height: 45px;
    display: table-cell;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.icon-spinner9:before {
    content: "\eb55";
}


.width300 {
    width: 300px !important;
}

.width250 {
    width: 250px !important;
}

.width200 {
    width: 200px !important;
}

.width150 {
    width: 150px !important;
}

.width100 {
    width: 100px !important;
}
.width800 {
    width: 800px !important;
}
.width400 {
    width: 400px !important;
}
.width500 {
    width: 500px !important;
}
.width600 {
    width: 600px !important;
}
.width700 {
    width: 700px !important;
}

.width1500 {
    width: 1500px !important;
}

.width1800 {
    width: 2100px !important;
}

.width80 {
    width: 80px !important;
}

.width50 {
    width: 50px !important;
}

.error {
    color: red !important;
}

.sidebar.sidebar-main {
    background: #695099;
}

.amt {
    font-size: 13px;
}
.ml-0{
    margin-left: 0;
}

.notification-datatable tbody tr:hover
{
    background: #e8dbf4;
}

.supportticket-datatable tbody tr:hover{
    background: #e8dbf4;
} 

.span_back
{
     display: inline-block;
    width: 140px;
    font-weight: 500;
    background: #e5d9e8;
    padding: 3px 8px;
}

.notification_count
{
    background-color: #fff;
    float: right;
   
    padding: 3px 3px 3px 3px;
    font-size: 10px;
    letter-spacing: .1px;
    vertical-align: baseline;
    border: 1px solid transparent;
    border-radius: 100px;
    color: #673ab7;
    font-weight: 900;
    width: 23px;
    height: 23px;
    text-align: center;
}

