﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);
.default-theme {
    --primary-color: #88aacc;
    --secondary-color: #606060;
    --text-color: #e7e7e7;
}

.default-theme .schedule-details-table tr:nth-child(odd) {
    background-color: #88aacc;
}

.ns-theme {
    --primary-color: #AD59AB;
    --secondary-color: #BDE080;
    --text-color: #000;
}

.ns-theme .def_selrow_css td {
    background-color: var(--primary-color);
}

.ns-theme .schedule-details-table td:first-of-type {
    color: var(--text-color) !important;
}

.ns-theme .schedule-details-table td {
    color: var(--primary-color);
}

@font-face {
    font-family: 'SFCompactDisplay';
    src: url("/images/fonts/SFCompactDisplay-Regular.otf"); /* IE9 Compat Modes */
}

@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

html, body {
    margin: 0;
    padding: 0;
    font-family: SFCompactDisplay, 'San Francisco', Helvetica, Arial, san-serif !important;    
    min-height: 100%;
    color: #000000!important;
    font-size: 150%;
}


@media (max-width: 480px) {
    html {
        font-size: 0.6rem;
    }
}


@media (max-width: 700px) {
    html {
        font-size: 0.8rem;
    }
}


@media (mmin-widthL 701px) {
    html {
        font-size: 1rem;
    }
}

.circle_holder {
    width: 100%;
    height: 100%;
    margin: 2ex;
}


#map {
    width: 100%;
    height: 500px;
}


.mainpage {
    width: 100%;
    height: 100%;
    background-image: url("internal://images/Home-Background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainpage > * {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mainpage div.mainholder
{
    display: inline-block;
}

.mainpage div > button {
    display: block;
    margin: 0.5ex auto;
    width: 30ex;
    min-width: 10ex;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.mainpage .logo {
    width: 30%;
    min-width: 10ex;
}

.mainpage button.mainpage_cl_de_btn {
    background: url("/images/svgImages/buttons/Home-Closures-Detours-Button-A.svg") no-repeat scroll center;
    height: 50px;
}

/*.mainpage > div > button.mainpage_cl_de_btn:hover,
.mainpage > div > button.mainpage_cl_de_btn:active{
    background: url("/images/svgImages/buttons/Home-Closures-Detours-Button-B.svg") no-repeat;
}*/

.mainpage button.mainpage_connect_btn {
    background: url("/images/svgImages/buttons/Home-Connect-With-Us-Button-A.svg") no-repeat scroll center;
    height: 50px;
}

.mainpage button.mainpage_connect_btn:hover,
.mainpage button.mainpage_connect_btn:active{
    background: url("/images/svgImages/buttons/Home-Connect-With-Us-Button-B.svg") no-repeat scroll center;
    height: 50px;
}


.hero {
    background-size: cover;
    margin: 0.5ex auto;
    width: 100%;
    min-width: 10ex;
    height: 20ex;    
}

#albums {
    padding: 20px;
}

div.item {
    display: inline-block;
}

.caption {
    display: block;
    font-family: SFCompactDisplay;
    text-align: center;
    font-size: 13pt;
    font-weight: lighter;
}

.backToAlbums {
    text-align: center;
    color: white;
    cursor: pointer;
}

.mapholder {
    overflow: hidden;
}

.mapframe, .newsframe {
    width: 100%;
    height: 95%;
    overflow: hidden;
}


.lb-nav a.lb-next {
    opacity: 0.5 !important;
}

.lb-nav a.lb-prev {
    opacity: 0.5 !important;
}

.photos > a > img {
    width: 33%;
    padding: 0.5ex;
    box-sizing: border-box;
}

div.centered > * {
    margin: 0.5ex auto;
    display: block;
    text-align: center;
    margin-top: 2ex;
}

div.centered img {
    width: 25%;
} 

.header {
    display: none;
}

.footer_cl > .footer_closures {
    background: url("/images/Closures_Detours.svg") no-repeat;
    width: 60%;
    height: 50px;
    margin: 0 auto;
}

.withoutBackBtn  {
      margin-left: 10px;
      display: inline-block;
      width: 20%;
      height: 35px;
      vertical-align: middle;
  }

button {
    color: var(--text-color);
    background: none;
    box-shadow: none;
    background-color: var(--secondary-color);
    border: 0;
    border-radius: 0.5ex;
    padding: 1ex 3ex;
    margin: 0.5ex 0ex;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    -webkit-tap-highlight-color: #7a7a7b;
    display: block;
    width: 100%;
}

.videoPage_container {
    text-align: center;
}

.videoPage_container > iframe {
    height: 315px;
    margin: 0 auto;
    width: 90%;
}

address {
    white-space: pre;
    font-style: normal;
}

input[type="button"], input[type="submit"] 
{
background-color:#ffffff !important;
color:#000000  !important;
font-family:Montserrat  !important;
font-size:14pt  !important;
text-transform: uppercase  !important;
}

.fullimage {
    width: 100%;
}

.def_ddex_btn_css {
    height: 27px;
    width:27px;
    background: linear-gradient(180deg, #1d2832 0%, #1d2832 100%);
    border-bottom: 1px solid #88aacc;
    border-top: 1px solid #88aacc;
    border-right: 1px solid #88aacc;
}

.def_ddex_btn_css:before {
    color: #ffffff;
    left: 9px;
}

.def_ddex_hov_css {
    background-color: #1f2832!important;
}

#PATUsersTable_0 > tbody > tr > td:nth-child(4) > a {
    color: #06c1a0;
}

.titlebar {
    background-color: #96d1ff;
    color: #ffffff;
}

h1 {
    display: inline-block;
    text-align: center;
}

h3 {
    font-family: Montserrat;
    font-size: 14pt;
    font-weight: 300;
    text-transform:uppercase;
}

h2 {
    font-size: 18pt;
    font-weight: 300;
    text-transform: uppercase;
}

.AudioPage h2 {
    text-transform: capitalize;
    padding-left: 1em;
}

#UsersSearch {
    width: 40ex;
    background: rgba(255,255,255,0.101);
    font-size: 14pt;
    border: none;
    padding: 2px 0 2px 3px;
    text-indent: 20px;
    color: white;
}
.def_ddex_imp_css {
    color: white!important;
    background-color: #1f2832;
    font-family: Montserrat !important;
}

.def_ddex_spn_css, .def_ddex_opt_css {
    color: white;
    background-color: #1f2832;
    font-family: Montserrat !important;
}

#createTemplate {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-family: Montserrat !important;
    font-size: 14pt !important;
    text-transform: uppercase !important;
    border: none;
    margin: 7px;
    cursor: pointer;
    position: relative;
    bottom: 16px;
    right: 6px;
    padding: 1px 25px 1px 25px;
}

