html{
	overflow-x: hidden;
}
body{
	background-color:#e8e8e8;
	background-image: url(../images/pattern-5.png) !important;
	background-repeat:repeat !important;
	background-size:auto !important;
}
*{
	font-size: 14px;
}
a {
    color: #126c37;
}
a:hover {
    color: #0a5027;
}
.fa {
    line-height: inherit;
}
/*bootstrap overwrite*/
.btn-default {
    background-color: #126c37;
    border: none !important;
    color: #fff !important;
	transition: 0.3s all ease;
}
.btn-default:hover {
    background-color: #0a5027;
}
.btn-default:focus {
    background-color: #0a5027 !important;
}
.table-responsive .table {
    max-width: none;
}
.panel-default > .panel-heading {		
    background-color: #126c37;		
    color: #fff;		
	border: none;		
}
/*sharepoint overwrite*/
.ms-fullWidth, .ms-webpart-chrome-fullWidth {
    display: block;
    width: auto !important;
}
#ribbonBox * {
    font-size: 12px !important;
    font-family: tahoma !important;
}
ul.dfwp-column.dfwp-list {
    padding: 0px !important;
}
.PagerContainerTable {
    width: auto !important;
    margin: 0px 15px;
    background-color: #f7f7f7;
    display: block;
    clear: both;
    padding: 0px 15px;
    overflow: hidden;
}

ul.dfwp-column.dfwp-list {
    padding: 0px !important;
}

.PagerContainerTable * {
    display: inline-block !important;
}
.dfwp-column.dfwp-list {
    float: none !important;
    width: auto !important;
    overflow: hidden;
}
td.PagerInfoCell {
    width: 150px;
    padding: 15px 0px !important;
}

