﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500');

body{
background-color:#fff;
}
a, p, span, td, tr, th, h1, h2, h3, h4, h5, h6, input, label {
    font-family: 'Rubik', sans-serif;
    
}

h1 {
    font-size: 21px;
    font-weight:500;
    text-transform:capitalize;
}

h2, .k-window-title {
    color: #1A173B;
    font-size: 21px;
    font-weight: 400;
    padding-top:10px;
}

h6 {
    color: #9FA9BA;
    font-size:15px;
}

    h6.blackened {
        color: #242424;
    }

    p {
        color: #9FA9BA;
        font-size: 15px;
    }

a {
    color: #0077FF;
    transition:all 0.2s;
}

    a:hover {
        color: #0044EE;
        text-decoration:underline;
    }

.mainbody {
    background: #fff;
    border: 1px solid #EBEDF8;
    margin-top: -15px;
    font-size: 14px;
    min-height: 75vh;
    box-shadow:0px 4px 10px rgba(0,0,0,0.1);
}

.row {
    padding: 0 15px;
}

.wrapper {
    padding: 0 15px;
}
.nav-link .nav-label {
    font-size: 15px;
}

.nav > li > a {
    font-weight: 400;
    font-size: 15px;
}

.navbar-toggler{
    background-color: transparent;
    border:0px;

}

.navbar-brand {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
}
.navbar-brand span {
    color: #FF6A1D ;
}
.headerrow {
    background: rgb(254,243,238);
    background: -moz-linear-gradient(0deg, rgba(254,243,238,1) 0%, rgba(254,237,237,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(254,243,238,1) 0%, rgba(254,237,237,1) 100%);
    background: linear-gradient(0deg, rgba(254,243,238,1) 0%, rgba(254,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fef3ee",endColorstr="#feeded",GradientType=1);
    font-size: 21px;
    font-family: 'Rubik', sans-serif;
    padding: 35px;
    padding-bottom: 45px;
    font-weight: 500;
}

.headerrow .container, .navbar .container{
    padding:0px !important;
}
#scanAnalysisTabs {
    padding-top: 25px;
}
.bg-light {
    background-color: #fff !important;
    border-bottom: 1px solid #DADADA;
}

select.form-control, input[type="date"].form-control {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4d7db",GradientType=1);
}

input[type="checkbox"].form-control {
    height: 20px;
    text-align: left;
    width: 20px;
    flex: 0 0 auto;
}

select#licenseeSelect {
    margin-left: 16px;
    font-family: 'Eau Sans',sans-serif;
    padding: 6px;
    color: #495057;
    border-radius: 4px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4d7db",GradientType=1);
}


.footer {
    margin-top:20px;
    border-top: 0px;
    background:transparent;
    position:relative !important;
}

.headerrow a {
    font-size: 15px;
    padding-left: 20px;
    color: #707070;
    text-decoration:underline;
}
    .headerrow a:hover{
        opacity:0.7;
    }

    .btn-primary {
        color: #fff;
        background-color: #0077FF;
        border-color: #0077FF;
        font-size: 16px;
        font-weight:400 ;
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #0055EE !important;
}

.btn-progress{
padding-left:75px;
padding-right:75px;
}

.headerrow .btn-primary {
    margin-top: -5px;
}

.pace .pace-progress {
    background-color: #FF6A1D;

}

.form-control{
    border-radius:4px;
}

.form-control:focus, .single-line:focus {
    border:2px solid #0077FF;
}

.input-validation-error {
    background-color: #FFD5D5;
    border: 1px solid #FE1212;
}

.col-form-label{
    padding-bottom:0px;
}

/*Kendo grid*/
.k-grid {
    margin-bottom: 30px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.k-header.k-grid-toolbar{
    border-bottom:0px;
}

.k-button {
    color: #fff !important;
    background-color: #0077FF !important;
    border-color: #0077FF !important;
    font-size: 16px;
    font-weight:400;
    text-transform: capitalize;
    transition: all 0.2s;
}
    .k-button:hover, .k-button:focus, .k-button.focus {
        background-color: #0055EE !important;
    }

.k-pager-numbers .k-state-selected {
    color: #fff;
    background-color: #0077FF;
    width: 36px;
    height: 36px;
    margin-top: 0px !important;
    padding-top:0px !important;
    border: 2px solid #007bff;
}
.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: #0077FF;
}
th.k-header a, th, .scan-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #B4BAC6;

}

