/* @group Globals */
* {
	 font-size: 100%;
	 margin: 0; padding:0;
}

html {
    /* non-ie browsers short page fix */
    margin-bottom: 1px;
    height: 100%;
    margin:0 auto;
	overflow-y: scroll;
}

body {
    /* This sets the default font size to be equivalent to 10px from 16px */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #444444;
    margin:0 auto;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
}
.table td.no_bg{
	background: none;
	padding-right: 0;
}
.table td.no_bg .button{
	margin-right: 0;
}
#wrapper {
	display:table;
	height:100%;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:0;
	border: 0px solid violet;
}
/*** tinyMCE ***/
.zend_form dd {
	white-space: pre;
}
.zend_form{ margin: 10px 0 0 0;}
.zend_form dt{ line-height: 24px; font-weight: bold;}
.zend_form dd{ margin-bottom: 12px;}
/* @end */

/* @system Messages */
.okMsg {
	color: green;
}
#flashError{ }
#flashSuccess{ }
#flashError, #flashSuccess{ 
	
}
#flashError ul, #flashSuccess ul{ 
	list-style: none;
	margin-bottom: 0;
}
.error, a.error, p.error{
	color: #EE2B31;
	margin: 0;
	font-size: 14px;
	line-height: 15px; 
}

ul.messages, ul.errors {
	display: block;
	clear: both;
	list-style-type: circle;
	list-style-position:inside;
	margin: 3px 0 0 0;
    padding: 0px;
    background: transparent;
}
.notes{
	padding: 3px 0 0 10px;
	line-height: 30px;
}
.notes i:hover{
	color: #0085da;
}
.notes-form{
	border-top: 2px solid #666;
	width: 100%;
	float: left;
}
.notes-form-item{
	padding: 10px 10px 10px 15px;
	margin: 0 0 10px 15px;
	border-bottom: 1px solid #bbb;
}
.notes-form-item:last-child{
	border-bottom: 0;
}
.notes-form-head{
	margin-bottom: 6px;
	color: #222;
}
.notes-form-head i.fas.fa-check{
	cursor: default;
}
.notes-form-head i.fas.fa-check:hover{
	color: #0085da;
}
.notes-form-head i.far.fa-check-square:hover{
	color: #FFCB08;
}
.notes-form-body{
	color: #888;
}
.notes-form-footer{
	width: 100%;
	float: left;
	margin: 1em 0 2em 0;
}
/*
ul.messages {
	display: block;
	clear: both;
	list-style-type: circle;
	list-style-position:inside;
	margin: 3px 0 0 0;
    padding: 0px;
    background: transparent;
}
*/

/* @end */

/*** CMS PICTURE GALLERY ***/

.imgTitle_caption {
	font-size: 90%;
	color: #333;
}

.imgPreviewWrapper {
	display:table;
	background: #ccc;
	padding: 10px;
}