.PagerContainerTable td {
    padding: 0px 3px;
}
.PagerHyperlinkStyle {
    padding: 5px 15px;
    background-color: #e8e8e8;
    color: #666666 !important;
    transition: 0.3s all ease;
    text-decoration: none !important;
}
.PagerHyperlinkStyle:hover {
    background-color: #cccccc;
}
span.PagerHyperlinkStyle {
    background-color: #126c37 !important;
    color: #fff !important;
}
.PagerContainerTable td:nth-child(2) a.PagerHyperlinkStyle {
    font-size: 0.01px;
    height: 30px;
    line-height: 30px;
    padding:5px 7px;
}
.PagerContainerTable td:nth-child(2) a.PagerHyperlinkStyle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
}
.PagerContainerTable td:last-child a.PagerHyperlinkStyle {
    font-size: 0.01px;
    height: 30px;
    line-height: 30px;
    padding:5px 7px;
}
.PagerContainerTable td:last-child a.PagerHyperlinkStyle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f053";
}
/*floating*/
.float1{
	float:left;
}
.float2{
	float:right;
}
/*slick*/
.slick-slider * {
    outline: none !important;
}
/*animation*/
.transition-effect{
	transition: 0.3s all ease;
}
.full-announcements-cont .slick-active .full-announcement-title{
	-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*social media*/
.social-media-cont {
    overflow: hidden;
    padding: 0px 1px;
}
.social-media-icon {
    color: #fff !important;
    height: 50px;
    background-color: #252525;
    display: block;
    text-align: center;
    line-height: 25px;
    transition: all 0.3s ease;
    font-size: 32px;
    line-height: 50px;
	margin-bottom: 5px;
}
.social-media-icon:hover {
    color: #fff !important;
}
.social-media-icon-tw:hover{
	background-color:#5ea9dd !important;
}
.social-media-icon-fb:hover{
	background-color:#3c5899 !important;
}
.social-media-icon-yt:hover{
	background-color:#cc181e !important;
}
.social-media-icon-ins:hover{
	background-color:#2a5b83 !important;
}
.social-media-icon-snap:hover{
	background-color:#efe200 !important;
}
.social-links-cont {
    position: fixed;
    left: 0;
    top: 150px;
    width: 50px;
}
/*header*/
.top-bar-cont {
    padding: 0px;
}
header.portal-header{
	overflow:hidden;
}
.top-bar-cont {
    background-color: #555;
    background-image: url(../images/pattern-10.png);
    background-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}
.date-cont{
	padding:10px 15px;
}
.header-event-counter{
	background-color:#fff;
}
.date-text{
	padding:5px 0px;
}
.header-event-counter {
    background-color: #000;
    padding: 5px 12px;
    display: block;
    font-weight: bold;
    margin: 0px 10px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
}
.header-tools-cont {
    padding: 8px 15px;
}
.search-cont {
    width: 300px;
    position: relative;
	margin: 8px 0px;
	overflow:hidden;
}
.search-cont table{
	width:100%;
}
td.ms-sbgo img {
    display: none !important;
}
.search-cont input[type="text"]{
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-cont .ms-sbgo {
    display: block;
    position: absolute;
    background-color: #136d38;
    left: 0;
    width: 36px !important;
    right: auto !important;
    bottom: 0px;
    top: 0px;
    overflow:hidden;
}
.search-cont .ms-sbgo a {
    display: block;
    height: 34px;
    text-decoration:none !important;
}
.search-cont .ms-sbgo a:before {
    content: "\f002";
    font-size: 16px;
    font-family: FontAwesome;
    display: block;
    text-align: center;
    margin-top: 5px;
    color:#fff !important;
}
.search-cont .header-search-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    background-color: #126c37;
    width: 35px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff !important;
}
.ms-sbLastcell {
    display: none;
}
.search-cont input {
    border-radius: 0px !important;
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.portal-language a {
    display: block;
    padding: 7px 10px;
    color: #FFF;
	text-decoration: none !important;
}
.portal-language a:hover {
    background-color: #000;
}
.logos-cont img{
	height:120px;
	max-width:100%;
}
.systems-header .logos-cont img{
	height:100px;
}
.vision-logo {
    text-align: right;
}
.logos-cont {
    margin-bottom: 30px;
}
.systems-header .header-search-cont {
    padding: 0px 15px;
}
/*full announcement*/
.full-announcement-cont {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	margin-bottom: 30px;
}
.full-announcement-cont *{
	outline: none !important;
}
.full-announcement-title {
    position: absolute;
    top: 70px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
}
.full-announcement-title-top-right {
    position: absolute;
    top: 70px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
}
.full-announcement-title-top-middel {
    position: absolute;
    top: 70px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
    right: 37%;
}
.full-announcement-title-top-left {
    position: absolute;
    top: 70px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
    left: 200px;
}
.full-announcement-title-bottom-right  {
    position: absolute;
    top: 246px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
}
.full-announcement-title-bottom-middel {
    position: absolute;
    top: 246px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
    right: 37%;
}
.full-announcement-title-bottom-left {
    position: absolute;
    top: 246px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    width: 500px;
    padding: 15px 20px;
    left: 200px;
}
.announcment-title {
	font-size: 30px;
    margin-bottom: 15px;
}
.announcement-des {
    font-size: 18px;
}
.full-announcement-cont a {
    display: block;
    height: 100%;
}
/*bog programs*/
.bog-program-link a {
    background-color: rgba(255,255,255,0.5);
    display: block;
    padding: 20px 10px;
	text-align: center;
	margin-bottom:30px;
}
.bog-program-link a:hover {
    background-color: rgba(255,255,255,0.9);
}
.bog-program-link img {
    height:80px;
	max-width: 100%;
}
/*main-links*/
.main-links a {
    background-color: #126c37;
    display: block;
    margin-bottom: 30px;
    text-decoration: none !important;
    color: #fff !important;
	text-align:center;
}
.main-links a:hover {
    background-color: #0a5027;
}
.main-links span {
    display: block;
}
.main-links-icon {
    font-size: 48px;
    padding:12px 10px;
}
.main-links-title {
    padding: 0px 10px;
    padding-bottom: 17px;
}
.s2020-link a {
    height: 132px;
}

.s2020-link img {
    height: 110px;
    padding-top: 25px;
    display: block;
    margin: auto;
}
/*top news*/
.services-row .portal-block-footer {
    background-color: #d5d5d5;
	margin-top: 11px;
}
/*services tab*/
.portal-block-title {
    color: #6b6b6b;
    font-size: 24px;
    border-bottom: 5px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
#services-tab {
    background-color: #fafafa;
    border: none !important;
	overflow: hidden;
}
#services-tab a {
    border: none !important;
    border-radius: 0px !important;
    color: #6b6b6b;
	font-weight: bold;
}
#services-tab a:hover{
	background-color:#e8e8e8;
}
#services-tab .active a {
    background-color: #126c37 !important;
    color: #fff;
}
.services-tab .tab-content {
    background-color: #fff !important;
    padding: 10px 15px;
    min-height: 365px;
    margin-bottom: 30px;
    padding-top: 12px;
}
.services-tab .tab-content a {
    display: block;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 3px;
    color: #6b6b6b;
    text-decoration: none !important;
}
.services-tab .tab-content a:hover {
    background-color: #e8e8e8;
}
/*services cont*/
.services-center-cont {
    background-color: #126c37;
    padding: 20px;
	position: relative;
}
.services-center-cont-bg{
	position: absolute;
	background-image: url(../images/pattern-10.png);
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-attachment: fixed;
}
.service-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.services-icons {
    background-color: #fff;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
}

.services-link span {
    display: block;
}

