﻿/* CSS Document */


body {
    /* font-family: Roboto, sans-serif;*/
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}


textarea::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

textarea::-webkit-scrollbar-thumb {
    margin: 6px;
    border-radius: 2px;
}
.selected-priority #myModal{z-index:1000}
.selected-priority .talk-bubble {
    z-index: 1
}
.selected-priority .interview-com .talk-bubble {
    width: 100%
}

#hrCommentModal{z-index:1000}
.wrapper {
    height: auto !important;
}
/*
.pt30 {

/*.pt30 {
    padding-top: 30px;
}*/

.transparent-chart {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: transparent;
}

.client .mdc-card {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
}

#uploadDiv #videoId {
    background: none;
    text-decoration: none;
}




.mdc-card .modal textarea::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    background-color: none;
    overflow: hidden;
}

.mdc-card .modal textarea::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    background-color: none;
    overflow: hidden;
}

[type="date"] {
    background: #fff url(https://icla.org/wp-content/uploads/2018/02/blue-calendar-icon.png) 97% 50% no-repeat !important;
    background-size: 7% !important;
    padding: 10px !important;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

.select-css {
    display: block;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
    background-image: url('../../img/drop.png');
    background-repeat: no-repeat !important;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0 !important;
    /* icon size, then gradient */
    background-size: .65em auto, 100% !important;
}
    /* Hide arrow icon in IE browsers */
    .select-css::-ms-expand {
        display: none;
    }
    /* Hover style */
    .select-css:hover {
        border-color: #888;
    }
    /* Focus style */
    .select-css:focus {
        color: #222;
        outline: none;
    }

    /* Set options to normal weight */
    .select-css option {
        font-weight: normal;
    }

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('../../img/drop.png');
    background-repeat: no-repeat;
}

    .select-css:disabled:hover, .select-css[aria-disabled=true] {
        border-color: #aaa;
    }

.input {
    position: relative;
}

.spinner {
    top: 30px;
    width: 1.1rem;
    position: absolute;
    background: whitesmoke;
    border-radius: 0;
    display: none;
    height: 2rem;
    right: 13px;
}

.js .spinner {
    display: block;
}

.container:hover .spinner {
    right: 0;
    top: 1px;
}

.spinner .button {
    position: relative;
    color: #8c8686;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    padding: 0;
    display: block;
}

    .spinner .button:hover {
        color: gray;
    }

    .spinner .button:active {
        color: darkgray
    }



.spinner-wrap {
    position: relative
}

.card-blue .statistics .card-header {
    padding: 10px 0px 10px 0;
}

.card-header-buttons.action {
    padding: 0px 5px 5px 0px;
    float: right;
    text-align: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]:focus {
    outline:none!important;
}
    .no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

#style-2::-webkit-scrollbar {
    width: 6px;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: darkgray;
}

.mdc-fab.trash-btn {
    background: #d20505 !important;
}
.container-fluid:before{display:none}
table {
    white-space: nowrap !important;
}


.selected-priority .talk-bubble textarea {
    line-height: 18px;
    font-size: 13px;
    height: 56px;
    border:0px;
    background:transparent;
}
.selected-priority .talk-bubble .talktext {
    padding: 4px 4px 4px 4px;
}
    table .dataTable > thead > tr > th {
    padding: 5px;
}
.selected-priority .table > tbody > tr > td {
    vertical-align: top;
    padding: 10px 7px!important;
}

.table > tfoot > tr > th {
    padding: 5px 7px;
}

td .wordwrap {
    max-width: 250px !important;
    min-width: 250px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

td:hover.wordwrap {
    text-overflow: clip !important;
    white-space: normal !important;
}

/*CSS FOR Loader*/
.loader {
    font-family: Arial;
    font-size: 10pt;
    display: none;
    position: center !important;
    z-index: 999;
    filter: alpha(opacity = 50);
}
.selected-priority td.talk-bubble-wrap {
    width: 265px;
}

table.dataTable > thead > tr > th, table.dataTable > tbody > tr > th, table.dataTable > tfoot > tr > th, table.dataTable > thead > tr > td, table.dataTable > tbody > tr > td, table.dataTable > tfoot > tr > td {
    /* max-width: 300px !important;*/
}

 

.table > thead > tr > th, .table > tfoot > tr > th {
    padding:5px;
    font-weight: normal !important;
}


table {
    border: 1px #ccc solid !important;
}

    table td {
        color: #504e4e;
    }

    table th {
        color: #000000e0;
    }




.panel-header-sm {
    height: 85px;
    padding-top: 65px;
    background: none !important;
}

.btn-call {
    width: 30px !important;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    BORDER: 0px;
    line-height: 1.42857;
    background: #53a4f4;
    display: inline-block;
}

    .btn-call .fa, .btn-call .far {
        color: #fff;
        font-size: 14px;
        padding: 0px;
        top: 8px;
        position: relative;
    }

.call i {
    color: #fff
}

.call-txt {
    position: relative;
    padding: 5px 15px;
    left: -10px;
    top: 8px;
    font-size: 14px;
    font-family: arial;
    border-left: 0px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.multiple_row > h2 {
    font-size: 18px;
    padding: 8px 10px;
    text-align: left;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
}



.multiselect-selected-text {
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: normal;
    color: #807e7e;
    font-size: 12px;
}




.client #resumeId, .client #zoomlinkId {
    border-radius: 3px;
    padding: 0.1em .45em 0.25em .45em;
}


.client #reportId {
    padding: 5px 10px;
    border-radius: 16px;
}