.imgPreviewWrapperLeft {
	display:block;
	float: left;
	background: #ccc;
	padding: 10px;
	margin: 7px 20px 0 7px;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.iframeGalleryWrapper {
	display:inline-block;
	position:relative;
	flaot:left;
	padding: 10px;
	margin: 5px;
	background: #ccc;
	border: 0px;
}

.maxWidth350 {
	width: auto !important;
    width: 345px;
    max-width: 345px;
}
	
.iframegallery {
	height: 100px;
}
	
/* @end */

/* @group Typography */


.bold{ font-weight: bold;}
.size14{ font-size: 14px;}
h3, h4, h5 {
	color: #2F3837;
}
h4{
	font-size: 16px;
	margin-top: 10px;
}
.hLight {
	background: #2f9dc0;
	color: #fff;
	padding: 3px 1px;
}
a{ color: #0085DA;}
a{ outline:none; text-decoration:none;}
a:hover, a:focus{
	text-decoration: none;
}
.red{ color: #D64541;}
.cyan{ color: #53aca8;}
/* @end */

/* @group Float */

.right {
    float: right;
}

.left {
    float: left;
}
.top-buffer { 
	margin-top: 22px;
}
.bottom-buffer { 
	margin-bottom: 22px;
}
.marginRight5 {
	margin-right: 5px;
}

.clear {
	clear: both;
}

.clear-l {
	clear: left;
}

.clear-r {
	clear: right;
}

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}
.no-padding{
	padding: 0;
}
.mb-04, .my-04 {
    margin-bottom: 0.04rem !important;
}
.mb-06, .my-06 {
    margin-bottom: 0.06rem !important;
}
/* @end */

/* Forms */
label{
	font-weight: normal;
}
input[type="checkbox"]{
	margin-right: 8px;
}
td input[type="checkbox"]{
	margin-right: 0;
}
td label{
	font-weight: normal;
	margin: 0;
}
select.select_filter{
	width: auto;
}
.form-inline input.grid_data, .form-inline select.grid_combo{
	width: 80px;
}
.form-inline input.grid_title{
	width: 100%;
}
/* @group Layout */

.navbar-default .container-fluid{
	padding: 0;
}
#headwrap {
	width: 100%;
	min-height: 80px; _height: 80px;
	padding-bottom: 26px;
	background: #F0F0F0 url(../images/headwrap_bg.gif) repeat-x bottom;
}
.header{
	width: 1000px;
	margin: 0 auto;
}
.header .right{
	width: 250px; 
	margin-top: 36px;
	text-align: right;
}
.header .right p{ margin-bottom: 6px;}
.header .right a{ text-decoration: underline;}
.header .right a:hover{ text-decoration: none;}
.login_admin{}
.lang_btns{
	float: right;
}
.lang_btns a{
	margin-left: 6px;
}
.login_admin .username{
	width: 100%;
	float: right;
	margin-top: 12px;
}
.login_admin .username span{
	color: #333;
	font-weight: bold;
	margin-right: 14px;
	vertical-align: top;
}
.login_admin .username i.fa, .login_admin .username i.fas{
	padding: 0;
	font-size: 22px;
}
#logo{
	margin: 15px 0 0 18px;
}
.logo{
	display: inline-block;
	margin-top: -0.5em;
}
.logo img{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	vertical-align: inherit;
}
.logo img:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.5;
}
#headright {
	/*margin: 132px -275px 0px 0px;*/
	position: relative;
}

#headright p {
	font-size: 1.8em;
	font-style: italic;
	width: 420px;
	text-align: right;	
}

#loginForm {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	height: auto;
	width:350px;
	background: #666;
}