.services-icons img {
	padding-top:40px;
    width: 75px;
	transition: 0.3s all ease;
	margin:auto !important;
}
.services-link:hover img{
	padding-top:30px;
	width:100px;
}
.services-link:hover .services-title{
	font-weight: bold;
	opacity: 1;
}
.services-title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
	opacity: 0.7;
	transition: 0.3s all ease;
}
.services-link{
	margin-bottom: 30px;
}
.services-link a {
	display: block;
    text-decoration: none !important;
}
#services-center .slick-dots {
    position: relative;
    text-align: center;
}
#services-center li button:before {
    background-color: #ffffff;
    opacity: 1;
    height: 5px;
    width: 30px;
}
#services-center .slick-dots li.slick-active button:before{
	background-color: #084822 !important;
}
#services-center .slick-dots li {
    width: auto !important;
}
#services-center .slick-dots li button {
    width: 30px !important;
    display: block;
}
/*media center*/
.media-center-cont {
    background-color: #fff;
    padding-top:30px;
}
.news-image img{
	width:100%;
	height: 410px;
}
.news-cont a {
    text-decoration: none !important;
    display: block;
    position: relative;
}
.news-title {
    display: block;
    background-color: rgba(0, 0, 0, 0.52);
    color: #fff;
    text-decoration: none !important;
    padding: 10px 15px;
    position: absolute;
    overflow: hidden;
    font-size: 16px;
    bottom: 0px;
    width: 100%;
}
.news-date {
    display: block;
    font-size: 11px;
    padding-top: 3px;
}
.portal-block-footer {
    background-color: #f1f1f1;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
	position: relative;
}
.portal-more-link {
    display: block;
    text-decoration: none !important;
    background-color: #126c37;
    color: #fff !important;
    padding: 5px 20px;
}
.slick-dots {
	bottom: 5px;
    text-align: start;
	width:auto !important;
}
.slick-dots li button:before {
    background-color: #b6b6b6;
    color: transparent !important;
	opacity: 0.7;
}
.slick-dots li.slick-active button:before {
    background-color: #126c37 !important;
    color: transparent !important;
	opacity: 1 !important;
}
.slick-dotted{
	margin:0px !important;
}
.announcment-block-cont{
	background-image:url(../images/annu-bg.svg);
	background-size:cover;
	background-position:top center;
	height:230px;
}
.announcment-block-cont a {
    height: 230px;
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    font-size: 26px;
    text-decoration: none !important;
    color: #126c37 !important;
    margin-top: 15px;
}
.announcment-cont img{
	width:100%;
}
.event-cont {
    overflow: hidden;
    background-color: #f1f1f1;
	margin-bottom: 10px;
}

.event-cont a {
    text-decoration: none !important;
    color: #6b6b6b;
	display: block;
    overflow: hidden;
}

.event-cont span {
    display: block;
}

.event-day-text {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.event-month-text {
    font-size: 10px;
    font-weight:bold;
    margin-top:3px;
}
.event-day-cont {
    padding: 0px;
}
.event-month-text {
    text-align: center;
}
.event-day-cont {
    background-color: #126c37;
    color: #fff !important;
    padding-bottom: 7px;
	height:70px;
}
.event-title-cont {
    padding: 10px !important;
}
.poll-submit{
	overflow: hidden;
}
.poll-cont {
    height: 230px;
}
.vote_body {
    height: 230px;
    position:relative;
}
.vote_links {
    position: absolute;
    bottom: 0;
    font-size: 0.01px;
    right: 0;
    left: 0;
}

.vote_links a {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #136a36;
    border-color: #0f572c;
    text-decoration: none !important;
    margin: 0px 5px;
}
.vote_body .options {
    margin-top: 15px;
}
.vote_body .options input[type="radio"] {
    margin: 7px 10px;
}
.poll-q {
    font-size: 16px;
    font-weight: bold;
}
.vote_body .options td {
    padding: 5px;
}
.vote_body .options td div{
	background-color:#136a36 !important;
}
/*footer*/
.footer-cont {
    padding-top: 20px;
    background-color: #555;
    color: #fff;
    background-image: url(../images/pattern-10.png);
    background-size: 50px;
}
.copy-right-text{
	text-align:right;
	padding:10px 15px;
}
.footer-bottom {
    background-color: rgba(0, 0, 0, .25);
}
.footer-links a {
    display: inline-block;
    color: #c7c7c7;
	padding: 10px;
}
.footer-links a:hover {
    color: #fff;
}
.footer-block-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.footer-links-list {
    list-style: none !important;
    padding: 0px;
    margin-bottom: 30px;
}
.footer-links-list a {
    display: block;
    margin-bottom: 7px;
    color: #c2c2c2;
    transition: 0.3s all ease;
}
.footer-links-list a:hover {
    color: #fff;
}
.systems-footer .footer-cont {
    padding:10px 0px;
}
/*internal pages*/
.breadcrumb-separator {
    padding: 0px 7px !important;
    display:inline-block !important;
}
.breadcrumb * {
    display: inline;
    padding: 0px;
    margin: 0px !important;
    list-style: none !important;
}
.portal-content-cont {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
	border-top: 5px solid #126c37;
}
.breadcrumb {
    background-color: #126c37;
    margin-bottom: 5px;
    border-radius: 0px;
}
.breadcrumb *{
    color:#fff !important;
}
.s4-breadcrumb-arrowcont:after {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block !important;
    padding: 0px 15px !important;
}
.s4-breadcrumb-arrowcont span {
	display: none !important;
}
a.ms-breadcrumbCurrentNode {
    color: #ececec !important;
    cursor: default !important;
    text-decoration: none !important;
}
.breadcrumb img {
    display: none !important;
}
.breadcrumb>a:before {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
}
.page-title {
    margin-top: 0px;
	border-bottom: 5px solid #ededed;
    padding-bottom: 15px;
}
.main-content-cont {
    color: #6b6b6b;
}
.news-main-image {
    height: auto !important;
    overflow: hidden;
    margin-bottom: 10px;
    background-image: url(../images/body-bg.jpg);
	clear: both;
	text-align: center;
	position: relative;
}
.news-main-image img{
	max-height: 100%;
	max-width: 100%;
}
.news-main-image-title{
	position: absolute;
	bottom: 0px;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	padding:10px;
	width:100%;
}
.page-tools-cont {
    overflow: hidden;
    background-color: #555;
    padding: 8px;
    margin-bottom: 10px;
    color: #fff !important;
}
.page-date {
    margin-top: 3px;
}
.page-tools-icons i {
    display: inline-block;
    font-size: 18px;
    margin: 0px 5px;
}
.content-side-menu-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.related-page-link {
    background-color: #ededed;
    display: block;
    color: #1f1f1f;
    padding: 10px;
    margin-bottom: 5px;
	text-decoration: none !important;
}
.page-tags-cont {
    overflow: hidden;
    margin-bottom: 10px;
}
.page-tags-cont span {
    display: inline-block;
    padding: 10px 15px;
    margin: 6px 3px;
    background-color: #126c37;
    margin-top: 0px !important;
}
.main-cont-title {
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    padding: 7px;
}
.page-rating-cont span {
    padding-left: 10px;
}
.share-page-icons span {
    padding-left: 10px;
}
.share-page-icons a{
	text-decoration:none !important;
	color:#fff !important;
	padding:0px 5px;
	width:20px;
	font-size:16px;
}
.main-cont-title i {
    width: 30px;
    text-align: center;
}
.add-coomment{
	margin-top: 0px;
}
#RateThis div {
    display: inline;
    width: 15px;
    height: 16px;
    margin: 0px 3px;
    float:none !important;
    cursor:pointer;
}

