/**
 *
 * 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;
    text-align:right;

    padding: 10px 15px;
    width:50%;
}

.panel-title-right button {
    text-align:right;
}

.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.tech365.support/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.tech365.support/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;

}

.top-buffer-5px {
    margin-top:5px;
}


.task_details  {
    width:100%;
}
.task_details td {
    padding: 5px 0;
}
.task_label  {
    
}

.bg-orange {
    background-color: #ffa812;
    color: #ffffff;
}

.bg-red {
    background-color: #f56954;
    color: #ffffff;
}

.bg-green {
    background-color: #00a65a;
    color: #ffffff;
}


.bg-blue {
    background-color: #0073b7;
    color: #ffffff;
}


.bg-aqua {
    background-color: #00c0ef;
    color: #ffffff;
}


.bg-cyan {
    background-color: #00b29e;
    color: #ffffff;
}


.bg-purple {
    background-color: #ba79cb;
    color: #ffffff;
}


.bg-pink {
    background-color: #ec3b83;
    color: #ffffff;
}

.bg-brown {
    background-color: #6c541e;
    color: #ffffff;
}

.bg-plum {
    background-color: #701c1c;
    color: #ffffff;
}

.bg-gray {
    background-color: #f5f5f5;
    color: #8f8f8f;
}

@media (max-width: 768px) {
    .btn, .btn-group {
        width:100%;
        margin: 5px 0;
    }
}




.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dropzone {
    min-height: 100px !important;
}

.dropzone .dz-default.dz-message {
    margin-top: -20px !important;
}





.btn-radio-active {
    background: #4caf50;
    border: 1px solid #4caf50;
    color: white;
}

.btn-radio-not-active {

    background: grey;
    border: 1px solid grey;
    color: white;
}

.btn-radio-active:hover {
    color:white;
    border: 3px solid #4caf50;
}

.btn-radio-not-active:hover {
    color:white;
    border: 3px solid #1e88e5;
}




.div-vertical-center {
    display: flex;
    align-items: center;
}

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



div.sms_img  {
    padding-left: 20px;
    cursor: pointer;
}

div.sms_img img {
    padding: 0 20px !important;
}



.m-t-10 {
    margin-top:10px;
}



.tt-suggestion {
    color: black;
}


tfoot tr td {
    color:black !important;
    font-weight: bold !important;
}



li.sep {

    border: 1px solid grey;
    /* width: 90%; */
    text-align: center;
    margin: 5px 10px;

}



/* Start Aggrid */



#myGrid .ag-cell {
    font-size:12px;
}

#myGrid .ag-header-cell-label {
    justify-content: center;
}

#myGrid .ag-row-group {
    font-size: 12px;
}




div.status_orange_black div {
    background-color: orange;
    color:black;
}



div.status_yellow_purple div {
    background-color: yellow;
    color:purple;
}

div.status_yellow_black div {
    background-color: yellow;
    color:black;
}

div.status_green_black div {
    background-color: green;
    color:black;
}


div.status_lightcyan_green div {
    background-color: lightcyan;
    color:green;
}


div.status_indianred_white div {
    background-color: indianred;
    color:white;
}





/* END Aggrid */



button.btn-expand span {
    max-width: 0;
    -webkit-transition: max-width 0.5s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}
button.btn-expand:hover span {
    max-width: 20rem;
}


/*

.footable-row-detail-inner {
    width: 100%;
}

*/




.table-center th, .table-center td {
	text-align: center;
}









.wrap-fpanel-panel-default-panel-body {
	border-left: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-radius: 0 0 4px 4px;
}