﻿@media only screen and (max-device-width: 600px) {
	#dvTelephone {
		margin-top: 30px;
		float: none !important;
	}

	.col2 span {
		display: none !important;
	}

	.datepicker-range {
		width: 100% !important;
	}

	.input-group-fullwidth .input-group-addon {
		width: 20% !important;
	}

	.panel-group {
		margin-bottom: 0px !important;
	}

	/*.glyphicon-custom-add:before {
		content: "\e259" !important;
	}

	.glyphicon-custom-remove:before {
		content: "\e260" !important;
	}*/
}

#dvTelephone {
	text-align: center;
	float: right;
}

#dvTelephone span {
	color: rgb(46, 62, 112);
}

body {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 12px !important;
	color: #000000 !important;
}

#rt-logo {
	background: url(../images/logo.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
}

.wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.85);
	border-radius: 5px;
	box-shadow: 0px 0px 3px #aaa;
}

.wrapper h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

.btnblue {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#356589', endColorstr='#356589');
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #356589), color-stop(1, #356589)) !important;
	background: -moz-linear-gradient(#356589, #356589);
	background: linear-gradient(#356589, #356589);
	/* Newer Browsers */
	border: none;
	white-space: normal !important;
	word-wrap: break-word !important;
	min-width: 90px !important;
	margin: 2px;
}

.full-wrapper {
	min-height: 400px;
	/*margin-top: 80px;
	margin-bottom: 80px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.85);
	border-radius: 5px;
	box-shadow: 0px 0px 3px #aaa;*/
}

.col1 {
	height: 40px;
	background-color: #79712D;
}

.col2 {
	background-color: #356589;
}

.col2 span {
	background: url(../images/featured-divider.png) 0 0 no-repeat;
	padding: 10px;
}

#navMenu {
	background-color: #356589;
	color: white;
}

#navMenu .navbar-nav > .active > a {
	color: #2E3E70;
	background-color: #e7e7e7;
}

#navMenu .navbar-nav > li > a {
	color: white;
}

.NoBottomMargin {
	margin-bottom: 0;
}

.TopMargin10 {
	margin-top: 10px;
}

.modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.table-striped > tbody > tr:nth-of-type(odd), tr.odd {
	background-color: rgb(154, 182, 205);
}

.modal-backdrop.in {
	opacity: 0.9;
}

.loaderDiv {
	background-color: rgba(0,0,0,0.80);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
	display: none;
}

.loaderImg {
	margin: auto;
	font-size: 40px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	bottom: 0;
}

.input-group .input-group-addon {
	width: 10% !important;
}

hr {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 10px !important;
	margin-top: 5px !important;
}

.panel-group {
	margin-bottom: 5px;
}

input[type=radio] {
	margin: 4px 10px 0;
}

input[type=checkbox] {
	margin: 4px 10px 0;
}

.datepicker-range {
	width: 40%;
}

.ErrorMsg {
	background-color: #FFE5E6;
	color: #D50019;
	border: 1px solid #E07F86;
	padding: 4px 8px;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
}

.InfoMsg {
	background-color: #DEF2B9;
	color: #359409;
	border: 1px solid #359409;
	padding: 4px 8px;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
}

.input-error {
	background-color: #FFE5E6;
	border-Left: 5px solid red;
}

.span-error {
	font-weight: bold;
	color: red;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #356589;
	border-color: #356589;
}

.pagination > li > a, .pagination > li > span {
	color: #356589;
}

table.dataTable thead th {
	background-color: #356589;
	color: white;
}

table.dataTable thead .sorting:after {
	opacity: 0.5 !important;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	opacity: 1 !important;
}

.icon-size {
	font-size: 1.2em;
	color: #ef2433;
	cursor: pointer;
}

.PnlDesign {
	z-index: 9999;
	background-color: rgba(255,255,255,1);
	overflow-y: scroll;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 93%;
	padding: 15px;
}

.marginleft input[type=checkbox] {
	margin-right: 10px;
}

.errspan {
	float: right;
	margin-right: 14px;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

.cursor-pointer {
	cursor: pointer;
}

.input-group-fullwidth {
	width: 100%;
	display: flex;
}

.input-group-fullwidth .input-group-addon {
	width: 10%;
}

#MainContent_txtRankingReportMinimumResponses {
	width: 50px !important;
}

.glyphicon-custom-add:before {
	content: "\e258";
}

.glyphicon-custom-remove:before {
	content: "\e257";
}

.marginbutton {
	margin: 10px;
}

#dlgRRQuestions input[type=checkbox] {
	margin: 4px;
}

.td-width {
	width: 11%;
	min-width: 142px;
}

.td-lg-width {
	width: 66%;
	min-width: 200px;
}

a:hover {
	cursor: pointer;
}

table td {
	padding: 2px !important;
}

.input-group .form-control {
	z-index: inherit;
}

