.errorMessage { 
	color : #F00;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 12px;
	/*margin-top: -10px;*/	
	margin-bottom: 10px;/*font-style  : italic*/
}
.errorMessageCommon {
	color : #fff;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 14px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-style : normal;
	background : #f7716c;
	text-align : center;
	padding : 0px;
}
.successMessageCommon {
	color : #fff;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 14px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-style : normal;
	background : green;
	text-align : left;
	padding : 10px;
}
.ajax-loader {
	/*cursor: wait;*/
	/*background : #eee url('ajax-loader/loader.gif') no-repeat center center;*/
	background : url('ajax-loader/loader.gif') no-repeat center center;
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter : alpha(opacity=75);
	opacity : 0.75;
	position : absolute;
	z-index : 10000;
	text-align : center;
	display : none;
}
.ajax-loader-text {		
	z-index 	: 10000;
	text-align 	: center;
	position	: absolute;
    top			: 44%;
	left		: 25%;	
	font-size   : 18px;
}

.options_item {
	font-size: 11px;
	font-style: normal
}
.no_item_found {
	text-align: center;
	padding: 25px;
	color: #8e969d;
	font-weight: 400;
	font-size: 20px;
}
.starrr {
	display: inline-block;
}
.starrr i {
	font-size: 16px;
	padding: 0 1px;
	cursor: pointer;
	color: #ffd119;
}
.seperator {
	padding-bottom: 20px;
}


/***** RADIO BUTTON [START] ****/
/* The container */
.radiocontainer {
	/*display: block;*/
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default radio button */
.radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
	background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.plnslt {
	line-height: 25px;
}
/***** RADIO BUTTON [ENDS] ****/

/******* dashboard ***/
#dashboard .box {
	border : 1px solid #ccc;
	border-radius : 5px;
	padding : 15px;
	margin-bottom : 20px;
	min-height : 330px;
}
#dashboard .icon {
	color : #50d8af;
	font-size : 64px;
	transition : 0.5s;
	line-height : 0;
}
#dashboard .title {
	color : #0c2e8a;
	font-weight : bold;
}
#dashboard .description ul {
	list-style: none;
	padding-left: 0px;
}
/********/

.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	/*width: 350px;*/
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox div {
	padding: 5px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.bg-red {
	background-color: #dd4b39 !important;
}
.bg-green {
	background-color: #00a65a !important;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}


/******** pagination [start] *****/
.bottom_pagin_area { 
padding-top: 5px;
margin-top: 5px;
border-top: 0px dashed #ccc;
}
div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;	
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #fcba02;
	border-color: #fcba02
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
/******** pagination [ends] *****/
#twitter-widget-0{
	height: 230px !important;
}

.input-select-01 {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 43px;
	background: #000;
	color: #fff;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #6f6f6f;
	padding: 0px;
	font-size: 16px;	
	margin-bottom: 13px;
	text-align: left;
	font-size: 16px;	
	font-family: 'Prata', serif;
	font-weight: 400;
}

.bg-red, 
.alert-danger, 
.alert-error, 
.label-danger, 
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
	padding:15px;
	color:#FFF;
}
.alert-danger, .alert-error {
    border-color: #d73925;
}
.alert {
    border-radius: 3px;
}
.alert h4 {
    font-weight: 600;
	margin-top: 0;
    color: inherit;
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
	color: #fff;	
}
.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
	color: #fff;
}
.btn {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin-right: 10px;
	padding: 6px 12px;
	text-align: center;
	cursor: pointer;
}

.owl-carousel.carousel1-style-02 button.owl-dot {
    background: #a7a7a7 !important;
}

/************Social [start]*********/
.footer-socal a {
	display: inline-block;
	width:30px;
	height:30px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: #e1e1e1;
	line-height:30px;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	float: left;
	font-size:18px;
	margin-right: 6px;
}
.footer-socal a.fa-facebook {
	background: #3a559f;
}
.footer-socal a.fa-linkedin {
	background: #0077b5;
}
.footer-socal a.fa-twitter {
	background: #28abdb;
}
.footer-socal a.fa-pinterest-p {
	background: #cb2027;
}
.footer-socal a.fa-instagram {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a242a7+0,c83691+28,dc377b+48,e9435f+63,f97014+100 */
	background: #a242a7; /* Old browsers */
	background: -moz-linear-gradient(top, #a242a7 0%, #c83691 28%, #dc377b 48%, #e9435f 63%, #f97014 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a242a7 0%, #c83691 28%, #dc377b 48%, #e9435f 63%, #f97014 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a242a7 0%, #c83691 28%, #dc377b 48%, #e9435f 63%, #f97014 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a242a7', endColorstr='#f97014', GradientType=0 ); /* IE6-9 */
}
.footer-socal a:hover {
	background: #000;
}
.social{
	padding-top:15px;
}
/************Social [ends]*********/
.u-floatLeft {    
    display: none!important;
	visibility:hidden;
}

.thank-you{
	 display:block;
	 text-align:center;
	 padding:100px 0;
}

.thank-you h3{
	 font-size:51px;
	  font-weight:800;
	   line-height:51px;
		margin-bottom:22px;
		margin-top:21px;
}

.thank-you h4{
	 font-size:24px;
	 line-height:normal;
	  font-weight:500;
	   margin-bottom:81px;
}

.back-to{
	 font-size:18px;
	  color:#71af1b;
	   font-weight:500;
	   background:url(https://www.musicofthesea.com/editor/source/backk.png) left center no-repeat;
	    display:inline-block;
		padding-left:27px;

}