/* Master RMS CSS Document */
/* This file contains all Master CSS which is used across All the RMS Sites */
html {
	background: #f3f3f3;
	background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%);
	background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%);
	background: linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3', GradientType=1 );
}
/*HTML (Lets set all fonts to a standard Arial for neatness */
html * {
	font-family: Arial;
}
body {
	font-family: Arial !important;
}
/*END HTML STYLING */
/*STANDARD ELEMENT STYLING */
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	
}
h1, h2, h3 {
	margin-bottom: 10px;
}
h1#page-title.title {
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
	/*height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 5px;*/

	/*background:#ccc;*/
	/*width: 320px;*/
	/*border-radius: 0 0 10px 10px;*/
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: normal;
}
label {
	color: #666;
}
/*END STANDARD ELEMENT STYLING */
/*ALL FORM ELEMENTS Lets set a standard form elements css */
select option {
        /*height: 30px;
    display: block;*/
	
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], #user-register-form input[type="text"]{
	border-color: #aaa;
	height: 30px;
	width: 100%;
	max-width: 500px;
	color: #999;
	font-size: 12px;
}

#user-register-form #edit-field-date-of-birth input,
#user-profile-form #edit-field-date-of-birth input {
	min-width:500px;
}

#edit-submit-mailer-log, #edit-submit-sms-log {
    margin-bottom: 10px;
    margin-right: 7px;
}

textarea {
	height:initial;
}
/*Lets override some inputs for standard widths*/
table#taxonomy select {
	width:inherit;
}

.form-item .description {
	max-width: 500px;
	font-size: 10px;
}
.create-mailer-link a, a#cancel-link, #purchase-sms a, a.form-actions {
	vertical-align: middle !important; /* the standard is baseline - this is to fix some custom cancel buttons */
}
.shs-term-add-new-wrapper .buttons a, a.buttons, .create-mailer-link a, a#cancel-link, a#edit-cancel, #edit-actions a.active, #purchase-sms a, #purchase-mail a, a.form-actions, button, input[type="reset"], input[type="submit"], input[type="button"], ul.action-links, a.tabledrag-toggle-weight{
	-webkit-appearance: none;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	/*background: #ddd url(../images/button.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);*/
	background: #333333;
	border: 1px solid;
	/*border-color: #ddd #bbb #999;*/
	border:1px solid #666;
	border-radius:4px;
	cursor: pointer;
	/*color: #333;*/
	color:white;
	font: normal 12px/1.5 Arial/*, sans-serif*/;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	text-shadow: inherit;
	width: auto;
 *padding-top: 2px; /* IE7 */
 *padding-bottom: 0px; /* IE7 */
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
ul.action-links {
	list-style:none;
	float:right;
}
ul.action-links a {
	color:white;
	text-decoration:none;
}
#edit-cancel-button,
.page-delete-mailer input#edit-cancel,
#blsky-sms-delete-sms input#edit-cancel {
	margin-left: 0.5em;
}
.shs-term-add-new-wrapper .buttons a:hover, a.buttons:hover, .create-mailer-link a:hover, a#cancel-link:hover, a#edit-cancel:hover, #edit-actions a.active:hover, #purchase-sms a:hover, a.form-actions:hover, .form-actions input:hover, input:hover, a.tabledrag-toggle-weight /* fix missing hover background on some stubborn buttons also add reverse buttons here and in the standardization above*/ {
	background: #fefefe;
	color:#333333;
}
a.tabledrag-toggle-weight:hover /* hover styling on reverse buttons */{
	background: #333333;
	color:#fefefe;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 10px;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
	-moz-box-shadow: #ccc 0 0 7px;
	-webkit-box-shadow: #ccc 0 0 7px;
	box-shadow: #ccc 0 0 7px;
}
fieldset {
	padding: inherit;
}
.form-item, .form-actions { /* lets get rid of EM's */
	margin-top: 10px;
	margin-bottom: 10px;
}
.views-exposed-widget.views-submit-button {
	margin-right: inherit;
}
/* Lets set all views form elements to a px not em */
.views-exposed-form .views-exposed-widget {
	padding: 3px 10px 5px 0;
}
/* Lets set some individual views submit button spacings */
.views-exposed-form .views-exposed-widget.views-submit-button, #views-save-id.views-exposed-widget {
	padding: 3px 5px 5px 0;
}
#views-save-id.views-exposed-widget /* save filters button right padding fix */ {
	padding: 3px 2px 5px 0;
}
/*END FORM ELEMENTS STYLING */

