﻿


body {
    margin: 10px 10px 0 10px;
    padding: 0 ;
}


/* Navbar */
.navbar {
    position: relative;
    margin-right: 0px !important
}
.nav-link {
    font-size: 16px;
}
.navbar-color {
    
}


.page-top-spacer {  /* see mobile css for mobile specific settings */
    margin-top:110px;
}
.page-top-spacer.caseloaded {
    margin-top: 140px;
}


.isLink {
    cursor: pointer
}
.isLink.ul:hover {
    text-decoration:underline;
}
.isLink.ul-small:hover {
    border-bottom:1px solid #808080;
}


.page-header-text {
    font-size:1.3em;
}

.icontext {
    font-size: 1.0em;
}

.fadedText {
    
}

.header-company-name { /* see mobile css for mobile specific settings */
    display: none;
    border-width:1px;
    border-style:solid;
    border-radius: 5px;    
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    padding: 2px;
}
.header-company-name.stack-bottom {
    z-index:-999;
}


.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.file-download-link {
    font-size: 12px;
}


/* Homepage */
.glyphicon {
    padding-bottom: 5px;
    font-size:4em;
}
.homepage-icon {
    padding: 5px;
}


.terms-text {
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}


/* Case Landing */
.case-landing-timeline-img {
    font-size:100px;
}


/* Divider */
hr {
    
}



/* displays a background to headers/titles */
.title-wrapper {
    border-radius: 8px;
    padding: 5px;
}

/* Section Headings Text */
.section-header {
    font-size: 18px;
}


/* to prevent additional spinner icons appearing on number inputs for HTML5 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}



/* to centre Bootstrap divs */
.col-centered {
    float: none;
    margin: 0 auto;
}


/* floating div effect */
.shadowed-box {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
}


/* additional button CSS */
.btn {
    cursor: pointer;
    min-width: 100px;
    font-size: inherit;
}
.btn-link {
    color: inherit;
    text-decoration:none;
}
.btn-light {
    border-width: 1px;
    border-style: solid;
}
.big-button { /* also used on divs*/
    height: 80px;
    line-height: 55px;
    font-size: 18px;
    cursor: pointer;
}



/* Password Validation Div */
.pw-validator {
    font-size: 12px;
    text-align: right;
}



/* PIN Login fields */
.pin-field {
    width: 100px;
    height: 200px;
    font-size: 7em;
}



/* Container for the JSViewer plugin container */
.file-previewer {
    min-width: 100%;
    min-height: 75vh;
    border-width: 1px;
    border-style: dotted;
    align-content: center;
}




/* additional form field settings */
select {
    padding: 2px;
}

input {
    padding: 2px;
}

.form-field-error {
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
}

input[type=checkbox], [type=radio] {
    transform: scale(1.2);
}

.form-check-label, .form-check-inline :hover {
    cursor: pointer;
}

.form-check-highlight {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin: 1px;
}

label {
    padding: 2px;
}

.form-label {
    margin-bottom: 0;
}

.field-title {
    
}

.field-surround {
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    padding: 5px;
}




/* Review Page */
.StarContainer {
    cursor: pointer;
    padding: 10px;
    width: auto;
}

.ReviewStartImg {
    width: 40px;
    margin-right: 15px;
    display: inline-block;
}






.option-selector-container {
    margin-bottom: 0;
}
.option-selector-round {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 95px;
    font-size: 45px;
    border-radius: 100%;
    background-size: cover;
    transition: transform .2s;
    padding: 10px;
    border-width: 2px;
    border-style: solid;
}
.option-selector-round:hover {
    transform: scale(1.1);
    cursor:pointer;
}
.option-selector-round.locked {
    border-width: 2px;
    border-style: solid;
}

.option-selector-round.squared {
    border-radius: 10px;
    margin-bottom:5px;
    margin-top:25px;
}

.option-selector-round.squared.highlight {
    
}


