﻿@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

* 
{
    box-sizing: border-box;
    font-family: Montserrat, Sans-Serif;
}

html 
{
    background: #262c48;
} 
    
a,
a:hover
{
    background: none;
    color: #517ebd;
    cursor: pointer;
    text-decoration: none;
}

a:hover 
{
    color:#6297e0;
    text-decoration: underline;
}

/* BUTTONS
 * ============================== */

input[type=button],
.button,
button,
.ui-button,
#close-enhance-dialog,
#close-top
{
    background-color: #3c4677 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 30px !important;
    bottom: 0;
    box-shadow: 0 3px 0 0 #353d68 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-family: Montserrat, Sans-Serif;
    height: 36px;
    outline: 0 !important;
    padding: 0 20px;
    position: relative;
    transition: .2s;
}

input[type=button].btn-yellow,
input[type=submit].button,
input[type=submit],
input[type=submit].btn-yellow,
.button.btn-yellow,
button.btn-yellow,
.btn-yellow.ui-button,
.ropTool-small-top input[type=button].ready {
    background-color: #ea9d14 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 30px !important;
    bottom: 0;
    box-shadow: 0 3px 0 0 #ba7d12 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-family: Montserrat, Sans-Serif;
    height: 36px;
    outline: 0 !important;
    padding: 0 20px;
    position: relative;
    transition: .2s;
}
    

input[type=button].btn-dark-yellow,
.button.btn-dark-yellow,
button.btn-dark-yellow
{
    background-color: #af7000 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 30px;
    bottom: 0;
    box-shadow: 0 3px 0 0 #8c5900 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-family: Montserrat, Sans-Serif;
    height: 36px;
    outline: 0 !important;
    padding: 0 20px;
    position: relative;
    transition: .2s;
}

input[type=button].btn-lighter,
input[type=submit].button.btn-lighter,
.button.btn-lighter,
button.btn-lighter,
.ropTool-small-top input[type=Button].selected
{
    background-color: #6297e0 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 30px;
    bottom: 0;
    box-shadow: 0 3px 0 0 #517ebd !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-family: Montserrat, Sans-Serif;
    height: 36px;
    outline: 0 !important;
    padding: 0 20px;
    position: relative;
    transition: .2s;
}

input[type=button].btn-small,
input[type=submit].button.btn-small,
.button.btn-small,
button.btn-small
{
    font-size: 11px;
    height: 20px;
    padding: 1px 12px;
}

input[type=button].btn-med,
input[type=submit].button.btn-med,
.button.btn-med,
button.btn-med
{
    font-size: 12px;
    height: 28px;
    padding: 7px 16px;
}

#clear-points-button
{
    background-color: #e82144 !important;
    box-shadow: 0 3px 0 0 #c51937 !important;
}
    
    


/* FORM ELEMENTS
 * ============================== */
 
input[type=text],
input[type=email],
input[type=password],
input[type=number],
.text-box,
select,
textarea
{
    color: #fff;
    font-size: 16px;
    height: 36px;
    border-radius: 30px;
    background-color: #3c4677;
    border: 2px solid #b8bfd4;
    outline: 0;
    padding: 0 20px;
    line-height: 1;
    transition: .3s;
}

#main-wrapper select
{
    background: #fff;
    color: #3c4677;
    font-size: 12px;
    height: 28px;
}