.wrapper_for_templates_page {
    background: #5459651a;
    padding: 2px 19px !important;
}

div.main {
    /*background-color: #FFFFFF;*/
    /*max-width: 800px;*/
    width: 80%;
    margin: 0 auto;
}

div.footer {
    margin-top: 3px;
    text-align: center;
}

div.menu {
    background-color: #6fa3cf;
    border-top: 1px solid #CFDEFF;
}

div.banner {
    background-color: #89b4d7;
    font-size: 125%;
    height: 3em;
    padding: 0.5em;
}

a#current
{  
    border-top: 1px solid #00c19f !important;
    border-bottom: none !important;   
    border-left:none !important;
    background-color:transparent;    
}

/*filters*/
.filters 
{    
    background:#5459651a;
    padding: 23px 19px !important;
}

.filters select, .filters input 
{
    color: white;    
}
.filters select {
    background-color: #1f2832;
    font-size: 14pt;
    text-align-last: center;
    padding: 4px;
    /*border: 1px double white;*/
}
.filters input {
    width: 140px;
    background: rgba(255,255,255,0.101);
    font-size: 14pt;
    border: none;
    padding: 2px 0 2px 3px;
    text-indent: 20px;
}

/*def_table*/
.def_table_css {
    background-color: transparent;
    font-family: Montserrat !important;
    width:100%;
    border: none;
    font-size: 1.25rem;
}

.def_tablehead_css td {
	font-size: 1.25rem;
}

.def_table_css tr td {    
    
    color: #5d5d5d;
    text-align:left;    
    line-height: 4rem;
}

.def_table_css tr td div {
    color: #333333;
    text-align: left !important;
    margin: 0 auto;
}

