/* Miscellaneous */

.no-border-top {
    border: none !important;
}

.border-rounded {
    border-radius: 25px;
    box-shadow: 0px 0px 10px 2px grey;
    outline: 0;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
    background-color: #525659;
}

.display-cell {
    display: table-cell;
}

.cross_stamp {
    width: 90px;
    height: 82.5px;
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    resize: both;
    overflow: hidden;
    top: calc(50% - 45px);
    left: calc(50% - 41.25px);
    /*transform: translate(-50%, -50%);*/
}
.vertical-align-middle {
    vertical-align: middle;
}

.pos-rel {
    position: relative !important;
}

.pos-abs {
    /*position: absolute !important;*/
}

.pos-fixed {
    position: fixed !important;
}

.b-0 {
    bottom: 0 !important;
}

.text-black {
    color: black;
}

.text-red {
    color: red;
}

.text-invisible {
    visibility: hidden;
}

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.w-15 {
    width: 15px;
}

.h-60 {
    height: 60px;
}

.h-70 {
    height: 70px;
}

.fs-12 {
    font-size: 12px;
}

.fs-24 {
    font-size: 24px;
}

.fc-primary {
    color: #079 !important;
}

.fc-white {
    color: #FFF !important;
}

.login {
    float: none;
    margin: 10px auto !important;
}
.bg-grey{
    background-color:gray;
}
.border-shadow {
    /*box-shadow: 0px 0px 15px 0px #079;*/
    border-radius: 2px;
}
.nav-border {
    border-bottom: 2px solid black;
}

.background-primary {
    color: #fff;
    background: #079;
}

.button-bg-primary {
    background: #e3b63f;
}

.border-primary {
    border: 1px solid #079;
}

.text-center {
    text-align: center !important;
}

.border-right-primary {
    border-right: solid 1px #079;
}

.nav-rt {
    float: right !important;
    margin-right: 0px;
}
.border-right-white {
    border-right: solid 1px #FFF;
}

.border-top-1 {
    border-top: 1px solid;
}

.border-radius-10i {
    border-radius: 10px !important;
}
/* Dashboard */
.report-list {
    /* height: 270px; */
    background: #fff;
    margin-top: 10px;
    border: 1px solid #079;
}

.loader {
    left: 47.5%;
    top: 40%;
}

.custom-multiselect {
    width: 100% !important;
    height: 100% !important;
}

.downloadPdfErr {
    padding-bottom: 15px;
    height: 50px;
}

/* For Modal Close When clicked outside */
.viewhistory .modal-dialog {
    width: 100% !important;
    margin: 0px !important;
    padding: 40px !important;
}

div.socials {
    padding: 10px 7px 10px 7px;
}

p.socials {
    font-size: 30px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    div.bottom-links, div.bottom-numbers, div.bottom-adolpha {
        text-align: center;
        padding: inherit !important;
    }

        div.bottom-numbers p {
            margin-left: unset !important;
        }

    div.bottom-adolpha {
        margin-bottom: 10px !important;
    }
}

/* DataTable */

div.dataTables_scrollBody {
    height: 300px !important;
}

div#myNavbar ul.navbar-right li a:hover {
    background: transparent !important;
}
/*image viewer*/
.ds_container_parent_container {
    background: #525659;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 24px;
}

.ds_container {
    height: calc(100vh - 120px);
    position: relative;
    margin-left: 75px;
    margin-right: 75px;
}

.pdf-images {
    cursor: crosshair;
    border-bottom: 10px solid #525659;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,1.0);
}


.overlay {
    /*position: absolute;*/
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    cursor: crosshair;
}

.signatures {
    width: 270px;
    height: 80px;
    background-color: red;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
}

.second-signatures {
    width: 270px;
    height: 80px;
    background-color: red;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
}

.remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

.cont-width {
    width: auto;
}

.lines {
    width: 150px;
    height: 75px;
    background-color: lightcoral;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    resize: horizontal;
    overflow: hidden;
}

.cross {
    width: 712px;
    height: 180px;
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    resize: both;
    overflow: hidden;
}