input[type=text]::placeholder 
{
    color: #b8bfd4;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
.text-box:focus,
textarea:focus
{
    background: #3c4677 !important;
    border-color:#6297e0;
    color: #fff !important;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=number]:focus::placeholder,
.text-box:focus::placeholder,
textarea:focus::placeholder
{
    color: #6297e0;
}

#main-wrapper input[type=text],
#main-wrapper input[type=email],
#main-wrapper input[type=password],
#main-wrapper input[type=number],
#main-wrapper .text-box,
#main-wrapper textarea
{
    background: #f0f3ff;
    color: #475598;
}

textarea 
{
    height: auto;
    min-height: 100px;
    border-radius: 10px;
    padding: 10px 15px;
}

/* UI ELEMENTS
 * ============================== */

.ui-widget-header 
{
    background: #3c4677 !important;
    color: #ffffff !important;
}

/* STRUCTURE
 * ============================== */
 
.content-wrapper 
{
    background: none;
}

#main-wrapper 
{
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 20px;
}

#header-container 
{
    background: #262c48;
    max-height: none !important; /* Override max-height from Site.css */
    padding: 0 15px 20px;
}

#header-container #header 
{
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

#header-container .user-information .account-buttons
{
    align-items: center;
    border-bottom: 2px solid #333d5f;
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

#header-container .user-information .account-buttons > span
{
    font-size: 12px;
}

#header-container .user-information #patient-search-div 
{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
}

#header-container .user-information #patient-search-div input[type=text] 
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    box-shadow: 0 3px 0 0 #7f8aab !important;
    margin-right: 0;
}

#header-container .user-information #patient-search-div input[type=submit]
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0;
}

#header-container .user-information .account-buttons span 
{
    margin-right: 10px;
}

#header-container .user-information .account-buttons input[type=button] 
{
    margin-top: 0;
    margin-bottom: 0;
}

#header-container #header > * 
{
    float: none;
}

#navigation-container #menu 
{
    margin: 0;
    padding: 0;
}

.login-table 
{
    margin: 2em auto 3.25em;
}

.section-header
{
    background: none;
    padding: 0;
}

.section-header .section-main
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.section-header .section-filters
{
    background: #f0f3ff;
    border: 1px solid #e8ebf7;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 10px;
}

.section-filters > div 
{
    flex: 1;
    padding: 0 15px;
}

.section-filters > div:first-of-type
{
    padding-left: 0;
}

.section-filters > div:last-of-type
{
    padding-right: 0;
}

.section-filters select 
{
    max-width: auto;
    min-width: 100%;
}

.section-filters label
{
    font-size: 14px;
}

.section-header h3
{
    padding-left: 0;
}

.list-section
{
    padding: 15px 0 0;
    margin: 0;
}

.list-section .list-header 
{
    align-items: center;
    background: none;
    display: flex;
    justify-content: space-between;
}

.list-section .list-header h3 
{
    color: #262c48;
    padding-left: 0;
}

.dataTables_wrapper table.dataTable thead th 
{
    background-color: #475598;
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 7px 10px 8px;
}

.dataTables_wrapper table.dataTable thead th.sorting_asc,
.dataTables_wrapper table.dataTable thead th.sorting_desc
{
    background-color: #3c4677 !important;
}

.photo-container 
{
    display: flex;
}

.photo-container .carousel-column,
.photo-container .boxes-column
{
    float: none;
}

.photo-container .carousel-column
{
    background: #eeeeee;
    border-radius: 5px 0 0 5px;
    padding: 15px;
    width: 225px;
}

.photo-container .boxes-column
{
    border: 2px solid #eeeeee;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    width: calc(100% - 225px);
}

.boxes-selection-buttons 
{
    background: #3c4677;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    display: flex;
    font-weight: bold;
    justify-content: center;
    padding: 4px 4px 0;
}

.boxes-selection-buttons input + label,
.boxes-selection-buttons input:active + label 
{
    background-image: linear-gradient(to top, lightgray, #f2f2f2) !important;
    border: 1px solid #aaaaaa !important;
    border-bottom: 0 !important;
    color: #212121;
    flex-grow: 0;
    font-size: .8em;
    margin: 0 .2em 1px 0;
    padding: 5px;
    position: relative;
    top: 1px;
    white-space: nowrap;
}

.boxes-selection-buttons input:checked + label 
{
    background: #ffffff !important;
    background-image: none !important;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.MultiFile-wrap input 
{
    align-items: center;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    font-size: 14px;
    padding: 20px 15px;
}

.rop-tool-table td {
    padding: 0;
}

#footer-container 
{
    padding: 20px;
}