.def_table_css tr:nth-child(1) td
{
    background-color: #a9acac!important;
    text-transform: uppercase;
    background-image: none !important;
}
.def_table_css td
{
    border:none;
    overflow:visible!important;
}

.def_table_css tr.def_row_css:nth-child(2n) td
{
    background-color:#5459651a;
}

.def_selrow_css .def_valuediv_css {
    color: #FFF;
}

.def_refresh_btn {
    width: 3em !important;
    height: 3em !important;
}

.def_refresh_btn::before {
    font-size: 2em !important;
}

/*def_table*/

/*Nav*/

nav {
  margin:35px 0px 0px 0px !important;  
}

nav > ul {
    padding-left: 0px;
    background:#ffffff1a;
    margin: 0px 0px 0px 0px !important;
    height: 70px;  
}

nav > ul > li > a > div {  
    width: 50px;
    height: 40px;    
}


nav > ul > li > a
{
    border-top: 1px solid #ffffff4d !important;
    border-bottom: 1px solid #ffffff4d !important;
    border-right: 1px solid #ffffff4d !important;
    background-color: transparent !important;
    text-decoration: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: white !important;
    display: block !important;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    height: 67px;
}

nav > ul > li > a.home {
    background-image:url('images/svgImages/icons/home-icon-b.svg');
}
nav > ul > li > a.patients {
    background-image:url('images/svgImages/icons/patients-icon-b.svg');
}
nav > ul > li > a.media {
    background-image:url('images/svgImages/icons/media-icon-b.svg');
}
nav > ul > li > a.templates {
    background-image:url('images/svgImages/icons/templates-icon-b.svg');
}
nav > ul > li > a.users {
    background-image:url('images/svgImages/icons/users-icon-b.svg');
}

nav > ul > li > a#current, nav > ul > li > a:hover
{
    background-repeat: no-repeat !important;
    background-position:center !important;
    border-top: 1px solid #00c19f !important;
    border-bottom: none !important;   
    border-left:none !important;    
    background-size: 33% !important;
}

iframe#player1 {
    margin-left: 12%;
}

@media only screen and (max-width: 1115px) {
    iframe#player1 {
        margin:0;
    }
}

nav > ul > li > a.home:hover, a.home#current {
    background-image:url('images/svgImages/icons/home-icon-a.svg');

}

nav > ul > li > a.patients:hover, a.patients#current {
    background-image:url('images/svgImages/icons/patients-icon-a.svg');
}
nav > ul > li > a.media:hover, a.media#current {
    background-image:url('images/svgImages/icons/media-icon-a.svg');
}
nav > ul > li > a.templates:hover, a.templates#current {
    background-image:url('images/svgImages/icons/templates-icon-a.svg');
}
nav > ul > li > a.users:hover, a.users#current {
    background-image:url('images/svgImages/icons/users-icon-a.svg');
}

nav > ul li
{
    list-style: none;
    display: inline-block;
    margin: 0;
    width:calc(100%/5);
    height:100%;
    text-align:center;
    float: left;
    height: 57px;
}

/*Nav*/