.AddRemoveButton, .MoveUpDownButton {
	padding: 3px 6px;
	margin-bottom: 3px;
}

/* New Master Page styles */

.login-status {
	color: #FFF;
	margin-top: 10px;
}

.login-status:hover {
	color: #9ab6cd;
}

p.login-status a {
	background-color: #28303a !important;
	color: #FFF;
}

.row-container {
	position: relative;
	clear: both;
	border: 0;
}

.limit-width {
	max-width: 1200px;
	margin: auto;
}

.style-color-nhtu-bg {
	background-color: #28303a;
}

.style-color-wayh-bg {
	background-color: #356589;
}

html {
	position: relative;
	min-height: 100%;
}

/* footer styles */
.site-footer {
	width: 100%;
	height: 160px; /* 160px is the height of the footer divs */
	line-height: 1.5;
	position: absolute;
	left: 0;
	bottom: 0;
}

.site-footer .row-container .row-parent {
	padding: 20px;
}

.site-footer .style-dark {
	color: #fff;
}

.site-footer .style-dark a {
	color: #fff;
}

.site-footer li {
	list-style: none;
	direction: ltr;
}

.site-footer .style-dark a:hover {
	color: #e24e2f;
}

.site-footer .menu-horizontal > li {
	display: inline-block;
	padding: 0 14px;
}

.site-footer a {
	text-decoration: none;
}

.social-icon {
	font-size: 18px;
}

.icon-box.icon-inline {
	display: inline-table;
	table-layout: fixed;
	width: auto;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0 !important;
	padding-left: 9px;
	padding-right: 9px;
}

div > .icon-box:first-child {
	padding-left: 0 !important;
}

/* top menu styles */

.site-top-menu {
	font-size: 15px;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
	font-weight: 600;
	z-index: 2000;
	box-shadow: 0 4px 10px -10px rgba(0,0,0,.6);
	padding: 4px;
}

.site-top-menu .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	z-index: 2000;
}

.site-top-menu .logo-container {
	padding-left: 0 !important;
	line-height: 1px;
}

.site-top-menu .btn {
	font-weight: 600;
}

#main-logo {
	line-height: 0;
	text-align: center;
	position: relative;
	z-index: 10;
	display: inline-block;
}

.site-top-menu i.fa-dropdown {
	font-weight: 600;
	letter-spacing: .05em;
	display: inline-block;
	position: relative;
	padding: 0 0 0 9px;
	margin: 0;
	margin-right: 0;
	box-sizing: content-box !important;
	font-size: .8em;
	text-align: right !important;
}

.site-top-menu a:hover, a:focus, a.active {
	text-decoration: none;
}

.site-top-menu a:active, .site-top-menu a:hover {
	outline: 0;
}

.site-top-menu ul {
	background-color: #28303a;
}

.site-top-menu ul a {
	color: #FFF;
}

.site-top-menu ul.navbar-nav {
	padding: 18px;
}

.site-top-menu a:focus, .site-top-menu a:hover {
	color: #9ab6cd;
}

.site-top-menu .dropdown-menu > li > a:focus, .site-top-menu .dropdown-menu > li > a:hover {
	background-color: #28303a;
	color: #9ab6cd;
}

.site-top-menu .social-menu-link:hover, .site-top-menu .social-menu-link:focus {
	background-color: #28303a;
	color: #9ab6cd;
}

.site-top-menu .dropdown-menu {
	border-top: 0; /* removes the 1px border between the nav item and the dropdown menu */
	z-index: 2000;
}

.site-top-menu .nav > li.dropdown > a {
	background-color: transparent;
}


#navbar3 ul li a {
	padding-left: 42px;
	padding-right: 42px;
	box-sizing: content-box !important;
}

@media (max-width: 991px) {

	#navbar3 ul li a {
		padding-left: 21px;
		padding-right: 21px;
	}
}

/* floating Contact-Us button */
.contact-us {
	position: fixed;
	right: 5%;
	bottom: 8%;
}

.contact-us-icon {
	display: block;
	cursor: pointer;
	outline: 0;
	position: relative;
	width: 56px;
	height: 56px;
	max-width: none !important;
	font-size: 25px;
	color: #fff;
	background-color: rgba(226,78,47,1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.contact-us-icon i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.contact-us-icon:hover, .contact-us-icon:focus {
	background-color: #356589;
	color: #FFF;
}

.contact-us-label {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 5px 15px;
	text-align: right;
	right: 65px;
	white-space: nowrap;
	background-color: rgb(53, 101, 137);
	font-size: 16px;
	border-radius: 4px;
}


@media (max-width: 1200px) {
	.navigation-header {
		font-size: 13px;
	}
}

.sortable-list {
	max-width: 150px;
	margin: 0 auto;
}

.sortable-list ul {
	list-style-type: none;
	padding: 0;
}

#scoringOptions > li {
	background-color: #f0f0f0;
	padding: 10px;
	margin: 5px;
	cursor: grab;
}