.text {
    width: 270px;
    height: 75px;
    background-color: lightcoral;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    resize: horizontal;
    overflow: hidden;
    /* font-size: 9px; */
    font-family:'Times New Roman';
    color: black;
}
.text_textarea {
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    background: white;
    font-size: 13px;
    font-family: 'Times New Roman';
    font-weight: bold;
    color: black;
    resize: none;
    white-space: nowrap;
}
.stamp {
    width: 90px;
    height: 82.5px;
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    resize: both;
    overflow: hidden;
}
.employeeStamp {
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    border: 1px solid lightsalmon;
}
.marineComponentIRSStamp1 {
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    border: 1px solid lightsalmon;
}
.marineComponentIRSStamp2 {
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    border: 1px solid lightsalmon;
}
.applicableSurveysStamp {
    background-color: lightsalmon;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    border: 1px solid lightsalmon;
}
.date {
    width: 210px;
    height: 75px;
    background-color: lightblue;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    resize: horizontal;
    overflow: hidden;
    font-family: 'Times New Roman';
    color: black;
}
.date_input {
    background: white;
    font-weight: bold;
    font-family: 'Times New Roman';
    color: black;
}

.buttons {
    display: flex;
    justify-content: space-around;
    z-index: 2;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    background-color: rgba(0, 0, 0, 0.83);
    padding: 10px;
}

    .buttons button {
        padding: 5px;
    }

.display_to_visibility {
    display: block !important;
    visibility: hidden;
}

div.modal-body div.ds_container {
    min-height: 100px;
}

div.modal-footer {
    padding: unset;
}

    div.modal-footer div.buttons {
        -ms-transform: translate(0%);
        -webkit-transform: translate(0%);
        transform: translate(0%);
        position: unset;
        bottom: unset;
        left: unset;
    }
/*Pratiksha 12:06pm*/
div.panel-button {
    border-right: 1px solid #079;
    border-left: 1px solid #079;
}

div.panel-body2 {
    height: 475px;
}

div.panel-view {
    display: block;
    height: 475px;
}

.navbar-brand {
    float: left;
    height: 40px;
    padding: 0px !important;
    font-size: 18px;
}

.panel-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer-logo {
    padding-right: 0px;
}

.dashboard-error {
    padding: 1px;
}

.panel-buttons {
    z-index: 2;
    bottom: 0;
    font-size: 23px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0px 0px 6px 0px #079;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    padding: 8px 12px;
    background: white;
    color: #079;
    outline: none;
}

.panel-buttons:hover {
    box-shadow: 5px 5px 5px #002233;
    z-index: 10;
    border-radius: 50%;
}

.imageload-container.zoom:hover {
    transform: scale(1.25);
    margin-left: 3px;
    padding-top: 445px;
}
.imageload-container.zoom:hover .signatures,
.imageload-container.zoom:hover .lines,
.imageload-container.zoom:hover .cross,
.imageload-container.zoom:hover .date,
.imageload-container.zoom:hover .text {
    margin-top: 445px;
}
.tool-span {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #079;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}

.custom-height {
    height: calc(100vh - 90px);
}

.custom-btn {
    padding-top: 15px;
    padding-bottom: 10px;
}

.card {
    background: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,1.0);
}

::-webkit-scrollbar {
    width: 13px;
}
    ::-webkit-scrollbar:hover {
        width: 13px;
        background-color: #f1f1f1;
        border: 1px solid #333;
    }

::-webkit-scrollbar-thumb {
    background: #079;
    height: 70px !important;
}

div.ui-datepicker {
    background: white;
    border: 1px solid;
}

div.ui-datepicker div.ui-datepicker-header a {
    text-decoration: none;
}

div.ui-datepicker div.ui-datepicker-header a.ui-datepicker-prev:after {
    content: "\21FD";
    font-size: 16px;
}

div.ui-datepicker div.ui-datepicker-header a.ui-datepicker-next:after {
    content: "\21FE";
    font-size: 16px;
}

.cl_disabled {
    pointer-events: none;
    color: darkgrey;
}

.cursor_not_allowed {
    cursor: not-allowed;
}
.dis-none{
    display:none;
}