/*PopUp*/
.ui-widget-header 
{
    background: linear-gradient(to right, #415067, #000000);
    border:none !important;
    padding:5px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.ui-widget-header .ui-dialog-titlebar-close
{
    background-image: url(images/svgImages/icons/white-x-icon.svg);
    background-color: black;
    border: none;
}
.ui-widget-header .ui-dialog-titlebar-close span 
{
    background-image:none;
}

.ui-dialog .ui-dialog-buttonpane 
{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ui-dialog-buttonset button
{
    background: linear-gradient(to top, #415067, #000000);
    color:white !important;
    font-family:Montserrat !important;
    font-size:14pt !important;
    text-transform: uppercase !important;
    border-radius:0px !important;
    border:none !important;
}

.ui-dialog 
{
    padding:0px !important;
    border:none !important;
    border-radius:30px !important;
}

.ui-dialog button:hover {
    background:#1e252f!important;
    }

.ui-dialog-title 
{
    margin-left:20px !important;
}

.ui-button:hover, .ui-button:focus 
{
    border: none !important;
	background: none !important;
	font-weight: bold;
	color: white !important;
}

.ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:focus {
    background: linear-gradient(to top, #415067, #000000) !important;
    color: white !important;
}

.def_gotopage_css {
    padding: 4px 1px 4px 1px;
    font-size: 10px;
}

.def_rowscnt_css {
    padding: 4px 15px 4px 1px;
    font-size: 10pt;
}

#PrescriptionMediaRowsCnt {
    font-size: 10pt;
}

.def_rowspp_css {
    font-size: 10pt;
}

.def_selpager_css, .def_pager_css {
    background-color: transparent;
    font-family: Montserrat !important;
    color:#000;
}

.def_selpager_css:hover, .def_pager_css:hover {
    background-color: transparent;
    font-family: Montserrat !important;
    color: #000;
    font-weight:bolder;
}

.filters > label:first-child {
text-transform: uppercase;
}

.def_delete_btn 
{
    background-image: url(images/svgImages/icons/red-x-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
}

#PrescriptionMediaRowsPP {
    font-size: 11pt;
}
.def_delcolumn_css 
{
    width: 20px;
    text-align: center;
}

.def_rowspp_css > INPUT, .def_gotopage_css > INPUT {
    width: 15px;
    height: 15px;
    font-size: 10px;
    background-color: #243440;
    padding: 1px;
    color: #ffffff;
    text-align: center;    
}

#patients .changePassword
{
    background-image: url(images/svgImages/buttons/change-password-button.svg);
    background-color: #ffffff00;
    height: 21px;
    width: 165px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    cursor:pointer;
}

#patients .def_table_css 
{
    border:none !important;
    width: 100%;
}


a.def_delete_btn 
{
    width: 20px;
    height: 20px;
}
.def_delete_btn:before
{
    content:" " !important;
}

/*PopUp*/

#prescriptionmedia > div:nth-child(2) {
    float: left!important;
    margin-top: 10px;
}

.def_rowspp_css > INPUT {
    width: 15px;
    height: 15px;
    font-size: 10px;
    background-color: #243440;      
    color: #ffffff;
    padding:1px;
    text-align: center;    
}

.def_mouseoverrow_css td{
    background-color: #4e5b67!important;
    color:#ffffff!important;
}

/*.def_row_css:hover {
    background-color: #4e5b67 !important;
}*/

#measure {
    position: absolute;
    visibility: hidden;
    display: block;
}

#content {    
   
    color: #000000;
}

#content label {
    display: block;
}

#content div.buttons {
    display: block;
    margin-left: auto;
}

div.login {
    float: right;
}

div.logged_in {
    float: right;
    display: none;
}

div.registration {
    display: none;
}

div.login label {
    display: block;
}

div.login a {
    display: block;
}

div.set_password {
    display: none;
    float: right;
}

div.set_password label {
    display: block;
}

#login_prompt {
    float: right;
    font-size: 60%;
}

#login_prompt a, #login_prompt a:visited {
    text-decoration: none;
    color: #000000;
}

#login_prompt a:hover {
    text-decoration: underline;
}

#dialog {
    display: none;
    font-size: 75%;
}

#dialog label {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    width: 100%;
    text-align: right;
}

#dialog button {
    display: block;
    margin-top: 1em;
    margin-left: auto;
}

#login_prompt {
    font-size: 9pt;
}


.tdlogin {
    width: 100px;
}

.Tabs
{
    padding: 0px;
    margin-bottom: 0em;
    width: 100%;
}

.Tabs ul
{
    margin: 0px;
    padding: 0px;
}

.Tabs .hover
{

}
.Tabs .disabled
{
    background-color: #F0F0F0;
    color: #999;
}

.Tabs ul li
{
    display: block;
    padding: 0.5em 1em 0.4em 1em;
    float: left;
    text-align: center;
    width: 8em;
    margin-right: 0.3em;
    background-color: #E0E0E0;
    color: #888;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    cursor: pointer;
}
.TabsContainer
{
    clear: both;
    border: 2px solid #909090;/*#6699cc*/
    background-color: #EAEAEA;/*F6F9FC*/
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0px;
    padding: 0.5em 1.5em 1.3em 1.5em;
    border-collapse: separate !important;
    display:inline-block;
    width:100%;
    min-height:300px;
}

.Level2 .current
{
    border: 2px solid #909090;/*6699cc*/
    border-bottom: 0px;
    position: relative;
    top: 2px;
}