.option-selector-round.hover-icon {
    position:relative
}
.option-selector-round.hover-icon .main-item {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.option-selector-round.hover-icon .hover-item {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;    
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.option-selector-round.hover-icon:hover .main-item {
    opacity: 0.3; 
}
.option-selector-round.hover-icon:hover .hover-item {
    opacity: 1;    
}






/* Notification Bubbles */
.notification {
    position: absolute;
    border-radius: 100%;
    display: none;
}

.option-selector-round .notification {
    top: -6px;
    right: 0;
    border-width: 1px;
    border-style: solid;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    transition: transform .0s;
}
.option-selector-round .notification.squared {
    top: -16px;
    right: -10px;
}
.option-selector-round .notification.locked {
    
}

.nav-item .notification {
    top: 0;
    right: -4px;
    border-width: 1px;
    border-style: solid;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
}

.notification-collapsed-menu {
    left: 5px;
}




/* Navigation Tabs */
.nav-tabs {
    border-bottom-width: 1px;
}
.nav-tabs .nav-link:not(.active) {
    
}
.nav-tabs .nav-link {
    
}
.nav-tabs .nav-link.active {
    
}



/* Notifications Page */
.notification-panel {
    border-width: 1px;
    border-style: solid;
    /* border-bottom: 0; */
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;    
}

    .notification-panel .icon {
        font-size: 30px;
        height: 70px;
        line-height: 60px;
    }

    .notification-panel .unread-icon {
        margin-left:20px;
        font-size:13px;
    }

    .notification-panel.read {
        
    }

    .notification-panel:hover {
        
    }

    .notification-panel.deleting {
        
    }

    .notification-panel.bottom, notification-panel.bottom:hover {
        border: 0;
        cursor: default;
    }





/* Messages speech bubbles & other css*/
.speech-bubble {
    position: relative;
    border-radius: .4em;
    width: 65%;
    padding:10px 20px 20px 20px;
}
.speech-bubble hr {
    border-top-width: 1px;
    border-top-style: solid;
    margin:5px 0 15px 0;
}
.speech-bubble hr.message-attachments {
    box-shadow: unset;
    width: 50%;
    border-style: dashed;
}
.speech-bubble .messageheader {
    font-size:12px;
    padding-top:3px;
}
.speech-bubble .casetitle {
    border-radius:8px;
    padding:2px 10px 2px 10px;
    font-size:12px;
    width:20vw;
    margin-bottom:5px;
}
.speech-bubble .casetitle.from-user {
    
}
.speech-bubble .casetitle.to-user {
    
}
.speech-bubble.to-user {   
    margin-left:10px;
    right:-10px;
}
.speech-bubble.to-user .attachments { 
    border-radius:8px;
    padding:10px;
    font-size: 12px;
}
.speech-bubble.to-user .attachments hr {
    
}
.speech-bubble.from-user {
    left:-10px;
    margin-left:auto; 
    margin-right:10px;
}
.speech-bubble.from-user .attachments { 
    border-radius:8px;
    padding:10px;
    font-size: 12px;
}
.speech-bubble.to-user .attachments hr {
    
}
.speech-bubble.to-user:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
    border-width: 20px;
    border-style: solid;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}
.speech-bubble.from-user:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
    border-width: 20px;
    border-style: solid;
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -20px;
}
.speech-bubble.to-user.deleting, .speech-bubble.from-user.deleting {
    
}
.speech-bubble.from-user.deleting:after {
    
}
.speech-bubble.to-user.deleting:after {
    
}



.timeinfo {
    width: 65%;
    font-size: 11px;
    display: block;
    padding:0 5px 0 5px;
    margin-bottom:20px;
}
.timeinfo.to-user {    
    margin-left: 30px;    
    text-align: right; 
}
.timeinfo.from-user {
    margin-left: auto;
    margin-right: 30px;
    text-align: left;
}
.message-composer {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 5px;
    width: 90%;
    margin: 0 auto;
    transition: all 0.4s;
}
.message-composer.focus {
           
}
.new-msgbox {
    height: auto;
    max-height:300px;
    border: 0;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
}





/* apply blur effect for unread messages*/
.unread-container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    height:100px;
    overflow:hidden;
    position:relative;
}
.unread-container-open {
    position: absolute;
    right: 32%;
    top: 70px;
    margin: 0 auto;
    width: 40%;
    height: 100px;    
    text-align: center;
    opacity: 0.8;
    border-radius:10px;
    padding-top:10px;
}
.unread-container-open.short {
    top: 50px;
}