#RateThis {
    display: inline-block;
    margin: 0px 10px;
}

#RateThis .MyNormal:before {
    content: "\f006";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

#RateThis .MyHover:before {
    content: "\f005";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
/*login page*/
.login-cont{
	background-color: #136936;
}
.login-form-cont {
    background-color: #eeeeee;
	overflow:hidden;
	padding-bottom:10px;
}
.login-cont .login-header {
    margin-top:15px;
}
.login-header {
    background-color: #136936;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}
.login-help-cont {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.system-welcome {
    color: #fff;
    font-size: 38px;
    margin:25px 0px;
    text-align: center;
}
.form-help-links {
    color: #fff !important;
    background-color: rgba(0, 0, 0, .25);
    display: block;
    margin-bottom: 5px;
    padding: 10px 5px;
	transition: 0.3s all ease;
	text-decoration: none !important;
}
.form-help-links:hover {
    background-color: rgba(0, 0, 0, .50);
}
.form-help-links i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0px 10px;
}
.login-form-links a {
    display: block;
    background-color: #136936;
    margin-bottom: 5px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 0px;
}
.login-form-links a:hover {
    background-color: #0a5027;
}
.login-form-links a i {
    display: inline-block;
    width: 35px;
    text-align: center;
    padding: 0px 10px;
}
.submit-btn-cont{
	overflow:hidden;
}
.form-group-title {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*dashboard*/
.dashboard-link {
    background-color: #126c37;
    color: #fff !important;
    display: block;
    height: 120px;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none !important;
	transition: 0.3s all ease;
}
.dashboard-link:hover {
    background-color: #0a5027;
}
.dashboard-link i {
    display: block;
    height: 80px;
	padding:20px;
	font-size: 44px;
}
.dashboard-cont {
    overflow: hidden;
    margin-bottom: -30px;
}
/*forms*/
.bog-table th {
    background-color: #136936;
    color:#fff;
}
/*archive*/
.archive-link {
    background-color: #f7f7f7;
    color: #666666 !important;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    text-decoration: none !important;
    position: relative;
    transition: all ease 0.3s;
    padding-bottom: 5px;
}
.archive-link .row {
    margin: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}
.archive-link .row .archive-det-txt {
    margin-bottom: 0px;
}
@media (min-width: 992px){
    .archive-link span[class*="col"] {
        width: 50%;
    }
}

.archive-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    padding: 0px 15px;
    line-height: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.archive-det-title {
    font-weight: bold;
}
.archive-det-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom:10px;
}
.archive-link:hover {
    color: #ffffff !important;
}
.archive-link span {
    display: block;
    font-size: 12px;
}
.archive-link:before {
    content: '';
    width: 5px;
    bottom: 0px;
    top: 0px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    right: 0;
    transition: all ease 0.3s;
}
.archive-link:hover:before {
    width: 100%;
    background-color: #126c37;
}
.archive-img-link {
    display: block;
    overflow: hidden;
    background-color: #126c37;
    text-decoration: none !important;
    transition: all ease 0.3s;
    color: #ffffff !important;
    margin-bottom: 30px;
    min-height: 287px !important;
}
.archive-img-link span {
    display: block;
    padding: 0px 15px;
}
.archive-img-des-txt {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size:12px;
    width: 100%;
    text-align: center;
}
.archive-img-link img {
    width: 100%;
    margin-bottom: 10px;
    height:200px;
}
.archive-img-link:hover {
    background-color: #0a5027;
}
.archive-img-des-title {
    font-weight: bold;
    font-size: 12px;
}
.archive-img-title {
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    max-width: 100%;
    font-weight: bold;
}
.archive-download {
    display: block;
    background-color: #f7f7f7;
    padding: 10px;
    color: #666666 !important;
    text-decoration: none !important;
    margin-bottom: 2px;
    transition: all ease 0.3s;
}
.download-archive-row .col-md-12:nth-child(even) .archive-download {
    background-color: #ececec;
}
.archive-download:hover {
    background-color: #e4e4e4 !important;
}
.archive-download:before {
    content: "\f019";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.archive-download span {
    margin: 0px 10px;
}
.cat-cont {
    display: block;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    overflow: hidden;
    text-decoration: none !important;
    position: relative;
}
.cat-icon .fa {
    color: #126c37;
    transition: all ease 0.3s;
}
.cat-cont:hover .cat-icon .fa {
    color: #fff !important;
}
.cat-cont span {
    display: block;
    text-align: center;
    position: relative;
    transition: 0.3s all ease;
}
.cat-icon {
    font-size: 54px;
    margin-top: 10px;
}
.cat-title {
    background-color: #126c37;
    color: #fff !important;
    padding: 10px;
    margin-top: 10px;
    height: 40px;
}
.cat-cont:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    background-color: rgb(18, 108, 55);
    left: 0;
    right: 0;
    bottom: 40px;
    transition: 0.3s all ease;
}
.cat-cont:hover:before {
    height: 100%;
}
.cat-cont:hover .cat-icon {
    color: #fff !important;
}
.selected-items-cont .slick-dots {
    background-color: #f7f7f7;
    position: static;
    text-align: center !important;
    padding: 7px;
    margin-bottom: 30px;
}
.selected-items-cont .archive-img-link {
    margin-bottom: 20px;
}
.archive-items-filter {
    background-color: #f7f7f7;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 30px;
}
.archive-items-filter .control-label {
    text-align: start !important;
}
.items-filter-link {
    display: block;
    background-color: #e8e8e8;
    margin-bottom: 15px;
    text-decoration: none !important;
    color: #666;
}

.items-filter-link span {
    padding: 10px;
    display: inline-block;
}

.items-filter-icons {
    width: 40px;
    background-color: #126c37;
    color: #fff;
    text-align: center;
}



/*Courts page*/
.acr-list-item {
    margin-bottom: 10px;
}
.acr-list-head {
    background-color: #f1f1f1;
    padding: 15px;
	color: #999;
    cursor: pointer;
	transition: all ease 0.3s;
}

.acr-list-body {
	display: none;
	border: 1px solid #f1f1f1;
	border-top: none;
}

.acr-list-info-cont {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.acr-list-info-title {
    width: 10%;
    font-weight: bold;
}

.acr-list-info-cont span {
    display: inline-block;
    font-size: 11px;
}
.acr-list-info-cont:last-child{
    border-bottom: none;
}
.acr-list-item-active .acr-list-head {
    background-color: #126c37;
    color: #fff;
}

.acr-list-item-active .acr-list-head svg {
    fill: #fff;
    transform: rotate(180deg);
}

.acr-list-head svg {
    transition: all ease 0.3s;
}

.acr-list-body .btn {
    border-radius: 0px;
}
.acr-list-body .voteResutlDiv{
    padding-top:20px;
}


.datagrid-info-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0px;
}

.datagrid-info-item span {
    display: inline-block;
    vertical-align: top;
}

.datagrid-info-title {
    width: 20%;
    font-weight: bold;
}

.datagrid-info-val {
    width: 79%;
}
.datagrid-info-cont th {
    width: 20%;
}	
.datagrid-info-title-tr {
    background-color: #126c37 !important;
    text-align: -webkit-center;
    color: #fff !important;
    border-top: 2px solid #0d4323;
}

/*lists without icons*/
.list-wo-ico-cont {
    position: relative;
    height: 130px;
    background-color: #fafafa;
    padding: 10px;
    margin-bottom:  30px;
    border: 1px solid #f2f2f2;
	transition: all ease 0.3s;
}
.list-wo-ico-cont:hover{
    background-color: #126c37;
    border-color: #0c4323;
}
.list-wo-ico-cont a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
	background-image: url(../images/bog-logo-ico.svg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.list-wo-ico-cont span {
    display: block;
    position: absolute;
    width:85%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
	transition: all ease 0.3s;
	color:#666;
}
.list-wo-ico-cont:hover span{
	color: #fff;
}
.list-wo-ico-cont a:before {
    border-style: solid;
    border-width: 0px 0px 15px 15px;
    border-color: transparent transparent #ffffff #126c37;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transition: all ease 0.3s;
}

.list-wo-ico-cont:hover a:before {
        border-width: 0px 0px 35px 35px;
        border-color: transparent transparent #ffffff #0c4323;
}

/*portal forms*/
.portal-form-header {
    background-color: #126c37;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.portal-form-body {
    border: 1px solid #eee;
    padding: 15px;
    padding-bottom: 0px;
}

.portal-form-body .form-control {
    box-shadow: none !important;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #e8e8e8;
    padding: 0px;
}

.portal-form-body .input-lbl {
    font-size: 12px;
    margin: 0px;
}

.portal-form-footer {
    background-color: #f2f2f2;
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.portal-form-body  .form-control:focus {
    border-color: #126c37;
}

/*message page*/
.page-msg-ico img {
    height: 100px;
    display: block;
    margin: auto;
}
.page-msg-cont {
    background-color: #fafafa;
    padding: 25px 10px;
    box-shadow: 0px 0px 5px #e8e8e8;
    border: 1px solid #eee;
	background-image: url(../images/bog-logo-ico.svg);
	background-position: center;
	-webkit-background-size: 200px;
	background-size: 200px;
	background-repeat: no-repeat;
}
.page-msg-txt {
    color: #666;
}


/*blog page*/
.blog-search-btn img {
    height: 50px;
    display: block;
    margin: 10px auto;
}
.blog-search-btn {
    width: 100%;
    max-width:300px;
    margin: 20px 0px;
    border-radius: 12px;
    padding-bottom:10px;
    border-bottom: 6px solid #0a5027 !important;
}
.blog-ver-link {
    background-color: #f1f1f1;
    display: block;
    color: #666 !important;
    padding: 15px;
    border-radius: 7px;
    margin-bottom:  5px;
    text-decoration: none !important;
    transition: all ease 0.3s;
    border-bottom: 3px solid #e8e8e8;
}
.blog-ver-link:hover {
    background-color: #e8e8e8;
    border-color: #c1c1c1;
}
.blog-ver-cont {
    clear: both;
    margin-bottom:  20px;
}
.blog-ver-link img {
    height: 20px;
    display: inline-block;
}
.blog-ver-txt {
    padding: 0px 10px;
}
.blog-ver-date{
    margin:0px -7px;
    font-weight:bold;
}
/*bog location page*/
.bog-page-location-cont{
    background-image: url(../images/bog-location-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height:500px;
    margin-top:-15px;
}
.uni-bog-number {
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    background-color: #ffffff91;
    width: 85%;
    max-width: 500px;
    margin: auto;
    padding-bottom: 30px;
    border-radius: 30px;
    color: #126c37;
    margin-top: 60px;
    margin-bottom:30px;
    box-shadow: 0px 0px 5px #e8e8e8;
}
.uni-bog-number .btn {
    font-size: 30px;
    margin-top: 20px;
}
.block-main-title {
    font-size: 30px;
    border-bottom: 5px solid #126c37;
    padding-bottom: 10px;
    color: #7d7d7d;
    font-weight: bold;
    margin-bottom: 20px;
}
.administration-item-cont a {
    display: block;
    background-color: #fbfbfb;
    text-align: center;
    height: 120px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #e8e8e8;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    transition: all ease 0.3s;
    border-top: 4px solid #e8e8e8;
    background-image: url(../images/bog-logo-ico.svg);
    background-position: center 10px;
    background-size:50px;
    background-repeat: no-repeat;
}
.administration-item-name {
    display: block;
    padding: 15px;
}
.administration-item-info {
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #126c37;
    right: 0;
    left: 0;
    color: #fff;
    padding: 8px 15px;
}
.administration-item-info small {
    display: block;
}
.administration-item-cont a:hover {
    box-shadow: 0px 5px 15px #bfbfbf;
}
/*council members page*/
.council-intro-txt {
    text-align: center;
    padding-top: 30px;
    background-color: #ffffff91;
    width: 85%;
    max-width: 500px;
    margin: auto;
    padding-bottom: 30px;
    border-radius: 30px;
    color: #126c37;
    margin-top: 60px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #e8e8e8;
}
.council-intro-txt h2 {
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}
.council-member-cont img {
    display: block;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.council-member-li {
    margin-bottom: 30px;
}
.council-member-cont {
    overflow: hidden;
    position: relative;
    height: 250px;
}
.council-member-info {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.council-member-cont:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
    transition: all ease 0.3s;
}
.council-member-pos {
    color: #ffffff;
    font-size: 12px;
}
.council-member-name {
    font-weight: bold;
    font-size: 20px;
    margin-top:  5px;
}
.council-member-cont:hover:after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.council-member-cv {
    display: block;
    text-align: center;
    background-color: #126c37;
    color: #fff !important;
    padding: 10px;
    font-size: 16px;
    text-decoration: none !important;
    transition: all ease 0.3s;
}
.council-member-cv:hover {
    background-color: #0a5027;
}
/*photo album*/
.albums-item-cont img {
    display: block;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.albums-item-li {
    margin-bottom: 30px;
}
.albums-item-cont {
    overflow: hidden;
    position: relative;
    height: 200px;
    cursor: pointer;
    
}

.albums-item-info {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 999;
    transition: all ease 0.3s;
}
.albums-item-cont:hover .albums-item-info {
    bottom: 50%;
    transform: translate(0%, 50%);
    
}
.albums-item-cont:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.69) , rgb(0, 0, 0));
    transition: all ease 0.3s;
}
.albums-item-title {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
}
.albums-item-cont:hover .albums-item-info .albums-item-title{
    font-size: 16px;
}
.albums-item-cont:hover:after {
    height:100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.80) , rgb(0, 0, 0));
}
/*blog archive*/
.blog_menu {
    list-style: none !important;
    padding: 0px;
}
.blog_menu ul {
    list-style: none;
}
.blog_menu>li>a {
    background-color: #f0f0f0;
    display: block;
    padding: 10px 40px !important;
    position: relative;
    transition: all ease 0.3s;
}
.blog_menu>li>a:hover {
    background-color: #e8e8e8;
}
.blog_menu hr {
    margin: 0px;
    margin-top: 5px;
    border: solid 2px #e3e3e3;
}
.blog_menu hr:last-child {
    display: none !important;
}

.blog_menu>li.open>a {
    background-color: #126c37;
    color: #fff;
}
.blog_menu a {
    text-decoration: none !important;
    transition: all ease 0.3s;
    font-size: 12px;
}
.blog_menu>li>a:before {
    content: "\f078";
    position: absolute;
    right: 15px;
    top: 13px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease 0.3s;
    width: 20px;
    height: 20px;
    text-align: center;
}
.blog_menu>li>ul>li>a:before {
    content: "\f078";
    position: absolute;
    right: 15px;
    top: 13px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease 0.3s;
    width: 20px;
    height: 20px;
    text-align: center;
}
.blog_menu>li.open>a:before {
    transform: rotate(180deg);
    top: 8px;
}
.blog_menu>li>ul>li.open>a:before {
    transform: rotate(180deg);
    top: 8px;
}
.blog_menu>li>ul>li>a {
    display: block;
    background-color: #f0f0f0;
    padding: 10px 40px !important;
    position: relative;
}
.blog_menu>li>ul>li.open>a {
    background-color: #e6e6e6;
}
.blog_menu>li>ul>li>>ul>li>a{
    display: block;
    background-color:#f3f3f3;
    padding:10px 40px !important;
    position:relative;
}
.blog_menu>li>ul>li>ul>li>a {
    background-color: #f1f1f1;
    display: block;
    padding: 7px 20px !important;
    border-bottom: 1px solid #e4e4e4;
}
.blog_details {
    width: 100%;
    background-color: #e8e8e8;
    border-bottom: 1px solid #d3d3d3;
}
.blog_details td {
    padding: 5px 10px;
    font-size: 12px;
}
td.blog_value {
    border-right: 1px solid #dcdcdc;
    width: 50px;
}
td.blog_value a {
    display: block;
    text-align: center;
}
td.blog_value img {
    height: 15px;
}
/*service page*/
.service-page-blocks-cont {
    display: block;
    background-color: #126c37;
    text-decoration: none !important;
    color: #fff !important;
    height: 120px;
    text-align: center;
    margin-bottom:  30px;
    transition:all ease 0.3s;
}
.service-page-blocks-cont:hover {
    background-color: #0a5027;
}

.service-page-blocks-cont i {
    display: block;
    font-size: 48px;
}

.services-page-num {
    font-weight: bold;
    font-size: 18px;
    display: block;
    font-weight\:;
}

a.service-page-blocks-cont {
    padding-top: 10px;
}
/*media screen*/
@media screen and (max-width: 991px) {
	.footer-bottom *{
		text-align:center !important;
	}
	.copy-right-text {
		padding-top: 7px;
	}
}
@media screen and (max-width: 850px) {
	.social-links-cont {
		position: static;
		width: auto;
		clear: both;
		overflow: hidden;
	    display: flex;
	    justify-content: center;
	    flex-direction: row;
	    margin-bottom: 25px;
	    flex-wrap: nowrap;
	}
	.social-links-cont .social-media-cont {
		display: inline-block;
		width: 200px;
		margin:0px 3px;
		padding: 0px;
		
	}
}
@media screen and (max-width: 767px) {
	.news-title {
		height: 80px;
	}
	.top-bar-cont .col-sm-6 {
		padding-right: 0px !important;
		padding-left: 0px;
	}
	.full-announcement-title {
		width: 100%;
		bottom: 0px !important;
		top: auto !important;
		right: 0px !important;
		left: 0px !important;
	}
	.announcment-title {
		font-size: 28px;
		font-weight: bold;
	}
	.main-links span {
		display: inline-block;
		padding: 10px 5px !important;
	}
	.main-links-icon {
		font-size: 14px !important;
		width: 40px;
		text-align: center;
		background-color: #0a5027;
	}
	.main-links a {
		text-align: start !important;
		margin-bottom: 5px;
	}
	.main-links-cont{
		margin-bottom:30px;
	}
	.header-search-cont {
		clear: both;
		float: none !important;
		width: auto !important;
		margin: 0px 15px;
	}
	.search-cont {
		width: auto;
		margin-bottom: 15px;
	}
	.bog-program-link img {
		height: auto !important;
		max-height: 75px;
	}
	.header-tools-cont {
		width: auto;
		float: none !important;
		padding: 8px 0px;
	}
	.portal-language a {
		padding: 7px 15px;
	}
	.media-center-cont {
		padding: 0px;
		padding-top: 30px;
	}
	.systems-header * {
		text-align: center !important;
		float: none !important;
	}
	.systems-header .bog-logo {
		float: none !important;
		text-align: center !important;
		width: auto;
	}
	.systems-footer * {
		text-align: center !important;
	}
	.bog-table td , .bog-table tr {
		display: block;
	}
	.bog-table tr {
		margin-bottom:20px;
		border:1px solid #ddd;
		border-top:none !important;
	}
	.bog-table td:before {
		content: '';
		display: inline-block;
		width: 120px;
		font-weight: bold;
		text-align: left;
		padding-left: 20px;
	}
	.bog-header-row{
		display: none !important;
	}
	.bog-table th {
		display: none;
	}
	.acr-list-info-cont span {
		display: block;
		width: auto;
	}
	.datagrid-info-cont table, .datagrid-info-cont tr, .datagrid-info-cont th, .datagrid-info-cont td {
		display: block;
		width: auto;
		border:none !important;
	}
}
@media screen and (max-width: 767px) {
	.news-main-image {
		height: auto !important;
	}
} 
@media screen and (max-width: 600px) {
	.blog-ver-link {
        text-align: center;
    }
    
    .blog-ver-link * {
        display: block !important;
        margin: auto;
    }
    .blog-ver-link img{
        margin-bottom:10px;
    }
} 

.council_members_firstItem div:first-child {
	width: 100%;
}

.president-img {
    padding: 0px !important;
}
.president-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.president-date {
    background-color: #126c37;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.president-name {
    font-size: 22px;
    color: #666;
    padding:15px;
}
.president-list-cont {
    background-color: #f7f7f7;
    margin-bottom:30px;
}
.president-date strong {
    display: block;
    margin: 5px 0px 15px 0px;
    font-size: 18px;
}
@media (min-width: 992px){
	.president-img {
	    position: absolute !important;
	    left: 0;
	    width: 150px !important;
	}
	.president-list-cont>div {
	    height: 150px;
	}
	.president-name {
	    padding-top: 55px;
	}
	.presidents-list-cont:before {
	    content: '';
	    width: 7px;
	    top: 0;
	    bottom: 0;
	    right: 86px;
	    background-color: #126c37;
	    height: calc(100% - 30px);
	    position: absolute;
	}
}

@media (max-width: 992px){
	.president-name {
		text-align:center;
	}

}

.s4-breadcrumb-arrowcont:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block !important;
    padding: 0px 15px !important;
}

