/* JQUERY UI */
.ui-dialog 
{
    box-shadow: 0px 3px 21px rgba(0,0,0,.3);
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border: 0 !important;
    padding: 0 !important;
}

.ui-widget-header
{
    background: #00529c !important;
    color: #fff !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
	font-weight: 700;
	border-bottom: none;
}
.ui-tabs-nav
{
	background-color: #ffffff !important;
}

.ui-tabs-nav
{
	border-bottom: solid 1px silver;
}

table.month-picker-year-table tbody rt td 
{
	border: none !important;
}

.month-picker-header
{
	background-color: #ffffff !important;
}

.ui-dialog .ui-dialog-buttonpane
{

}

.button2
{
	background: royalblue !important;
    color: white !important;
    border: none !important;
}

.ui-button {
	border: solid 1px #666;
	background-color: white;
	/*color: #666 !important; */
}

.ui-button:hover {
	border: solid 1px #666;
	background-color: #efefef;
}

/* LOGIN */

#login_right_side
{
	background: #00529C;
	color: white;
}
.login_form_field h3
{
	color: white;
}
.checkbox_container h4
{
	color: white;
	padding-top: 0;
}
.register_checkbox_wrapper label
{
	color: white !important;
}

#login_left_side
{
	background: #fff;
}

#login_button, #register_button
{
	color: white;
	border-radius: 40px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	background: white;
}

#login_button i, #register_button i {
	color: #00529C;
}

#login_wrapper input[type=text], #login_wrapper input[type=password],  #login_wrapper input[type=email], #login_wrapper select {
	background: #00529C;
	color: white;
	border-bottom: solid 1px white;
}

.reorder-filter-text {
	color: #00529C;
}

#login_body
{
    background: white !important;
}

@media screen and (max-width: 899px) {
	#login_body {
		background: #01529C !important;
	}
}

/* WIDGETS */
#edit_dashboard_wrapper {
    margin-right: 6%;
    margin-top: 1rem;
}

h1.page_title {
    margin-top: 0.67em !important;
}
#main_content {
	margin-top: 0 !important;
}

input[type="text"], [type="time"], input[type="email"], input[type="number"], input[type="date"], textarea
{
	padding-left: .2em;
	padding-right: .2em;
	padding-top: 0.4em;
    padding-bottom: .4em;
    box-sizing: border-box;
    color: #000;
}

label
{
	color: #000;
}

select{
	padding-left: .2em;
	padding-right: .2em;
	padding-top: 0.4em;
    padding-bottom: .4em;
	box-sizing: border-box;
	max-width: 100%;
}

.help
{

}

a.disabled {
	color: silver !important;
}

/* PAGE LAYOUT COLORS */

body {
	background: #ECEDEF;
	font-family: Roboto;
}
a {
	text-decoration: none;
	color: #656565;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: #716262;
}

.round_button
{
	border-radius: 15px;
	padding-left: 1em;
	padding-right: 1em;
    padding-top: .45em;
	padding-bottom: .4em;
	background: #fff;
	color: #00529C;
}
.round_button:hover
{
	opacity: 1;
	color: #556774;
}

#header
{
    background: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
	border-bottom: solid 1px #c5bfbf;
}

#top_navigation_content .top_level i {
	color: #00539b;
}

#screens {
	text-align: right;
    width: 90%;
}

#screens a 
{
	position: relative;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
    background: #e1e1e1;
	color: #555;
}

#screen_mask {
	width: 100%;
	background-color: #ECEDEF;
	position: absolute;
	bottom: -1px;
	left: 0;
	height:2px;
}


#screens a.highlight 
{
	font-weight: bold;
	background: #ECEDEF;
	border-top: solid 1px #c5bfbf;
    border-left: solid 1px #c5bfbf;
    border-right: solid 1px #c5bfbf;
}


#main_content 
{
	background: #ECEDEF;
	width: 100%;
	margin-top: 1.5em;
}

#admin_main_content
{
	background: #ECEDEF;
	width: 90%;
	margin: auto;
}

#dashboard_main_content
{
	background: #ECEDEF;
	width: 100%;
}

#dashboard_header {
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.hub_inner_content
{
	width: 90%;
}

#footer
{
	color: #FBFBFB;
    background: #818588;
}

h1.page_title {
	font-size: 1.2em;
	margin-top: .2em;
    padding: .5em 40px .5em .5em;
	background: #00529C;
	color: white;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: right;
}

/* DASHBOARD TABLES */
.empty_list
{
	color: #666;
	text-align: center;
}