.Tabs .current
{
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    background-color: #333;/*F6F9FC*/
    color: #fff;
    margin-bottom: 0em;
    font-weight: bold;
    cursor: default;
}
.Content
{
    clear: both;
    background-color: White;
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0px;
    padding: 0.5em 1.5em 1.3em 1.5em;
    border-collapse: separate !important;
    width: 70em;
}

/* ---------------------------- Top PAT tabs style ----------------------------*/

.NT_TabsMenu
{
	height: 20px;
}

.NT_TabsMenu ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color:Black;
}

.NT_Tab
{
	font-size: 12px;
	text-decoration: none;
	color:White;
	padding: 3px 7px;
	padding-right: 32px;
	border-left: 1px solid #bbb8a9;
	background-color: #ccc;
	
	display: block;
	float: left;
}

.NT_Tab_outSp { }
.NT_Tab_inSp { white-space:nowrap; }

.NT_TabActive
{
	font-size: 12px;
	text-decoration: none;
	color:#23659d;
	padding: 3px 7px;
	padding-right: 32px;
	border-left: 1px solid #bbb8a9;
    border-top: 1px solid #bbb8a9;
    border-right: 1px solid #bbb8a9;
	/*background-color: #333;*/
	display: block;
	float: left;
    text-align: center;
}

.NT_TabActive_outSp { cursor: default; }
.NT_TabActive_inSp { white-space:nowrap; cursor: default; }

.NT_TabHover
{
	font-size: 12px;
	text-decoration: none;
	color:White;
	padding: 3px 7px;
	padding-right: 32px;
	border-left: 1px solid #bbb8a9;
	background-color: #aaa;
	display: block;
	float: left;
	cursor:pointer;
}

.NT_TabHover_outSp { }
.NT_TabHover_inSp { }

.NT_TabDisabled
{
    display: none;
}
/*
body {
    background: linear-gradient(to top, #2eddff, #0a64ef);
    background-attachment: fixed;  
}
*/

.background-fixed {
    background: #eef5fe;
    background-size: 100vw 100vh;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1000;
}

header {
    /*background-image: url(/images/MastheadIMG-Full.jpg);*/
    background-color: rgba(255,255,255,0.101);
    width: 100%;    
    color: #FFF;
    margin-bottom:52px;
}

header div.#login_prompt {
    float: right;
}

.main_logo {
    position: relative;
    top: 17%;
    left: 20%;
}

@media only screen and (max-width: 1470px) {
    div.main {
        width: 100%;
    }
}

@media only screen and (max-width: 1210px) {
    .login-wrapper {
        width: 45%!important;
    }
    div#login_prompt a {
        right: 65%!important;
    }
}
.login-wrapper {
    background-color: rgba(255,255,255,0.101);
    border-radius:30px;
    width: 35%;
    margin: 0 auto;
}

.title-login-form {
    color: #000000;
    text-align: center;
    margin-bottom:50px;
}

#def_login_logo {
    margin: 55px 128px 35px 107px;
    background-image: url('images/svgImages/logos/avt-logo-login.svg');
    background-repeat: no-repeat;
    width: 62%;
    height: 115px;
    display: inline-block;
}

#def_login_logo-email {
    background-image: url('images/svgImages/icons/email-icon.svg');
    background-repeat: no-repeat;
    width: 6%;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 36px;
    left: 25px;
}

#def_login_logo-password {
    background-image: url('images/svgImages/icons/password-icon.svg');
    background-repeat: no-repeat;
    width: 6%;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 34px;
    left: 25px;
}

#login_dialog input[type=email], #login_dialog input[type=password] {
    background: none;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 25ex;
    border: 1px solid #fff;
    /*border-bottom: 1px solid #ffffff;*/
    margin-left: 5ex;
    color: #000000;
}

    #login_dialog input:focus {
        outline: none;
    }

    #login_dialog input::-webkit-input-placeholder {
        color: #ffffff;
        font-family: Montserrat;
    }

    #login_dialog input::-moz-placeholder {
        color: #ffffff;
        font-family: Montserrat;
    }

    #login_dialog input:-ms-input-placeholder {
        color: #ffffff;
        font-family: Montserrat;
    }

#login_dialog label hr {
    margin-top: 0;
    width: 80%;
    margin-right: 59px;
}