/*REGION ELEMENTS STYLING */
/* lets fix some standard region margins*/

/*#region-menu.grid-12,
#region-header-first.grid-12 {
	margin-left:0px;
	margin-right:0px;
}*/
#region-branding.grid-4 {
	margin-left: 0px;
	margin-right: 20px;
	/*margin-top: 10px;*/
}
#region-user-second.grid-8 {
	margin-left: 20px;
	margin-right: 0px;
}
/*END REGION ELEMENTS STYLING */


/*#####LOGO AND USER MENU STYLING##### */
#zone-user-wrapper {
	margin: 10px 0px;
	margin: 0px
}
/*#####END LOGO AND USER MENU STYLING#####*/
/*MAIN MENU  (Lets set master css on main-menu */
#zone-menu-wrapper {
	margin: 10px 0px;
}
#zone-menu {
	background: #333;
	/*border-radius: 10px;*/
	border-radius: 4px;
}
/*END MAIN MENU WRAPPER STYLING */



/*##### CONTENT STYLING #####*/
.logged-in #section-content {
	min-height:70vh;
}

#zone-content {
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: white;
	border-radius: 4px 4px 0px 0px;
}
#region-content {
	padding-bottom: 10px;
}
#user-profile-form {
	margin-top:10px;
}
/*error messages */
div.error, table tr.error {
    background-color: #F5F5F5;
}
div.error, .error {
    color: red;
}
div.status, table tr.ok {
    background-color: #F5F5F5;
}
div.status, .ok {
    color: green;
	
}/*end error messages */
/*##### END CONTENT STYLING #####*/

/*##### VIEW STYLING #####*/
.view.management .view-content {
	/*padding: 5px; Taken out for Taxonomy tables styling difference*/
	box-sizing: border-box;
	/*background: #efefef;*/
}
#views-dynamic-fields-filters-table-sort > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2){
	min-width:400px;
}
/*##### END VIEW STYLING #####*/

/*#####FOOTER STYLING #####*/
#zone-footer {
	color: white;
	background: #333;
	padding-top: 10px;
	margin-top: 10px;
}
/*#####FOOTER STYLING #####*/

/*#####TABLE STYLING #####*/
table#taxonomy tr:hover td, .management tr:hover td, .management tr.even:hover td.active, .management tr.odd:hover td.active {
	background: #efefef;
}
.management thead th, .management th, #taxonomy table th {
	font-weight: 700;
	font-size: 11px;
	/*text-transform:uppercase;*/
	background: black;
}
.management thead th, .management th, .management th a {
	color: white;
	text-decoration: none;
}
.management table td,
#taxonomy table td {
	font-size: 12px;
}
/*#####TABLE STYLING 
#my-modules thead th, #my-modules th {
	font-weight:inherit;
	font-size:inherit;
	text-transform:inherit;
	background:inherit;
	color:inherit;
}
#my-modules thead th,#my-modules th,#my-modules th a, #my-modules th a:link{
	color:inherit;
	text-decoration:inherit;
}#####*/
/* Pagers color */
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  color:#1a1a1a;
}

.pager li {
  border-right: 1px solid;
  border-color: #ddd #bbb #999;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  padding:0px !important;
}

.pager li.pager-current {
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(1, #5a5a5a));
  background: -moz-linear-gradient(top center, #1a1a1a 0%, #5a5a5a 100%);
  color: #FFF;
  outline: 0;
  padding: 4px 7px !important;
}
.pager li.pager-ellipsis {
	padding: 4px 7px !important;
}
li.pager-previous a {
	width:70px !important;
	text-align:center;
}


.pager li.pager-next {
  border-left: 1px solid;
  border-color: #ddd #bbb #999;
}

.pager li a {
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  cursor: pointer;
}

.pager li a:hover {
  background:#FFF;
  color:#454545;
}

.poweredby {
	margin-top:30px;
}