/**
 *
 * Apply Here your Custom CSS
 *
*/



.pagination {
	margin: 20px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999999;
	cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 10.5px;
}

.pagination-centered {
	margin: auto 0;
	display: block;
}

body {

}

h4 {
	font-weight: bold !important;
}

/* Add blog WYSIWYG */
#cke_1_contents {
	height: 300px !important;
}

div.title ul {
	text-align: left;
	color: white;
}

div.title ul a {
	color: white;
}

.vertical7 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

table tr td.vcenter {
	vertical-align:middle !important;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.rv-label {
	background-color: #fcfcfc;
	color: #666666;
	/*border-bottom: 1px solid #f4f4f4;*/
	font-weight: bold;
	word-wrap: break-word;
	padding:8px;
	border: 1px solid #ebebeb;
}


.rv-values {
	background-color: #f8f8f8;
	color: #333333;
	border: 1px solid #ebebeb;
	/*max-width: 10% !important;*/
	word-wrap: break-word;
	padding:8px;
}

/*
.row [class*="col-"]{
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}


.row{
	overflow: hidden;
}
*/


@media only screen and (max-width: 1000px) {

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
		vertical-align: middle;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: relative;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}

/*
#loading-image {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index: 100;
}
*/

a {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

.panel-title-right {
	float: right;
	padding: 10px 15px;
}

.ui-sortable tr {
	cursor:pointer;
}
.ui-sortable tr:hover {
	background:rgba(244,251,17,0.45);
}

.control-label-normal {
	font-weight:normal;
}

@font-face {
    font-family: tmbOpenSans;
    src: url("https://ims.technologyformybusiness.com/assets/fonts/open-sans/OpenSans-Regular.ttf");
}

/*
label.control-label-answer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 7px 0 0 0 !important;
    display: inline-block !important;
    font-weight:normal !important;
}*/


label.control-label-answer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 7px 0 0 0 !important;
    display: inline-block !important;
    font-weight:bold !important;
}

label.control-label-answer-normal {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 7px 0 0 0 !important;
    display: inline-block !important;
}


table tr th, table tr td {
    color:black;
}

td.vertical-middle {
    vertical-align: middle !important;
}

.color-white {
    color:#ffffff;
}

.width-100 {
    width:100%;
}

div.make-switch {
    height: 30px !important;
}

fieldset {
    border: 1px solid grey;
    border-radius: 20px;
    padding: 20px;
}

fieldset legend {
    width: auto !important;
    text-align: left !important;
    padding:0 10px !important;
    border: none !important;
}

@font-face {
    font-family: Copperplate-Gothic; src: url('https://ims.technologyformybusiness.com/assets/fonts/Copperplate-Gothic-Bold-Regular.ttf');
}







/* https://johnny.github.io/jquery-sortable/ */
body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}
ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}


tr.alerting td {
    background-color:yellow;
    border:1px solid red;

}




tr.text-center th {
    text-align: center;
}