div#login_prompt a {
    font-size: 11pt;
    color: #ffffff;
    font-family: Montserrat;
    cursor: pointer;
    height: 36px;
    width: 168px;
    position: relative;
    right: 295px;
    top: 31px;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 13px 39px 13px 39px;
}

#login_prompt a.email {
    color: #00c19f!important;
}

#login_prompt a.logout, #login_prompt a.password, #login_prompt a.email {
    color: #ffffff;
    font-family: Montserrat;
    cursor: pointer;
    height: auto;
    width: auto;
    position: static;
    text-decoration: none !important;
    text-transform: none;
    border: none;
    padding: 0;
}

/*#login_prompt {
    color: #00c19f;
    font-family: Montserrat;
    font-size: 11pt;
    position: relative;
    right: 270px;
    top: 31px;
}*/

#devider {
    background-color: #313e4f;
    width: 100%;
    color: #313e4f;
    height: 15px;
    margin-left: 0 !important;
    border: none;
}

.def_tablehead_css {
    color: #FFF !important;   
    font-size: large;
    font-weight: bold;
}

.def_tablehead_css > td[cnedittype="BOOL"] 
{
    width:70px;
}

.def_tablehead_css > td {
    color: #FFF !important;
}

.def_ddex_imp_css {
    height: 27px;
    text-align: center;
}

.def_nav_tabs a {
    text-decoration: none;
    padding: 5px;
    margin: 0 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    box-shadow: none
}

.def_insert_btn {
    background-image: url(images/add.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
    width: 20px !important;
    height: 20px !important;
}

a.def_insert_btn::before 
{
    color: rgba(0, 0, 0, 0);
}

.def_nav_tabs a, .def_nav_tabs a#current, .def_nav_tabs a:hover {
    line-height: 67px;
}


fieldset {
    padding: 2em;
}

fieldset > label {
    margin-bottom: 1em;
}

fieldset > label > span {
    font-weight: bold;
    display: block;
}

fieldset > label > span#email {
    border: solid 1px black;
    display: inline-block;
    padding-left: 1ex;
    padding-right: 1ex;
    color: #666;
    width: 20ex;    
}

#login_dialog > * {
    display: block;
    margin-bottom: 1ex;
    margin-left: 3ex;
}

div.pat_list {
    margin-top: 2em;
}

div.pat_list > * {
    display: inline-block;
}

div.pat_list > select {
    width: 10em;
    min-height: 10em;
}

div.pat_list > div > input[type=button] {
    width: 4em;
    margin-left: 1ex;
    margin-right: 1ex;
}

div.note {
    display: inline-block;
    padding: 1px 1ex;
    margin-top: 1ex;
    margin-left: 2ex;
}


.def_mouseoverrow_css td {
    background-color: #4e5b67!important;
    color:#ffffff!important;
}

div.popup-dialog-content {
    width: 40em;
}


div.popup-dialog-content .def_editform_el_css, div.popup-dialog-content .def_editform_elta_css {
    display: inline-block;
    float: none;
    width: 20em;
}

#btn-login {
    background-image: url('images/svgImages/buttons/login-button-a.svg');
    background-repeat: no-repeat;
    height: 35px;
    width: 151px;
    cursor: pointer;
    /*float: left;*/
    margin: 20px 0px 4px 23px;
}

    #btn-login:hover {
        background-image: url('images/svgImages/buttons/login-button-b.svg');
    }

.def_login_remember_text {
    white-space: nowrap;
    position: relative;
    left: 103px;
    top: 6px;
    color: #ffffff;
    font-size:12pt;
}


/*toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 12px;
    left: 75px;
}

    .switch input {
        display: none!important;
    }

.slider {
    position: absolute;
    display: block !important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #818897;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0 0 10px rgb(0, 0, 0);
    }

input:checked + .slider {
    background-color: #00c19f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*toggle*/


.forgot {
    /*float: right;*/
    text-decoration: none;
    color: #ffffff;
    /*margin: 12px 59px 15px 0px;*/
    font-size: 12pt;
    position: relative;
    left: 211px;
    bottom: 34px;
}

.btn-log {
    display:none;
}

.dialog-3d {
    color: #000000;
}

.dialog-3d > .popup-dialog-header {
    background-color: #00c19f;
}

