﻿/* Mobile elements that should not be accessible by EU. */

input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, .form-inline input.form-control
{
	width: 300px;
}
select.form-control
{
	width: inherit;
}
input.datePicker
{
	width: 110px!important;
	display: inline;
}
input.currency, input.percent, input.zerodecimals, input.twodecimals, input.fourdecimals, input.sixdecimals, input.hours
{
	text-align: right;
	width: 90px !important;
}

fieldset
{
	padding-top: 0;
}
fieldset p
{
	vertical-align: middle;
	line-height: 34px;
}

fieldset p label:first-child
{
	float: left!important;
	padding-left: 10px;
}

fieldset p label
{
	margin: 0;
	padding: 0 10px 0 55px;
	width: 150px;
	overflow: visible;
	text-align: right;
	white-space: nowrap;
}
#caption label
{
	float: none!important;
}

label, .form-label
{
	font-weight: bold;
}
fieldset legend
{
	font-size: 18px;
}

.checkBoxLabel
{
	padding-left: 0;
}

.requiredIndicator
{
	color: #a94442;
	padding-right: 3px;
	font-size: 1.5em;
}
.form-control-feedback
{
	right: auto;
	top: 0;
	color: #a94442;
}

input.has-error
{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.table>tbody>tr>td, .table>tfoot>tr>td
{
	vertical-align: middle;
}
.table-drilldown
{
	float: right; 
	width: 75%;
}
.drilldown, .table-hover>tbody>tr:hover>td.drilldown
{
	background-color: #c7c7c7;
}
.anchor
{
	cursor: pointer;
}

/* Modal */
.ui-widget-header
{
	background-color: #fff;
	background: none;
	border: 0;
}
.modal-close,.ui-dialog-titlebar-close,
button.ui-dialog-titlebar-close > span.ui-icon-closethick
{
	background: url(../../../Content/Images/Close-X.gif) no-repeat;
}

.modal-title, 
.rgEditForm > div.rgHeader, .rtlEditForm > div.rtlHeader, /* TITLE BAR */
.ui-dialog .ui-dialog-title
{
	color: #000;
	border-bottom: 1px solid #bbb;
    background: #fff;
    width: 100%;
}

/* /Modal */

/* Attachments */
#ulAttachments
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#ulAttachments li
{
	padding-top: 20px;
	font-weight: bold;
}
#ulAttachments li:first-child
{
	padding-top: 0;
}
#ulAttachments li ul
{
	list-style: none;
	border-top: 1px solid #999;
}
#ulAttachments li ul li
{
	padding-top: 0;
	font-weight: normal;
}

.file-add
{
	background-image: url(../../../Content/Images/add.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	float: left;
}

.file-edit
{
	background-image: url(../../../Content/Images/pencil.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	float: left;
}

.file-delete
{
	background-image: url(../../../Content/Images/delete.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
}

.delete-pending
{
	display: none;
}

/* /Attachments */

/* Drop Down Check Boxes */
div.dd_chk_select
{
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    overflow: visible;
    height: 34px;
	padding: 2px 2px 2px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.dd_chk_select:hover
{
    cursor: pointer;
}

div.dd_chk_select div#caption
{
    overflow: hidden;
    height: 24px;
    margin: 2px 3px 0 0;
    text-align: left;
    vertical-align: middle;
    position: relative;
    top: 1px;
    min-width: 280px;
    font-family: 'Glyphicons Halflings';
}
div.dd_chk_select div#caption:after
{
	content: "\e114";
}

div.dd_chk_select div#caption label
{
	cursor: pointer;
}
div.dd_chk_select label
{
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*float: left;*/
    min-width: 280px;
}

div.dd_chk_drop
{
    background-color: white;
    border: 1px solid #CCCCCC;
    text-align: left;
    z-index: 1000;
    left: 0px;
    top: 31px;
    width: 100%;
    white-space: nowrap;
}

div.dd_chk_drop div#checks
{
    border-style: none;
    padding: 4px 4px 4px 4px;
    max-height: 200px;
    overflow: auto;
}
div.dd_chk_drop div#checks label
{
	margin-bottom: 0;
	margin-left: 3px
}

/*
div.dd_chk_drop div#buttons
{
    padding: 2px 4px 4px 4px;
    text-align: right;
}

div.dd_chk_drop div#buttons input
{
    text-align: center;
    min-width: 300px;
    font-size: 12px;
    background-image: url(../../Content/Images/DropDownCheckBoxes/buttonactionButton.gif);
    background-repeat: no-repeat;
    background-position: center;
    border: medium none;
}

div.dd_chk_drop div#buttons input:hover
{
    background-image: url(../../Content/Images/DropDownCheckBoxes/actionButtonHover.gif);
}*/

/* Drop Down Check Boxes */

/* Calendar overrides (used for fixing paths to images) */
.ui-widget {
	font-size: 1.2em;
}
.ui-widget-header .ui-icon {
	background-image: url(../../../../../Content/CSS/images/ui-icons_d8e7f3_256x240.png)!important;
	/*background-image: none;*/
	width: 24px;
	height: 24px;
}
.ui-datepicker-trigger
{
	width: 24px;
	height: 24px;
}
.ui-icon-circle-triangle-w
{
	background-position: 0;
}
.ui-datepicker-prev
{
    font-family: 'Glyphicons Halflings';
	background-image: url(../../../../../Content/Images/arrow_left_blue.png);
	background-repeat: no-repeat;
	background: none;
	margin-top: 6px;
	margin-left: 6px;
}
.ui-datepicker-prev:hover,.ui-datepicker-next:hover
{
	text-decoration: none;
}
.ui-datepicker-prev:before
{
	content: "\e079";
}
.ui-datepicker-next
{
    font-family: 'Glyphicons Halflings';
	background-image: url(../../../../../Content/Images/arrow_right_blue.png);
	background-repeat: no-repeat;
	background: none;
	margin-top: 6px;
	margin-left: 10px;
}
.ui-datepicker-next:before
{
	content: "\e080";
}
/* Calendar overrides */


/* Media Styles for responsive design */
@media (min-width : 320px) and (max-width : 768px)
{
	fieldset
	{
		font-size: 1.0em;
	}
	
	fieldset p label:first-child 
	{
		float: none!important;
		padding-left: 0px;
	}
	
	fieldset p label 
	{
		text-align: left;
	}
	.container 
	{
	    padding-left:0;
	    padding-right:0;
	}
	.table-drilldown
	{
		float: left; 
		width: 100%;
	}
	input[type=submit]
	{
		height: inherit;
	}
	#shelby-menu-icon
	{
		background: url("../../../Content/Images/menu-1-black.svg") no-repeat;
		/*background-size: 25px 25px;*/
		width: 32px;
		height: 24px;
		float: right;
		position: absolute;
		top: 9px;
		left: 9px;
		cursor: pointer;
	}
	.loginDisplay
	{
		float: none;
		margin: 0;
	}
	.navbar-brand
{
    padding: 7px 0 0 43px!important;
}
	.navbar-collapse
	{
		padding: 0;
	}
	#main-navigation-container
	{
		height: 0;
		width: 100%;
	}
	#main-navigation
	{
		display: none;
		float: none!important;
		padding: 0;
		width: 100%;
	}
	#main-navigation li 
	{
		float: none;
		background: #333;
		z-index: 10000;
		padding: 0px;
		font-family: 'Source Sans Pro',Calibri,Arial,sans-serif;
		text-shadow: 0 -1px 2px rgba(0,0,0,1.0);
		font-size: 1.1em;
	}
	#main-navigation a
	{
		font-weight: normal;
	}
	#main-navigation ul, /*fontpicker*/.ui-menu  
	{
		border: 0;
		position: relative;
		top: 0;
	}
	#main-navigation ul li, /*fontpicker*/.ui-menu li 
	{
		background-color: rgb(198, 226, 255);
	}
	#main-navigation ul, /*fontpicker*/ul li.ui-menu-item { 
		background-color: rgb(198, 226, 255) !important;
		border:none;
		border-radius:0;
		margin:0 !important;
	}

}

@media (min-width : 768px)
{
	#main-navigation li 
	{
	    background: none;
	}
	#main-navigation li a
    {
	    color: #777;
    }
}

@media (max-width : 770px)
{
	.navbar
    {
	    border: none;
    }
}