/* 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: #20629b !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
{

}

#active_message_list .ui-selectmenu-button.ui-button {
    max-width: 10rem;
}
.inbox_folders .ui-selectmenu-button.ui-button, .mailbox-search-options-wrapper .ui-selectmenu-button.ui-button {
    padding: 0.76rem !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus
{
	background-color: #20629b !important;
	font-weight: bold !important;
}

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


.ui-button.ui-selectmenu-button{
	padding: .9em !important;
	width: auto !important;
}

.ui-button {
	border: solid 1px #20629b;
	background-color: #20629b !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	font-size: .7rem !important;
	font-weight: bold;
	padding: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	transition: .2s;
}

.ui-button a{
	color:#fff !important;
}

.ui-button:hover {
	opacity: .9;
	font-weight: bold;
	background-color: #20629b;
	border: solid 1px #20629b;
}
.ui-selectmenu-button {
	padding: .3em !important;
}


.ui-button.go_button
{
	padding: 0.7rem !important;
}
/* LOGIN */

#login_right_side
{
	background: #20629b;
	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: #20629b;
}

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

.reorder-filter-text {
	color: #20629b;
}

#login_body
{
    background: white !important;
}

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

/* WIDGETS */

input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea
{
	padding: .2em;
	box-sizing: border-box;
	color: #000;
}

label
{
	color: #000;
}

select{
	padding: .2em;
	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: #20629b;
}
.round_button:hover
{
	opacity: 1;
	color: #556774;
}

#header
{
    background: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
}

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

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

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

#screens a.highlight 
{
	font-weight: bold;
	background: #ECEDEF;
}


#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: 0.5em;
	margin-bottom: 1em;
}

.hub_inner_content
{
	width: 90%;
}

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

h1.page_title {
	font-size: 1.5em;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 4.5em;
    background: #00629c;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: left;
}

/* 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 #707070;
    border-left: 0;
    border-right: 0;
}

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

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



/* 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: 12px;
}


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

.breadcrumb a 
{
	color: #20629b !important;
}

.dashboard_table
{
	width: 100%;
}

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

/* FORMS */

.field_group
{
    background: #ffffff;
	border: 1px solid #ddd;
	border-left: solid 3px #20629b;
}

/* TABLES */

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

.responsive_table tbody tr td
{
	background: #ECEDEF;
	color: #707070;
}
/
.responsive_table thead tr th:first-child 
{
	border-left: solid 1px #707070 !important;
}

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

.responsive_table td:last-child 
{
	padding: .4em .66em .4em .4em !important;
	border-right: solid 1px #707070 !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: #20629b;
}

.today {
	background: #e3f4fe !important;
}

.gray {
	background: #f4fffe;
}

.week_view thead tr th {
	background: none;
	color: #20629b;
	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;
}

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

/* 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;

}