.dialog-3d .def_editform_el_css {
    display: inline-block;
}

.link_item {   
    color: #FFF;
    background: none;
    box-shadow: none;
    background-color: #1869a0;
    border: 0;
    border-radius: 0.5ex;
    padding: 2ex 5ex;
    margin: 0.5ex 3ex;
    font-size: 18pt;
    cursor: pointer;
    text-align: center;
}

.link_item > a {
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
    white-space: normal;
}

#links .def_tablehead_css {
    display: none;
}

#links .def_table_css tr.def_row_css td {
    background-color: transparent;
}

.faq,
.overview_project_text{
    margin: 1ex;
    overflow: hidden;
}

.centered {
    overflow: hidden;
}

/*.loading {
    background:url('images/loading_1.gif') no-repeat;
    position: fixed;
    left: 105px;
    top: 310px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}*/

.faq > *,
.overview_project_text > *{
    margin-left: 3ex;
}

.faq > .question,
.overview_project_text > .overview_project_text_header{
    font-weight: bold;
    margin-left: 1ex;
    border-top: solid 1px rgba(255,255,255,0.7);
    padding-top: 1ex;
    padding-left: 1ex;
    cursor: pointer;
}

.faq > .answer {
    display: none;
}

.faq > .question::before {
    content: "+ ";
    font-weight: bold;
}

.faq > p:first-child,
.overview_project_text > p:first-child{
    margin-left: 1ex;
    padding-bottom: 1ex;
}

.faq > p img 
{
    width: 100%;
    margin-top: 1ex;
    margin-bottom: 1ex;
}

.page {
    margin: 1ex;
}

.page img {
    width: 90%;
    display: block;
    margin: 1ex auto;
}

.page a {
    color: #EEE;
}

.time-lapse {
    margin-top: 25%;
}

.time-lapse > img {
    width: 50% !important;
}

.blogPage #BlogsHeader_0 {
    display: none;
}

div.blog_entry > h2 {
    font-size: 12pt !important;
    border-top: solid 1px #DDD;
    padding-top: 1ex;   
    text-transform: none !important;
}

div.blog_entry > h2::before {
    content: "+ ";
    font-weight: bold;
}

.blogPage .def_valuediv_css {
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: auto;
    white-space: normal;
}

.admin_table {
    width: 100%;
    border-collapse: collapse;
}

.admin_table td,
.admin_table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.admin_table tr:nth-child(even) {
    background-color: #76c6ff;
}

.admin_btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #e7e7e7; 
    color: black;
}

.AdminHeader {
    margin: 25px;
    text-align: center;
    font-size: 20pt;
}

.adminText {
    text-align: center;
}

#adminBackBtn {
    margin-top: 45px;
    cursor: pointer;
    text-align: right;
 }

.formUploadLabel {
    margin: 15px 0px 10px 0px;
}

#uploadForm {
    width: 35%;
    margin-left: 5%;
}

#fileUpload {
    color: #000000 !important;
    font-size: 14pt !important;
    text-transform: uppercase !important;
    margin: 10px 0 10px 0;
}

#btnUploadFile {
    display: block;
    margin-top: 10px;
    cursor: pointer
}

.btnUploadFileDisabled {
    background-color: #bfbfbf!important;
}

#communication_page .incoming {
    color: #17a008;
}

#communication_page .outgoing {
    color: #a32020;
}

.respond_area {
    display: none;
}

.entry {
    font-weight: bold;
}

.entry_S {
    color: #0797e3;    
}

.entry_A {
    color: #3ac312;
}

.tab_filters > * {
    display: inline-block !important;
}

.confirms > span {
    font-weight: bold;
    padding-left: 0.5ex;
    padding-right: 0.5ex;
    border-radius: 3px;
    margin-left: 0.5ex;
    margin-right: 0.5ex;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
    display: inline-block;
    float:right;
}

.confirms .confirm_false {
    background-color: #CC0033;
}

.confirms .confirm_true {
    color: #FFF;
    background-color: #00CC33;
}

.hidden {
    /*display: none;*/
}