.k-grid-pager {
    border-top: 1px solid #e0e0e0;
    bottom: 0px;
    width: 100%;
    position: relative;
    border-top: 1px solid #e0e0e0;
}

thead.k-grid-header {
    border-bottom: 1px solid #e0e0e0;
}

.k-grid-content {
}


/*End of kendo grid*/


.clientList > a {
    /*height: 100%;*/
    margin-bottom: 4px;
}
.clientList > a:hover {
    text-decoration: none;
}

.clientBox {
    border: 0px;
    border-radius: 4px;
    height: 100%;
    margin-bottom: 4px;
    padding: 16px;
    box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
}


.registerNewClientBox {
    border: 2px dashed #8A96A0;
    text-align: center;
    border-radius: 6px;
    height: 100%;
    margin-bottom: 4px;
}

.textWrapper {
    font-size: 36px;
    color: #8A96A0;
}

.subText {
    color: #8A96A0;
    font-size: 15px;
    
}

.highlightText {
    background: #FFB856;
    color: #242424;
    margin-right:16px;
    padding:0 4px;

}
hr {
    margin-left: 15px;
    margin-right: 15px;
}
.vr-left {
    border-left: 1px solid rgba(212,215,219,1);
    margin-top: 20px;
}

.profile-pic{
border-radius:50px;
background:grey;
}
/* NOTES */
.notes-container {
    background: #EEF0F3;
    border: 1px solid #DCE0E6;
    border-radius:4px;

}

    .notes-container .row {
        background: white;
        border-radius: 4px;
        border: 1px solid #DCE0E6;

    }
.note-type-title {
    position: absolute;
    top: 0px;
    left: 0px;
    background: orange;
    border-radius: 4px 0 0 0;
    color: white;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'Rubik',sans-serif;
    height: 26px;
    line-height: 26px;
}

.note-type-date {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    padding-bottom:5px;
    right: 0px;
    color: #9FA9BA;
    font-family: 'Rubik',sans-serif;
}

.note-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 26px;
}

.note-buttons a{
  margin-right:15px;
}

.k-grid-delete, .k-grid-delete:hover{
    color: red;
}

.note-body {
    padding: 34px 15px 28px 15px;
    color: #9FA9BA;
    font-family: 'Rubik',sans-serif;
}

.clientList > a:hover div {
    transition: 0.2s;
}

.clientList > a:hover > div {
    box-shadow:0px 2px 12px rgba(0,0,0,0.0.5);
    transition: 0.2s;
}

.clientList > a:hover > .registerNewClientBox {
    background: rgba(138,150,160,0.2);
    transition: 0.2s;
    box-shadow:none;
}

.clientTitle {
    font-size: 21px;
    color: black;
    vertical-align: middle
}

.clientDesc {
    font-size: 15px;
    color: #9FA9BA;
}

.clientSub {
    font-size: 15px;
    color: #FE6F40;
}

.clientTitle > .fa-edit {
    color: #0077FF;
    font-size: 16px;
    vertical-align: middle;
    position: absolute;
    right: 32px;
}



.k-pager-wrap {
    display: none !important;
}

.scanPhotoThumbnail {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover
}


.photoAssignment .clientBox {
    width: 230px;
    height: 160px;
    position: relative;
    margin: 7px !important;
}

.bodyRegionArea {
    color: white;
    background-color: #FE1212;
    display: inline-block;
    margin: 3px;
    padding: 4px;
    border-radius: 4px;
    cursor: move;
    position: relative;
}

