.select_option {
    border: 1px solid #cccccc;
    height: 40px;
    padding: 3px;
    width: 200px;
}
.buttonNew {
    background: #e7e24c;
    border: medium none;
    color: #000;
    cursor: pointer;
    margin: 0;
    text-align: center;
    text-transform: none;
	border-radius: 50px;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	font-weight: 400;
	padding: 16px 26px;
}
.buttonNew:hover {
	background: E006E8;
}
.editor {
	margin-bottom:20px;
}
.dashdoardList .pagenation-wrap{
	justify-content:normal;
	width:80%;
	float:left;	
}
.pagi{
	clear:both;
	margin-bottom:20px;
	display: block;
	height:60px;
}
.dashdoardList table {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 12px;
    color: #000;
    margin: 10px 0 25px 0;
    width: 99%;
}
.dashdoardList table th {
    background: #E3E3E3;
    background: #E9E9E9;
    padding: 7px 3px;
    font-weight: normal;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-weight: bold;
}
.dashdoardList table td {
    padding: 7px 3px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.dashdoardList a i.fa {
	font-size: 20px;
}

.lightbox {
	display:none;
}
.popUp-head {
	font-family:swiss_721_swabold;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #426700;
}
	
.popUp-content {
	position:relative;
	text-align:center;
	font-size:18px;
	padding:15px;
}
.popUp-content p {
	text-align:left;
	line-height:24px;
	color:#000;
}
.text-center {
    text-align: center;
}
.popUpBtn a {
	text-align:center;
	color:#ffffff;
	padding:5px 15px;
	position:relative;
	background:#034381;
	display:inline-block;
	border-radius:20px;
	margin-top:20px;
	behavior:url(PIE.htc);
	overflow:hidden;
}
.popUpBtn a:hover {
	color:#ffffff;
	background:#0AB6DD;
}	
.successfull p:before{
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f00c";
	margin-right: 6px;
	color:#0F0;
}
.error p:before{
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f00d";
	margin-right: 6px;
	color:#F00;
}


/**/
.box-language {
    float: right;
    margin-bottom: 16px;
    width: 200px;
}
.box-language .dropdown {
    display: inline-block;
}
.dropdown {
    position: relative;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*::-moz-selection {
    background: #b3d4fc none repeat scroll 0 0;
    text-shadow: none;
}
.box-language button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 40px;
    color: #7a7a7a;
    outline: medium none;
    padding: 5px 19px;
    position: relative;
    z-index: 9999;
}
.caret {
    border-color: #000 transparent -moz-use-text-color;
    border-style: solid solid dotted;
    border-width: 4px 4px 0;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.box-language .dropdown-menu {
    border: 1px solid #cdcdcd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: inherit;
    margin-top: -12px;
    min-width: inherit;
    padding: 14px 0 5px;
    right: 0;
    text-align: center;
    width: 97px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a::before {
    content: "";
    font: 14px/1 FontAwesome;
    left: 13px;
    position: absolute;
    top: 6px;
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 3px 3px 3px 23px;
    position: relative;
    text-align: left;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.field_name {
	color:#fff!important;
}
.w-40{
	width:40%;
}