.message_block {
    display: none;
}
.message_block > button {
    color: #FF0033;
    border: 1px solid #000;
    border-radius: 4px;
    float: right;
}
.imageWrapper {
position:absolute;
width:100%;
height:100%;
top:0
}
.thumbImg {
    cursor: pointer;
    display: block;
    max-width: 200px;
}
.imageButtons {
width:220px;
margin:0 auto;
}
.baseImg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.backBtn {
    text-decoration: none;
    font-weight: bold;
    color: #48647a;
    font-size: 2em;
    margin: 10px;
}

i {
    border: solid #00000085;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 8px;
    height: 8px;
    margin: 0px 10px;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.detailsBody {
    display: block;
    padding: 15px;
    background-color: #d8e0ea;
    border-radius: 15px;
    margin: 10px 0px;
}
.smallLink {
    font-size: 14px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
#adjustTimesWrapper label {
display:inline-block;
}

#adjustTimesWrapper input {
    font-size: 16px;
}

button:disabled {
    opacity: 0.5;
}

.def_valuediv_css {
    text-overflow: clip!important;
    white-space: normal !important;
}
.def_tablehead_css td{
font-weight:normal!important;
}
.viewDetailsBtn {
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    color: white;
    padding: 7px;
    background-color: #88aacc;
}
.details-block {
    margin-bottom: 15px;
    margin-top: 15px;
}
.block-header {
    font-size: 16px;
    font-weight: 300;
    color: #464646;
    text-align: center;
    background-color: #dfe5ee;
}

.schedule-details-table td{
    padding:5px;
}

.ui-widget-overlay {
    background: #ffffff !important;
    opacity: .85 !important;
}
.imageContainer {
    overflow: scroll;
    position: relative;
    margin: 10px;
}
#Images {
    text-align: center;
}
.has-user-pict {
    width: 3ex;
    height: 3ex;
    background: url("/images/svgImages/icons/hasPict.svg") no-repeat scroll center;
}
#details, #timesheet_details {
    position: fixed;
    bottom: 0;
    width: 100%;    
}

#timesheet_details {
	overflow: scroll;
    top: 0px;
}
#schedule_page, #communication_page, #timesheet_page {
    overflow-x: hidden;
}

span.avail {
	background-color: blue;
	color: white;
	padding: 2px;
}
.accept {
    content: "V";
    position: absolute;
    width: 2em;
    background-color: #3bad3b;
    color: white;
    height: 2em;
    text-align: center;
    line-height: 2em;
    font-weight: bolder;
}
#date_range {
text-align:center;
}

/* form flex layout */
html, body, .main, .main > form, #content {
    height: 100%;
}

#communication_page .def_table_css tr td {
    line-height: unset !important;
}

#communication_page .def_row_css {
    padding-top: 0.5rem;
    line-height: 1.5;
}

.communication_holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#communication_page {
    flex-grow: 1;
    overflow: auto;
    min-height: 2em;
    max-height: 100%;
}

#comm_details {
    flex-shrink: 0;
}

.provision .start input[type=email]{
    width: 40ex;
    font-size: 100%;
}

.provision button
{
    font-size: 100%;
}

.provision .finish, .provision .error
{
    display: none;
}

.provision .error
{
    color: #FF0033;
}

.bonus {
    font-family: arial;
    font-size: small;
    background-color: #FFF;
    padding-bottom: 2em;
}
.bonusGraph {
    width: 100%;
    margin-top: 0.2em;
}

.startPoint, .endPoint {
    display: inline-block;
    padding: 0.3em;
    vertical-align: middle;
}

.endPoint {
    float: right;
}

.filledHours {
    background-color: #FF0033;
    height: 15px;
    text-align: center;
    width: 0px;
    overflow: hidden;
    max-width: 100%
}

.bonusTextHolder {
   background-color: #fbc02d;
   padding:1em;
   font-size: 100%;
   overflow: auto;
}
.bonusTextHolder img {
	height: 3em;
	margin-right: 1em;
}

.hoursTotal {
    border: 1px solid #000;
    border-radius: 7px;
    margin: 1px 10px;
    overflow: hidden;
}

#redeemBonus {
    background-color: #24b124;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0.1em;
    display: block;
    padding: 0.3em;
    width: 100%;
    text-align: center;    
    border: 1px solid;
    border-color: #258625;
    border-radius: 0.2em;
}
.redeemWrapper {
    width: 15em;
    margin: 0 auto;
    margin: 2px;
}