#missingAreas {
    min-height: 40px;
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.scanPhotoThumbnail .bodyRegionArea {
    background-color: #0077FF !important;
    padding: 8px 8px 8px 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
   
   
}
.bodyRegionArea i.fa {
    font-size:14px;
    padding:0 4px;
}

.scanPhotoThumbnail {
    transition: all 0.15s ease-in;
}

.blueBlock{
    top:0;
    left:0;
    border-radius:6px;
    background:rgba(0,119,255,0.5);
    position:absolute;
    height:100%;
    width:100%;
    z-index:-999;
    pointer-events:none;
}

#scanAnalysisTabs a{
    color: #A2A1B0;
}

#scanAnalysisTabs h2 {
    display: inline;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 21px;
}
    #scanAnalysisTabs h2:first-child{
        margin-left:0px;
    }

    #scanAnalysisTabs .selected {
        color: #0077FF;
    }

#scanAnalysisGroups .clientBox {
    margin: 7px !important;
}

#scanAnalysisGroups .clientBox div {
    width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

#scanAnalysisGroups .clientBox {
    margin: 0px !important;
    padding: 0px;
    box-shadow: none;
}

.scanAnalysisDetailImage {
    width: 100%;
}


.anatomicalAreaImage {
    width: 282px;
    height: 305px;
    margin: 4px;
    padding: 4px;
}

.annotationNumber {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 42px;
    height: 42px;
    padding-top: 4px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.analysisDetailCompareButton {
    font-size: 16px;
    display: block;
    position: relative;
    top: 12px;
    left: 12px;
    z-index: 9999;
    width: 110px;
    text-align: center;
}

.k-file-success {
    display: none !important;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    
    padding: 0 15px;
}


.warning{
    position:relative;
}
    .warning::before {
        content: '';
        width: 0;
        right: 0.65em;
        top: 0.8em;
        position: absolute;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid yellow;
    }

    .warning::after {
        content: "⚠";
        top: 0.25em;
        right: 0.25em;
        position: absolute;
        color: grey;
        font-size: 2em;
        line-height: 1em;
    }
.ScanPhotoThumb {
    background-position: center;
    border-radius: 6px;
}
.ScanPhotoThumb:hover .examine-text {
    opacity: 1;
}

.examine-text {
    opacity: 0;
    position: absolute;
    left: 0%;
    height:100%;
    color: white;
    text-align:center;
    top: 0%;
    font-weight: bold;
    width: 100%;
    background: rgba(0,119,255,0.4);
}

.examine-text span{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-10px;
    color:white;
    letter-spacing:1px;
}
    .examine-text i.glyphicon.glyphicon-search {
        position: absolute;
        left: -20px;
        top: 2px;
    }

.region-label {
    background: black;
    font-size: 12px !important;
    color: white;
    padding: 0px 5px;
}

.problem-area-row {
    padding: 15px 0;
    border-bottom: 1px #C4CACF solid;
}

    .problem-area-row .col-8 {
        color: #9FA9BA;
        font-size:16px;
    }

.annotorious-editor {
    background-color: #fff !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border: 1px #C4CACF solid;
}

.compare-page {
    padding: 30px 0;
}

.compare-title {
    color: #212121;
    border: 1px solid #DCE0E6;
    padding:8px 50px;
    border-radius:4px;
}

#scanAnalysisDetailImages .region-label {
    position: absolute;
    z-index: 9999;
    font-size: 14px !important;
    top:2px;
}

.previousPhotos {
        opacity: 0.5;
        width: 140%;
        top: 25%;
        bottom: 25%;
        position: relative;
    }

    .previousPhotos img {
        height: 50%;
    }

.nextPhotos {
    opacity: 0.5;
    width: 140%;
    left: -40%;
    top: 25%;
    bottom: 25%;
    position: relative;
}

    .nextPhotos img {
        height: 50%;
        
    }

.avatar-circle {
    width: 56px;
    height: 56px;
    background-color: #8A96A0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 14px; /* 25% of parent */
    font-size: 28px; /* 50% of parent */
    line-height: 28px; /* 50% of parent */
    color: #fff;
    font-weight: bold;
}