.client #videoId {
    padding: 5px 10px;
    border-radius: 15px;
}


#ProctoringTable .label-type {
    background: #e8f5ff;
    padding: 8px 10px;
    border: 0;
}

.video-choose {
    position: relative;
    top: -28px;
}

.trash-btn {
    background: #d20505 !important;
}

.click {
    text-decoration: underline;
}

.file-lable {
    color: #000;
    font-size: 14px !important;
}

.card-text-label {
    font-size: 13px !important;
}

.talk-bubble {
    display: inline-block;
    position: relative;
    font-size: 13px;
    height: auto;
    border-radius: 10px;
    margin: 5px 0px;
}

/* Modal */
.modal-header {
    background: #42a5f5 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
}


/* Modal */

.talktext {
    padding: 8px 8px 4px 8px;
    text-align: left;
    line-height: 1.5em;
}



.card .card-header .card-title, .card .card-header h4.card-title {
    margin: 0 0px 10px 0;
}

.border-rv {
    border-right: 1px dotted #ccc;
}

/*.mt50 {
    margin-top: 60px;
}*/

.caret {
    display: none !important;
}

.multiselect-container {
    width: 100% !important;
}

.modal-lg {
    max-width: 690px !important;
}

modal-content .modal-body {
    padding-top: 10px;
}

.modal-bg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);
}

.mdc-card-wrapper__text-section {
    padding: 15px;
}

.mdc-fab {
    width: 30px !important;
    height: 30px !important;
    background-color: #53a5f5;
}

.sidebar:after, .off-canvas-sidebar:after {
    background: #42a5f5 !important;
}


.border-bubble {
    border: 1px solid #620bee21;
}

.talk-bubble {
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    border-radius: 7px;
    margin: 5px 0px;
}


    .talk-bubble textarea {
        resize: none;
        border: 0;
        padding: 5px;
        width: 100%;
        overflow-x: hidden;
    }


.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    background: #42a5f5;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    text-decoration: none;
}



.mdc-fab-secondary {
    background: #fff !important;
    color: #53a5f5 !important;
}

.mdc-card .modal .form-control {
    border-radius: 4px 4px 0 0;
    height: 40px;
    font-size: 0.8rem;
    border-bottom: 1px rgb(0 0 0 / 11%) solid;
}

    .mdc-card .modal .form-control:focus {
        border-bottom: 2px rgb(80, 158, 235) solid;
    }

.caret {
    display: none !important;
}

.multiselect-container {
    width: 100% !important;
}

.modal-lg {
    max-width: 690px !important;
}

.dropdown-toggle {
    border: 0;
    border-radius: 4px 4px 0 0;
    height: 40px;
    font-size: 0.8rem;
    border-bottom: 1px rgba(0, 0, 0, 0.29) solid;
}

    .dropdown-toggle::after {
        color: rgba(0, 0, 0, 0.29);
        position: absolute;
        right: 30px;
        top: 14px;
    }




.modal-content .modal-body {
    padding-top: 10px;
}

.modal .form-group {
    margin-bottom: 10px;
}

    .modal .form-group .btn {
        margin: 0px;
    }

.control-labeled {
    font-size: 12px;
    margin-bottom: 5px;
    color: #9A9A9A;
    padding: 0px 20px;
}

.text-areadiv {
    height: auto;
    padding: 0px 10px !important;
}

    .text-areadiv textarea {
        width: 100%;
        border: 0;
        background: #f5f5f5;
        padding: 5px 0px 0px 0px;
    }

.mc-button-area {
    text-align: right;
}

.mdc-card .form-control, .mdc-card .form-control[disabled], .mdc-card .form-control[readonly] {
    border: 0;
    border-radius: 4px 4px 0 0;
    height: 40px;
    font-size: 0.8rem;

}

    .mdc-card .form-control:focus {
        border-bottom: 2px rgb(80, 158, 235) solid;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle, .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
    border-color: #53a5f5;
}

@media screen and (max-width:1024px) {
    .selected-priority .table > tbody > tr > td {
        padding: 12px 5px;
    }
}

@media screen and (max-width:991px) {
    #ProctoringTable .label-type {
        white-space: normal;
    }

    .mdc-card-wrapper__text-section {
        padding: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .interviewer-comment .talk-bubble [data-tooltip]:before {
        width: 350px;
        left: 25%;
        margin-left: 10px;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .interviewer-comment .talk-bubble [data-tooltip]:after {
        margin-left: 190px;
    }

    .table > tbody > tr > td {
        padding: 12px 5px !important;
    }

    #ProctoringTable .label-type {
        white-space: nowrap
    }

    .talk-bubble [data-tooltip]:before {
        width: 350px;
        left: 30%;
    }
}

@media screen and (max-width:480px) {
    .talk-bubble [data-tooltip]:before {
        width: 350px;
        left: 25%;
    }
}

@media screen and (max-width:375px) {

    .talk-bubble [data-tooltip]:before {
        width: 250px;
        left: 30%;
    }

    .interviewer-comment .talk-bubble [data-tooltip]:before {
        width: 250px;
        left: 30%;
        margin-left: 10px;
    }

    .interviewer-comment .talk-bubble [data-tooltip]:after {
        margin-left: 130px;
    }
}