#loginForm table td {
	border: none;
}
#edit-alert{
	position: fixed;
	top: 0;
	right: 17%;
	background: #E91222;
	padding: 12px 0 6px 4px;
	cursor: pointer;
	border-radius: 0 0 3px 3px;
	display: none; 
}
#edit-alert .fas{
	color: #FFF;
	font-size: 20px;
}
.entTitle{
	padding: 4px 0 0 60px;
	vertical-align: top;
	color: #01518A;
    font-size: 17px;
}
h4.title{
	color: #01518a;
    font-size: 20px;
	padding: 14px 6px;
	background: #F1F1F1;
}
.panel-title{
	line-height: 12px;
	margin-bottom: 4px;
}
.panel-title a{
	color: #fff;
	font-size: 15px;
}
.panel-title a:hover{
	text-decoration: underline;
}
.panel-primary {
    border: none;
}
.panel-primary > .panel-heading{
	background: #01518A;
	border-bottom: 3px solid #DDDDDD;
	color: #fff;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.panel-primary > .panel-body{
	border: 2px solid #DDDDDD;
}
.panel-body {
    padding: 15px;
	display: table;
	width: 100%;
}
.list-group {
    margin-bottom: 20px;
}
.content-section .title{
    margin: 1.75em 0 1em 0;
    padding: 0 0 0 15px;
}
.content-section .title-blue{
	border-bottom: 2px solid #0085DA;
    margin: 1.75em 0 1.25em 0;
    padding: 0 0 15px 15px;
	color: #0085DA;
}
.content-section .title h2, .content-section .title-blue h2 {
    font-size: 1.4em;
	margin: 0;
}
.content-section .title .card.small, .content-section .title-blue .card.small {
    color: #444;
    font-size: 15px;
    font-weight: 400;
}
.content-section .title .card.small ul, .content-section .title .card.small ol, .content-section .title-blue .card.small ul, .content-section .title-blue .card.small ol{
	margin-bottom: 0;
}
#contentWrap {
	display:table;
	position:relative;

	width: 1000px;
	margin: 0 auto;
	background: white;
	min-height: 600px;
	padding-top: 8px;
}
#contentInner {
	float:right;
	padding: 0 8px 30px 8px;
	width: 786px;
	background: #f5fffa;
	border: 1px solid #CFE8DA;
	border-radius: 6px;
}
#contentInner td a{ color: #084FA1;}
#contentInner td a:hover, .toolbar a:hover{ text-decoration: underline;}
.page_title{
	float: left;
	width: 792px;
	height: 28px;
	padding: 26px 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	background: #e5f7ed;
	background: -moz-linear-gradient(top,  #e5f7ed 0%, #cfe8da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f7ed), color-stop(100%,#cfe8da));
	background: -webkit-linear-gradient(top,  #e5f7ed 0%,#cfe8da 100%);
	background: -o-linear-gradient(top,  #e5f7ed 0%,#cfe8da 100%);
	background: -ms-linear-gradient(top,  #e5f7ed 0%,#cfe8da 100%);
	background: linear-gradient(to bottom,  #e5f7ed 0%,#cfe8da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f7ed', endColorstr='#cfe8da',GradientType=0 );
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0 0 0 -8px;
}
.page_title a{ color: #034EA2;}
#content {
	display:block;
	position:relative;
	margin: 0;
	background: navy;
	width: 100%;
	min-height: 500px;
	border: 0px solid green;
}

* html #content { height:500px;overflow:visible;}

#sidebarWrap {
	display:block;
	position:relative;
	float:left;
	width: 188px;
	color: #6f6f6f;
	background: #e4f3eb;
	border: 1px solid #CFE8DA;
	border-radius: 6px;
	padding-bottom: 30px;
}
.sidebar_title{
	float: left;
	width: 178px;
	height: 28px;
	padding: 26px 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	color: #034EA2;
	background: #e5f7ed;
	background: -moz-linear-gradient(top,  #e5f7ed 0%, #cfe8da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f7ed), color-stop(100%,#cfe8da));
	background: -webkit-linear-gradient(top,  #e5f7ed 0%,#cfe8da 100%);
	background: -o-linear-gradient(top,  #e5f7ed 0%,#cfe8da 100%);
	background: -ms-linear-gradient(top,  #e5f7ed 0%,#cfe8da 100%);
	background: linear-gradient(to bottom,  #e5f7ed 0%,#cfe8da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f7ed', endColorstr='#cfe8da',GradientType=0 );
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.content-wrap{ padding: 10px 0;}
#sidebarWrap .navigation{
	display: block;
	float: left;
	width: 188px;
}
#sidebarWrap ul li{
	display: block;
	background: #f5fffa;
	background: -moz-linear-gradient(top,  #f5fffa 0%, #d9ece2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fffa), color-stop(100%,#d9ece2));
	background: -webkit-linear-gradient(top,  #f5fffa 0%,#d9ece2 100%);
	background: -o-linear-gradient(top,  #f5fffa 0%,#d9ece2 100%);
	background: -ms-linear-gradient(top,  #f5fffa 0%,#d9ece2 100%);
	background: linear-gradient(to bottom,  #f5fffa 0%,#d9ece2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fffa', endColorstr='#d9ece2',GradientType=0 );
}
#sidebarWrap ul li a{
	display: block;
	padding: 10px 32px 10px 20px;
	color: #6f6f6f;
	border-bottom: 1px solid #CFE8DA;
	background: url(../images/menu_arrows.png) no-repeat 164px -31px;
}

#sidebarWrap ul li a:active, #sidebarWrap ul li.active a{ background: url(../images/menu_arrows.png) no-repeat 164px 11px;}
#sidebarWrap li.active ul, #sidebarWrap li.active ul li{ background: #fbfbfb;}
#sidebarWrap li.active ul{ padding: 8px 0;}

#sidebarWrap ul li ul li a{
	display: none;
}
#sidebarWrap li.active ul li a{
	display: block;
	padding: 4px 8px 4px 30px;
	color: #6f6f6f;
	font-size: 11px;
	border-bottom: none;
	background: none;
}
#sidebarWrap li.active ul li a:hover{ text-decoration: underline;}

.sub_title{ 
	width: 786px;
	padding: 18px 0;
}
.button, input.button, button.button{
	display: inline-block;
	font-size: 14px;
	color:#fff;
	padding: 8px 12px;
	margin-right: 5px; 
	background:#0085DA;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.button_disabled {
	color: #ccc;
	cursor: default;
}
.button:hover, input.button:hover, button.button:hover{
	color: #fff;
	text-decoration: none;
	background: #FFCB08;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #23527C;
  text-decoration: none;
}
th a.btn{
	padding: 0;
}
.breadcrumb{
	width: 786px;
	margin: 24px 0;
}
.breadcrumb a, .breadcrumb span, .breadcrumb_active{
	display: inline-block;
	border-radius: 2px;
	padding: 6px 12px;
}
.breadcrumb span{
	color: #999999;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}
.breadcrumb a{
	color: #444444;
	border: 1px solid #c4c4c4;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dedede',GradientType=0 );
}
.breadcrumb a:active{
	border-color: #b6b6b6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
span.breadcrumb_active{
	color: #FFFFFF;
	border: 1px solid #3079ED;
	background: #4d90fe;
	background: -moz-linear-gradient(top,  #4d90fe 0%, #4787ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#4787ed));
	background: -webkit-linear-gradient(top,  #4d90fe 0%,#4787ed 100%);
	background: -o-linear-gradient(top,  #4d90fe 0%,#4787ed 100%);
	background: -ms-linear-gradient(top,  #4d90fe 0%,#4787ed 100%);
	background: linear-gradient(to bottom,  #4d90fe 0%,#4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d90fe', endColorstr='#4787ed',GradientType=0 );
}
.required, .optional{
	/*display: inline-block;*/
	/*width: 130px;*/
}
ul.pagination {
    display: inline-block;
    padding-left: 0!important;
    margin: 20px 0;
    border-radius: 4px;
}
ul.pagination > li {
    display: inline;
}
ul.pagination > li:first-child > a, ul.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.paginator_section nav{
	display: inline-block;
}
.paginator_section .total_number{
	float: right;
	margin: 16px 0 16px 20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0085da;
    border-color: #0085da;
}
.pagination > li > a, .pagination > li > span {
    color: #007bff;
}
.pagination > li {
    display: inline;
}
.warning{
	color: red;
	padding-bottom: 14px;
}
.nav-tabs{
	margin-bottom: 10px;
	margin-top: 20px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.nav-tabs > li > a{
	font-size: 16px;
	color: #2F3837;
	border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > a:hover{
	color: #01518A;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #0085DA;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #0085DA;
    cursor: default;
}
.nav-tabs > li > a:hover{
	border-color: #eee #eee #ddd;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color: #eee;
	text-decoration: none;
}
.searchXl, .searchl{
	margin-bottom: 10px;
}
.searchl input[type="text"]{
	float: left;
	width: 93%;
}
.searchXl div{
	float: left;
	margin-right: 3px;
}
.searchXl div.type-text{
	width: 60%;
}
.searchXl h4{
	display: inline-block;
}
.searchXl select{
	height: 34px;
}
.searchl .button{
	margin-left: 3px;
}
.searchXl .button{
	margin-top: 34px;
}

.list-group-item.heading{
	background: #DDDDDD;
    border-bottom: 4px solid #01518A;
	color: #01518A;
	font-size: 18px;
}
.list-group-item.heading h3{
	color: #01518A;
	font-size: 20px;
	margin-bottom: 0;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-item ul{
    padding-left: 1em;
}
.list-group-item:hover{
	z-index: auto;
}
.heading-btn.fas, .heading-btn.far{
	margin: 3px 7px 0 0;
	font-size: 22px;
	cursor: pointer;
}
.tab-pane h4{
	font-size: 16px;
	margin: 14px 0 4px 0;
}
.tab-pane ul, .tab-pane ol{
	list-style-position: inside;
}
.intro_entry p{
	padding: 8px 4px;
	margin-top: 6px;
	background: #F1F1F1;
	font-size: 16px;
	font-style: italic;
}
.attachments_titles{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.attachments_titles span.default_title{
	width: 30%;
	line-height: 15px;
}
.attachments_titles input[type="text"]{
	width: 30%;
	margin-left: 8px;
}
.radiorow label {
    color: #555;
    font-size: 16px;
    font-weight: 200;
}
.radiorow input[type="radio"], .radiorow input[type="checkbox"] {
    cursor: pointer;
    display: none;
    height: auto;
    margin-right: 25px;
    width: auto;
}
.button_poll {
    background-color: #dedede;
    border: medium none;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    margin-bottom: 5px;
    padding: 8px 30px;
    width: auto;
}
.button_poll:hover{
	background-color: #FFB900;
	color: #fff;
}
.button_poll.longBtn {
    width: 100%;
}
.button_poll.halfBtn {
    width: 50%;
}
.button_poll.halfBtn_inline {
    width: 49.5%;
}
.button_poll i.fas {
    display: none;
    font-size: 19px;
    margin-right: 5px;
}
.button_poll.active i.fas {
    display: inline-block;
	color: #fff;
}
.button_poll.active {
    background-color: #FFB900;
    color: #fff;
    padding: 8px 20px 8px 15px;
}
/* Icons */
a.fa, i.fa, a.fas, i.fas{
	font-size: 18px;
	padding: 0 6px;
	position: relative;
	color: #0085DA;
}
a.far, i.far{
	font-size: 18px;
	padding: 0 6px;
	position: relative;
	color: #0085DA;
}
.fa.red{
	cursor: pointer;
}
.disable{ 
	color: #999;
    cursor: default;
}
.disable:hover, .fa:hover, .fas:hover{ text-decoration: none; color: #FFCB08;}
.fa-bg, .fa-en, .fa-ro{
	margin-bottom: 0.6em;
}
i.fa-ban{ color:#db2424 }
.fa-ban:hover{ text-decoration: none; color: #db2424;}
.fa-bg::after, .fa-en::after, .fa-ro::after{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute; left: 6px; top: 20px;
	font-weight: bold;
}
.fa-bg::after {
    content: "BG";
}
.fa-en::after {
    content: "EN";
}
.fa-ro::after {
    content: "RO";
}

* html #sidebarWrap { height:700px;overflow:visible;}
/*vani*/
#appTitle {
	float: left;
	width: 100%;
	padding: 16px 0 0 0;
	font-size: 14px;
	color: #034ea2;
}

#appTitle h5{
	font-size: 15px;
	color: #555;
}
#appTitle .login_admin_profile{
	font-size: 15px;
	margin-right: 18px;
}
#appTitle .login_admin_profile i, #logoutBtn i{
	font-size: 16px;
	padding: 0 4px 0 0;
}

#appTitle .form-control{
	font-size: 10px;
	height: 20px;
}	
#appTitle .btn{
	font-size: 14px;
	font-weight: bold;
	height: 40px;
}
#appTitle a:hover{
	text-decoration: none;
	color: #1A586D;
}	
#footer {
	margin:0 auto;
	width: 500px;
	font-size: 14px;
	height: 60px;
	text-align: center;
	padding-top: 40px;
}
#footer a{ 
	padding: 0 10px;
	color: #393939;
}
#footer a:hover{ text-decoration: underline;}
#footer div{ margin-top: 10px;}

/* @end */

/* @group tables */
td {
	padding: 4px 7px 6px 7px;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #F1F1F1;
	vertical-align: top;
}
tr{ border-left: 1px solid #fff;}
th {
	color: #fff;
	text-align: left;
	padding: 4px 7px;
	border: 1px solid #f1f4f5;
	background: #01518A;
}
th h4{
	color: #fff;
	margin: 4px 0;
}
th a{ color: #fff;}
th a:hover{ color: #0085DA;}
table .odd {
    background: #f6f6f6;
}
.gridTable{ margin: 10px 0; float: left;}
.gridTable th.underline{ text-decoration: none;}
.gridTable h4{
	font-size: 20px;
	color: #01518A;
}
.table_margin{ margin: 18px 0;}
table.table-bordered td{
	background: none;
}
table.table-bordered th{
	background: #DDDDDD;
	color: #245f89;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ccc;
}
/* @end */

.main-admin{
	width: 222px;
	position: absolute; top: 230px; left: 0;
}
.main-admin ul.navigation{
	width: 222px;
}
.main-admin ul.navigation li a{ 
	padding: 8px 12px;
	display: block;
	border-bottom: 1px solid #FFA500;
}
.sub-admin{
	width: 600px;
	position: absolute; top: 230px; left: 400px;
}
.sub-admin ul.navigation{
	width: 600px;
	background: #FFA500;
}
.sub-admin ul.navigation li a{ 
	padding: 4px 4px;
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	border: 1px solid #FFA500;
	text-align: center;
	background: #24262A;
}

/* @admin cmspicture form */
fieldset#fieldset-files dd, fieldset#fieldset-files dt {
	display: block;
	clear: both;
	margin: 5px;
}

input#pic_title {
	width: 200px;
}
/*==================Mladen's work======================================*/
div.gridContent {
	margin: 20px 0;
}
div.groupedFieldset {
	margin: 20px 0;
}
div.groupedFieldset fieldset legend {
	float: right;
	font-size: 12px;
}
.zend-form dt {
	display: block;
	margin: 10px 0!important;
}
div.positionMenu {
	float: left; 
	width: 786px;
	margin: 20px 0 0 0;
	border: 1px solid #C4C4C4;
	border-bottom: 1px solid #3079ED;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #dedede;
	background: -moz-linear-gradient(top,  #dedede 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #dedede 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #dedede 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #dedede 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #dedede 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f2f2f2',GradientType=0 );
}

div.entPositionMenu {
	float: left;
	min-width: 786px; 
	margin: 20px 0 0 0;
	border: 1px solid #C4C4C4;
	border-bottom: 1px solid #3079ED;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #dedede;
	background: -moz-linear-gradient(top,  #dedede 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #dedede 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #dedede 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #dedede 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #dedede 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f2f2f2',GradientType=0 );
}
.posMenuItem{ float: left;}
.posMenuItem a{
	display: inline-block;
	float: left;
	padding: 0 20px;
	margin-top: 8px; 
	color: #444444;
	border-right: 1px solid #C4C4C4;
}
.posMenuItem a:hover{ text-decoration: underline;}

.entForm {
	margin: 20px 0;
}

textarea.textAreaFld {
	width: 750px;
	/*height: 150px;*/
	border: 1px solid #c2dce9;
	margin: 8px 8px 0 0;
	padding: 5px;
	color: #535353;
}

.formElemWrapper, .captchaWrapper {
	display:table;
	margin: 0 0 15px 0;
}
.formElemWrapper label, .formElemWrapper input{
	display: block;
}
.formElemWrapper input{
	margin-bottom: 8px;
}
.formElemWrapper label{
	margin-bottom: 2px;
}
.formRadioWrapper {
	position: relative;
	text-align: left;
}

.formRadioWrapper label {
	display:block !important;
	position:relative !important;
	float:left !important;
	border: 0px solid red;
}

.sortable .drag_drop{
	background: #F7F7F7 url(../images_old/drag_drop.png) no-repeat 5px 50%;
	padding-left: 28px;
	cursor: pointer;
}
.dragDropTbl {
	width: 100%;
	position: relative;
	overflow: auto;
}
.checkboxWrapper label{
	width:100%;
	margin-bottom:20px;
	font-size:14px;
}
.checkboxWrapper label input{
	margin-right:8px;
}
.col-file-man {
    float: left;
    width: 100%;
}
#col-files-att, #col-files-hot{
    float: left;
    padding-left: 6px;
}
#col-files-att {
    width: 90%;
    overflow: hidden;
}
.light_box{
	margin: 2em 0 1em 0;
}
.sortable_style { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
.sortable_style li { 
	margin: 0 0 3px 3px; 
	padding: 0.6em 0.5em; 
	font-size: 1em;
	color: #333;
	background: #e5e5e5;
	border: none;
	cursor: s-resize;
	float: left;
	width: 99.6%; 
}
.sortable_style li:hover { 
	background: #ED1F24;
	color: #fff;
}
.sortable_style li i.fa{ 
	font-size: 20px;
	line-height: 24px;
	float: left;
}
.sortable_style li:hover i.fa{ 
	color: #fff;
}
.sortable_style li span { 
	line-height: 25px;
}

/*==================VANI added===========*/

.navbar_ttl{
	background: #dddddd;
	border-bottom: 5px solid #cccccc;
	margin-bottom: 0px;
}

/*
#sidebarWrap ul li ul li a{
	display: none;
}
#sidebarWrap li.active ul li a{
	display: block;
	padding: 4px 8px 4px 30px;
	color: #6f6f6f;
	font-size: 11px;
	border-bottom: none;
	background: none;
}
#sidebarWrap li.active ul li a:hover{ text-decoration: underline;}
*/

/* Main Admin Menu */ 
.navbar .navbar-holder{ 
	background: #1a586d;
}
.navbar .nav{ 
	padding: 0;
}
.navbar .nav .caret{ 
	margin: 0 0 0 5px;
}
.navbar .nav li a{
	color: #2f3837;
	padding: 16px;
	font-size: 14px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
	display: block;
}
.navbar .nav li:hover a, .navbar .nav li a.active{ 
	background: #0085DA;
	color: #fff;
}
ul.nav li.dropdown-inrow:hover ul.dropdown-menu{
	display: block; 
}
.navbar .nav .dropdown-menu{
	background: #F0F2F1;
	border: 0;
	padding: 0;
}
.navbar .nav .dropdown-menu{
	border-top: 5px solid #0085DA;
	margin: 0;
	border-radius:0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	min-width: 160px; 
}
.navbar .nav .dropdown-menu li a{
	color: #2F3837;
	padding: 10px 20px;
	font-size: 14px;
	background: #F0F2F1;
	clear: both;
	white-space: nowrap;
}
.navbar .nav .dropdown-menu li a:hover{ 
	background: #0085DA;
	color: #fff;
}
.dropdown-menu-title{
	border-bottom: 1px solid;
	width: 90%;
	padding: 0 0 4px 4px;
}
.navbar-default{
	background: #fff;
	border: none;
	border-radius: 0;
    margin-bottom: 20px;
    min-height: 50px;
	padding: 0;
}
.navbar-default .navbar_ttl{
	height: 70px;
	background: none;
	border: none;
}
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: wrap;
}
#mainnav{
	padding: 0;
}
#mainnav h5{
	margin: 0;
	width: 100%;
}
#mainnav .navbar-nav{
	width: 100%;
	margin-top: 30px;
	border-bottom: 5px solid #01518A;
}
#mainnav .navbar-holder{
	background: none;
}
.responsive_login h6{
	color: #53ACA8;
}
.ui-widget.ui-widget-content {
    z-index: 3 !important;
}
/*.edit {*/
/*	display: block;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*    background: url(../images/edit.png) no-repeat center right;*/
/*	float: left;*/
/*}*/
/*.view {*/
/*	display: block;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*    background: url(../images/eye.png) no-repeat center right;*/
/*	float: left;*/
/*}*/
/*.delete {*/
/*	display: block;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*    background: url(../images_old/delete.gif) no-repeat center right;*/
/*	float: left;*/
/*}*/

/*animation loader for ajax*/
.loader {
    border: 7px solid #f3f3f3; /* Light grey */
    border-top: 7px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	margin: 0 auto;
}
@media screen and (max-width: 1600px){
	#edit-alert{
		right: 10%;
	}
}
@media screen and (max-width: 1440px){
	#edit-alert{
		right: 7%;
	}
}
@media screen and (max-width: 1366px){
	#edit-alert{
		right: 4%;
	}
}
@media screen and (max-width: 1280px){
	#edit-alert{
		right: 0;
		top: 90px;
		border-radius: 3px 0 0 3px;
	}
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}