/* Uploads Indicator / Info */
.uploads label {
    display: inline-block;
    width: 100%;
    height: 70px;
    border-width: 4px;
    border-style: dashed;
    color: #B5B5B5;
    font-size: 40px;
    line-height: 25px;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    cursor: pointer;
}
.uploads .uploadInfo {
    vertical-align: top;
    width: 100%;
    min-height: 16px;
    padding-top: 5px;
    font-size: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.uploads .uploadInfo .progressBar {
    width: 0px;
    height: 14px;
    border-radius: 5px;
    transition: .25s ease-out;
}
.uploads .uploadInfo .progressBar .progressBarPercent {
    font-size:10px;
    margin-right:5px;
    padding-bottom:8px;
    text-align:right;
}
.uploads .uploadInfo .success {
    
}
.uploads .uploadInfo .error {
    text-align: left;
    font-size: 12px;
}





/* Modal Dialogues */
.modal-dialog {
    margin-top: 100px;
}

    .modal-dialog.no-top-margin {
        margin-top: 10px;
    }

    .modal-dialog .entry {
        min-height: 200px;
        max-height: 450px;
        overflow-y: auto;
    }

body.modal-open {
    overflow: hidden;
}

.modal-header {
    
}

.modal-entry-saved {
    text-align: center;
    width: 200px;
    height: 200px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    border-radius: 50%;
}





/* table settings  */
.table {
}

.table thead {
}

.table-bordered {
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-radius: 10px;
}

table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

table thead tr:last-child th:last-child {
    border-top-right-radius: 10px;
}

table tbody tr:first-child {
    border-top-width: 1px;
}

table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.table tbody td {
    border-left-width: 1px;
    border-left-style: solid;
}

.table tbody td:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}

.table-hover tbody tr:hover {
    cursor: pointer;
}

tr td.deleting {
}





/* Input Placeholder settings */
/**************************************/
/* WebKit, Blink, Edge */
.form-control::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic;
}
/* Mozilla Firefox 4 to 18 */
.form-control:-moz-placeholder {
    font-size: 15px;
    font-style: italic;
}
/* Mozilla Firefox 19+ */
.form-control::-moz-placeholder {
    font-size: 15px;
    font-style: italic;
}
/* Internet Explorer 10-11 */
.form-control:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
}
/* Microsoft Edge */
.form-control::-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
}
/**************************************/





/*--------------------------------------------------------------------------------*/
/* ON/OFF SWITCH */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider.small {
        transform: scale(0.7);
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    
}

input:focus + .slider {
    
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*--------------------------------------------------------------------------------*/








/*** MEDIA SETTINGS TO OVERIDE ABOVE CSS ***/
/****************************************************/
/* This effects a Samsung S8 Portrait */
@media screen and (max-width: 576px) {
    body {
        font-size: 0.9em;        
    }
    .pin-field {
        width: 50px;
        height: 100px;
        font-size: 2.7em;
    }
    .pw-validator {
        text-align:left;
    }
    .option-selector-round {
        width: 80px;
        height: 80px;
        line-height: 60px;
        font-size: 25px;
    }
    .option-selector-round .notification {                
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
    }
    .speech-bubble {
        width: 80%;
        padding: 10px 15px 20px 15px;
    }
    .speech-bubble .casetitle { 
        width:40vw;
    }
    .timeinfo {
        width: 60%;
    }
    .unread-container-open {
        width: 50%;
        right: 24%;
        top: 75px;
    }
    .header-company-name {
        width: 80%;
    }
    .case-landing-timeline-img {
        font-size: 70px;
    }
}

/* This effects a Samsung S8 Landscape */
@media screen and (min-width: 577px) {
    body {
        font-size: 0.9em;
    }
    .header-company-name {
        width:70%;
    }
}

@media screen and (min-width: 768px) {
    .header-company-name {
        width: 50%;
    }
    .pin-field {
        font-size: 5em;
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 56px;
    }
    .pin-field {
        font-size: 7em;
    }
}
/****************************************************/