.grid_list .table_title
{
    color: #818588;
	background: white;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 12px;
	font-size: 1.4em;	
	margin-top: 0;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.dashboard_table thead tr th
{
    background: #fff;
    color: #707070;
    border: solid 1px #DEE2E6;
}

.dashboard_table tbody tr td
{
	background: #ffffff;
	color: #707070;
	border: solid 1px #DEE2E6;
	border-top: 0;
    border-right: 0;
}


.dashboard_table tbody tr:nth-child(even) td {
	background: #F2F2F2;
}

.dashboard_table thead tr th:first-child {
	border-left: solid 1px #DEE2E6 !important;
}
.dashboard_table thead tr th:last-child {
	border-right: solid 1px #DEE2E6 !important;
}
.dashboard_table td:last-child {
	padding: .4em .66em .4em .4em !important;
	border-right: solid 1px #DEE2E6 !important;
}

/* DASHBOARD WIDGETS */

#dashboard_widgets
{
	width: 90%;
	padding: 0 0 0 10px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    padding-top: 0px;
    background: white;
    border-radius: 3px;
}


.grid_widget {
    border-radius: 12px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    color: #707070;
}

.dashboard_table
{
	width: 100%;
}

.outer_table_wrapper
{
    padding: 0 1.3em;
	background: white;
}

/* FORMS */

.field_group
{
    background: #fafafa;
	border: 1px solid #ddd;
	border-left: solid 3px #00529C;
}

/* TABLES */

.responsive_table thead 
{
	border-left: solid 1px #DEE2E6;
	border-right: solid 1px #DEE2E6;
}
.responsive_table thead tr th
{
	background: #fff;
	color: #707070;
	border: solid 1px #DEE2E6;
}

.responsive_table tbody tr:nth-child(odd) td {
	background: #F2F2F2;
}


.responsive_table tbody tr td
{
	border: solid 1px #DEE2E6 !important;
	background: #ffffff;
	color: #707070;
}

.responsive_table thead tr th:first-child 
{
	border-left: solid 1px #DEE2E6 !important;
}

.responsive_table thead tr th:last-child 
{
	border-right: solid 1px #DEE2E6 !important;
}

.responsive_table td:last-child 
{
	padding: .4em .66em .4em .4em !important;
	border-right: solid 1px #DEE2E6 !important;
}
/*
.responsive_table tr:last-child td:first-child 
{
	border-bottom-left-radius: 15px;
}

.responsive_table tr:last-child td:last-child
{
	border-bottom-right-radius: 15px;
}
*/

.non_responsive_table thead 
{
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}
.non_responsive_table thead tr th
{
	background: #fff;
	color: #707070;
	border: solid 1px #707070;
}

.non_responsive_table tbody tr td
{
	background: #ffffff;
	border: solid 1px #707070;
	color: #707070;
}

.non_responsive_table thead tr th:first-child 
{
	border-left: solid 1px #707070 !important;
}

.non_responsive_table thead tr th:last-child 
{
	border-right: solid 1px #707070 !important;
}

.non_responsive_table td:last-child 
{
	border-right: solid 1px #707070 !important;
}
/*
.non_responsive_table tr:last-child td:first-child 
{
	border-bottom-left-radius: 15px;
}

.non_responsive_table tr:last-child td:last-child 
{
	border-bottom-right-radius: 15px;
}
*/


/* CALENDAR */

#calendar_wrapper
{
    background: #fff;
	border-radius: 24px;
}

#calendar {
	background: #fff;
}

#calendar thead tr th {
	color: #00529C;
}

.today {
	background: #e3f4fe !important;
}

.gray {
	background: #f4fffe;
}

.week_view thead tr th {
	background: none;
	color: #00529C;
	border: 1px solid #dbdbdb;
}

.month_view tr td {
	border: 1px solid #dbdbdb;
}

#calendar_filter_wrapper {
	background: whitesmoke;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	border-right: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
}

/* ITEM VIEW */

#edit_item .field_wrapper > span:first-of-type, .liteview_edit .field_wrapper > span:first-of-type {
	padding: .5em;
	background: #FBFBFB;
	border-radius: 4px;
}

#edit_item .field_wrapper span:hover, .liteview_edit .field_wrapper span:hover {
	cursor: pointer;
}

.itemversionrequest_row
{
	background: #ecedef;
	border: solid 1px #888888;
	border-bottom: none;	
	padding: .3em;
}

.itemversionrequest_row_collapsed 
{
	border-bottom: none !important;
	padding: .3em;
}

.itemversionrequest_row_last_row
{
	border-bottom: solid 1px #888888 !important;

}

/* REORDER SCREEN */

.grid_wrapper {
	background-color: #ffffff;
}
.grid_wrapper .grid_item img {
	border: 1px solid #dfdfdf;
}
.reorder-filters .go_button, .reorder-filters a.button {
    padding: 6px !important;
}

/* Scroll to top */
#return-to-top {
	background-color: #00539cbe !important;
}
#return-to-top:hover {
	background-color: #00529C !important;
}