.archive-img-des-title {
    display: none !important;
}

.ms-rtestate-field p {
    margin: 0px 0px 10px 0px;
    line-height: 1.6;
    font-size: 16px;
   padding: 10px;
}
.diwan-number {
    background-color: #056a37;
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
}

@media (max-width: 1050px){
 
#PageContent img {
    display: block;
    width: 100% !important;
}

#phone1 img {
    width: auto !important;
}
#phone2 img {
    width: auto !important;
}
#fax1 img {
    width: auto !important;
}
#fax2 img {
    width: auto !important;
}
#email1 img {
    width: auto !important;
}
#email2 img {
    width: auto !important;
}
 
.diwan-number {
    width: 100%;
    display: block;
    text-align: center;
}
}

.full-announcement-cont.slick-slide {
background-size: contain;
}

/* new statics by tareq */

.stat-head-text {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #bb8d2d;
}
.stat-subtext {
    text-align: center;
    padding: 15px;
    background-color: #126c37;
    color: #dcc984;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 39px;
}
.stat-name {
    display: block;
    font-size: 24px;
    color: #5c5c5c;
    text-align: center;
}
.stat-number {
    display: block;
    font-size: 33px;
    font-weight: bold;
    color: #126c37;
    text-align: center;
}
.stat-subname {
    display: block;
    font-size: 24px;
    color: #48816e;
    text-align: center;
}
.stat-item-cont {
    margin-top: 25px;
}
.stat-icon img {
    height: 110px;
}
.stat-icon-moeen img {
    height: 60px;
    margin-top: 27px;
}
.stat-icon-moeen {
    min-height: 110px;
    display: block;
}
.stat-container {
    background-color: #fff;
    margin: 40px 0px 40px 0px;
    overflow: hidden;
}

/* statics Ebd */

/* law-jobs by tareq start */

.stat-item-cont a {
    text-decoration: none;
}

.stat-item-cont a span:hover {
    color: #ba8c29;
    transition: .5s;
}

/* law-jobs by tareq End */
