@import url(font-awesome.min.css);
@import url(default.css);
@import url(easy-responsive-tabs.css);






.colgrey {
    color: #666;
}



.product img {
    display: block;
    margin: 0px auto;
}

h2 {
    margin-bottom: 10px;
}

.tabs {
    display: block;
    background: rgb(74, 162, 214);
    border-top: 2px solid rgb(74, 162, 214);
    border-bottom: 2px solid rgb(74, 162, 214);
}

.tabs a {
    padding: 5px;
    background: rgb(74, 162, 214);
    color: white;
}

.tabs a:hover {
    text-decoration: none;
    background: rgb(60, 148, 200);
}

.tabs .current {
    background: rgb(34, 122, 174);
    padding: 8px;
    border-radius: 4px;
}

.tabs .current:hover {
    background: rgb(34, 122, 174);
    padding: 8px;
    cursor: default;
}

.tab_data_container {
    margin-top: 10px;
}

#tabs {
    border: 0px !important;
    width: 97% !important;
    display: inline-block !important;
    background: #EDEDED !important;

}

#tablist:after {
    display: block !important;
    clear: both !important;
    content: '' !important;
}

#tablist li {
    margin: 0px !important;
    float: left !important;
    list-style: none !important;
    border-bottom: 1px solid #B6B6B6 !important;
}

#tablist a {
    padding: 9px 15px !important;
    display: inline-block !important;
    /*border-radius:3px 3px 0px 0px !important;*/
    background: #EDEDED !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000 !important;
    transition: all linear 0.15s !important;
    border-radius: 3px !important;
    margin: 0px 0px 0px 0px !important;
    height: 12px !important;

}

#tablist a:hover {
    background: #a7cce5 !important;
    text-decoration: none !important;

}

#tabs.ui-tabs .ui-tabs-panel {

    padding: 55px 0px 5px 30px !important;
    border: 0px !important;
    border-radius: 3px !important;
    /* box-shadow:0px 1px 0px 1px rgba(0,0,0,0.11) !important;*/
    background: #fff !important;
}

#tabs li.ui-state-active {
    /*
        border-right: 1px solid #C7C7C7 !important;
	border-left: 1px solid #C7C7C7 !important;
	border-top: 1px solid #C7C7C7 !important;
       */

}

.ui-tabs .ui-tabs-nav li {
    top: 2px !important;

}

#tablist li.ui-tabs-active {
    border-bottom: 1px solid #fff !important;

}

#tablist li.ui-tabs-active a, #tablist li.ui-tabs-active a:hover {
    /*display:block !important;*/
    color: black !important;
    background: #fff !important;
}

/*csg-4bcdaaf878b9b_24_24.jpg*/
#externalbookmarks .sprite-twitter {
    background: url(../_graphics/24_24icons/icons/twitter.png) no-repeat !important;

}

#externalbookmarks .sprite-linkedin {
    background: url(../_graphics/24_24icons/icons/linkedin.png) no-repeat !important;

}

#externalbookmarks .sprite-facebook {
    background: url(../_graphics/24_24icons/icons/facebook.png) no-repeat !important;
}

#externalbookmarks .sprite-google {
    background: url(../_graphics/24_24icons/icons/google.png) no-repeat !important;
}

#externalbookmarks .sprite-delicious {
    background: url(../_graphics/24_24icons/icons/delicious.png) no-repeat !important;
}

#externalbookmarks .sprite-digg {
    background: url(../_graphics/24_24icons/icons/digg.png) no-repeat !important;
    margin-top: 3px !important;
}

#externalbookmarks .sprite-stumbleupon {
    background: url(../_graphics/24_24icons/icons/stumbleupon.png) no-repeat !important;
    margin-top: 3px !important;
}

#externalbookmarks .sprite-email {
    background: url(../_graphics/24_24icons/icons/email.png) no-repeat !important;
    margin-top: 3px !important;
    width: 24px !important;
    height: 24px !important;

}

#two_column_right_sidebar_maincontent {
    width: 74%;
    margin: 0px;
    margin-right: 1%;
    min-height: 360px;
    float: left;
    padding: 0px 0px 5px;
    border: 0px;
}

#two_column_right_sidebar {
    width: 24%;
    margin: 0px;
    float: left;
    margin-left: 1%;
    padding: 0px 0px 5px;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.tab_data {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 1s;
}

.tab_data.current {
    opacity: 1;
    height: auto;
}

#admin_help:before {
    content: 'Block List';
    display: block;
    text-align: left;
    margin-left: 10px;
    text-decoration: underline;
    color: rgb(100, 100, 100);
}

#admin_help {
    position: fixed;
    left: 0px;
    bottom: 32px;
    border-bottom: 4px solid rgb(150, 150, 150);
    width: 150px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgb(237, 237, 237);
    margin: 0px;
    list-style-type: none;
    z-index: 10002;
}

/*
#admin_help a:hover:after {
	content: attr(data-spineblock);
	font-size: 8px;
	color: rgb(32,32,32);
	margin-left: 5px;
	text-shadow: 1px 1px 1px white;
}
*/
/*
#admin_help .button {
	position: absolute;
	top: 11px;
	right: 11px;
	padding: 5px;
	background: url(/_graphics/plus_minus.png);
	background-position: 10px 0px;
	cursor: pointer;
}*/

#admin_help .button, .block_help span {
    position: absolute;
    padding: 5px;
    background: url(/_graphics/plus_minus.png);
    background-position: 10px 0px;
    cursor: pointer;
}

#admin_help .button {
    top: 11px;
    right: 11px;
    height: 0;
}

#admin_help .f_container {
    cursor: pointer;
}

#admin_help .f_container span {
    background-position: 0px 0px;
    right: 6px;
    top: 6px;
}

#admin_help #admin_fave .f_container span {
    background-position: 10px 0px;
}

#admin_help #admin_fave .f_container:hover span {
    background-position: 10px 10px;
}

#admin_help .f_container:hover span {
    background-position: 0px 10px;
}

#admin_help .button:hover {
    background-position: 10px 10px;
}

#admin_help.collapse .button {
    background-position: 0px 0px;
    height: 0;
}

#admin_help.collapse .button:hover {
    background-position: 0px 10px;
}

#admin_help .block_help {
    position: relative;
}

#admin_help.collapse {
    overflow: hidden;
    height: 32px;
    width: 32px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#admin_help.collapse:before {
    display: none;
}

#admin_help hr {
    display: block;
    clear: both;
}

#admin_help.collapse hr {
    display: none;
}

#admin_help.collapse li, hr {
    display: none;
}

#admin_help li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#admin_fave {
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: 80px;
    overflow: auto;
}

#admin_fave li span {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 5px;
    background: url(/_graphics/plus_minus.png);
    background-position: 10px 0px;
    cursor: pointer;
}

#admin_fave li span:hover {
    background-position: 10px 10px;
}

#admin_fave li {
    position: relative;
}

#admin_help a {
    display: block;
    width: 75%;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
}

#admin_help a:hover {
    text-decoration: none;
    color: white;
    background: rgb(200, 200, 200);
}

.f_container {
    width: 15%;
    height: 24px;
    float: left;
    position: relative;
}

.f_container:hover {
    background: rgb(200, 200, 200);
}

/*
#admin_help li a:hover:after {
	content: '';
	width: 20px;
	height: 20px;
	float: right;
	background: url(/mod/contentbuilder/graphics/page-edit-icon.png);
	margin-top: 2px;
	margin-right: 2px;
}
*/
#content_area_user_title h2 . {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    color: rgb(32, 32, 32);
    font-size: 24px;
    font-weight: normal;
    display: flex;

}

#content_area_user_title h2 .for-new-data .new_date{
    font-size: 14px;
    color: #666;
}

#content_area_user_title.pretty {
    position: relative;
    height: 150px;
    background: url(/_graphics/rdm.png);
    position: relative;
    margin-bottom: 15px;
}

#content_area_user_title.pretty h2 {
    position: absolute;
    bottom: 0px;
    width: 99%;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
    margin: 0px;
    padding: 0px 0px 0px 1%;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 6px solid rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: normal;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

#content_area_user_title h2:first-of-type {

}

#two_column_left_sidebar {
    width: 24%;
    margin-right: 1%;
    padding: 0px 0px 5px;
}

#two_column_left_sidebar_boxes {
    width: 24%;
    margin: 0px;
    margin-right: 1%;
}

#two_column_left_sidebar_maincontent_boxes {
    width: 74%;
    margin: 0px;
    margin-left: 1%;
    border: 0px;
}


#two_column_left_sidebar_maincontent {
    width: 74%;
    margin: 0px;
    margin-left: 1%;
    min-height: 360px;
    float: left;
    padding: 0px 0px 5px;
}

.more_b {
    display: table;
    width: 100%;
    height: 32px;
}

.more_b a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.more_b a:hover {
    text-decoration: underline !important;
}

/* Funky/Experimental Begin */

#layout_canvas.outer_enforce_b {
    width: 75%;
    float: left;

}

#content.inner_enforce_b #left {
    width: 100%;
}

#content.inner_enforce_b #right {
    width: 100%;
}

#content.inner_enforce_b #right .inner {
    padding-left: 0px;
    padding-right: 15px;
}

/* Funky/Experimental End */



html, body {
    height: 100%;
}

label {
    color: #2A4178;
}

input {
    color: #2A4178;
}

/* General Definitions End */

/* Template Related */

/* Core Template */

#page_container {
    background: white;
}

#page_wrapper {
    background: white; /*rgb(237,237,237);*/
    width: 960px;
    margin: 0 auto;
    border: none;
    padding: 0;
    position: relative;
}

/*
#layout_canvas {
	padding:0;
	position: relative;
	line-height: 24px;
}
*/
.contentWrapper {
    padding: 0px;
    border: none;
}

.footer-container {
    width: 960px;
    padding: 0px;
}

.contentWrapper {
    padding: 0px;
    margin: 0;
    position: relative;
}
.contentWrapper.singleview {
    padding: 0px;
    margin-top: 0px;
}

#blog_edit_page #two_column_left_sidebar_maincontent {
    padding: 0px;
}

#two_column_left_sidebar {
    clear: left;
}



/* Footer Wrapper */

#page_container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px;
}

#footer_c, .push {
    height: 36px;
}

#footer_c {
    border-top: 4px solid rgb(255, 237, 183);
    background: #f59805;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#footer_i {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

/* Footer Wrapper End */

/*New Footer*/

#custom_footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

#custom_footer .f_column {
    float: left;
}

#custom_footer .inner a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

#custom_footer .inner a {
    color: #1a1400;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgb(247, 247, 247);
}

#custom_footer .f_column br { /*To make WYSIWIG friendly*/
    display: none;
}

#custom_footer .f_column .inner {
    line-height: 32px;
    color: #1a1400;
}

#custom_footer .first {
    width: 25%;
}

#custom_footer .last {
    width: 75%;
}

#custom_footer .last .inner {
    padding-left: 290px;
}

/*New Footer End*/

/*Admin related to be moved into loggedin.css? */

.contentbuilder.editpage {
    position: absolute;
    z-index: 99999;
    width: 20px;
    height: 20px;
    left: -25px;
    background-image: url("/mod/contentbuilder/graphics/page-edit-icon.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
    display: none;
}

.contentbuilder.editpage {
    bottom: 99%;
    right: 99%;
    z-index: 0;
    visibility: visible;
}

/*Admin end*/

/* Two column equal layout */

#content {
    padding: 5px; /*Wrapper has been used with .relative_me */
}

#layout_canvas .content:first-of-type {
    border-top: 0px;
}

.content {
    padding: 5px;
    border-top: 5px solid rgb(220, 220, 220);
}

#left .inner {
    padding-right: 15px; /* Space between border */
}

.left .inner {
    padding-right: 15px;
}

/* Space between columns in this case is 30px */

#right .inner {
    padding-left: 15px; /*Space between border*/
}

.right .inner {
    padding-left: 15px;
}

#content #left, #right {
    display: inline-block;
    float: left;
    width: 40%;
}

.content .left, .right {
    display: inline-block;
    float: left;
    width: 40%;
}

#content .inner h2 {
    border-top: 1px dotted grey;
    padding-top: 10px;
    text-decoration: underline;
}

/* Two column equal layout End*/

/* Core Template End */


#static_one_column {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#static_one_column .contentWrapper {
    margin-bottom: 0px;
}

/* Template Related END */





/* Sub Navigation */


/* Sub Navigation End */

.clearfloat:after {
    content: "";
}

.strip_view.career {
    margin-top: 20px;
}

.strip_view.career .search_listing {

}

#career_list li {
    margin-bottom: 20px;
}

#content #right {
    clear: right;
}

/* Related to individual elements */

#searchbox {
    float: right;
    position: relative;
    margin-right: 10px;
}

.breadcrumb {
    margin-left: 20px;
}

/* Related to individual elements end */

/* Useful Classes*/

.relative_me { /* To make administrative overlay behave */
    position: relative;
    display: table;
}

.clear {
    clear: both;
}

.inner {
    position: relative;
}

.splitnone {
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 20px !important;
    -webkit-column-rule: 0px dotted black !important;
    -moz-column-count: 1 !important;
    -moz-column-gap: 20px !important;
    -moz-column-rule: 0px dotted black !important;
    column-count: 1 !important;
    column-gap: 20px !important;
    column-rule: 0px dotted black !important;
}

.split2 {
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 40px !important;
    -webkit-column-rule: 0px dotted black !important;
    -moz-column-count: 2 !important;
    -moz-column-gap: 40px !important;
    -moz-column-rule: 0px dotted black !important;
    column-count: 2 !important;
    column-gap: 40px !important;
    column-rule: 0px dotted black !important;
}

.split3 {
    -webkit-column-count: 3 !important;
    -webkit-column-gap: 20px !important;
    -webkit-column-rule: 0px dotted black !important;
    -moz-column-count: 3 !important;
    -moz-column-gap: 20px !important;
    -moz-column-rule: 0px dotted black !important;
    column-count: 3 !important;
    column-gap: 20px !important;
    column-rule: 0px dotted black !important;
}

/* Useful Classes End */

/* CSS Overrides */

.strip_view .search_listing_icon, .strip_view .owner_timestamp a {
    display: none;
}

.strip_view .search_listing_info {
    margin-left: 0px;
    min-height: 0px;
}

.strip_view .search_listing {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background: none;
}

.strip_view .search_listing:hover {
    background: #a8a9ad;
}

.strip_view .search_listing_info p.owner_timestamp {
    margin-left: 5px;
}

.strip_view.homenews .search_listing {
    margin: 0px;
}

.strip_view a {
    text-decoration: none;
    font-weight: normal;
    display: block;
    /*padding: 5px;*/
}

.strip_view .search_listing:nth-child(even) {
    background: rgb(225, 225, 225);
}

.strip_view .search_listing:nth-child(even):hover {
    background: #a8a9ad;
}

.strip_view .accessrights {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

/*
.strip_view .search_listing_icon, .owner_timestamp {
	display: none;
}

.strip_view .search_listing {
	display: block;

	background: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

.strip_view .search_listing:hover{
	background: rgb(0,153,204);
}

.strip_view .search_listing_info {
	margin-left: 0px;
	min-height: 0px;
}


*/

/* CSS Overrides End*/

h1.title {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px dotted grey;
    color: rgb(32, 32, 32);
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}

/* Am I referring to the login button? */
.ui-button-icon-only .ui-icon {
    margin-left: 0;
    left: -2px;
    top: -2px;
}

/* Stripped out [bloglist] displaying only news title text */

.news_title_ecml {
    font-size: 18px;
    margin: 5px 0px 8px;
    line-height: 22px;
    font-family: Georgia, serif;
    color: #882b69;
}

#custom_display_a.news_p_leases {
    width: 644px;
    min-height: 2014px;
    max-height: 2014px;
    border: 0;
    overflow: auto;
    margin-top: 0;
    padding: 0;
}

#custom_display_a.news_p_leases .owner_timestamp {
    display: block !important;
    line-height: 1.4em;
    font-size: 1.1em;
    padding-top: 15px;
    border-top: 1px dotted #a7a9ac;
    margin-top: 5px;
    margin-bottom: -10px;
}

#custom_display_a.news_p_leases .search_listing {
    border-top: 0;
}

#custom_display_a.news_p_leases .search_listing:hover {
    color: #882b69 !important;
}

#custom_display_a.news_p_leases .search_listing .search_listing_info h4 a {
    font-family: Georgia, serif;
    color: #882b69;
    margin: 0.5em 0;
    font-size: 28px;
    padding: 0 0 10px;
}

#custom_display_a {
    min-height: 334px;
    max-height: 400px;
    width: 210px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-top: 19px;
}

#custom_display_a .search_listing {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px dotted #a7a9ac;
    padding: 10px 5px 10px 0px;
}

#custom_display_a .search_listing_info {
    margin-left: 0;
    min-height: 0;
}

#custom_display_a .search_listing .search_listing_info h4 {
    margin: 0;
}

#custom_display_a .search_listing .search_listing_info h4 a {
    color: #333;
    line-height: 1.4em;
    font-size: 1.1em;
}

#custom_display_a .search_listing:hover .search_listing_info h4 a {
    color: rgb(104, 11, 73);
}

#custom_display_a .search_listing .search_listing_icon {
    display: none;
}

#custom_display_a .search_listing .search_listing_info .owner_timestamp {
    display: none;
}

#menutabs #elgg_horizontal_tabbed_nav {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-bottom: none;
}

#menutabs #elgg_horizontal_tabbed_nav ul {
    list-style: none;
    vertical-align: middle;
    padding: 0;
    margin-right: 25px;
}

#menutabs #elgg_horizontal_tabbed_nav li {
    display: block;
    float: right;
    border: 0px solid #fff;
    background: #fff;
    border-bottom-width: 0;
    height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#menutabs #elgg_horizontal_tabbed_nav a {
    color: #2A4278;
    text-decoration: none;
    vertical-align: middle;
    padding: 5px;
}

#menutabs #elgg_horizontal_tabbed_nav a:hover {
    background: #2A4278;
    color: #fff
}

#menutabs #elgg_horizontal_tabbed_nav .selected a {
    background: #2A4278;
    color: #fff
}

.alternative {
    color: #666666;
    font-size: 16;
    text-transform: capitalize;
    font-weight: bold;
}



#headcall2action {
    top: 240px;
    font-size: 1.2em;
    float: right;
    color: white;
    text-decoration: none;
    vertical-align: middle;
}

#headcall2action a {
    top: 240px;
    font-size: 1.2em;
    float: right;
    color: white;
    text-decoration: none;
    vertical-align: middle;
}

#contentWrapper {
    margin-top: 10px;
}

.headernavlink {
    font-size: 100%;
    float: left;
    text-align: center;
    margin: 0 5px;
    padding: 0 2px 0 2px;
}

#navmessagesbutton {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    width: 30px;
}



#tabs {
    min-height: 0;
    margin-left: 10px;
}

#tabs .ui-tabs-nav {
    margin-left: -3px;
    border-color: transparent;
    width: auto !important;

}

#tabs-nobg {
    padding: 0px;
}

#tabs-nobg .ui-tabs-nav {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tabs-nobg .ui-tabs-panel {
    margin: 0em 0.2em 0.2em 0.2em;
}

#tabs .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.1em 1em !important;
    text-decoration: none;
}

#structuredesc ul {
    list-style-type: none;
    background: url(/_graphics/vline.png) repeat-y;
    margin: 0;
    padding: 0;
}

#structuredesc ul ul {
    margin-left: 20px;
}

#structuredesc li {
    margin: 0;
    padding: 0 12px;
    background: url(/_graphics/node.png) no-repeat;
}

#structuredesc li:last-child {
    background: #fff url(/_graphics/lastnode.png) no-repeat;
}

#structuredesc a {
    border: solid;
    border-width: thin;
    border-color: #AAA;
    height: 30px;
    width: 100%;
    color: #0000ff;;
    padding: 3px;
    margin: 2px;
    display: block;
}



.capabilities, .cap_header {
    text-align: right;
}

.cap_header, .capabilities {
    width: auto;
    position: relative;
    text-align: right;
}

.cap_light, .cap_dim {
    display: inline-block;
    height: 15px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    padding: 5px;
}

.capabilities > .cap_light, .capabilities > .cap_dim {
    display: inline-block;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
    padding: 5px;
}

.cap_light {
    background: #EDF2F5;
}

.cap_dim {
    background: #CFE1EB;
}

.cap_header > p {
    width: 180px;
    position: relative;
    display: inline-block;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-align: left;
    padding: 0px;
    bottom: 60px;
}

.cap_header {
    margin-right: 10px;
    height: 180px
}



#allsubcoms ul {
    list-style-type: none;
    background: url(/_graphics/vline.png) repeat-y;
    margin: 0;
    padding: 0;
}

#allsubcoms ul ul {
    margin-left: 20px;
}

#allsubcoms li {
    margin: 0;
    padding: 0 12px;
    background: url(/_graphics/node.png) no-repeat;
}

#allsubcoms li:last-child {
    background: #fff url(/_graphics/lastnode.png) no-repeat;
}

#allsubcoms a {
    border: solid;
    border-width: thin;
    border-color: #AAA;
    height: 30px;
    width: 100%;
    color: #0000ff;;
    padding: 3px;
    margin: 2px;
    display: block;
}

#frontpagetable p > img {
    width: 200px;
}

#frontpagetable p > a > img {
    width: 200px;
}

#frontpagetable td > a > img.small {
    width: 40px;
    height: 40px;
}

#tabs .ui-tabs-nav {
    margin-top: 5px;
}

#profilepanel_info {
    margin: 0px 0px;
    padding: 0px;
}

#layout_footer {
    color: #2A4178;
    font-size: 12 pts;
    position: relative;
}

.ui-tabs .ui-tabs-nav li a {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 0px;
}

#hometable {
    border-collapse: separate;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

#hometable th {
    border: none;
    text-align: left;
}

#hometable .htable {
    border-top: solid #264074 1px;
    width: 310px;
    padding-top: 10px;
}

#three_column_maincontent {
    width: 420
}

#layout_footer table {
    margin: 0px;
    width: 100%;
    margin-left: 10px;
}

#layout_footer .footertab {
    width: 90%;
    border-top: dotted #2A4178 1px;
}

#three_column_table {
    border: none;
}

#three_column_left .contentWrapper {
    margin-left: 0px;
    margin-right: 20px;
}

.ecml_admin_table td, th {
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#three_column_maincontent li {
    list-style: circle outside;
}

.ui-corner-all {
    border-radius: 0px;
}

#three_column_maincontent h1:first-of-type {
    padding-bottom: 10px;
    border-bottom: solid #264074 1px;
    width: 100%;
    font-size: 2.3em;
    color: #075992;
}

#three_column_right h2:first-of-type {
    padding-top: 20px;
    padding-bottom: 8px;
}

#contactus {
    padding-left: 10px;
}

#h1less {
    border-bottom: none !important;
    padding-bottom: 6px !important;
}

#headtopcall2contactus {
    position: absolute;
    left: 680px;
    top: -95px;
    width: 70px;
    text-align: center;
}

#headtopcall2aboutus {
    position: absolute;
    left: 778px;
    top: -95px;
    width: 70px;
    text-align: center;
}

.hbutton {
    border-top: 1px solid #264074;
    background: #456C84;
    background: -webkit-gradient(linear, left top, left bottom, from(#264074), to(#456C84));
    background: -webkit-linear-gradient(top, #264074, #456C84);
    background: -moz-linear-gradient(top, #264074, #456C84);
    background: -ms-linear-gradient(top, #264074, #456C84);
    background: -o-linear-gradient(top, #264074, #456C84);
    padding: 5.5px 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

.hbutton:hover {
    border-top-color: #78abde;
    background: #78abde;
    color: #264074;
    text-align: center;
}

.hbutton:active {
    border-top-color: #1b435e;
    background: #1b435e;
    text-align: center;
}

.hbutton a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.pbutton {
    border-top: 1px solid #3d99cf;
    background: #3d99cf;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d99cf), to(#0a679d));
    background: -webkit-linear-gradient(top, #3d99cf, #0a679d);
    background: -moz-linear-gradient(top, #3d99cf, #0a679d);
    background: -ms-linear-gradient(top, #3d99cf, #0a679d);
    background: -o-linear-gradient(top, #3d99cf, #0a679d);
    padding: 5.5px 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.pbutton:hover {
    border-top-color: #3d99cf;
    background: #3d99cf;
    color: #264074;
}

.pbutton:active {
    border-top-color: #3d99cf;
    background: #3d99cf;
}

.pbutton {
    width: 158px;
    margin-bottom: 16px
}

.pbutton a {
    color: #fff;
    background: url("/_graphics/arrow2.png") no-repeat scroll transparent;
    text-decoration: none;
    padding-left: 20px;
}

.pbutton a:hover {
    color: #fff;
    background: url("/_graphics/arrow2.png") no-repeat scroll transparent;
    text-decoration: none;
    padding-left: 20px;
}

#group_stats {
    /*margin-bottom: 70px !important;*/
}

.hidden {
    display: none;
}

/* Chosen */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
div#conversations_access_chosen.chosen-container {
    font-size: 0.6em;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 210px !important;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 2em;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: rgba(0, 0, 0, 0) url("images/arrow_button.png") no-repeat scroll 100% 50%;
    color: #7A7A7A;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 2em;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 25px;
    border-right: 1px solid #aaa;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    /*  width: 12px;*/
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    /*  width: 18px;*/
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    background-color: #EBEBEB;
    color: #7A7A7A;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    background-color: #fff;
    color: #929292;
    text-transform: uppercase;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 25px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #929292;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    color: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('chosen-sprite.png') no-repeat -30px -20px;
    background: url('chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */

#h_border {
    height: 4px;
    width: 100%;
    background: rgb (10, 76, 35);
    position: absolute;
    bottom: 0px;
    z-index: 0;
}

/* @fixes after jquery update */
.fg-menu.ui-corner-all a.ui-state-hover {
    background: #0f0263;
}

div.widget_container div#tabsprofile.ui-tabs.ui-widget.ui-widget-content.ui-corner-all .ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    color: #222222;
}

#cssbutton {
    margin-bottom: 10px;
}

#editablearea, #savecss {
    display: none;
}

#editablearea {
    font-size: 14px;
}

/* New page layout  ################################################################################################# */
/*################################################################################################# */

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*sharing item control*/
.sharing_item_controls>.feeds_items{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    padding-right: 1%;
    align-items: baseline;

}

.sharing_item_controls p {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: baseline;
}


.sharing_item_controls p a{
    color: #fff;
    background: #6695a9;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 30px;
    height: 2em;
    letter-spacing: 0.25em;
    line-height: 2em;
    min-width: 68px;
    font-weight: bold;;

}

.sharing_item_controls>.feeds_items>a {
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 15px;
    margin-top:10px;


}

.sharing_item_controls p a:first-child {
    margin-right: 10px;
}

.sharing_item_controls .feeds_items>a :first-child {
    margin-right: 15px;

}
.feeds_items{
    margin-bottom: 40px!important;

}

.sharing_item_description p{
    font-size: 16px;
}

.newsitem>.sharing_item>.sharing_item_description>p {
    /*   justify-content: space-between; */

}


.
{
    display: none;
}

/*end sharing item control*/


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Containers */

.container {
    margin-left: auto;
    margin-right: auto;
}

.container.\31

25
\25 {
    width: 100%;
    max-width: 100em;
    min-width: 80em;
}

.container.\37

5
\25 {
    width: 60em;
}

.container.\35

0
\25 {
    width: 40em;
}

.container.\32

5
\25 {
    width: 20em;
}

.container {
    /*width: 80em;  TEMPFIX*/
}

@media screen and (max-width: 1680px) {

    .container.\31

25\25 {
      width: 100%;
      max-width: 100em;
      min-width: 80em;
  }

    .container.\37

5\25 {
     width: 60em;
 }

    .container.\35

0\25 {
     width: 40em;
 }

    .container.\32

5\25 {
     width: 20em;
 }

    .container {
        width: 80em;
    }

}

@media screen and (max-width: 1280px) {

    .container.\31

25\25 {
      width: 100%;
      max-width: 81.25em;
      min-width: 65em;
  }

    .container.\37

5\25 {
     width: 48.75em;
 }

    .container.\35

0\25 {
     width: 32.5em;
 }

    .container.\32

5\25 {
     width: 16.25em;
 }

    .container {
        width: 65em;
    }

}

@media screen and (max-width: 980px) {

    .container.\31

25\25 {
      width: 100%;
      max-width: 112.5%;
      min-width: 90%;
  }

    .container.\37

5\25 {
     width: 67.5%;
 }

    .container.\35

0\25 {
     width: 45%;
 }

    .container.\32

5\25 {
     width: 22.5%;
 }

    .container {
        width: 90%;
    }

}

@media screen and (max-width: 736px) {

    .container.\31

25\25 {
      width: 100%;
      max-width: 112.5%;
      min-width: 90%;
  }

    .container.\37

5\25 {
     width: 67.5%;
 }

    .container.\35

0\25 {
     width: 45%;
 }

    .container.\32

5\25 {
     width: 22.5%;
 }

    .container {
        width: 90%;
    }

}

@media screen and (max-width: 480px) {

    .container.\31

25\25 {
      width: 100%;
      max-width: 112.5%;
      min-width: 90%;
  }

    .container.\37

5\25 {
     width: 67.5%;
 }

    .container.\35

0\25 {
     width: 45%;
 }

    .container.\32

5\25 {
     width: 22.5%;
 }

    .container {
        width: 90%;
    }

}

/* Grid */

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row > * {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.row.uniform > * > :first-child {
    margin-top: 0;
}

.row.uniform > * > :last-child {
    margin-bottom: 0;
}

.row.\30 \25 > * {
    padding: 0 0 0 0em;
}

.row.\30 \25 {
    margin: 0 0 -1px 0em;
}

.row.uniform.\30 \25 > * {
    padding: 0em 0 0 0em;
}

.row.uniform.\30 \25 {
    margin: 0em 0 -1px 0em;
}

.row > * {
    padding: 0 0 0 2em;
}

.row {
    margin: 0 0 -1px -2em;
}

.row.uniform > * {
    padding: 2em 0 0 2em;
}

.row.uniform {
    margin: -2em 0 -1px -2em;
}

.row.\32

00
\25 > * {
    padding: 0 0 0 4em;
}

.row.\32

00
\25 {
    margin: 0 0 -1px -4em;
}

.row.uniform.\32

00
\25 > * {
    padding: 4em 0 0 4em;
}

.row.uniform.\32

00
\25 {
    margin: -4em 0 -1px -4em;
}

.row.\31

50
\25 > * {
    padding: 0 0 0 3em;
}

.row.\31

50
\25 {
    margin: 0 0 -1px -3em;
}

.row.uniform.\31

50
\25 > * {
    padding: 3em 0 0 3em;
}

.row.uniform.\31

50
\25 {
    margin: -3em 0 -1px -3em;
}

.row.\35

0
\25 > * {
    padding: 0 0 0 1em;
}

.row.\35

0
\25 {
    margin: 0 0 -1px -1em;
}

.row.uniform.\35

0
\25 > * {
    padding: 1em 0 0 1em;
}

.row.uniform.\35

0
\25 {
    margin: -1em 0 -1px -1em;
}

.row.\32

5
\25 > * {
    padding: 0 0 0 0.5em;
}

.row.\32

5
\25 {
    margin: 0 0 -1px -0.5em;
}

.row.uniform.\32

5
\25 > * {
    padding: 0.5em 0 0 0.5em;
}

.row.uniform.\32

5
\25 {
    margin: -0.5em 0 -1px -0.5em;
}

.\31

2
u, .\31

2
u\24 {
    width: 100%;
    clear: none;
    margin-left: 0;
}

.\31

1
u, .\31

1
u\24 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31

0
u, .\31

0
u\24 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
}

.\39 u, .\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
}

.\38 u, .\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}

.\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}

.\36 u, .\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
}

.\35 u, .\35 u\24 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}

.\34 u, .\34 u\24 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}

.\33 u, .\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
}

.\32 u, .\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 u, .\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}

.\31

2
u\24 + *,
.\31

1
u\24 + *,
.\31

0
u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
    clear: left;
}

.\-11u {
    margin-left: 91.66667%;
}

.\-10u {
    margin-left: 83.33333%;
}

.\-9u {
    margin-left: 75%;
}

.\-8u {
    margin-left: 66.66667%;
}

.\-7u {
    margin-left: 58.33333%;
}

.\-6u {
    margin-left: 50%;
}

.\-5u {
    margin-left: 41.66667%;
}

.\-4u {
    margin-left: 33.33333%;
}

.\-3u {
    margin-left: 25%;
}

.\-2u {
    margin-left: 16.66667%;
}

.\-1u {
    margin-left: 8.33333%;
}

@media screen and (max-width: 1680px) {

    .row > * {
        padding: 0 0 0 2em;
    }

    .row {
        margin: 0 0 -1px -2em;
    }

    .row.uniform > * {
        padding: 2em 0 0 2em;
    }

    .row.uniform {
        margin: -2em 0 -1px -2em;
    }

    .row.\32

00\25 > * {
      padding: 0 0 0 4em;
  }

    .row.\32

00\25 {
      margin: 0 0 -1px -4em;
  }

    .row.uniform.\32

00\25 > * {
      padding: 4em 0 0 4em;
  }

    .row.uniform.\32

00\25 {
      margin: -4em 0 -1px -4em;
  }

    .row.\31

50\25 > * {
      padding: 0 0 0 3em;
  }

    .row.\31

50\25 {
      margin: 0 0 -1px -3em;
  }

    .row.uniform.\31

50\25 > * {
      padding: 3em 0 0 3em;
  }

    .row.uniform.\31

50\25 {
      margin: -3em 0 -1px -3em;
  }

    .row.\35

0\25 > * {
     padding: 0 0 0 1em;
 }

    .row.\35

0\25 {
     margin: 0 0 -1px -1em;
 }

    .row.uniform.\35

0\25 > * {
     padding: 1em 0 0 1em;
 }

    .row.uniform.\35

0\25 {
     margin: -1em 0 -1px -1em;
 }

    .row.\32

5\25 > * {
     padding: 0 0 0 0.5em;
 }

    .row.\32

5\25 {
     margin: 0 0 -1px -0.5em;
 }

    .row.uniform.\32

5\25 > * {
     padding: 0.5em 0 0 0.5em;
 }

    .row.uniform.\32

5\25 {
     margin: -0.5em 0 -1px -0.5em;
 }

    .\31

2u\28xlarge\29, .\31

2u\24\28xlarge\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
 }

    .\31

1u\28xlarge\29, .\31

1u\24\28xlarge\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
 }

    .\31

0u\28xlarge\29, .\31

0u\24\28xlarge\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
 }

    .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31

2u\24\28xlarge\29 + *,
 .\31

1u\24\28xlarge\29 + *,
 .\31

0u\24\28xlarge\29 + *,
 .\39 u\24\28xlarge\29 + *,
 .\38 u\24\28xlarge\29 + *,
 .\37 u\24\28xlarge\29 + *,
 .\36 u\24\28xlarge\29 + *,
 .\35 u\24\28xlarge\29 + *,
 .\34 u\24\28xlarge\29 + *,
 .\33 u\24\28xlarge\29 + *,
 .\32 u\24\28xlarge\29 + *,
 .\31 u\24\28xlarge\29 + * {
     clear: left;
 }

    .\-11u\28xlarge\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28xlarge\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28xlarge\29 {
        margin-left: 75%;
    }

    .\-8u\28xlarge\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28xlarge\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28xlarge\29 {
        margin-left: 50%;
    }

    .\-5u\28xlarge\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28xlarge\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28xlarge\29 {
        margin-left: 25%;
    }

    .\-2u\28xlarge\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28xlarge\29 {
        margin-left: 8.33333%;
    }

}

@media screen and (max-width: 1280px) {

    .row > * {
        padding: 0 0 0 1.5em;
    }

    .row {
        margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
        padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
        margin: -1.5em 0 -1px -1.5em;
    }

    .row.\32

00\25 > * {
      padding: 0 0 0 3em;
  }

    .row.\32

00\25 {
      margin: 0 0 -1px -3em;
  }

    .row.uniform.\32

00\25 > * {
      padding: 3em 0 0 3em;
  }

    .row.uniform.\32

00\25 {
      margin: -3em 0 -1px -3em;
  }

    .row.\31

50\25 > * {
      padding: 0 0 0 2.25em;
  }

    .row.\31

50\25 {
      margin: 0 0 -1px -2.25em;
  }

    .row.uniform.\31

50\25 > * {
      padding: 2.25em 0 0 2.25em;
  }

    .row.uniform.\31

50\25 {
      margin: -2.25em 0 -1px -2.25em;
  }

    .row.\35

0\25 > * {
     padding: 0 0 0 0.75em;
 }

    .row.\35

0\25 {
     margin: 0 0 -1px -0.75em;
 }

    .row.uniform.\35

0\25 > * {
     padding: 0.75em 0 0 0.75em;
 }

    .row.uniform.\35

0\25 {
     margin: -0.75em 0 -1px -0.75em;
 }

    .row.\32

5\25 > * {
     padding: 0 0 0 0.375em;
 }

    .row.\32

5\25 {
     margin: 0 0 -1px -0.375em;
 }

    .row.uniform.\32

5\25 > * {
     padding: 0.375em 0 0 0.375em;
 }

    .row.uniform.\32

5\25 {
     margin: -0.375em 0 -1px -0.375em;
 }

    .\31

2u\28large\29, .\31

2u\24\28large\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
 }

    .\31

1u\28large\29, .\31

1u\24\28large\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
 }

    .\31

0u\28large\29, .\31

0u\24\28large\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
 }

    .\39 u\28large\29, .\39 u\24\28large\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28large\29, .\38 u\24\28large\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28large\29, .\37 u\24\28large\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28large\29, .\36 u\24\28large\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28large\29, .\35 u\24\28large\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28large\29, .\34 u\24\28large\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28large\29, .\33 u\24\28large\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28large\29, .\32 u\24\28large\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28large\29, .\31 u\24\28large\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31

2u\24\28large\29 + *,
 .\31

1u\24\28large\29 + *,
 .\31

0u\24\28large\29 + *,
 .\39 u\24\28large\29 + *,
 .\38 u\24\28large\29 + *,
 .\37 u\24\28large\29 + *,
 .\36 u\24\28large\29 + *,
 .\35 u\24\28large\29 + *,
 .\34 u\24\28large\29 + *,
 .\33 u\24\28large\29 + *,
 .\32 u\24\28large\29 + *,
 .\31 u\24\28large\29 + * {
     clear: left;
 }

    .\-11u\28large\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28large\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28large\29 {
        margin-left: 75%;
    }

    .\-8u\28large\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28large\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28large\29 {
        margin-left: 50%;
    }

    .\-5u\28large\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28large\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28large\29 {
        margin-left: 25%;
    }

    .\-2u\28large\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28large\29 {
        margin-left: 8.33333%;
    }

}

@media screen and (max-width: 980px) {

    .row > * {
        padding: 0 0 0 1.5em;
    }

    .row {
        margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
        padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
        margin: -1.5em 0 -1px -1.5em;
    }

    .row.\32

00\25 > * {
      padding: 0 0 0 3em;
  }

    .row.\32

00\25 {
      margin: 0 0 -1px -3em;
  }

    .row.uniform.\32

00\25 > * {
      padding: 3em 0 0 3em;
  }

    .row.uniform.\32

00\25 {
      margin: -3em 0 -1px -3em;
  }

    .row.\31

50\25 > * {
      padding: 0 0 0 2.25em;
  }

    .row.\31

50\25 {
      margin: 0 0 -1px -2.25em;
  }

    .row.uniform.\31

50\25 > * {
      padding: 2.25em 0 0 2.25em;
  }

    .row.uniform.\31

50\25 {
      margin: -2.25em 0 -1px -2.25em;
  }

    .row.\35

0\25 > * {
     padding: 0 0 0 0.75em;
 }

    .row.\35

0\25 {
     margin: 0 0 -1px -0.75em;
 }

    .row.uniform.\35

0\25 > * {
     padding: 0.75em 0 0 0.75em;
 }

    .row.uniform.\35

0\25 {
     margin: -0.75em 0 -1px -0.75em;
 }

    .row.\32

5\25 > * {
     padding: 0 0 0 0.375em;
 }

    .row.\32

5\25 {
     margin: 0 0 -1px -0.375em;
 }

    .row.uniform.\32

5\25 > * {
     padding: 0.375em 0 0 0.375em;
 }

    .row.uniform.\32

5\25 {
     margin: -0.375em 0 -1px -0.375em;
 }

    .\31

2u\28medium\29, .\31

2u\24\28medium\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
 }

    .\31

1u\28medium\29, .\31

1u\24\28medium\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
 }

    .\31

0u\28medium\29, .\31

0u\24\28medium\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
 }

    .\39 u\28medium\29, .\39 u\24\28medium\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28medium\29, .\38 u\24\28medium\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28medium\29, .\37 u\24\28medium\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28medium\29, .\36 u\24\28medium\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28medium\29, .\35 u\24\28medium\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28medium\29, .\34 u\24\28medium\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28medium\29, .\33 u\24\28medium\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28medium\29, .\32 u\24\28medium\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28medium\29, .\31 u\24\28medium\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31

2u\24\28medium\29 + *,
 .\31

1u\24\28medium\29 + *,
 .\31

0u\24\28medium\29 + *,
 .\39 u\24\28medium\29 + *,
 .\38 u\24\28medium\29 + *,
 .\37 u\24\28medium\29 + *,
 .\36 u\24\28medium\29 + *,
 .\35 u\24\28medium\29 + *,
 .\34 u\24\28medium\29 + *,
 .\33 u\24\28medium\29 + *,
 .\32 u\24\28medium\29 + *,
 .\31 u\24\28medium\29 + * {
     clear: left;
 }

    .\-11u\28medium\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28medium\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28medium\29 {
        margin-left: 75%;
    }

    .\-8u\28medium\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28medium\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28medium\29 {
        margin-left: 50%;
    }

    .\-5u\28medium\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28medium\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28medium\29 {
        margin-left: 25%;
    }

    .\-2u\28medium\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28medium\29 {
        margin-left: 8.33333%;
    }

}

@media screen and (max-width: 736px) {

    .row > * {
        padding: 0 0 0 1.25em;
    }

    .row {
        margin: 0 0 -1px -1.25em;
    }

    .row.uniform > * {
        padding: 1.25em 0 0 1.25em;
    }

    .row.uniform {
        margin: -1.25em 0 -1px -1.25em;
    }

    .row.\32

00\25 > * {
      padding: 0 0 0 2.5em;
  }

    .row.\32

00\25 {
      margin: 0 0 -1px -2.5em;
  }

    .row.uniform.\32

00\25 > * {
      padding: 2.5em 0 0 2.5em;
  }

    .row.uniform.\32

00\25 {
      margin: -2.5em 0 -1px -2.5em;
  }

    .row.\31

50\25 > * {
      padding: 0 0 0 1.875em;
  }

    .row.\31

50\25 {
      margin: 0 0 -1px -1.875em;
  }

    .row.uniform.\31

50\25 > * {
      padding: 1.875em 0 0 1.875em;
  }

    .row.uniform.\31

50\25 {
      margin: -1.875em 0 -1px -1.875em;
  }

    .row.\35

0\25 > * {
     padding: 0 0 0 0.625em;
 }

    .row.\35

0\25 {
     margin: 0 0 -1px -0.625em;
 }

    .row.uniform.\35

0\25 > * {
     padding: 0.625em 0 0 0.625em;
 }

    .row.uniform.\35

0\25 {
     margin: -0.625em 0 -1px -0.625em;
 }

    .row.\32

5\25 > * {
     padding: 0 0 0 0.3125em;
 }

    .row.\32

5\25 {
     margin: 0 0 -1px -0.3125em;
 }

    .row.uniform.\32

5\25 > * {
     padding: 0.3125em 0 0 0.3125em;
 }

    .row.uniform.\32

5\25 {
     margin: -0.3125em 0 -1px -0.3125em;
 }

    .\31

2u\28small\29, .\31

2u\24\28small\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
 }

    .\31

1u\28small\29, .\31

1u\24\28small\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
 }

    .\31

0u\28small\29, .\31

0u\24\28small\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
 }

    .\39 u\28small\29, .\39 u\24\28small\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28small\29, .\38 u\24\28small\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28small\29, .\37 u\24\28small\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28small\29, .\36 u\24\28small\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28small\29, .\35 u\24\28small\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28small\29, .\34 u\24\28small\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28small\29, .\33 u\24\28small\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28small\29, .\32 u\24\28small\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28small\29, .\31 u\24\28small\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31

2u\24\28small\29 + *,
 .\31

1u\24\28small\29 + *,
 .\31

0u\24\28small\29 + *,
 .\39 u\24\28small\29 + *,
 .\38 u\24\28small\29 + *,
 .\37 u\24\28small\29 + *,
 .\36 u\24\28small\29 + *,
 .\35 u\24\28small\29 + *,
 .\34 u\24\28small\29 + *,
 .\33 u\24\28small\29 + *,
 .\32 u\24\28small\29 + *,
 .\31 u\24\28small\29 + * {
     clear: left;
 }

    .\-11u\28small\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28small\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28small\29 {
        margin-left: 75%;
    }

    .\-8u\28small\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28small\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28small\29 {
        margin-left: 50%;
    }

    .\-5u\28small\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28small\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28small\29 {
        margin-left: 25%;
    }

    .\-2u\28small\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28small\29 {
        margin-left: 8.33333%;
    }

}

@media screen and (max-width: 480px) {

    .row > * {
        padding: 0 0 0 1.25em;
    }

    .row {
        margin: 0 0 -1px -1.25em;
    }

    .row.uniform > * {
        padding: 1.25em 0 0 1.25em;
    }

    .row.uniform {
        margin: -1.25em 0 -1px -1.25em;
    }

    .row.\32

00\25 > * {
      padding: 0 0 0 2.5em;
  }

    .row.\32

00\25 {
      margin: 0 0 -1px -2.5em;
  }

    .row.uniform.\32

00\25 > * {
      padding: 2.5em 0 0 2.5em;
  }

    .row.uniform.\32

00\25 {
      margin: -2.5em 0 -1px -2.5em;
  }

    .row.\31

50\25 > * {
      padding: 0 0 0 1.875em;
  }

    .row.\31

50\25 {
      margin: 0 0 -1px -1.875em;
  }

    .row.uniform.\31

50\25 > * {
      padding: 1.875em 0 0 1.875em;
  }

    .row.uniform.\31

50\25 {
      margin: -1.875em 0 -1px -1.875em;
  }

    .row.\35

0\25 > * {
     padding: 0 0 0 0.625em;
 }

    .row.\35

0\25 {
     margin: 0 0 -1px -0.625em;
 }

    .row.uniform.\35

0\25 > * {
     padding: 0.625em 0 0 0.625em;
 }

    .row.uniform.\35

0\25 {
     margin: -0.625em 0 -1px -0.625em;
 }

    .row.\32

5\25 > * {
     padding: 0 0 0 0.3125em;
 }

    .row.\32

5\25 {
     margin: 0 0 -1px -0.3125em;
 }

    .row.uniform.\32

5\25 > * {
     padding: 0.3125em 0 0 0.3125em;
 }

    .row.uniform.\32

5\25 {
     margin: -0.3125em 0 -1px -0.3125em;
 }

    .\31

2u\28xsmall\29, .\31

2u\24\28xsmall\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
 }

    .\31

1u\28xsmall\29, .\31

1u\24\28xsmall\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
 }

    .\31

0u\28xsmall\29, .\31

0u\24\28xsmall\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
 }

    .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31

2u\24\28xsmall\29 + *,
 .\31

1u\24\28xsmall\29 + *,
 .\31

0u\24\28xsmall\29 + *,
 .\39 u\24\28xsmall\29 + *,
 .\38 u\24\28xsmall\29 + *,
 .\37 u\24\28xsmall\29 + *,
 .\36 u\24\28xsmall\29 + *,
 .\35 u\24\28xsmall\29 + *,
 .\34 u\24\28xsmall\29 + *,
 .\33 u\24\28xsmall\29 + *,
 .\32 u\24\28xsmall\29 + *,
 .\31 u\24\28xsmall\29 + * {
     clear: left;
 }

    .\-11u\28xsmall\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28xsmall\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28xsmall\29 {
        margin-left: 75%;
    }

    .\-8u\28xsmall\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28xsmall\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28xsmall\29 {
        margin-left: 50%;
    }

    .\-5u\28xsmall\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28xsmall\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28xsmall\29 {
        margin-left: 25%;
    }

    .\-2u\28xsmall\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28xsmall\29 {
        margin-left: 8.33333%;
    }

    .search_listing_info .news_item_title>a {
        max-width: 90% !important;
    }

}

/* Box */

.box {
    border-radius: 4px;
    border: solid 1px;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.box {
    border-color: rgba(144, 144, 144, 0.2);
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.submit_button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    height: 3em;
    letter-spacing: 0.25em;
    line-height: 3em;
    padding: 0 3em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: auto;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.8em;
}

input[type="submit"].major,
input[type="reset"].major,
input[type="button"].major,
button.major,
.button.major {
    min-width: 20em;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0.35;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.submit_button,
.button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.2);
    color: #707070;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: rgba(144, 144, 144, 0.075);
    border: 0;
}

input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
    background-color: rgba(144, 144, 144, 0.15);
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
    box-shadow: none;
    background-color: #6695a9;
    color: #ffffff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
    background-color: #547e90;
}

input[type="submit"].special:hover:active,
input[type="reset"].special:hover:active,
input[type="button"].special:hover:active,
button.special:hover:active,
.button.special:hover:active {
    background-color: #547e90;
}

/* Features */

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 0 0 1em;
    width: calc(94.5% + 1em);
}

.features section {
    padding: 3em 3em 1em 3em;
    border-radius: 4px;
    margin: 1em 0 0 1em;
    text-align: center;
    width: calc(33.33333% - 7em);
}

@media screen and (max-width: 1280px) {

    .features section {
        padding: 3em 2em 1em 2em;
        width: calc(33.33333% - 6em);
    }

}

@media screen and (max-width: 980px) {

    .features section {
        width: calc(37% - 7em);
    }

}

@media screen and (max-width: 736px) {

    .features section {
        padding: 3em 1em 1em 1.5em;
    }

}

@media screen and (max-width: 480px) {

    .features {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
    }

    .features section {
        margin: 0 0 1em 0;
        /*width: 100%;*/
        width: 90%;
    }


}

.features section {
    background-color: #ffffff;
    border-bottom: solid 1px #eaeaea;

}

/* circles */
.circle {
    background: #ffffff url(/_css/images/greycircle.svg) no-repeat right top;
    background-size: cover;
    margin: 10px;
    padding: 70px;
    display: inline-flex;
}

@media screen and (max-width: 1680px) {

    .circle {
        min-height: 200px;
        max-width: 200px;
        padding: 70px;
        margin: 10px;
    }

}

@media screen and (max-width: 1280px) {

    .circle {
        min-height: 160px;
        max-width: 160px;
        padding: 60px;
        margin: 6px;
    }

}

@media screen and (max-width: 980px) {

    .circle {
        min-height: 100px;
        max-width: 100px;
        padding: 45px;
        margin: 6px;
        font-size: 0.8em;
    }

}

@media screen and (max-width: 736px) {

    .circle {
        margin: 4px;
    }

    /* circles */
    .circle {
        background: #ffffff url("greycircle.svg") no-repeat right top;
        min-height: 390px;
        max-height: 390px;
        max-width: 390px;
        background-size: cover;
        margin: 10px;
        padding: 70px;
        display: inline-flex;
    }

    @media screen and (max-width: 1680px) {

        .circle {
            min-height: 360px;
            max-height: 360px;
            max-width: 360px;
            padding: 70px;
            margin: 10px;
        }

    }

    @media screen and (max-width: 1280px) {

        .circle {
            min-height: 300px;
            max-height: 300px;
            max-width: 300px;
            padding: 60px;
            margin: 6px;
        }

    }

    @media screen and (max-width: 980px) {

        .circle {
            min-height: 270px;
            min-height: 270px;
            max-height: 270px;
            max-width: 270px;
            padding: 45px;
            margin: 6px;
            font-size: 0.8em;
        }

    }

    @media screen and (max-width: 736px) {

        .circle {
            margin: 4px;
        }

    }

}

/* Features - circle */

.features_circle {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1em 0 2em -1em;
    width: calc(100% + 1em);
}

.features_circle section {
    padding: 4em 2em 6em 2em;
    border-radius: 50%;
    margin: 1em 0 0 2em;
    text-align: center;
    width: calc(33.33333% - 2em);
}

@media screen and (max-width: 1680px) {

    .features_circle section {
        padding: 2em 2em 4em 2em;
    }

}

@media screen and (max-width: 980px) {

    .features_circle section {
        width: calc(28% - -2em);
        margin: 1em 0em 0em 1em;
    }

}

@media screen and (max-width: 736px) {

    .features_circle section {
        padding: 3em 2.5em 8em 2.5em;
        margin: 2em 4em 0em 6em;
        width: calc(47% - -9em);
    }

}

@media screen and (max-width: 480px) {

    .features_circle {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
    }

    .features_circle section {
        margin: 0 0 1em 0;
        width: 100%;
    }


}

.features_circle section {
    background-color: #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

/* Form */

form {
    margin: 0 0 1em 0;
}

label {
    display: inline-block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 0;
    color: #606060;
    font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: solid 1px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 96%;
    margin: 3px 0px;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}
.button_wrap {
    max-width: 105px;
}
.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.select-wrapper:before {
    content: '\f078';
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em;
}

.select-wrapper select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"] + label:before {
    border-radius: 4px;
    border: solid 1px;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}

::-webkit-input-placeholder {
    opacity: 1.0;
}

:-moz-placeholder {
    opacity: 1.0;
}

::-moz-placeholder {
    opacity: 1.0;
}

:-ms-input-placeholder {
    opacity: 1.0;
}

.formerize-placeholder {
    opacity: 1.0;
}

#registration-form{
    width: 100%;
}

.default_registration_fields{
    width: 100%;
    text-align: center;
}

#recaptchacomment_div{
    text-align: center;
}

#registerform #registerbutton{
    display: flex;
    margin:10px auto;
}

#add-box{
    padding-bottom: 5px;
}


.user_tupe{

    width: 100%;
    text-align: center;
}

.usercategory-select{
    margin: 0 auto;
    position:relative;
    left:7px;
}

.termsandconditions>p>.input_pulldown{
    display: none!important;
}

label {
    color: #707070;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    background: rgba(144, 144, 144, 0.075);
    border-color: #ebebeb;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #ebebeb;
}

.select-wrapper:before {
    color: rgba(144, 144, 144, 0.2);
}

::-webkit-input-placeholder {
    color: #999999 !important;
}

:-moz-placeholder {
    color: #999999 !important;
}

::-moz-placeholder {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

.formerize-placeholder {
    color: #999999 !important;
}

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.icon.major {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    border: solid 1px;
    display: block;
    font-size: 1.75em;
    height: 2.5em;
    line-height: 2.5em;
    margin: 0 auto 2em auto;
    position: relative;
    text-align: center;
    top: 0.5em;
    width: 2.5em;
}

.icon.major:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    text-align: center;
}

.icon.major {
    border-color: rgba(144, 144, 144, 0.2);
}

.icon.major:before {
    color: #db6172;
}

/* Image */

.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 4px;
    display: block;
}

.image.left, .image.right {
    max-width: 40%;
}

.image.left {
    float: left;
    margin: 0 2.5em 2em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 2em 2.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

@media screen and (max-width: 736px) {

    .image.left {
        margin: 0 1.5em 1em 0;
    }

    .image.right {
        margin: 0 0 1em 1.5em;
    }

}

/* Image Circles */

.image-circles {
    margin: 0 0 2em 0;
    text-align: right;
}

.image-circles .images {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 1em 0 0 -1em;
    width: calc(100% + 1em);
}

.image-circles .images > * {
    -ms-flex: 1;
    display: block;
    margin: 0 0 0 1em;
    position: relative;
    white-space: nowrap;
    width: 50%;
}

.image-circles .images > *:before {
    border-radius: 100%;
    content: '';
    display: block;
    height: 100%;
    margin: 0 0 0 1em;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 0.5em);
}

.image-circles .images > * img {
    border-radius: 100%;
    display: block;
    width: calc(50% - 0.5em);
}

.image-circles .images:first-child {
    margin-top: 0;
}

.image-circles .images:nth-child(2n - 1) > * {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.image-circles .images:nth-child(2n - 1) > * img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width: 980px) {

    .image-circles {
        width: 100%;
        max-width: 30em;
    }

}

@media screen and (max-width: 736px) {

    .image-circles {
        max-width: 16em;
    }

}

.image-circles .images > *:before {
    box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.2);
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    padding-left: 2em;
}

ul li {
    padding-left: 0.5em;
    list-style: none;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 1.25em;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    margin:0 0 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1.3em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li > * {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 1em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li > * {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {

    ul.actions {
        margin: 0 0 2em 0;
    }

    ul.actions li {
        padding: 1em 0 0 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    ul.actions li:first-child {
        padding-top: 0;
    }

    ul.actions li > * {
        /*width: 100%;*/
        width: 80%;
        margin: 0 !important;
        padding: 0 2em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.actions li > *.icon:before {
        margin-left: -0.5em;
    }

    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }

    ul.actions.small li:first-child {
        padding-top: 0;
    }

}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: normal;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}

ul.alt li {
    border-top-color: rgba(144, 144, 144, 0.2);
}


/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

    html, body {
        min-width: 320px;
    }

}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* Type */

body {
    /*background-color: #f7f7f7;*/
    background-color: #FFFFFF;
    color: #666;
}

body, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1280px) {

    body, input, select, textarea {
        font-size: 11pt;
    }

}

a {
    /*text-decoration: underline;*/
}

a:hover {
    text-decoration: none;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
}

.submit_wrapper {
    text-align: right;
}

div.categoryfield + label {
    text-align: right;
}

.label_wrapper {
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: -0.0125em;
    line-height: 1.5;
    margin: 0 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.7em;
}

@media screen and (max-width: 980px) {

    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
    }

}

@media screen and (max-width: 736px) {

    h2 {
        font-size: 1.25em;
    }

    h3 {
        font-size: 1.1em;
    }

}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 4px;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    border-radius: 4px;
    border: solid 1px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

input, select, textarea {
    color: #707070;
}



strong, b {
    color: #707070;
}

h1, h2, h3, h4, h5, h6 {
    color: #707070;
}

blockquote {
    border-left-color: rgba(144, 144, 144, 0.2);
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-color: rgba(144, 144, 144, 0.2);
}

hr {
    border-bottom-color: rgba(144, 144, 144, 0.2);
}

/* footer */

#footer {
    background-color: #303639;
    color: #ffffff;
    padding: 0.5em 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body >footer {
    max-width: 75rem;
}

#footer input, #footer select, #footer textarea {
    color: #ffffff;
}

#footer a {
    color: #db6172;
}

#footer strong, #footer b {
    color: #ffffff;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #ffffff;
}

#footer blockquote {
    border-left-color: #ffffff;
}

#footer code {
    background: rgba(255, 255, 255, 0.075);
    border-color: #ffffff;
}

#footer hr {
    border-bottom-color: #ffffff;
}

#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer button,
#footer .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important;
}

#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer input[type="button"]:hover,
#footer button:hover,
#footer .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

#footer input[type="submit"]:hover:active,
#footer input[type="reset"]:hover:active,
#footer input[type="button"]:hover:active,
#footer button:hover:active,
#footer .button:hover:active {
    background-color: rgba(255, 255, 255, 0.15);
}

#footer input[type="submit"].disabled, #footer input[type="submit"]:disabled,
#footer input[type="reset"].disabled,
#footer input[type="reset"]:disabled,
#footer input[type="button"].disabled,
#footer input[type="button"]:disabled,
#footer button.disabled,
#footer button:disabled,
#footer .button.disabled,
#footer .button:disabled {
    background-color: #ffffff;
}

#footer input[type="submit"].special,
#footer input[type="reset"].special,
#footer input[type="button"].special,
#footer button.special,
#footer .button.special {
    box-shadow: none;
    background-color: #db6172;
    color: #ffffff !important;
}

#footer input[type="submit"].special:hover,
#footer input[type="reset"].special:hover,
#footer input[type="button"].special:hover,
#footer button.special:hover,
#footer .button.special:hover {
    background-color: #e07685;
}

#footer input[type="submit"].special:hover:active,
#footer input[type="reset"].special:hover:active,
#footer input[type="button"].special:hover:active,
#footer button.special:hover:active,
#footer .button.special:hover:active {
    background-color: #d64c5f;
}

#footer a {
    color: inherit;
}

#footer .contact {
    list-style: none;
    padding: 0;
}

#footer .contact li {
    display: inline-block;
    padding: 0;
}

#footer .contact li:before {
    content: '\2022';
    margin: 0 0.75em;
}

#footer .contact li:first-child:before {
    display: none;
}

#footer .links {
    list-style: none;
    padding: 0;
}

#footer .links li {
    border-left: solid 1px;
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 1.5em;
    padding: 0 0 0 1.5em;
}

#footer .links li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .links li a {
    font-size: 0.8em;
    letter-spacing: 0.25em;
    text-decoration: none;
    text-transform: uppercase;
}

#footer > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;

}

#footer > .inner > * {
    font-size: 0.8em;
    width: 50%;
}

#footer > .inner .icons {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: right;
}

#footer > .inner .contact {
    -moz-order: 4;
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
    text-align: right;
}

#footer > .inner .links {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

#footer > .inner .copyright {
    -moz-order: 3;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
}

.search_first {
    flex-direction: column;
}

.dicus_title {
    display: flex;
    justify-content: space-between;
}

.latest_discussion_info {
    flex-direction: column;
}

.comment_discus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_topic {
    margin-bottom: 0;
    padding-bottom: 0;
}

.discus_wrap {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.comment_discus .time{
    margin:0 7px;
}

.latest_discussion_info>.options_w{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.options_top {
    display: flex;
}

.options_top a {
    padding-top: 4px;
    width: 113px;
    color: #fff;
    background: #6695a9;
    margin-top: 0px;
    position: relative;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.25em;
    min-width: 68px;
    display: block;
    text-align: center;
    height: 23px;
    padding-bottom: 4px;
}
.options_w>.options_top a {
    color:#fff !important;
    margin-right: 5px;
}

.title_l_egreements {
    display: flex;
    justify-content: space-between;
}

.licenses_edit_controls {
    display: flex;
    justify-content: flex-end !important;

}

.licenses_edit_controls a {
    color: #fff!important;
}

@media screen and (max-width: 1680px) {

    #footer {
        padding:0;
    }

}

@media screen and (max-width: 1280px) {

    #footer {
        background: #303639;
    }

    #footer > .inner {
        width: 100%;
        padding: 0 3em;
    }

}

@media screen and (max-width: 980px) {

    #footer > .inner {
        display: block;
    }

    #footer > .inner > * {
        width: 100%;
        font-size: 1em;
        text-align: center !important;
    }

}

@media screen and (max-width: 736px) {

    #footer {
        padding: 3em 0 1em 0;
    }

    #footer > .inner {
        width: 100%;
        padding: 0 1.5em;
    }

    #footer > .inner > * {
        font-size: 0.8em;
    }

    .dicus_title {
        flex-direction: column;
    }

}

@media screen and (max-width: 480px) {

    #footer .contact {
        list-style: none;
    }

    #footer .contact li {
        display: block;
        padding: 0;
    }

    #footer .contact li:before {
        display: none;
    }

    #footer .links li {
        margin: 0 0 0 0.75em;
        padding: 0 0 0 0.75em;
    }

}

/* Section/Article */

section.special, article.special {
    text-align: center;
}

header p {
    position: relative;
    margin: 0 0 2em 0;
}

header.major {
    text-align: center;
    padding: 2em 1em;
}

header.major > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {

    header br {
        display: none;
    }

}

@media screen and (max-width: 736px) {

    header.major {
        margin: 0 0 2em 0;
    }

}

footer.major {
    text-align: center;
    padding: 3em 0 3em 0;
}

footer.major > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {

    footer.major {
        margin: 2em 0 2em 0;
    }

}

/* Spotlights */

.spotlights {
    margin: 0 0 2em 0;
}

.spotlights section {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: solid 1px;
    margin-top: 3.4em;
    padding-top: 3.4em;
}

.spotlights section .image {
    position: relative;
    width: 35%;
}

.spotlights section .image img {
    display: block;
    width: 100%;
}

.spotlights section .content {
    -ms-flex: 1;
    margin: 0 0 0 4em;
    width: 65%;
}

.spotlights section .content > :last-child {
    margin-bottom: 0;
}

.spotlights section:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.spotlights section:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spotlights section:nth-child(2n) .content {
    margin: 0 4em 0 0;
}

@media screen and (max-width: 980px) {

    .spotlights section {
        -moz-align-items: -moz-flex-start;
        -webkit-align-items: -webkit-flex-start;
        -ms-align-items: -ms-flex-start;
        align-items: flex-start;
    }

    .spotlights section .image {
        top: 0.35em;
        width: 40%;
    }

    .spotlights section .content {
        margin: 0 0 0 3em;
        width: 60%;
    }

    .spotlights section:nth-child(2n) .content {
        margin: 0 3em 0 0;
    }

}

@media screen and (max-width: 736px) {

    .spotlights section {
        display: block;
    }

    .spotlights section .image {
        display: block;
        top: 0;
        width: 90%;
        margin: 2em;
    }

    .spotlights section .content {
        margin: 0;
        width: 100%;
        text-align: center;
    }

}

/*	old

			.spotlights section {
				margin-top: 2em;
				padding-top: 2em;
			}

		}*/

@media screen and (max-width: 480px) {

    .spotlights section {
        display: block;
    }

    .spotlights section .image {
        display: block;
        top: 0;
        width: 100%;
        margin: 0 0 2em 0;
    }

    .spotlights section .content {
        margin: 0;
        width: 100%;
        text-align: center;
    }

}

.spotlights section {
    border-top-color: rgba(144, 144, 144, 0.2);
}

/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 5px 0;
    width: auto;
}

table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
}

table td {
    padding: 0;
    position: relative;
}

table th {
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 2px;
}

table tfoot {
    border-top: solid 2px;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

table tbody tr {
    border-color: rgba(144, 144, 144, 0.2);
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(144, 144, 144, 0.075);
}

table th {
    color: #707070;
}

table thead {
    border-bottom-color: rgba(144, 144, 144, 0.2);
}

table tfoot {
    border-top-color: rgba(144, 144, 144, 0.2);
}

table.alt tbody tr td {
    border-color: rgba(144, 144, 144, 0.2);
}

/* Wrapper */

.wrapper {
    padding: 3em 0 3em 0;
    position: relative;
}

.wrapperBanner {
    padding: 0;
}

.wrapper > .inner {
    margin: 0 auto;
    width: 75em;
}

.wrapper.style1 {
    background: #ffffff;
    border-bottom: solid 1px #eaeaea;
}

.wrapper.split > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.wrapper.split > .inner > * {
    -ms-flex: 1;
    width: 50%;
}

.wrapper.split > .inner > :nth-child(2n - 1) {
    margin-right: 2em;
}

.wrapper.split > .inner > :nth-child(2n) {
    margin-left: 2em;
}


@media screen and (max-width: 1280px) {

    .wrapper > .inner {
        width: 90%;
        padding: 0 3em;
    }

}

@media screen and (max-width: 980px) {

    .wrapper.split {
        text-align: center;
    }

    .wrapper.split > .inner {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .wrapper.split > .inner > * {
        -ms-flex: none;
        margin-bottom: 4em;
        width: 100%;
    }

    .wrapper.split > .inner > :nth-child(2n - 1) {
        margin-right: 0;
    }

    .wrapper.split > .inner > :nth-child(2n) {
        margin-left: 0;
    }

    .wrapper.split > .inner > :first-child {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 736px) {

    .wrapper, .banner {
        padding: 3em 0 1em 0;
    }

    .wrapper > .inner {
        padding: 0 1.5em;
    }

    .wrapper.split > .inner > * {
        margin-bottom: 2em;
    }

}

/* Header */

body {
    /*padding-top: 3.125em;*/
}

div#placeholder {
    display: block;
    height: 4.25em;
}

@-moz-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-ms-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

#header {
    background-color: #ffffff;
    border-bottom: solid 1px rgba(144, 144, 144, 0.2);
    cursor: default;
    height: 3.25em;
    left: 0;
    line-height: 3.25em;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#header > h1 {
    color: #707070;
    display: inline-block;
    height: inherit;
    left: 1.25em;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

#header > h1 a {
    font-size: 1.25em;
}

#header > a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: inherit;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0.25em;
    padding: 0 0.75em;
    text-decoration: none;
    text-transform: uppercase;
}

#header > a[href="#menu"] {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#header > a[href="#menu"]:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#header > a[href="#menu"]:before {
    content: '\f0c9';
    float: right;
    margin: 0 0 0 0.75em;
}

#header > a + a[href="#menu"]:last-child {
    border-left: solid 1px rgba(144, 144, 144, 0.2);
    padding-left: 2em;
    margin-left: 1em;
}

#header > a:last-child {
    padding-right: 1.25em;
}

@media screen and (max-width: 736px) {

    #header > a {
        padding: 0 0.5em;
    }

    #header > a + a[href="#menu"]:last-child {
        margin-left: 0.25em;
        padding-left: 1em;
    }

    #header > a:last-child {
        padding-right: 1em;
    }

}

#header + #banner {
    margin-top: -3.125em;
}

#header.reveal {
    -moz-animation: reveal-header 0.5s ease;
    -webkit-animation: reveal-header 0.5s ease;
    -ms-animation: reveal-header 0.5s ease;
    animation: reveal-header 0.5s ease;
}

#header.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: transparent;
    /*box-shadow: 0 1px 0 0 #ffffff;*/
    box-shadow: 0;
    color: #ffffff;
    position: absolute;
    top: 3em;
    left: 4em;
    width: calc(100% - 8em);
}

#header.alt > h1 {
    color: #ffffff;
    left: 0;
}

#header.alt > a + a[href="#menu"]:last-child {
    border-left-color: #ffffff;
}

#header.alt > a:last-child {
    padding-right: 0;
}

@media screen and (max-width: 1280px) {

    #header.alt {
        top: 2em;
        left: 3em;
        width: calc(100% - 6em);
    }

}

@media screen and (max-width: 980px) {

    body {
        padding-top: 44px;
    }

    #header {
        height: 44px;
        line-height: 44px;
    }

    #header > h1 {
        left: 1em;
    }

    #header > h1 a {
        font-size: 1em;
    }

}

@media screen and (max-width: 736px) {

    #header.alt {
        top: 0.25em;
        left: 1.5em;
        width: calc(100% - 3em);
    }

}

@media screen and (max-width: 480px) {

    #header {
        min-width: 320px;
    }

    #header.alt {
        min-width: 0;
    }

}

/* Menu */

ul.actions.vertical li {
    margin: 0 3em;
}

#menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    border-left: solid 1px rgba(144, 144, 144, 0.2);
    box-shadow: none;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    /*padding: 3em 2em;*/
    padding: 3em 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 19em;
    z-index: 10002;
}

#menu > ul {
    margin: 0 0 1em 0;
}

#menu > ul.links {
    list-style: none;
    padding: 0;
}

#menu > ul.links > li {
    padding: 0;
}

#menu > ul.links > li > a:not(.button) {
    border: 0;
    border-top: solid 1px rgba(144, 144, 144, 0.2);
    color: inherit;
    display: block;
    line-height: 3.5em;
    text-decoration: none;
    padding: 0 2em 0 4em;
}

#menu > ul.links > li > a:not(.button):hover {
    color: #fff;
    line-height: 3.5em;
    background: #6695a9;
}

#menu > ul.links > li.has-sub.active > a {
    color: #fff;
    background: #547e90;
}

#menu > ul.links > li > .button {
    display: block;
    margin: 0.5em 0 0 0;
}

#menu > ul.links > li:first-child > a:not(.button) {
    border-top: 0 !important;
}

#menu .close {
    background-image: url("../_graphics/new/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    color: #999999;
    cursor: pointer;
    display: block;
    height: 3.5em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 2.8em;
}

#menu .close:before {
    font-size: 1.25em;
}

#menu .close:hover {
    color: #707070;
}

@media screen and (max-width: 736px) {

    #menu .close {
        height: 4em;
        line-height: 4em;
    }

}

#menu.visible {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.05);
    visibility: visible;
}

#menu ul.submenu {
    padding-left: 4em;
}

#menu ul.submenu li{
    padding: 5px 10px 5px 30px;
}

#menu ul.submenu li a:hover{
    color:#ff3823;
}

@media screen and (max-width: 736px) {
    /*#menu {
        padding: 2.5em 1.75em;
    }*/

    #menu .close {
        background-size: 50%;
    }

}

/* Banner */

#banner {
    background-color: #DBDFE2;
    color: #ffffff;
    padding: 4em 0 4em 0;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    /*background-image: -moz-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner1.jpg");*/
    /*background-image: -webkit-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner1.jpg");*/
    /*background-image: -ms-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner1.jpg");*/
    /*background-image: linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner1.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 50vh;
    min-height: 10em;
    position: relative;
    max-width: 75em;
    margin: auto;
}

#banner input, #banner select, #banner textarea {
    color: #ffffff;
}

#banner a {
    color: #db6172;
}

#banner strong, #banner b {
    color: #ffffff;
}

#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
    color: #ffffff;
}

#banner blockquote {
    border-left-color: #ffffff;
}

#banner code {
    background: rgba(255, 255, 255, 0.075);
    border-color: #ffffff;
}

#banner hr {
    border-bottom-color: #ffffff;
}

#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important;
}

#banner input[type="submit"]:hover,
#banner input[type="reset"]:hover,
#banner input[type="button"]:hover,
#banner button:hover,
#banner .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

#banner input[type="submit"]:hover:active,
#banner input[type="reset"]:hover:active,
#banner input[type="button"]:hover:active,
#banner button:hover:active,
#banner .button:hover:active {
    background-color: rgba(255, 255, 255, 0.15);
}

#banner input[type="submit"].disabled, #banner input[type="submit"]:disabled,
#banner input[type="reset"].disabled,
#banner input[type="reset"]:disabled,
#banner input[type="button"].disabled,
#banner input[type="button"]:disabled,
#banner button.disabled,
#banner button:disabled,
#banner .button.disabled,
#banner .button:disabled {
    background-color: #ffffff;
}

#banner input[type="submit"].special,
#banner input[type="reset"].special,
#banner input[type="button"].special,
#banner button.special,
#banner .button.special {
    box-shadow: none;
    background-color: #6695a9;
    color: #ffffff !important;
}

#banner input[type="submit"].special:hover,
#banner input[type="reset"].special:hover,
#banner input[type="button"].special:hover,
#banner button.special:hover,
#banner .button.special:hover {
    background-color: #547e90;
}

#banner input[type="submit"].special:hover:active,
#banner input[type="reset"].special:hover:active,
#banner input[type="button"].special:hover:active,
#banner button.special:hover:active,
#banner .button.special:hover:active {
    background-color: #547e90;
}

#banner .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 75em;

}


#banner .inner h2 {
    font-size: 2.75em;
    margin-bottom: 0;
    margin-top: -0.25em;
    line-height: 1;
}

#banner .inner p {
    font-size: 1.2em;
    margin: 0.7em 0 0 0;
}


#banner .inner .content {
    -moz-transition: -moz-transform 1s ease-out, opacity 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out, opacity 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    background: #6793a594;
    padding: 2.5em;
}

a[href$="rss"]{
    display: block;
    background: url(../_graphics/squere.gif) no-repeat 0px 5px;
    padding: 0em 0.7em 0.3em 2.6em;
}

#banner .inner .content > :last-child {
    margin-bottom: 0;
}
#banner:after {
   /* -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 1s ease, visibility 1s;
    -webkit-transition: opacity 2s ease, visibility 2s;
    -ms-transition: opacity 2s ease, visibility 2s;
    transition: opacity 1s ease, visibility 1s;
    background-color: none;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;*/
    width: 100%;
    z-index: 1;
}




/*


#banner .inner .actions {
    -moz-transition: -moz-transform 1s ease-out, opacity 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out, opacity 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    border-left: solid 1px #ffffff;
    margin: 0 0 0 4em;
    min-width: 20em;
    padding: 1em 0 1em 3em;
}

@media screen and (max-width: 1280px) {

    #banner {
        background-attachment: scroll;
        height: 35vh;
    }

    #banner .inner {
        max-width: 100%;
        padding: 0 3em;
    }

}
*/
@media screen and (max-width: 980px) {

    #banner {
        height: auto;
    }

    #banner .inner {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        text-align: center;
    }

    #banner .inner .actions {
        border-left: 0;
        margin: 3em 0 0 0;
        min-width: 0;
        padding: 0;
    }

}

@media screen and (max-width: 736px) {

    #banner {
        padding: 7.5em 0 3.5em 0;
        height: auto;
        min-height: 0;
    }

    #banner .inner {
        padding: 0 1.5em;
    }

    /*#banner .inner h2 {
        font-size: 1.75em;
    }*/

    #banner .inner p {
        font-size: 1em;
    }

    #banner .inner .actions {
        margin: 2em 0 0 0;
    }

}

@media screen and (max-width: 480px) {

    #banner {
        min-height: 75vh;
    }

    #banner .inner {
        -ms-flex: 1;
    }

}

body.is-loading #banner:after {
    opacity: 1;
    visibility: visible;
}

/*


body.is-loading #banner .inner .content {
    opacity: 0;
    -moz-transform: translateY(-1em);
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
}

body.is-loading #banner .inner .actions {
    opacity: 0;
    -moz-transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
}

@media screen and (max-width: 980px) {

    body.is-loading #banner .inner .content {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    body.is-loading #banner .inner .actions {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

}






/* Footer */

#footer {
    background-color: #fff;
    color: #666;
    border-top: 3px solid #666;
    max-width: 75em;
    margin: 0 auto;
    /* background-image: -moz-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner.jpg");
     background-image: -webkit-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner.jpg");
     background-image: -ms-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner.jpg");
     background-image: linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("../_graphics/new/banner.jpg");
     background-attachment: fixed;
     background-position: center;
     background-size: cover;*/
}

#footer input, #footer select, #footer textarea {
    color: #ffffff;
}

#footer a {
    color: #db6172;
}

#footer strong, #footer b {
    color: #ffffff;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #ffffff;
}

#footer blockquote {
    border-left-color: #ffffff;
}

#footer code {
    background: rgba(255, 255, 255, 0.075);
    border-color: #ffffff;
}

#footer hr {
    border-bottom-color: #ffffff;
}

#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer button,
#footer .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important;
}

#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer input[type="button"]:hover,
#footer button:hover,
#footer .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

#footer input[type="submit"]:hover:active,
#footer input[type="reset"]:hover:active,
#footer input[type="button"]:hover:active,
#footer button:hover:active,
#footer .button:hover:active {
    background-color: rgba(255, 255, 255, 0.15);
}

#footer input[type="submit"].disabled, #footer input[type="submit"]:disabled,
#footer input[type="reset"].disabled,
#footer input[type="reset"]:disabled,
#footer input[type="button"].disabled,
#footer input[type="button"]:disabled,
#footer button.disabled,
#footer button:disabled,
#footer .button.disabled,
#footer .button:disabled {
    background-color: #ffffff;
}

#footer input[type="submit"].special,
#footer input[type="reset"].special,
#footer input[type="button"].special,
#footer button.special,
#footer .button.special {
    box-shadow: none;
    background-color: #db6172;
    color: #ffffff !important;
}

#footer input[type="submit"].special:hover,
#footer input[type="reset"].special:hover,
#footer input[type="button"].special:hover,
#footer button.special:hover,
#footer .button.special:hover {
    background-color: #e07685;
}

#footer input[type="submit"].special:hover:active,
#footer input[type="reset"].special:hover:active,
#footer input[type="button"].special:hover:active,
#footer button.special:hover:active,
#footer .button.special:hover:active {
    background-color: #d64c5f;
}

#footer a {
    color: inherit;
}

#footer .contact {
    list-style: none;
    padding: 0;
}

#footer .contact li {
    display: inline-block;
    /*text-align: justify;*/
}

#footer .contact li:before {
    content: '\2022';
    margin: 0 0.75em;
}

#footer .contact li:first-child:before {
    display: none;
}

#footer .links {
    list-style: none;
    padding: 0;
}

#footer .links li {
    border-left: solid 1px;
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 1.5em;
    padding: 0 0 0 1.5em;
}

#footer .links li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .links li a {
    font-size: 0.8em;
    letter-spacing: 0.25em;
    text-decoration: none;
    text-transform: uppercase;
}

#footer > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.5em 0.2em;
}

#footer > .inner > * {
    font-size: 0.8em;
    width: 50%;
}

#footer > .inner .icons {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: right;
}

#footer > .inner .contact {
    -moz-order: 4;
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
    text-align: right;
}

#footer > .inner .links {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

#footer > .inner .copyright {
    -moz-order: 3;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
}

@media screen and (max-width: 1680px) {

    #footer {
        /* padding: 5em 0 3em 0;*/
    }

}

@media screen and (max-width: 1280px) {

    #footer {
        /* background: #303639;*/
    }

    #footer > .inner {
        width: auto;
        padding: 0 0.3em;
    }

}

@media screen and (max-width: 980px) {

    #footer > .inner {
        display: block;
    }

    #footer > .inner > * {
        width: 100%;
        font-size: 1em;
        text-align: center !important;
    }

}

@media screen and (max-width: 736px) {

    #footer {
        /* padding: 3em 0 1em 0;*/
    }

    #footer > .inner {
        width: 100%;
        padding: 0;
    }

    #footer > .inner > * {
        font-size: 0.8em;
    }

}

@media screen and (max-width: 480px) {

    #footer .contact {
        list-style: none;
    }

    #footer .contact li {
        display: block;
        padding: 0;
    }

    #footer .contact li:before {
        display: none;
    }

    #footer .links li {
        margin: 0 0 0 0.75em;
        padding: 0 0 0 0.75em;
    }

}

/* Main */

#main {
    background: #ffffff;
    /*border-bottom: solid 1px #eaeaea;*/
}

#main > header {
    background-color: #303639;
    color: #ffffff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 4em 0;
    position: relative;
    text-align: center;
    /*top: -7em;*/
    max-width: 75em;
    margin: auto;
}

#main > header input, #main > header select, #main > header textarea {
    color: #ffffff;
}

#main > header a {
    color: #db6172;
}

#main > header strong, #main > header b {
    color: #ffffff;
}

#main > header h1, #main > header h2, #main > header h3, #main > header h4, #main > header h5, #main > header h6 {
    color: #ffffff;
}

#main > header blockquote {
    border-left-color: #ffffff;
}

#main > header code {
    background: rgba(255, 255, 255, 0.075);
    border-color: #ffffff;
}

#main > header hr {
    border-bottom-color: #ffffff;
}

#main > header h2 {
    font-size: 2.75em;
    line-height: 1.3;
    margin-bottom: 0;
}

#main > header p {
    margin: 1em 0 0 0;
}

.span_2_of_6 div ul li{
    background: url(../_graphics/squere.gif) no-repeat 0px 5px;
    padding: 0em 0.7em 0.3em 2.6em;
}

.span_2_of_6 div ul li a{
    color: #505659;
}



@media screen and (max-width: 1680px) {

    #main > header {

    }

}

@media screen and (max-width: 1280px) {

    #main > header {
        background-attachment: scroll;

    }

}

@media screen and (max-width: 980px) {

    #main > header {
        /* padding: 8em 3em;*/
    }

}

@media screen and (max-width: 736px) {


    #main > header h2 {
        font-size: 1.75em;
    }

    #main > header p {
        font-size: 1em;
    }

    .newsfeeds .feedwrapper{
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 736px){
    #main > header {
        /* padding: 3em 3em;*/
    }
}

/* Logged in Styles */

/* Footer for logged in users */

.logged #footer > .inner > div {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 75em;
}

.logged #footer > .inner > div > * {
    font-size: 0.8em;
    width: 50%;
}

.logged #footer > .inner div > .icons {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: right;
    font-size: 1.02em;
}

.logged #footer > .inner div > .contact {
    -moz-order: 4;
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
    text-align: right;
    padding: 1em 0;

}

.logged #footer > .inner div > .links {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

.search_listing_detail {
    padding-top: 20px;
}

.logged #footer > .inner div > .copyright {
    -moz-order: 3;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    padding: 1em 0;
}



div.search_second {
    width: 250px;
}

.search_listing_info .licensing_e {
    flex-direction: column;
}

.licensing_e p a {
    margin-right: 7px;
}




@media screen and (max-width: 1280px) {

    .logged #footer > .inner > div {
        width: 100%;
    }

    .logged #footer > .inner > div > * {
        font-size: 1em;
        text-align: center !important;

    }

}

/* From Social publishing and other css.php files */

#appearance_form .attribute {
    margin-bottom: 10px;
}

#appearance_form .attribute label {
    width: 280px;
    display: inline-block;
}

#appearance_form .attribute .input-text {
    width: 200px;
    display: inline-block;
}

#appearance_form .attribute.image label {
    display: block;
}

#appearance_form .attribute.css label {
    width: 400px;
    display: inline-block;
}

#appearance_form .attribute .input-textarea {
    height: 65px;
}

#appearance_form .attribute.custom_css .input-textarea {
    height: 200px;
}

.entity_without_icon .search_listing_info {
    min-height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

#groupsheadercontent {
    max-width: 800px;
}

#briefdescription>.even {
    top:0!important;
}

/* General fixes */
#page_wrapper {
    width: auto;
    position: static;
}

#two {
    background-color: #f7f7f7;
}

#layout_canvas {
    max-width: 75em;
    margin: auto;
    padding: 0px 10px 15px 10px;
}

#wrapper_header.sp_mainpage {
    font-size: 14px;
}

input.input-checkboxes {
    color: #2a4178;
    -moz-appearance: none;
    display: block;
    float: left;
    margin-right: 1em;
    opacity: 1;
    width: 1em;
    height: 1em;
    z-index: -1;
}

input[type="submit"] {
    background-image: none;
}

.messages {
    top: 30px;
    z-index: 10000;
}

button#logoutbutton {
    background-color: #E07685;
    width: 100px;
    height: 36px;
    color: #000 !important;
    font-size: 0.6em;
    line-height: 1.25em;
    padding: 0 1em;
    margin-left: 30%;
}

div#layout_header {
    background-color: #A0AFB0;
    height: auto;
}

section#banner + div.sp_mainpage > div#layout_header {
    display: block;
    height: auto;
}

body.logged #header.alt {
    box-shadow: none;
}

body.logged #header {
    border-bottom: 0;
}

body.logged {
    padding-top: 0;
}
body.not_logged {
    margin-top: 0px;
}

@media screen and (max-width: 980px) {
    body {
        padding-top: 0;
    }
}
.content {
    border-top: 0px;
    padding: 0;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 14px !important;
}

#sp_main {
    background: #fff;
}

.defaultSkin table, table#generic_comment_tbl {
    width: 100% !important;
}
#generic_comment_toolbar1, #generic_comment_toolbar2 {
    width: auto !important;
}

.mceLayout .mceToolbar {
    width: auto !important;
}

label.wysiwyg_wrapper {
    width: 100%;
}

/* Follow page lists */

.entity_list_wrapper, .entity_list_outter {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

}
.middle_entity_column {
    display: flex;
    justify-content: center;
}
.entity_list_title, .middle_entity_column, .optional_entity_column {
    min-width: 250px;
    max-width: 600px;
    width: 30%;
    margin-right: 10px;
}
.entity_list_title .search_listing {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 20px 0 5px 0;
    padding: 5px 5px 10px;
    color: #000;
    border: 0;
}
.entity_list_wrapper .search_listing_info {
    margin-left: 60px;
    min-height: 40px;

    /*display: flex;*/
    /*flex-direction: column;*/
}
.groups .search_listing_info {
    display: flex;
    justify-content: space-between;
}

.search_listing_icon{
    margin-top: 5px;
}

.search_listing_info h4{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-bottom: 6px;
    margin-right: 20px;
}

.news_rss {
    justify-content: space-between;
}

.bukmarcks_comment {
    font-size: 14px;
    font-weight: 200;
}

.title_info_bookmark {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

event_title a{
    font-size: 24px;
}

#content_area_user_title h2{
    position: relative;
    padding-left: 0;
    margin-left: 0;
}


#content_area_user_title h2 .dasctop{
    display: inline-flex;
    float: right;

}


.owner_timestamp>.time{
    float:right;
}

.file_title{
    order: 1;
}

.date-sicnature{
    position: relative;
    bottom: 7px;
    justify-content: space-between;

}

.entity_list_wrapper+.contentWrapper{
    background: red;
}

.entity_list_wrapper .groupdetails {
    float: none;
}
.groupdetails p {
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
}
.entity_list_title .search_listing:hover {
    background: #ffffff;
    color: #000;
}
.entity_list_title .search_listing:hover .search_listing_info {
    background: #ffffff;
    color: #000;
}
.entity_list_title .search_listing a, .entity_list_title .search_listing .search_listing_info a:hover {
    color: #000 !important;
}
.entity_list_wrapper .options a {
    letter-spacing: 1px;

}

.forsql{
    display: none;
}


.flex_container_item {
    display: flex;
    justify-content: space-between;
}

#for_tit{
    display: none;
}

/* Follower page lists */
.search_listing, .search_listing:hover {
    background: none;
}
.search_listing:hover .search_listing_info, .search_listing:hover .search_listing_info a,
.search_listing .search_listing_info, .search_listing .search_listing_info a {
    color: #000;
    /* font-size: 18px;*/
    text-decoration: none;
}

.body_events .title_activity{
    margin-left: 59px;
}


.ecml_news_w>.news_item_title{
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.search_listing_info>.news_item_title h4 a{
    font-size: 20px;
}

.news_item_title {
    max-width: 80%;
}

.desk_top{
    display:flex;
    float:right;
    margin-left:10px;
    align-items: center;
}

.search_listing_info.mobile_times_tamp{
    display:none;
}

.forum_latest{
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.forum_latest a{
    padding: 5px 10px;
    width: 113px;
    color: #fff;
    background: #6695a9;
    margin-top: 0px;
    position: relative;
    background: #6695a9;
    border-radius: 5px;
    font-size: 15px;
    min-width: 68px;
    display: block;
    text-align: center;
}

.search_listing:hover .search_listing_info a:hover {
    color: #000;
}

.search_listing_info .news_item_title>a{
    color: #7a7a7a;
}


.second_l > div {
    width: 250px;
}


/* Front page Top area block */

#header2 > h1 {
    color: #ffffff;
    display: inline-block;
    height: inherit;
    left: 1.25em;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

#header2 > h1 a {
    font-size: 1.25em;
}

#header2 > a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: white;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0.25em;
    padding: 0 0.75em;
    text-decoration: none;
    text-transform: uppercase;
}

#header2.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: transparent;
    box-shadow: 0 1px 0 0 #ffffff;
    color: #ffffff;
    position: absolute;
    top: 3em;
    left: 4em;
    width: calc(100% - 8em);
    z-index: 10;
}

/* End of Front page Top area block */

ul.submenu {
    list-style: none;
    display: none;
}

.highlited {
    border-bottom: 1px dotted #F7711D;
}
li.separator {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.active {
    border: 0;
}

ul.submenu a {
    color: #999999;
    text-decoration: none;
}

ul.submenu a:hover {
    color: #547e90;
}

.groups .time{
    float: right;
    top:3px;
}


/* Styles for login fields */
#layout_header #logindialog2 {
    display: none;
}

#loginusername, #loginpassword {
    width: 75%;
}

#loginform div input[type="checkbox"] {
    border-style: solid;
}

/* Stylels to user list*/

.login_as_return {
    float: right;
    margin-left: 3em;
    vertical-align: top;
    z-index: 9999;
}


.usericon > div.sub_menu > p {
    margin: 0;
}

/* End of Stylels to user list*/

/* Styles for menubuilder */

div.main_menu_container {
    width: 100%;
    margin: 0 auto;
}

div.first-column, div.second-column, div.third-column {
    display: table-cell;
}

input.menubuilder {

}

p.menubuilder {
    margin: 0;
}

input.menubuilder.sideitem {
    opacity: 1;

}

#savemenubtn {
    margin-top: 2em;
}

span.add_menu, span.add_submenu {
    background: url('/_graphics/new/circle.png') no-repeat;
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.question_wrap{
    display: flex;
    flex-direction: column-reverse;
}

span.add_menu {
    position: relative;
    top: 5px;
    left: -15px;
    float: left;
}

span.add_submenu {
    position: relative;
    top: 5px;
    left: 15px;
    float: left;
}

p.submenu_p {
    margin-left: 45px;
}

span.deleteitem {
    background: url('/_graphics/new/minus.png') no-repeat;
    background-size: cover;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

span.deleteitem.submenu {
    position: relative;
    left: -10px;
    top: 30px;
}

span.deleteitem.menubuilder {
    position: relative;
    left: -20px;
    top: 65px;
}

div.sub_wrapper .first-column input {
    margin-right: 3em;
    margin-left: 1em;
}

.first-column input.menubuilder {
    width: 250px;
    margin-right: 25px;
}

.second-column input.menubuilder {
    width: 400px;
    margin-right: 25px;
}

.third-column {
    width: 150px;
}

div.sub_wrapper {
    margin-top: 15px;
    display: none;
}

div.sub_wrapper.filled {
    display: block;
}

div.sub_wrapper .first-column input, div.sub_wrapper .second-column input, div.sub_wrapper .third-column select {
    height: 2em;
}

.sub_wrapper .first-column input.menubuilder {
    width: 220px;
    margin-right: 45px;
}

.sub_wrapper .second-column input.menubuilder {
    width: 380px;
    margin-right: 35px;
}

.sub_wrapper .third-column {
    width: 150px;
    vertical-align: top;
}

.add_menu.buttom_btn, .buttom_btn {
    display: none;
}

.submit_button {
    background: none;
}

input[type="submit"] {
    background: none;
    margin-right: 20px;
}



/*  Review to remove */
header.reveal {
    z-index: 9999;
    position: fixed;
    width: 85%;
    top: 0;
    padding-top: 20px;
}

.messages_buttonbank>input[type="submit"]{
    color: #fff;
    padding: 0 30px;
    margin: 10px 0;
    background: #008DB1;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin-left: 10px;
}

ul.submenu2 {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: absolute;
}

ul.menu2 {
    list-style: none;
    margin: 0;
    padding-bottom: 0;
}

.topwhite ul.submenu2 {
    background-color: darkgrey;
}


.icon_wrapper .social_bar_icons {
    top:5px;
}

ul.menu2 li {
    float: left;
}

.not_logged>#social_bar{
    background: red !important;
}

ul.menu2 li ul li {
    float: none;
    list-style: none;
}

ul.menu2 li a {
    color: #000;
    text-decoration: none;
}

/* Styles for Blogs */

.options {
    justify-content: flex-end;
    display: flex;
}




.blog_post_body {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 3px solid #DADADA;
    padding-left: 70px;

}
.singleview .blog_post_body {
    border-bottom: 0;

    padding-top: 10px;
    color: #606060;
    margin-bottom: 1em;
}

.blog_post_body p {
    text-align: left;
}

.blog_post {
    margin-bottom: 10px;
}

.blog_post h3 a {
    font-size: 16px;
    font-weight: bold;
}

.readmore {
    margin-right: 5px;
}

.option_wrapper .readmore, .option_wrapper .options {

    font-weight: bold;
}

.licensing_icon_subwrapper{
    display: flex;

}

.blog_post .options {
    font-weight: bold;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.controls a, a.licence_view_link, .licenses_edit_controls a, .licenses_edit_controls a:hover {
    color: #fff;
    background: #6695a9;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 30px;
    height: 2em;
    letter-spacing: 0.25em;
    line-height: 2em;
    min-width: 68px;
    font-weight: bold;
    margin-left: 5px;
}

.delete_poll{
    display: flex;
    align-items: center;
}

.polls_title_times{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.delete-poll{
    margin-left: 5px;
}

.delete_poll a:first-child,.delete_poll a:nth-child(2){
    padding: 8px 0px;
    width: 113px;
    color: #fff;
    background: #6695a9;
    margin-top: 0px;
    position: relative;
    background: #6695a9;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.25em;
    min-width: 68px;
    display: block;
    text-align: center;
    margin-left: 7px;

}



.readmore a,.options a {
    padding-top: 4px;
    width: 113px;
    color: #fff;
    background: #6695a9;
    margin-top: 0px;
    position: relative;

    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.25em;
    min-width: 68px;
    display: block;
    text-align: center;
    height: 23px;
    padding-bottom: 4px;

}

a.licence_view_link {
    float: right;
}


.blogTitles_selectors {
    display: flex;
    background-color: #6695a9;

    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 768px){
    .blogTitles_selectors {
        margin-top:1em;

    }}


#blogActions, #blogCalendar {
    background-color: #fff;
    width:13em;
    margin: 0.2em;
}
.contentWrapper.singleuserclass {
    margin-top: 5px;
    padding-top: 5px;
    max-width: 75rem;
    margin: auto;

}

.singleuserclass>.blog_post_body{
    padding-left: 0;
}

.option_wrapper {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.option_wrapper strong {
    display: flex;
    justify-content: flex-end;
}


.bookmark_frend{
    float: right;
}

#content_area_user_title h2 a{
    color:  #7a7a7a;
}


.icon_wrapper_mob {
    display: none;
    background: #fff;
    position: absolute;
    top:30px;
    right: 15px;
    z-index: 100000;
    min-width: 150px;
}


/*.blog_post_top .strapline .parent_block > .icon_wrapper_mob{*/
/*display: block;*/
/*}*/
.strapline {
    display: flex;
    justify-content: flex-end;
    align-items:baseline;
}

.strapline .time {
    margin: 0 5px;
}

.strapline a{
    margin: 0 5px;
}

.blog_groop{
    display: flex;
    margin-left: 52px;
}


.blog_groop a{
    display: flex;
    justify-content: end;
}

.esml_w {


    margin: 0 auto;

}
.singleview .strapline {
    text-align: right;
}
.blog_post .strapline {
    line-height: 1em;
    margin-bottom: 0px;
    margin-top:5px;
    min-width: 300px;
}
.singleview .blog_post_title a {
    color: #000;
    font-weight:bold;
    position: relative;

}

.blog_post_title_notice {
    min-width: 150px;
}

.blog_post p {
    margin: 0;
}
h2 + p + p, h2 + p, p.contBlog {
    margin: 0;
}
p.contBlog + h2 {
    line-height: 0px;
}
.singleview .blog_post {
    margin-bottom:0;
    display: inline-block;
    float:right;

}



.blog_post_top {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.user_blog_title img {
    /*margin-bottom: 5px;*/
}

.blog_post_icon {
    float: left;
    margin: 3px 25px -20px 0;
    padding: 0;
}

.messages_buttonbank{
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
}

.messages_buttonbank>.exbutton{
    margin: 15px;
}

.blog_post_top_user a {
    color: #000;
    font-style: italic;
    font-weight: normal;

    margin-right: 10px;
}

.blog_post .blog_post_title {
    color: #000;
    display: block;
    font-style: normal;
    font-weight:bold;
    margin-right: 10px;
}
.singleuserclass .blog_post .blog_post_title, .singleuserclass .blog_post_body {
    /*padding:0;*/
}

.blog_post .blog_post_title a {
    color: #000;
    font-size: 100%;
}
.blog_post .blog_post_title a img, .licensing_icon img {
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.contentWrapper.singuserclass .blog_post_title, .contentWrapper.singuserclass .blog_post_body, .singleview .blog_post_body {
    padding-left: 0;
}
.contentWrapper.singuserclass .blog_post_title {
    margin-top: -37px;
    position: absolute;
}

.comment_count a {
    color: grey;
    font-size: 20px;
    position: relative;
    text-decoration: none;
}
.comment_count a.notempty {
    color: #6695a9;
}

span.counter {
    border: 1px solid;
    border-radius: 14px;
    display: initial;
    font-size: 7px;
    padding: 2px 6px;
    margin: auto 3px;
    position: relative;
    top: -12px;
    font-weight:600;
}

.action_menu{
    margin-left: 5px;
    position: relative;
    z-index: 1;
    width: 225px;
}

.row_down,.row_up{
    background:#6695a9;
}

.bookmark_title{
    font-size: 16px;

    color: #000;
}

.group~.esml_w{
    display: none;
}

.row_down:before{
    content:" ";
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    position:absolute;
    z-index: 3;
    right: 15px;
    top: 15px;

}

.blog_icon{
    margin-right: 20px;
}

#event_area_user_title h1{
    margin-left: 0;
    padding-left: 0;
}

.entity_list_wrapper+.contentWrapper{
    background: red;
}

.row_up option {
    background: #fff;
    color: #212121;
}
.row_up option:first-child {
    background:#008db1;
    color: #fff;
}

.row_up option:first-child+option{
    background:#008db1;
    color: #fff;
}

.row_up:before{
    content:" ";
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    position:absolute;
    z-index: 3;
    right: 15px;
    top: 10px;
}


.bookmark_single_title {
    justify-content: space-between;
}

.owner_timestamp{
    /*justify-content: space-between;*/
    position:relative;
    display: flex;
    flex-flow: wrap;
    align-items:baseline;

}


.search_listing_info p.owner_timestamp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.field p {
    display: flex;
    max-width: 600px;
    padding: 0 30px;
    margin: auto;
    justify-content: space-between;
}


.field select {
    width: 534px;
    margin-left: 15px;
}

#fieldtypeform p label {
    margin-right: 7px;
}



.accessrights, .access {
    cursor: help;
    float: right;
    margin-left: 5px;
    padding-right: 5px;
    font-size: 16px;

}
.entity_outter_wrapper .access {
    order: 4;

}
.access_public i, .access i, .access_private i, .access_acl i {
    font-size: 13px;
    color: #666;
}

.signatyre a {
    margin-left: 5px;
}

.w_date_access{
    display: flex;
    align-items: center;
}

.w_date_access span.time{
    margin-left: 15px;
}


.search_listing_info p{
    padding-right: 5px;
}

.search_listing_info>.shares_gallery_title {
    justify-content: space-between;
    padding-right: 0;
}

.search_listing_info p .comm_link{
    font-size: 14px;
}

/*.search_listing_detail{*/
/*padding-top: 5px;*/
/*}*/
.comm_link{
    min-width: max-content;
}

.contentWrapper.blogtitles img {
    width: 100%;
    max-height: 80px;
}
.contentWrapper.blogtitles p {
    margin: 0;
}
.license_link {
    margin-top: 0;
    margin-right: 15px;
}

.pagination a {
    text-decoration: none;
}
.pagination {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: none;
    border-radius: 1px;
    border-right: none;
    margin: 5px 0px;
    padding: 5px 10px;
    max-width: 73rem;
    margin: auto;
}
.pagination .pagination_previous, .pagination .pagination_next {
    border: 1px solid #6695a9;
    background: #fff;
    color: #606060;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 6px 0 0;
    padding: 0 8px;
    text-align: center;
    border-radius: 5px;
}
.pagination .pagination_currentpage {
    background: #6695a9 none repeat scroll 0 0;
    border: 1px solid #6695a9;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 6px 0 0;
    padding: 0 8px;
    text-align: center;
    border-radius: 5px;
}

.odd{
    display: none;
}

.event_top_wrapper>.event_img_wrapper {
    /*width: 50%;*/
    display: block;
    text-align: center;
}

.event_contents {
    max-width: 100%;
}

.pagination .pagination_number {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6695a9;
    color: #606060;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 6px 0 0;
    padding: 0 8px;
    text-align: center;
    border-radius: 5px;
}

.licensing_icon{
    display: block;
    float: left;
    transform: rotate(180deg);
    color:#6695a9 ;
    margin-right: 5px;
}

.user_blog_title p img {
    width: 100%;
}
.contentWrapper.blogtitle h2 p img {
    width: 100%;
}

.contentWrapper.blogtitle #elgg_horizontal_tabbed_nav {
    display: none;
}

/* End Styles for Blogs */

/* Date picker styles */

.ui-widget-header {
    /*background: #E6E6E6;*/
    background:#666 ;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.8em;
    margin: 0;
    width: 100%;
    /*background: #008DB1;*/

}

.ui-datepicker table th {
    color: #333;
}

a.ui-corner-all:hover {
    background: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*background: #008DB1 none repeat scroll 0 0;*/
    border: none;
    color: #000;
    font-weight: bold;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.ui-state-default:hover {
    color: #fff!important;
}

.ui-datepicker td a:hover {
    background: #000;
}

.ui-datepicker {
    padding: 0;
    width: 15em;
    line-height: inherit;
}

/* End Date picker styles */

/* Block for User Profile page */

div.tabheader {
    background-color: #D68227;
}

div.tabheader li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 0 5px 15px;
}

.tabheader li {
    list-style: none;
}

div.tabheader {
    background-image: url(../_graphics/new/circle_arrow.png);
    background-repeat: no-repeat;
    background-position: 99% 5px;
}

/* Block Top header */
.login_as_arrow {
    color: red;
    font-weight: bold;
    margin: 0 25px 0 5px;
    vertical-align: top;
    text-decoration: none;
}
.login_as_return {
    float: inherit;
    margin-left: 1em;
    vertical-align: top;
    z-index: 9999;
}
.login_as_arrow:hover {
    color: red;
}
.wrapper_loggedblock {
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.middle_loggedblock {
    align-items: flex-end;
    flex-grow: 2;
}

.left_loggedblock, .right_loggedblock {
    display: flex;
}

#loggedtopblock {
    width: auto;
    margin-right: 15px;
}

#loggedtopblock span.username {
    color: #000;
}

.mobile_times_tamp {
    display: none;
}

#loggedtopblock div.usericon {
    float: left;
    margin-right: 10px;
    height: 30px;
}

.headerblock {
    display: block;
}

.middle-top {
    width: auto;
}

.right-top {
    width: auto;
    margin-right: 15px;
}

body.logged #header {
    top: 175px;
}

body.logged #sp_main {
    margin-top: 170px;
}

body #sp_main {
    margin-top: 133px;
}

body.logged header.reveal {
    top: 160px;
}

div.logoblock {
    text-align: left;
}

div.imgbg {
    width: 60%;
    text-align: right;
}

.wrapper_imgblock {
    display: flex;
    padding: 0;
    background-size: 100%;
    margin: 0;
    height: 100px;
}

.logo_block {
    width: 40%
}

.menu_area_wrapper {
    padding: 0;
    max-width: 75em;
    display: block;
    margin: auto;
    position: relative;
}

span.timestamp {
    display: flex;
    align-items: baseline;
}
span.timestamp span{
    margin:0 5px;
}
span.timestamp a{
    margin:0 5px;
}


.menu_area {
    float: left;
    height: 30px;
    position: static;
    width: calc(100% - 35px);
}

.search_icon {
    color: #6695a9;
    background-color: #fafafa;
    float: right;
    z-index: 10000;
    display: block;
    font-size: 1em;
    text-align: center;
    height: initial;
    width: 1.5em;
}

.toparea {
    position: fixed;
    top: 0;
    width: calc(100% - 20px);
    background: #fff;
    z-index: 9000;
    padding: 0 10px;
}

.loginbtn {
    display: block;
    position: fixed;
    background: rgb(230, 230, 230) none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 0px 15px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    right: 115px;
    top: 70px;
}

.sharing_item_description p a{
    color:blue;
    text-decoration: none!important;
}

#header, #header.alt {
    top: 91px;
}

header.reveal {
    top: 91px;
}

.mainmenu, .topmenu_items {
    color: #929292;
    font-size: 1.3em;
}

.topmenu_items {
    margin-right: 15px;
}

.md-text {
    vertical-align: top;
    display: inline-block;
    color: #000;
}

.headerblock > a {
    display: inline-block;
}

.mob, .secondmenu {
    display: none;
}

#searchform {
    margin: 0;
}

#searchbox {
    position: absolute;
    margin: 0;
    top: -0.2em;
    right: 2em;
    display: none;
    z-index: 10001;
}

#searchbox.search_active {
    right: 136px;
    width: 180px;
}

input.searchfield {
    height: 1.5em;
    width: 11em;
    background: #fff;
    margin-right: 30px;
    border-radius: 15px 0 0 15px;
    border-color: #999999;
}

.title_time_wrapp{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}

input.searchfield:focus, #searchselect:focus {
    border-color: rgba(144, 144, 144, 0.2);
    border: solid 1px;
    box-shadow: initial;
}

#searchform {
    position: relative;
}

#searchselect {
    width: 1.5em;
    height: 1.65em;
    right: 0;
    position: absolute;
    border-radius: 0 15px 15px 0;
    border-color: #999999;
    background: #6695a9;
    margin: 0;
}

/* Layout */

.middle-view-flex {
    max-width: 75em;
    margin: auto;
}

div.block_3 {
    height: 100px;
    width: 600px;
    margin: auto;
}

#social_bar {
    display:none;
    margin-bottom: 5px;
}

/* Styles for old elements */
div.usericon a.icon img.tiny {
    height: 25px;
    width: 25px;
}

#ui-id-1{
    /* padding: 4px 10px;
     border-radius: 5px;*/
}

div.usericon a.icon img, div.groupicon a.icon img {
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 0 1px 3px #666;
    height: 40px;
    width: 40px;
    z-index: 10;
}

.usericon div.sub_menu {
    background: #f3f3f3 none repeat scroll 0 0;
    border-color: #e5e5e5 #999 #999 #e5e5e5;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    display: none;
    margin: 0;
    padding: 2px;
    position: absolute;
    text-align: left;
    width: 160px;
    font-size: 14px;
}

.usericon div.sub_menu a {
    text-decoration: none;
    margin: 0;
    padding: 0 10px;
}

.avatar_menu_button {
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 15px;
    position: absolute;
    right: 0;
    width: 15px;
}

.event_attendees .usericon {
    position: relative;
    width: 40px;
}
.attendees .usericon {
    width: 30px;
}

.sidebarBox .membersWrapper .recentMember {
    float: left;
    margin: 2px;
}

#teaser_parent {
    width: 98%;
}

/* Social Bar styles */

/* jQuery tooltips */
.ui-tooltip {
    top: 10px;
    font-size: 12px;
    border: 0;
    background: #F2CE8C;
}

.options_text{
    display: none;
}

h2.blog_highlight {
    padding: 0;

    font-size: 28px;
}
h2.blog_highlight a {
    color: #707070;
}
.categories_selector {
    margin-left: 2px;
    display: flex;
}
.categories_selector select {
    width: calc(100% + 60px);
    /*border-radius: 0;*/
}
.categories_selector select input {
    padding: 0 20px 0 10px;
}

/* Dropdown styling */

h2 > p {
    margin: 0;
}
.categories_selector {
    /*background: url(../_graphics/down.png) no-repeat 90% 50%;*/
    height: 36px;
    overflow: hidden;
    width: 160px;
    /*-webkit-border-radius: 1px;*/
    /*-moz-border-radius: 1px;*/
    /*border-radius: 1px;*/
    /*background-color: #fff;*/
}

.categories_selector select {
    background: #ffffff;
    /*border: 1px solid #e6e6e6;*/
    width: 188px;
    color: #7a7a7a;
}
.user_blog_title p {
    margin: 0;
}

/* End of Dropdown styling */

.category_dropdown {
    width: 30px;
    height: 1.65em;
    background-color: #e6e6e6;
}

.activity_highlight {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #000;
    font-size: 1.7em;
}

.news_item_title +.desk_top {
    position: absolute;
    right: 0;
}


.river_comment_contents,.river_comment_form,.river_item a.river_more_comments{
    background:#fff1d7;
}

.mob_addcomment>.material-icons {
    font-size: 23px;
}

.river_comment_contents:before {
    border-bottom: 8px solid transparent;
    border-right: 15px solid #fff1d7;
    border-top: 9px solid transparent;
}

.river_comment_form:before {
    border-bottom: 20px solid #fff1d7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.social_bar_header {
    height: 28px;
    width: 100%;
    min-width: 50px;
    background: #6695a9;
    background-image: url('/_graphics/new/arrow_bottom_sb.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    font-size: 11pt;
    z-index: 900;
    margin-bottom: 5px;
}
#one_column {
    display: flow-root;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

#searchbutton{
    padding-top: 15px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #dadada;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border-color: black;
    border-width: 1px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext {
    width: 300px;
    top: 100%;
    left: 50%;
    margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}

.altcategoryfield {
    background-color: rgba(230,230,230,0.3);
}

.categoryfield {
    display: block;
    margin-bottom: 15px;
}

.categoryfield:nth-child(2n) {
    background-color: rgba(230, 230, 230, 0.3);
}


/* end tooltip */

.social_bar_header.opened_sb {
    background-image: url('/_graphics/new/arrow_bottom_sb_right.png');
}

label.hidden_field {
    display: none;
}

.icon_wrapper_social_options{
    display: none;
}

.accessright_inner_wrapper i:hover {
    cursor: pointer;
}


.lof_feed a img{
    margin-right: 10px;
}

.social_bar_header i {
    color: #fff;
    margin: 0 0 0 10px;
    cursor: default;
    font-size: 18px;
    vertical-align: middle;
}

.social_bar_icons {
    display: flex;
    vertical-align: middle;
}

.rov_icon {
    height:2.75em;
    width: 20px;
    float: right;
    background: #e6e6e6;
    font-size:17px;
    border-radius: 0 2px 2px 0;
    color: #000;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;

}

#sb_filter option:first-child {
    background: #808080;
}

.social_bar_icons.nonlogged {
    display: none;
}

#social_bar_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dotted 1px #000;
}



}

.formdata_edit p{
    display: flex;
    justify-content: space-between;
}

.formdata_edit .control_questions_button{
    display: flex;
    justify-content: flex-end;
}

.formdata_edit p a{
    padding: 8px 0px;
    width: 113px;
    color: #fff;
    background: #6695a9;
    margin-top: 0px;
    position: relative;
    background: #6695a9;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.25em;
    min-width: 68px;
    display: block;
    text-align: center;
    margin-left: 5px;
}

#social_bar_block .social_bar_icons .icon_wrapper a {
    color: #929292;
    font-size: 1.4em;
    position: relative;
    padding: 7px 0 0 8px;
    height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 2em;
    margin:0 5px;
}

.not_active_link{
    color: #929292!important;
}
.sidebarBox.featuredgroups {
    display: none;
}



#social_bar_block .icon_wrapper a:hover, #social_bar_block .social_bar_icons a.active_link {
    color: #6695a9;
}
#social_bar_block .icon_wrapper .social_bar_icons.nonlogged:hover {
    color: inherit;
    cursor: inherit;
}
.wrapper_social_bar {
    display: flex;
    align-items: center;
}
h2.settings_highlight {
    /*max-width: 500px;*/
    color:#666;
    text-transform: capitalize;

}



.settings_highlight:first-letter {
    text-transform: uppercase;
}
.select_wrapper, .icon_wrapper, .blog_highlight {
    display: inline-block;
}

.outter_select_wrapper {
    display: flex;
    justify-content: flex-end;
}
.select_wrapper {
    margin-bottom: 5px;
}

#sb_filter {
    border-radius: 4px 0 0 4px;
    width: 13em;
    height: 2.6em;
    color: #fff;
    background: #6695a9;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    display: inline-block;
    border-color: #808080;
    padding: 0;
    font-size: 18px;
    padding-left: 5px;

}

.sb_highlight {
    height: 60px;
    /*width: 100%;*/
    background: #EBEBEB;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0 40px;
}

.sb_highlight span {
    font-size: 16px;
}

.event_serch_wrap {
    display: flex;
    flex-direction: column-reverse;
}

.event_serch_wrap .title_activity {
    margin-left: 0;
}


a.start_new_conversation {
    color: #7A7A7A;
    font-size: 1.5em;
}

.search_listing_icon > img {
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.river_item_useravatar>.search_listing_icon > img {
    border-radius: 5px;
    height: 40px;
    width: 40px;
}



/* Events */
.search_listing {
    background: none;
    display: block;
    margin: 0px 0px  0px 0;
    padding: 5px 5px 5px;
    border: 0;
    width: 100%;

}

/*.search_listing .search_listing_icon{*/
/*margin-top: 0;*/
/*}*/


.tit_com_wrap{
    display: flex;
    justify-content: space-between;
    padding-right: 4px;
}


.comm_link{
    font-size: 14px;
}

.contentWrapper>.entity_list_wrapper .search_listing{
    padding-top: 0;
}


#content_area_user_title_events {
    display: inline-block;
    padding-top: 7px;
}

#social_bar_block .icon_wrapper .filter a {
    color: #fff;
    font-size: inherit;
    margin-right: 0;
}


/* Action dropdown menu */

#owner_block_submenu .submenu_group .submenu_group_filter ul li a:hover, #owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
    background: #6695a9 none repeat scroll 0 0;
    color: #fff;
}

#owner_block_submenu .submenu_group .submenu_group_filter ul li.selected a, #owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
    background: #0f0263 none repeat scroll 0 0;
    color: #f3f3f3;
}

#owner_block_submenu ul li a {
    color: #000;
}

#owner_block_submenu ul li a:hover, #owner_block_submenu ul li.selected a, #owner_block_submenu ul li.selected a:hover {
    background: #547e90;
    color: #fff;
}

.controls_events{
    display: flex;
    justify-content: flex-end;

}

.event_single{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.event_img_wrapper{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_top{
    width: 50%;

}

#owner_block {
    background: #FAFAFA none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-radius: 1px;
    border-right: 1px solid #ccc;
    padding: 10px;
}

.item_contents_flex {
    display: flex;
    justify-content: space-between;
}
.item_contents_flex a {
    color: #000;
}
.entity_outter_wrapper {
    display: flex;
}
.entity_attr_wrapper {
    display: flex;
    align-items: center;

}
.entity_attr_wrapper .parent_block {
    margin: 0 0 0 10px;
}


/* Activity Stream */

.river_item_contents a {
    font-weight: normal;
    /*text-decoration: none;*/
    font-style: italic;
    color: #000;
    /*margin-left: 25px;*/
}

.river_comment_form_button.link,
.river_user_follow_button.link,
.river_user_like_button.link,
.river_item_contents {
    margin-left: 0;
}

.river_user_follow_button.link,
.river_user_like_button.link.notempty,
.river_comment_form_button.link.notempty {
    color: #6695a9;
    font-size: 20px;
}
a.river_user_follow_button.link,
a.river_user_like_button.link.notempty,
a.river_comment_form_button.link.notempty {
    text-decoration: none;
}
a.river_user_follow_button.link{
    text-decoration: none;
}

.river_comment_form_button.link,
.river_user_like_button.link {
    color: #6695a9;
    font-size: 20px;
    text-decoration: none;
}

.river_user_follow_button span.gray_icon {
    color: grey;
}

.title_control{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0!important;
    line-height: 20px;

}


.title_control a {
    font-size: 16px;
    max-width: 50%;

}

.event_timestamp + .title_control a{
    max-width: 100%;


}

span.time {
    font-size: 12px;
    vertical-align: top;
    color: #7A7A7A;
    font-weight: bold;
    position: relative;

}



.control_poll_button{
    display: flex;
    flex-flow: wrap;
}


.comments_container a {
    margin-left: 0;
}

div.river_comment div.usericon a.icon img, div.member_icon img, div.elgg_likes_user div.usericon a.icon img {
    border-radius: 3px;
    /*height: 40px;*/
    /*width: 40px;*/
}

.esml_w>.event_top_wrapper>.entity_list_wrapper>.search_listing>.search_listing_detail>.search_listing_info>div>div {
    display: none;
}

.esml_w>.top_event_block,.esml_w>#event_area_user_title{
    display: none;
}

.esml_w>.event_top_wrapper>.event_img_wrapper {
    display: none;
}

.esml_w .owner_timestamp {
    justify-content: flex-start;
}

.esml_w>.search_listing_info a {
    font-size:24px;
}

.esml_w>.search_listing_info a {
    font-size:24px;
}


.river_comment_part>.river_item_useravatar {
    margin-right: 10px;
}

.river_item_useravatar {
    margin-right:20px;
}

.blog_post .strapline.withicon {
    margin: 0.1em 0;
    text-align: right;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
}
.strapline.withicon .time, .entity_subtext .time {
    display: inline-block;
    /*min-width: 165px;*/
}
.river_item .river_comment_contents {
    margin-left: 50px;
}
.river_item.riverdashboard.activity .river_comments.spine_wrap .river_comment_contents {
    display: flex;
    flex-direction: column;
}
.river_item.riverdashboard.activity .river_comments.spine_wrap .river_comment_contents .entity_subtext {
    justify-content: flex-end;
}

.river_item .entity_subtext, .entity_subtext_blog {
    display: flex;
    flex-direction: row;
    line-height: 1.4em;
    float: right;
    text-align: right;
    margin-right: 5px;

}

.top_description {
    display: flex;
    justify-content: space-between;
}

.bookmarcks_info{
    display: flex;
    flex-direction: column-reverse;
}

.search_listing_info p.owner_timestamp .bookmark_wrapp{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bookmarcks_info.owner_timestamp{
    justify-content: space-between;
}

.sharing_item{
    display:flex;
    flex-direction: column;
}


.river_item_contents>.river_comment_part {
    width: 100%!important;
}

.entity_metadata {
    color: #aaa;
    float: right;
    font-size: 90%;
    margin: 0 15px 0 15px;
}



.signatyre{
    display: flex;
    font-size: 12px;
    width: 100%;
    justify-content: space-between;
    margin-right: 20px;
}

.date-sicnature>.signatyre a{
    font-size: 12px;
}

.date-sicnature>.signatyre a:hover{
    font-size: 12px!important;
}

.title_control>.events_control a{
    font-size: 16px;
    letter-spacing: 1px;
}

.date-sicnature>.signatyre a:hover{
    font-size: 13px!important;
}

.esml_w >.event_top_wrapper>.entity_list_wrapper>.search_listing>.search_listing_detail h4{
    margin-bottom: 0;
    margin-top: 0;
}

.esml_w >.event_top_wrapper>.entity_list_wrapper>.search_listing>.search_listing_detail h4 a{
    font-size: 14px;
    letter-spacing: 0;
}

.esml_w >.event_top_wrapper>.entity_list_wrapper>.search_listing>.search_listing_detail .owner_timestamp {
    font-size:16px;
}

.esml_w >.event_top_wrapper>.contentWrapper> #event_area_user_title{
    display: none;
}

.elgg_likes_owner .entity_subtext {
    min-width: 230px;
}

.river_item_contents .access {
    float: right;
    margin-left: 5px;
}
span.updowndisplay {
    display: none;
}

.river_comment_part.activity_stream {
    width: auto;
}

.river_comment_part.comment_entity {
    padding-left: 0;
}
.river_content_title {
    display: inline-block;
}

.river_comments {
    background: #fff;
}
.river_comments.emptyform {
    display: none;
}



.river_item {
    padding-bottom: 5px;
    border-bottom: 3px solid #DADADA;
}
.entity_list_wrapper {
    box-shadow: 0px 3px 0px 0px rgba(218, 218, 218, 0.5);
}



/*.search_listing_detail .search_listing_icon {*/
/*margin-top: 27px!important;*/
/*}*/

.search_listing_info p {
    line-height: 2em;
}

#event_area_user_title h1 {
    margin-left: 0;
    font-size: 24px;
    font-weight: bold;
}

.desk_top>.accessrights {
    margin-top: 0px;
}


.checkboxtable>label{
    background: red;}
}


.editbuttons .entity_list_wrapper {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.editbuttons .search_listing {
    margin: 0;
    padding: 0;
}

.river_item_contents.clearfloat {
    width: 100%;
}
.river_content_display {
    display: inline-block;
    margin: 8px 0 5px 50px;
    padding-left: 5px;
    /*z-index: 9000;*/
    /*width: calc(200% - 75px);*/
    /*overflow: visible;*/
}

.river_item p.elgg_likes_owner {
    margin-left: 10px;
}

.river_comment_contents {
    background: #fff1d7;
    border-radius: 8px;
    padding: 1px 0px 10px 10px;
    position: relative;
    border:dotted 1px #000;
}

.icon_wrapper_mobilike{
    display: block;
}

.river_comment_contents:before {
    border-bottom: 8px solid transparent;
    border-right: 15px solid #fff1d7;
    border-top: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 33%;
    width: 0;
}

.river_comment_contents a {
    font-style: normal;
}

.river_comment_form {
    background: #fff1d7;
    padding: 10px;
    margin: 50px 10px 10px 40px;
    border-radius: 10px;
    position: relative;
    border:dotted 1px #000;
}

.river_comment_form:before {
    border-bottom: 20px solid #fff1d7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 90px;
    top: -20px;
    width: 0;
}

.river_comment_form input.input-text {
    background: #fff;
    width: 80%;
    display: inline;
}

.river_comment_form.hidden a.submit_button {
    background: #008db1;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.9em;
    height: auto;
    border-radius: 0.5em;
    padding: 0 1.5em;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}



.river_item a.river_more_comments {
    background-color: #fff1d7;
    display: block;
    float: none;
    font-size: 85%;
    font-weight: normal;
    margin-left: 6px;
    padding: 1px 7px;
    text-align: right;
    width: auto;
}

.body_events >.river_content_display {
    display:none;
}

.ecml_news_w .material-icons{
    font-size:12px;
}

.ecml_news_w .desk_top .time {
    font-size:12px;
    font-weight: 200;
}

.ecml_news_w .search_listing_icon img{
    width:0;
}

.ecml_news_w .search_listing_info{
    margin-left: 0;
    display: flex;
    flex-direction: column;
}


.ecml_news_w .search_listing_info .owner_timestamp .desk_top{
    display: none;
}


.ecml_news_w .search_listing_info .mobile{
    display: flex!important;
}

.ecml_news_w .search_listing_info .mobile>.time{
    display: block;
}

.ecml_news_w .search_listing_info .news_item_title>a{
    color: #6695a9;
    font-weight: 400;
    font-size: 16px;
}

.topic_wrap{
    display: flex;
    justify-content: space-between;
}

.ecml_news_w .search_listing_info p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 1px;
    color: #666666;
}

.ecml_news_w .search_listing_info i {

    font-size: 13px;
}


.ecml_news_w .desk_top>.accessrights {
    margin-top: -3px;

}

.ecml_news_w .owner_timestamp>i{
    color:#666!important;
}

#event_area_user_title{
    display: flex;
    justify-content: space-between;
}


.mob_addcomment {
    display: none;
}

.entity_subtext {
    font-style: normal;
    color: #7A7A80;
    font-weight: bold;
}

.parent_block {

    display: flex;

}
.wrapper_parent_access {
    margin-top: 10px;
}

.icon_wrapper_mob_l{
    display: none;
}

.icon_wrapper_mob a{
    text-decoration: none;
}

.icon_wrapper_mob .text_wrapper, .text_wrapper {
    display: none;
}

.opened, .closed {
    display: none;
    color: #6695a9;
    cursor: pointer;
    z-index: 3000;
}
/* Blog comment styles */
.generic_comment_details {
    margin-left: 70px;
    display: flex;
    justify-content: space-between;
}
.comment_owner_name {
    color: #000;
    font-weight: bold;

}
span.title_activity {
    display: block;
}
span.title_activity a {
    font-weight:bold;
    font-style: normal;
}
.comment_owner_name {
    display: block;
    text-decoration: none;
    color:#444444;
    font-size: 16px;
    font-weight: 200;
}
.generic_comment_owner {
    border-top: 0;
    color: #666;
    font-size: 90%;
    margin: 0;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.generic_comment {
    background: 606060;
    margin: 0 0 10px;
    padding: 10px;
    border: 1px grey dotted;
    background:#fff1d7;
}
.generic_comment_details .comment_text {
    margin: 0 10px 5px 0;

    padding: 3px 5% 10px 3px;
    text-align: justify;
}

.blog_post_body img {
    max-width: 100%;
    height: auto;
}

.blog_post_icon_desctop{
    display: block;
}

.generic_comment_details p {
    color:#606060;
}

.comment_submit_button {
    text-align: right;
}
.comment_submit_button .submit_button, .comment_submit_button .submit_button:hover {
    color: #fff;
    padding: 0 20px;
    margin: 0;
    background: #6695a9;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: normal;
    border: none;
}

.tags {
    background: none;
    min-height: 22px;
    padding: 0;
    color: #6695a9;
    margin-bottom: 5px;

}
.tags i {
    margin-right: 0.5em;
}
.tags a {
    color: #fff;
    background: #6695a9;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 1px;
}

.lof_feed {
    display:flex;
}

.icon_wrapper_mob {
    display: none;
    background: #fff;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 100000;
    min-width: 150px;
    border-bottom: 1px;
}


.icon_wrapper_mob a {
    display: flex;
    font-size: 1.1em;
    padding: 8px;
    border: solid 1px #CCCCCC;
    justify-content: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.filter{
    background: #fff;
}

.lof_feed img {
    display: none;
}

/*.fa-tags:before{*/
/*    color: #6695a9;*/
/*}*/
.options_wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    align-items: baseline;

}
.blog_post_body .options_wrapper.tagswrapper {
    justify-content: space-between;
}

/* Newsfeed styles */
.wrapper_info {
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
}
.fl_info, .action_menu_wrapper {
    display: flex;
}
.fl_info {
    flex-direction: column;
    margin-top: 4px;
}
.action_menu_wrapper .action_menu .chosen-container {
    width: 140px !important;
}

.for_news_chahanal_data_permission dasctop{
    display: block;
    align-items: baseline;
}

.for_news_chahanal_data_permission >.accessrights{
    position:relative;
    /*top:5px;*/
}

/*.closed{*/
/*display: inline-block;*/
/*}*/


.action_menu_wrapper {
    max-width: 255px;
    width: 255;
    justify-content: space-between;
}

.for_news_chahanal_data_permission {
    margin-left:7px;
    align-items: center;
}

/*feeds edit*/
.feed_source {
    color: #606060;
    display: flex;

    font-weight:bold;

}

.feed_source img{
    padding-right: 10px;
    width: 30px;
    height: 24px;
    width: 24px;
    margin-right: 20px;
}

.feed_source span {
    margin-left: 5px;
}



.conte{
    display: flex;
    flex-direction: column;
}

.mobile {
    display: none!important;
}

.search_listing_info > mobile{
    display: none!important;
}

.mobile2 {
    display: none;
}


.mobile>.time,.mobile>.access {
    display:none;
}


.dasctop {
    display: flex;
    align-items: center;

}
.wr_criche{
    display: flex;
}

.wr_criche .lof_feed h4 {
    text-align: center;
    width: 240px;
    margin-right: 22px;
    font-weight: 600;
}

.wr_criche>h4{
    color: #606060;
    text-align: right;
    font-weight: bold;
    padding-right: 11%;
    width:230px;
}
.wr_criche p{
    width: 70%;
    color:#656560;
    overflow: hidden;

}

.items_link {
    display: flex;
    flex-direction: column;
    margin-right: 1%;
    text-align: center;

}

.items_link a{
    text-decoration: none;
    background: #008db1;
    border-radius: 4px;
    padding: 15px 0;
    display: inline-block;
    color: #fff;
    margin: 5px;
    font-size:14px;
    font-weight:bold;
    width: 250px;

}
/*end feeds edit*/

#social_bar_block .icon_wrapper a.action_button.newsfeed {
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 5px 45px;
    border-radius: 3px;
    text-transform: capitalize;
    font-weight: bold;
}


#social_bar_block .icon_wrapper a.action_button::first-letter{
    text-transform: uppercase;
}

.search_listing_info .wrapper_info .action_menu select {
    color: #ffffff;
    position:relative;
    z-index: 33;
    border: none;
    border-radius: 1px;
}

.action_dropdown option {
    background:#fff;
    color:#333;
}




div.wrapper_info div.action_menu_wrapper {
    align-items: flex-end;
    flex-direction: column;

}
div.fl_info span.owner_timestamp {
    color: #7a7a7a;
    justify-content: flex-start;
}

div.entity_list_wrapper .wrapper_info .fl_info .owner_timestamp a {
    color: #606060;
    font-style: italic;
    text-decoration: none;
    margin-right: 5px;
}
div.entity_list_wrapper div.fl_info span.shares_gallery_title a {
    color: #6695a9;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
div.entity_list_wrapper div.fl_info span.shares_gallery_title a:hover {
    color: #7a7a7a;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

#registerbutton {
    visibility: visible;
}
.contentwrapper.feeddetails ul li a {
    font-size: 18px;
    color: #606060;
    font-weight: bold;
    padding-left: 35px;
    text-decoration: none;
}
.contentwrapper.feeddetails ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0;
    margin-bottom: 20px;
}
.newsfeeds_sourceblock_new {
    display: flex;
    flex-direction: column;
}
.newsfeeds_sourceblock_new {
    display: flex;
    flex-direction: row;
    margin-top:35px;
    justify-content: space-between;
}



.newsfeed_view_sourse a {
    color: #af3a11;
    text-decoration: none;
}

.newsfeed_view_sourse a:hover{
    color: #af3a11;
    background: none;
}
.newsfeed_view_sourse {
    background-color: #e6e6e6;
    border: solid 1px #d68227;
    border-radius: 3px;
    padding: 3px 25px;

}

div.newsfeeds.source {
    margin-right:20px;

}
label.assoc_newsfeed {
    color: #000000;
    font-weight:normal;
}

.sharing_item_description a{
    color: blue;
    text-decoration: none;
}

.source_feed_title{
    color:#000;
}

.newsitem .new_date {
    color: #7a7a7a;
    text-align: right;
    display: block;
    font-weight: bold;
}

.for-new-data .accessrights{
    align-items:baseline;
}

.for_lot {
    position: relative;
    bottom: 20px;
}



.for-new-data-chanel{
    display: flex;
}

.flex_controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: baseline;
}


.for-new-data_chanel.accessrights{
    margin-top:3px;
    margin-left: 10px;
}
h2.settings_highlight.newsitem {
    color:#444444;
    font-size: 24px;
    font-weight: bold;
}
h2.settings_highlight.newsitem img{
    display: none;
}
h2.settings_highlight.newsitem {
    max-width: 800px;
}

.newsfeeds .feedwrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: url(../_graphics/squere.gif) no-repeat 0px 5px;
    padding: 0.3em 0.7em 0.3em 2.6em;
}

.sharing_item_title h3{
    display:flex;
    color:#444444;
    font-size:22px;
    font-weight: bold;
    /* justify-content: space-between;*/
    align-items: center;

}

.sharing_item_title h3 span{
    margin:0 5px;
}


.for_new_title{
    padding-bottom: 4px;
}class="section group"


.sharing_item_owner p b a{
    color:#606060;
    font-size:18px;
    text-decoration: none;
    font-weight:bold;
}

.time_access{
    display: flex;
    align-items: center;
}

.newsfeeds .feedwrapper a{
    text-decoration: none;
    color:#606060;
    font-weight:bold;
    margin-right: 6.2em;
    font-size:14px;
    font-family: Helvetica;
}

.newsfeeds .feedwrapper span {
    display: flex;
    font-size:12px;
    color:#606060;
    flex-direction: column;

}

.sharing_item_description ul{
    padding-left: 0.8em;
}

.sharing_item_description ul li{
    margin-top:12px;
    background: url('../_graphics/squere.gif') no-repeat 0px 5px;
    padding:0.3em 0.7em 0.3em 2.6em;
    list-style: none;
}
.sharing_item_description p img {
    max-width: 100%;
}


span.datetitlewrapper {
    text-align: right;
    color: #000000;
}
.contentwrapper.feeddetails ul li {
    padding-left: 0;
    background: url('../_graphics/squere.gif') no-repeat 0px 5px;
}
.contentwrapper.feeddetails ul li img {
    display: none;
}
/* Custom field types */

.usercategoryselect div.chosen-container {
    display: inline-block;
}

div.description_field {
    flex-grow: 5;
    margin-bottom: 5px;
}

div.description_field_inner {
    font-size: 0.9em;
}

div.label_field {
    width: 33%;
    text-align: right;
    padding-right: 30px;
}

div.label_field.longtext {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.compound_first_column {
    width: 33%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    padding-right: 30px;
    align-self: center;
}

.compound_first_column.rich-text, .compound_first_column.check-boxes,
.compound_first_column.ratings, .compound_first_column.multiple-exclusive-questions,
.compound_first_column.date,
.compound_first_column.time {
    align-self: auto;
}

div.categoryfield .detail.compound {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

div.label_field.compound {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-right: 0px;
}

div.label_field.compound label {
    font-weight: bold;
}

.compound div.inputfield.accessright {
    width: 33%;
}

.flex_container.compound {
    width: 100%;
}

.title_wrapper_compound {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.blog_post_top_first{
    display: flex;
}

.flex_container.compound .flex_container_inner {
    width: 100%;
}

div.label_field label {
    font-weight: bold;
    color: #606060;
}

.access_right_label, div.detail.longtext_editarea label.access_right_label {
    display: none;
}

.accessright i {
    color: #000;
}
.flex_container.conversation_block #conversations_access_wrapper {
    font-size: 25px;
}
#conversations_access_wrapper {
    float: left;
    margin-left: 20px;
}
.flex_container {
    font-size: 16px;
    display: flex;
    align-items: baseline;
}
.flex_container.conversation_block #conversations_access_wrapper {
    font-size: 25px;
}

.flex_container {
    margin-bottom: 0;
}

.icon_wrapper {
    max-width: 340px;
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;

}

.flex_container.text, .flex_container.dropdown, .flex_container.email,
.flex_container.radio, .flex_container.tags, .label_field.url, .flex_container.url {
    align-items: center;
}

.flex_container .flex_container_inner {
    flex-direction: column;
}

.inputfield.dropdown label {
    display: none;
}

div.categoryfield .compound .inputfield.longtext {
    width: 66%;
}

div.flex_container_inner div.embed_media,
div.flex_container_inner div.toggle_editor_container {
    padding: 0;
    margin: 5px 0;
}

/* Hiding  redundunt elements */
.flex_container_inner .enable-files-media-upload-, .flex_container_inner .enable-files-media-upload- + .inputfield.dropdown,
.flex_container_inner .enable-investor-groups-, .flex_container_inner .enable-investor-groups- + .inputfield.dropdown {
    display: none;
}

/* ----------End of Colored block for testing ----------- */
.inputfield.longtext iframe {
    width: 100% !important;
}

#usercategorydetail input:not([type="hidden"]) {
    border: 1px dotted grey;
    display: inline-block;
    width: 90%;
    min-width: 200px;
}

.title_wrapper_longtext .labelwrapper {
    display: block;
    color: #606060;
    font-weight: bold;
    text-align: left;
    width: 33%;
    align-self: center;
}

.title_wrapper_longtext {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

div.categoryfield .inputfield.longtext {
    width: 66%;
}

div.categoryfield label.labelwrapper {
    display: inline-block;
}

.flex_item {
    vertical-align: top;
    display: flex;
    margin-bottom: 20px;
}

.flex_item label {
    display: inline-block;
    font-weight: bold;
    color: #606060;
    vertical-align: top;
}

.compound_span {
    font-weight: bold;
    color: #606060;
}

.flex_item label.plain-text {
    vertical-align: middle;
}

div.categoryfield .inputfield {
    display: inline-block;
    width: 25%;
    min-width: 250px;
}

div.categoryfield .inputfield {
    width: 33%;
    min-width: initial;
    margin: 10px 0;
}

div.categoryfield .inputfield.radio {

}

.categoryfield .inputfield.accessright .accessright_inner_wrapper {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 12px;
}
label.testing.bubble_wrapper {
    background: oldlace;
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    max-width: 350px;
    right: -60px;
}
.accessright_inner_wrapper label {
    text-align: left;
}

.accessright_inner_wrapper i {
    margin-right: 10px;
    margin-left: 10px;
}

div.categoryfield .inputfield.compound {
    width: auto;
    margin-left: 0;
    display: none;
}

.categoryfield .inputfield {
    width: 70%;
}

.inputfield.compound {
    width: auto;
}

.categoryfield .inputfield {
    margin-top: 0px;
}

.mrating_wrapper {
    display: block;
    width: auto;
}

.mratings .mrating_val {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    margin-left: 0;
}

.mrating_val.values_title {
    margin-right: 10px;
    margin-left: 0;
    font-weight: bold;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

table.checkboxtable {
    margin: 0;
}

table.checkboxtable > label {
    padding: 0 20px 0 30px;
    margin: 0;
    position: relative; background: red;
    top:0;
}

table.checkboxtable tr {
    border: none;
    background: transparent !important;
}

table.checkboxtable td {
    max-width: 300px;
    padding: 0;
    display: block;
}

div.categoryfield .detail {
    width: 100%;
    margin-bottom: 35px;
}

div.detail.longtext_editarea label {
    display: inline-block;
}

a.toggle_editor, a.embed_media, .messages_buttonbank input[type="button"] {
    color: #fff;
    padding: 0 30px;
    margin: 10px 0;
    background: #008DB1;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin-left: 10px;
}

a.toggle_editor, a.embed_media {
    white-space: nowrap;
}

.messages_buttonbank input[type="button"] {
    /*margin: 0 10px;*/
    text-transform: initial;
}

input.input-file {
    color: #fff;
    padding: 5px 40px;
    background: #008DB1;
    border-radius: 10px;
}

input[type="checkbox"] {
    display: block;
    float: left;
    opacity: 1;
    width: 1em;
    z-index: 0;
}

label.radio {
    display: inline-block;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 5px 0 0;
    position: relative;
    top: 5px;
}

div.mrating_val {
    color: #606060;
    font-weight: bold;
    font-size: 0.9em;
}

input:checked + label.radio {
    background: url('/_graphics/new/inner_dot.png') no-repeat 5px 5px;
}

.icon_wrapper_social {
    display: none;
}

div.mrating_val input[type="radio"],
.input-radio,
.input-checkboxes,
.inputfield input[type="radio"],
.checkboxes input[type="checkbox"],
input[type="checkbox"]#contentlicense,
input[type="checkbox"]#newlicense,
input[type="checkbox"]#connections,
input[type="checkbox"]#allow_comments_id {
    display: none !important;
}

input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 4px;

    display: inline-block;
    top: 0;
    line-height: 1em;
}

.ontol {
    display: flex;
    flex-flow: wrap;
}

.ontol .ontol_icon{
    margin-top: 22px;
}

.ontol_icon {
    width: 270px;
}

.ontol_icon #groups_icon_wrapper .groupicon a img {
    height: auto;
    width: auto;
}



input[type="checkbox"] + label {
    padding: 0 20px 0 30px;
    margin: 0;
    position: relative;
}



input[type="checkbox"]:checked + label::before {
    background: #fff;
    border-color: #000;
    color: #000;
    content: "\E876";
    font-family: "Material Icons";
    font-size: 20px;
}

.categoryfield .inputfield.dropdown{
    display: flex;
}


.categoryfield>.description_field>.description_field_inner{
    display: none!important;
}


.input-textarea {
    width: 95%;
}

.inputfield .icheckbox {
    margin-right: 10px;
}

.icheckbox {
    width: 20px;
    height: 20px;
    top: 3px;
    border: 1px solid #000;
    border-radius: 4px;
    display: inline-block;
    line-height: 1em;
    font-size: 18px;
}

.icheckbox.checked {
    background: url('/_graphics/new/tick.png') no-repeat 3px 3px;
    border-color: #000;
}

.iradio {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 20px;
}

.inner_txt {
    margin: 0 20px 0 5px;
}

.flex_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.l_w {

    display: flex;
    justify-content: space-between;
    width: 100%;

}
.event_top_wrapper .event_img_wrapper img {
    max-width: 50em;
}
#right_column {
    clear: left;
    float: right;
    margin: 0 10px 0 0;
    width: 49%;
}
#left_column {
    float: left;
    margin: 0 10px;
    width: 49%;
}

div.embed_media, div.toggle_editor_container {
    display: block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding-right: 6px;
    padding-top: 6px;
    text-align: right;
    width: 190px;
    height: 32px;
    padding-bottom: 15px;
}
#generic_comment {
    display: block;
    margin-top: 25px;
}
#generic_comment_parent {
    margin-top:0;
}
.generic_comment + form {
    margin-top: 35px;
}

form#blogPostForm div#two_column_left_sidebar_maincontent div.embed_media {
    margin-bottom: 20px;
}

.new_post {
    background-color: #ececec;
    margin: 0;
    padding: 7px 40px;
}
.new_post textarea {
    margin: 10px 0 0 0;
    height: 120px;
    padding: 6px;
    width: calc(100% - 20px);
}

div.categoryfield .inputfield.longtext a.toggle_editor,
div.categoryfield .inputfield.longtext a.embed_media,
div.categoryfield div.flex_container div.flex_item div.inputfield2.longtext div.embed_media a.embed_media,
div.categoryfield div.flex_container div.flex_item div.inputfield2.longtext div.toggle_editor_container a.toggle_editor {
    float: none;
    text-align: center;
    width: 180px;
}

p.usercategoryselect label {
    margin-right: 30px;
}

.emailtogglefield .icheckbox, .sitetogglefield .icheckbox, .activitytogglefield .icheckbox {
    left: -10px;
    top: 0px;
}

.input_type_wrapper input {
    width: 200px;
}

.input_type_wrapper {
    display: inline-block;
}

.username_wrapper {
    color: #000;
}

.social_network_label div span {
    vertical-align: middle;
}

div.compound_first_column label.radio {
    border: none;
    display: none;
}

/* Documents/Media styles */
.filerepo_file {
    display: flex;
    flex-direction: column;
}

.filerepo_file>.details_right{
    padding-left: 10px;
}

div.details_right {
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}
div.filerepo_title h2 {
    color: #000;
    font-size: 1.4em;
    display: inline-block;
}
.filerepo_controls {
    margin: 0 0 10px;
    padding: 0 0 1px 10px;
    display: inline-block;
}
.filerepo_title {
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    margin-left: 70px !important;
}
.filerepo_title .filerepo_controls.license_icons {
    padding: 0;
    margin: 0;
}

.button_wrapper_files {
    display: flex;
    justify-content: flex-end;
    min-width: 354px;
}
.filerepo_controls_wrapper {
    display: flex;
    justify-content: space-between;
}
.filerepo_owner {
    display: flex;
    justify-content: space-between;
}
.accessrights_files {
    margin-left: 15px;
}
.filerepo_file .filerepo_description p {
    margin: 0;
    padding: 0 0 5px;
    text-align: justify;
}
.filerepo_specialcontent {
    text-align: center;
}
.uploaded_wrapper {
    color: #000000;
    font-weight: bold;
}
.filerepo_owner_details a {
    color: #7a7a7a;
    font-weight: bold;
}

.river_comments.spine_wrap .comments_list{
    display: flex;
    flex-direction: column;
}

/* Collectives styles */
.edit_bluebutton, .filerepo_controls a, .filerepo_user_gallery_link a, .filerepo_download a {
    color: #fff !important;
    padding: 0 30px;
    margin: 1px 0 0 0;
    background: #6695a9 !important;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}


.button_control{
    color: #fff !important;
    padding: 0 20px;
    margin: 1px 0 0 0;
    background: #6695a9 !important;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.contentWrapper.groups #elgg_horizontal_tabbed_nav {
    display: none;
}
p.make_featured {
    display: none;
}

div.ui-accordion-content div.group_widget .group_widget_title, div.ui-accordion .group_widget_title {
    display: none;
}

div.groupdetails input.delete_collective {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    text-decoration: none;
    padding: 3px 20px;
    background: #0099bb;
    border-radius: 3px;
    height: auto;
    line-height: normal;
    margin: 0;
}
div.groupdetails form {
    text-align: right;
}
#sb_navigation {
    display: inline-block;
}
#sb_navigation .chosen-container {
    width: 210px !important;
}
#social_bar_block #sb_navigation a.chosen-single {
    font-size: 1em;
}

.bluebutton {
    color: #fff !important;
    padding: 0 30px;
    margin: 10px 0;
    background: #008DB1 !important;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}
#delete_group_option {
    position: relative;
    top: -60px;
}

/* Messages styles */
#social_bar_block .icon_wrapper a.action_button {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 40px;
    background: #6695a9;
    border-radius: 5px;
}
.not_logged #social_bar_block .icon_wrapper a.action_button {
    display: none;
}

#messages a {
    color: #000;
    text-decoration: none;
}

#messages .message_read {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#messages .message_notread {
    background: #f7dad8 none repeat scroll 0 0;
    border: 1px solid #ff6c7c;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#messages {
    margin: 10px 0 0 0;
}

#messages .delete_msg {
    display: inline-block;
    margin-top: 15px;
}

#messages span.time {
    font-size: 16px;
    font-weight: bold;
    min-width:155px;
}

#messages .delete_msg a {
    background: rgba(0, 0, 0, 0) url("../_graphics/new/delete_icon.jpg") no-repeat scroll right 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 18px;
    margin: 0;
    text-indent: -9000px;
    width: 14px;
}

#messages .delete_msg a:hover {
    background-position: initial;
}



.msgsender>.mobile{
    display: block;
}




.checkbox_column {
    width: 20px;
    display: inline-block;

}

.checkbox_column {
    display: flex;

    height: 20px;
}



.message_wrapper {
    display: flex;
    justify-content: space-between;
}

.flex_left {
    flex-grow: 2;
}

.column_one {
    width: 70px;
    display: block;
}

.column_two {
    display: flex;
    flex-direction: column;
}

.column_three {
    display: flex;
    align-items: baseline;
}

.polltimestamp{
    display: flex;
    align-items: center;
}

.column_three * {
    margin: 10px 10px 0 0;
}

#messages .msgsender {
    float: none;
    display: flex;
    margin-top: 5px;
    font-size: 15px;
    color: #494944;
    justify-content: space-between;
    align-items: baseline;
}

#messages .msgsender .time {
    top:0;
    right: 15px;
}

#messages .msgsubject {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

#messages .msgsubject a {
    color: #000;
    text-decoration: none;
}

h4.uploadet{
    justify-content: start;
}

.shering_control{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

#blog_edit_page #two_column_left_sidebar_210 {
    float: left;
    margin: 0 0 20px;
    min-height: 360px;
    padding: 0;
    width: 250px;
}
#content_area_user_title .blog_page_linkwrapper a {
    color: #db6172;
}
.blog_page_linkwrapper, .blog_page_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.blog_page_title {
    color: #000;
    font-size: 24px;
}
#blog_page_title_area {
    display: flex;
    justify-content: space-between;
}
.preview_button {
    margin-right: 15px;
}

/* Messages */

.messages_error {
    background: #6695a9 none repeat scroll 0 0;
    border: 2px solid #6695a9;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    float: right;
    margin: 0 0 0 5px;
    max-width: 950px;
    min-width: 200px;
    padding: 3px 5px;
    position: fixed;
    top: 110px;
    width: auto;
    z-index: 10000;
}

/* Event styles */

.event_date_wrapper {
    color: #ffffff;
    display: inline-block;
    background-color: #6695a9;
    padding: 5px 15px;
    border-radius: 5px;
    min-width: 155px;
}
.event_header.dateblock {
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}
div.eventblock {
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
    align-items: center;
    width: 350px;
}
.event_header {
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}

.event_header .location_text {
    margin-left: 77px;
}


.event_header.event_details, .location_text {
    font-weight:normal;
}
.event_link {
    color: #008db1;
    font-size: 25px;
    margin-left: 15px;
}
.event_top_wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 100%;
    position: relative;

}

.event_forlink{
    display: flex;
}

.event_forlink>.for_link{
    display: block;
    overflow: hidden;

}

.event_top_wrapper>.contentWrapper>.sharing_item_owner>.strapline>.parent_block>.icon_wrapper_mob{
    display: none;
}

.events_control{
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top:10px;
    max-width: 50%;
}

.events_control a{
    color: #fff!important;
    margin: 0 5px;
}

.event_contents+form {
    width: 100%;
}
.top_event_block {
    display: flex;
    justify-content: space-between;
}
.event_attendees_name {
    margin: 5px 0 0 20px;
}
.event_attendees_name a {
    color: #666;
    font-size: 20px;
    font-weight: bold;
}
/* Temp changes for testing */
div.test_menu {
    z-index: 10001;
    position: absolute;
    display: block;
    background: #F4AF55;
    width: 50px;
    height: 50px;
    top: 0;
    font-size: 10px;
}

.navmenu {
    position: initial;
}

.navmenu li {
    list-style: none;
}

div.entity_gallery_item_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.entity_gallery img {
    width: auto;
}
.entity_gallery_item {
    margin-right: 10px;
}
.filerepo_timestamp .time {
    display: block;
}
/* Field types */

#rich-text-label p {
    display: inline-block;
    margin-right: 10px;
}

#tag-type-label a, #compound-type-label a {
    text-decoration: none;
}

#tabsprofile label {
    color: #000;
    font-weight: bold;
}
/* Profile styles */
.top_wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.right_wrapper {
    display: flex;
}
#profilepanel_top_right_container {
    display: none;
}
.button_standard {
    display: inline-block;
    width: auto;
    margin-top: 5px;

}
.button_standard a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 4px;
    background: #6695a9;
    text-transform: uppercase;
    font-size: 18px;
}
.profilepanel_info_edit_buttons {
    position: absolute;
    top: 0;
    right: 10px;
}
.profilepanel_info_edit_buttons a {
    cursor: pointer;
    font-size: 1.5em;
    color: grey;
}
.profilepanel_info_edit_buttons a:hover {
    color: #db6172;
}
.profile_div {
    display: none;
    padding: 5px 20px 5px 20px;
}

#profilepanel_pictures {
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    width: 100px;
    position: relative;
}

#profilepanel_pictures > img {
    height: 100px;
    width: 100px;
    border-radius: 8px;
}
#current_user_avatar img {
    border-radius: 8px;
}
.user_info_block {
    display: block;
    min-width: 300px;
    width: auto;
}

#profilepanel_info #profilepanel_top_left_container {
    float: left;
    width: auto;
    margin-right: 40px;
}

#profilepanel_info .contentbuilder.editblock.block_3 {
    margin-left: 130px;
    text-align: left;
}

#profilepanel_info .contentbuilder.editblock.block_3 h2 {
    margin-right: 10px;
    font-size: 1.5em;
    font-weight: bold;
}
a.editlink {
    color: #0000CC;
}
.ui-accordion-content .title_value, .ui-accordion-content .data_value {
    width: 33%;
}
.ui-accordion-content .title_value {
    text-align: right;
    padding-right: 20px;
}
.ui-accordion-content .data_value {
    padding-left: 20px;
}
.ui-accordion-content #rich-text-label .extracted_data {
    width: 33%;
    text-align: right;
}
.ui-accordion-content #multiple-exclusive-questions-label .data_value {
    text-align: right;
    display: inherit;
}
.ui-accordion-content #slideout_inner, .ui-accordion-content #profile_menu_wrapper {
    width: 33%;
    text-align: right;
    display: inline-block;
}
/* Accordion tab styles */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0 0 0 0.2em;
    min-height: 0;
    font-size: 100%;
    text-transform: uppercase;
    color: #fff;

}


#ui-id-3{
    border-radius: 0px;


}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #6695a9 none repeat scroll 0 0;
    border: none;
    color: #000;
    font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-corner-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-corner-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-corner-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.ui-corner-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 5px 0 0 0;
    height: auto!important;
}

#accordion_comment .ui-accordion-content {
    /*padding: 0.5em 2em 0.5em 0;*/
    overflow: hidden;
    height:100%!important;
}
.widget_container .ui-widget-content {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}

.contentWrapper.orange_tabs.ui-accordion-content.ui-corner-bottom.ui-helper-reset.ui-widget-content.ui-accordion-content-active {
    height: auto !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0 0 0.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: initial;
    right: 25px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    border: solid 1px #fff;
    border-radius:50%;
    padding: 1px;
    background-image: url(../mod/custom_theme/views/default/jquery-ui/redmond/images/ui-icons_ffffff_256x240.png);
    background-position: -64px 2px;
}
.profile_user_name, .profile_user_title {
    display: inline-block;
    color: #000;
}
.profile_user_company {
    color: #000;
}
.profile_user_name {
    margin-right: 10px;
}
.flex_container.contentbuilder_items {
    justify-content: space-between;
}

/* Licensing pages styles */
a.licensing_link {
    font-weight: bold;
    color: #fff;
    background-color: #0099bb;
    padding: 5px 10px;
    border-radius:  5px;
    text-decoration: none;
}
span.license_link_wrapper {
    text-align: right;
    display: block;
}
span.license_teaser_wrapper {
    display: block;
    border-radius: 3px;
    padding: 3px 5px;
    background-color: #ffd8ad;;
}


.license_view_container {
    background: #fff none repeat scroll 0 0;
    margin: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #999;
}

.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: none;
    color: #222;
    position: relative;
    z-index: 999;
}

.accordion table tbody tr {
    background-color: #fff;
}

.accordion table tbody tr {
    border-color: #fff;
}

.accordion table tbody tr {
    border: solid 0px;
    border-left: 0;
    border-right: 0;
}


.sharing_item_owner {
    margin-top: 0;
    margin-left:4px;
}



.sharing_item_owner>p {
    margin-bottom: 4px;

}

#adminpicker .chosen-container {
    display: block !important;
}




@media only screen and ( max-width: 1300px ) /* 1000 */ {
    .conte{
        margin-left: 0;
    }


}

/* Fixes for mobile */
@media (max-width: 1130px) {
    .menu_area {
        width: calc(100% - 34px);
    }

    @media (max-width: 1024px) {
        /* .wrapper_loggedblock img, .wrapper_imgblock img {
             width: 100%;
         }*/
        .login_as_return img {
            width: auto;
        }

        body.logged #header {
        }

        .flex_container {
            flex-wrap: wrap;
        }

        .categoryfield .inputfield {
            margin-left: 0;
        }

        .categoryfield div.inputfield.accessright {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

        .title_wrapper_longtext div.inputfield.accessright {
            width: 100%;
        }

        .title_wrapper_longtext {
            justify-content: space-around;
        }

        div.label_field.longtext {
            margin-bottom: 10px;
        }

        div.label_field, div.categoryfield .inputfield {
            width: 50%;
            padding-right: 0;
        }

        div.label_field label {
            /*        margin-right: px;*/
        }

        .categoryfield .inputfield.accessright .accessright_inner_wrapper {
            width: 50%;
            justify-content: flex-end;
        }

        .longtext_editarea .categoryfield .inputfield.accessright .accessright_inner_wrapper {
            width: 100%;
        }

        .longtext_editarea .categoryfield .inputfield.accessright .accessright_inner_wrapper {
            width: 100%;
        }

        div.categoryfield .inputfield.longtext {
            width: 100%;
        }

        div.label_field.compound {
            width: 100%;
        }

        .compound_first_column {
            width: 100%;
            padding-right: 0;
        }

        .compound_first_column, span.mrating_wrapper,
        a.toggle_editor, a.embed_media {
            margin-right: 30px;
        }

        .compound_first_column label {
            margin-right: 0px;
        }

        div.categoryfield .compound .inputfield.longtext {
            width: 50%;
        }
    }

    @media only screen and ( max-width: 1000px ) /* 1000 */ {

        .ecml_news_w .search_listing_info .news_item_title>a {

            display: inline-block;
            max-width: 70%;
        }

        .events_control{
            position: relative;
        }
    }

    @media screen and (max-width: 768px) {
        body #sp_main {
            margin-top: 60px;
        }
        a.topmenu_items i.fa.fa-edit {
            display: none;
        }
        .logoblock img {
            width: 100%;
        }
        .content_area_user_title{
            margin-top: 15px;
        }

        body.logged #sp_main {
            margin-top: 0px;
        }

        h2.settings_highlight {
            color:#7a7a7a;
            font-size: 24px;
        }

        .second_l{
            flex-direction: column;
        }

        #for_tit{
            display: none;
            width: 100%;
            justify-content: space-between;
        }

        h3 #for_tit.parent_block.icon_wrapper_mob a{
            font-size: 15px;
            background: red;
        }

        .contentWrapper .polls,.contentWrapper form{
            margin-left: 5px;
        }


        .shering_control{
            padding-left: 14px;
        }

        .mobile_title {
            font-size: 13px;
            color:№7a7a7a;
        }

        .icon_wrapper {
            width: auto;
        }

        .action_menu {
            width: 30px;
        }

        .blog_post_title{
            margin-left: 7px;
        }




        .social_bar_icons.nonlogged {
            display: none!important;
        }

        .wr_criche .lof_feed h4 {
            justify-content: flex-start;
            width: 202px;
            margin-right: 22px;
        }

        .msgsender{
            flex-direction: column;

        }

        .msgsender>.mobile>.time{
            display: flex!important;
            right: 0!important;
            left: 17px;
            min-width: 150px;
        }
        .sharing_item_owner>p {
            margin-left: 10px;
        }

        .messages_buttonbank{
            flex-direction: column;
        }

        div.newsfeeds.source{
            display: flex;
            justify-content: center;
        }


        .filerepo_specialcontent img{
            width: 100%;
        }
        .menu_area_wrapper a {
            font-size: 1em;
        }

        #strapline.time{
            display: none;
        }

        #strapline>.accessrights{
            display: none;
        }

        .for-new-data{
            display: flex;
            flex-flow: wrap;
            /* align-items: baseline;*/
        }

        .newsitem .new_date {
            text-align: left;
        }

        .wrapper_loggedblock {
            text-align: right;
            margin-left: 0;
        }

        .for_time_access {
            display: flex;
        }

        .right-top {
            width: auto;
        }

        .features section {
            width: 100%;
        }
        #layout_canvas {
            margin: 15px 0px 0px 0px;
            padding: 6px 10px 15px 10px;
        }
        h2.blog_highlight {
            margin: 0 0 0 15px;
            font-size: 1.5rem;
            display: inline-block;
            margin-top: 25px;

        }

        h2.log_title{
            margin-top: 35px;
        }
        .wrapper_imgblock {
            width: 40%;
        }

        /* Media */
        .filerepo_user_gallery_link {
            float: none;
            margin: 0;
            display: block;
            text-align: center;
        }
        /*.filerepo_specialcontent {*/
        /*display: none;*/
        /*}*/

        .filerepo_specialcontent{
            text-align: left;
            margin-top: 5px;
        }



        .tags a {
            /* margin-bottom: 0.5em;
             margin-right: 0.5em;*/
        }
        .button_wrapper_files {
            justify-content: center;
        }
        .filerepo_file .filerepo_icon {
            /*margin: 35px 0 10px 10px;*/
            /*position: absolute;*/
            width: 70px;
        }
        div.details_right {
            margin-top: 0;
            order: 2;
            justify-content: flex-start;
        }
        /* Blog post view */
        .options_wrapper.tagswrapper {
            flex-direction: column;
            flex-wrap: nowrap;
        }
        .options_wrapper.tagswrapper .tags {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }
        .singleview .blog_post_title a {
            top: 0;
        }
        .search_icon {
            background-color: #fff;
            color: #7a7a7a;
        }
        .menu_area_wrapper {
            padding: 0 1em;
            margin: 0;
        }
        body.logged .middle-view-flex {
            display: flex;
            flex-direction: row-reverse;
            flex-wrap: wrap-reverse;
            justify-content: space-between;
            width: auto;
            margin: 0;
        }

        .avatar_menu_arrow {
            display: none !important;
        }

        .item_contents_flex {
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
            width: 100%;
            position: relative;
            margin-bottom: 10px;
        }

        /* Activity Stream area */
        span.title_activity {
            padding-right: 5px;
        }

        body.logged {
            padding-top: 35px;
        }

        .river_item_useravatar {
            /*float: none;*/

            margin-top: 3px;
        }
        .river_item_useravatar{
            display: block;
            min-height: 60px;
        }
        .river_item.riverdashboard {
            display: flex;
            flex-direction: column;
        }
        .river_item.riverdashboard.activity {
            flex-direction: row;
        }
        .inner_spine_view {
            display: flex;
            flex-direction: row;
        }

        .mobile {
            display: flex!important;
        }
        .mobile2 {
            display: flex!important;
        }

        span.time {
            margin-left: 0;
        }

        .search_listing {
            padding: 0;
            margin:14px 0 0 0;
        }



        .for_news_chahanal_data_permission{
            margin-left: 0;
            align-items: center;
        }


        .search_listing_info .wrapper_info .action_menu select {
            background: none;
            color:#212121;
            position:relative;
            z-index: 23;
        }


        h2.settings_highlight.newsitem {
            text-align: center;
            font-weight: 200;
            color:#606060;
            padding: 0 10px;
        }


        .controls_l {
            display: flex;
            justify-content: center;
            padding-left: 4rem;
        }

        .feed_source img {
            margin-right: 0;
        }

        .row_down:before {
            background: #fff;
            border-top: 15px solid #008db1;
        }

        .row_up:before {

            border-bottom: 15px solid #008db1;
        }

        .mobile>.time, .mobile>.access{
            display: block;
        }

        .data_mobile {
            display: flex;
            justify-content: flex-start;
        }

        .data_mobile>.accessrights {
            /*padding-top: 5px;*/
        }

        .dasctop {
            display: none!important;
        }

        #blogActions, #blogCalendar{
            margin-left: 0;
        }

        .dasctop>.time,.dasctop>.access{
            display:none;
        }

        .name_and_time>.dasctop{
            display: none;
        }

        .generic_comment_owner>.name_and_time {
            display: flex;
            width: 100%;
        }
        .river_item_contents {
            display: flex;
            flex-direction: column;
        }
        .river_comment_part {
            /*order: -1;*/
        }
        .river_content_display, .blog_post_body p {
            display: block;
            margin: 8px 5px 5px 0;
            padding-left: 5px;
            padding-right: 5px;
            z-index: 9000;
            width: auto;
            overflow: visible;
            text-align: justify;
        }

        .body_events>.entity_subtext .time {
            margin-top: 3px;
        }

        .elgg_likes_owner .entity_subtext {
            float: none !important;
        }
        .elgg_likes_owner .entity_subtext .time {
            display: block;
            max-width: 240px;
        }

        .river_comment_part.comment_entity {
            margin-left: 0;
        }
        /* End of Activity Stream area */

        /* Blog page styles */

        .blog_post {
            position: relative;
            margin-bottom: 15px;
        }
        .blog_post .time {
            position: absolute;

            left: 15px;
        }
        .option_wrapper p {
            display: none;
        }
        .blog_post_top_user a, .blog_post_body p, span.time {
            font-size: 12px;
        }

        .bookmark_frend .time{
            top:1px;
        }


        .strapline >.time{
            display: none;
        }

        .strapline>.parent_block>.accessrights{
            display: none;
        }

        .data_mobile {
            margin-left: 2px;
        }

        .blog_post_top_user {
            white-space: nowrap;
            margin-left: -3px;
        }
        .blog_post_top_user a {
            margin-left: 10px;
        }
        .blog_post_body {
            padding-left: 55px;
            margin-left: 0;
        }
        .blog_post .blog_post_title {

            font-size: 12px;
            display: block;
            margin-left: 6px;
            padding-right: 45px;
        }


        .blog_post_icon{
            margin-right: 11px;
        }


        .singleuserclass >.blog_post>.blog_post_body{
            padding-left:5px;
        }

        .singleuserclass >.blog_post>.blog_post_title{
            padding-left:5px;
        }

        .singleuserclass >.blog_post>.frends_post{
            padding-left: 55px;
        }

        #forCalendarBlog{
            display: flex;
            margin-left: 3px;
            justify-content: flex-end;
        }

        #forCalendarBlog select{
            width: 50%;
            margin-left: 0;

        }

        .blogTitles_selectors{
            display: none;
        }



        .option_wrapper{
            justify-content:flex-start;
        }
        .blog_post_title_notice {
            white-space: nowrap;
            font-size: 12px;
            margin-left: 10px;

        }




        /* Docs and Files mobile */
        .filerepo_specialcontent img {
            width: 90%;
        }

        .filerepo_controls_wrapper {
            flex-direction: column;
        }
        .filerepo_tags {
            margin-bottom: 15px;
        }

        /* End of Docs and Files */
        .action_menu_wrapper {
            flex-direction: column;
            min-width: auto;
        }
        .fl_info {
            flex-grow: 2;
        }

        /* Comments */

        .generic_comment {
            display: flex;
            flex-direction: column;
        }
        .generic_comment_icon {
            float: none;
            display: flex;
        }

        .generic_comment_icon .usericon{
            margin-right: 10px;
        }

        .clear {
            clear: both;
        }
        .generic_comment_details {
            flex-direction: column;
            margin-left: 5px;
            position: relative;
        }

        .options {
            text-align: right;
            position: absolute;
            bottom: -5px;
            right: 0;
        }
        .generic_comment_details .comment_text {
            border: none;
        }
        .generic_comment_owner {

            justify-content: flex-end;
        }
        .comment_owner_name {
            text-align: left;
        }
        .comment_submit_button {
            text-align: left;
        }
        /* End of Comments */
        body.logged #sp_main {
            margin-top: 0px;
        }
        .social_bar_icons {
            display: flex;
            flex-direction: column;
            width: 100%;
            text-align: center;
            margin-right: 0;
            font-size:2em;
        }

        #social_bar_block .social_bar_icons .icon_wrapper a.social_bar_icons  {
            font-size: 1em;
            display: inline;
            margin: 0 7%;
        }
        .activity_highlight {
            margin-bottom: 10px;
        }

        #sb_navigation {
            display: block;
        }
        #sb_navigation .chosen-container {
            width: 100% !important;
        }

        .middle-top, .desctop {
            display: none;
        }

        .icon_wrapper_mobilike{
            display: none;
        }

        .mob {
            display: inline-block;
        }
        .middle-view-flex {
            display: flex;
        }
        .mainmenu.mob.dotes {
            vertical-align: middle;
            text-decoration: none;
            margin-right: 1.5rem;
        }
        .dotes {
            position: absolute;
            right: 10px;
            z-index: 10000;
            align-self: center;
            display: flex;
        }

        .right-top {
            display: block;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 10001;
            background: #fff;
        }
        #loggedtopblock {
            display: block;
            position: fixed;
            bottom: 0;
            left: 10px;
            z-index: 10002;
        }
        #loggedtopblock img {
            height: 18px;
            width: 18px;
        }
        #loggedtopblock div.usericon {
            height: 27px;
        }

        .headerblock {
            display: flex;
            justify-content: space-around;
        }

        body.logged .sp_mainpage_outter {
            margin-top: 35px;
        }

        .wrapper_loggedblock {
            margin-left: 0;
            padding: 0;
        }

        .wrapper_imgblock {
            padding: 0;

        }

        .toparea {
            flex-direction: row;
            justify-content: space-between;
            display: flex;
            align-items: center;
            width: 100%
        }
        .wrapper_imgblock {
            height: auto;
        }
        .river_comment_part {
            width: 100%;
        }

        .search_icon {
            margin: 0px 15px 0px 0px;
        }

        .search_icon i {
            font-size: 20px;
        }

        a.secondmenu {
            color: #7a7a7a;
            font-size: 20px;
            padding-left: 0.1em;
        }

        .wrapper_imgblock {
            width: 75%;
            margin: 0 auto 0 auto;
        }
        .logo_block {
            width: 100%;
        }

        #searchbox {
            z-index: 10002;
            position: absolute;
            width: calc(100% - 20px);
            right: 0;
            top: 70px;
            background: #FFF1D7;
            padding: 10px;
            margin: 0;
            border-radius: 10px;
        }
        #searchbox:before {
            border-bottom: 20px solid #fff1d7;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: 30px;
            top: -20px;
            width: 0;
        }
        input.searchfield {
            height: 28px;
            width: 90% !important;
            background: #fff;
            margin-right: 30px;
            border-radius: 3px;
            border-color: #999999;
        }

        #searchselect {
            width: 15px;
            height: 30px;
            right: 5px;
            position: absolute;
            border-radius: 0 3px 3px 0;
            border-color: #999999;
            /*background: #cccccc;*/
            margin: 0;
            background: rgba(204, 204, 204, 1) url(images/arrow_button.png) no-repeat scroll 90% 50%;
        }
        #searchform input {
            background: #fff;
        }

        .menu_area {
            position: absolute;
            left: 0;
            width: auto;
        }

        .menu_area ul.menu2 {
            background: #fff;
        }

        .menu_area ul.menu2 li {
            float: none;
        }

        .loginbtn {
            top: initial;
            right: 45%;
            bottom: 10px;
            margin: 0 auto;
        }

        #social_bar_block {
            flex-direction: column;
        }

        .top_event_block>.lw{
            background:#333!important;
        }

        .icon_wrapper {
            max-width: 100%;
            display: inline-block;


        }

        #sb_filter {
            width: 100%;
        }

        /* Second mobile menu */
        .menu_area {
            -moz-transform: translateX(-10em);
            -webkit-transform: translateX(-10em);
            -ms-transform: translateX(-10em);
            transform: translateX(-10em);
            -webkit-overflow-scrolling: touch;
            background: #ffffff;
            border-right: solid 1px rgba(144, 144, 144, 0.2);
            box-shadow: none;
            height: 100%;
            max-width: 80%;
            overflow-y: auto;
            padding: 3em 0;
            position: fixed;
            left: 0;
            top: 0;
            visibility: hidden;
            width: 20em;
            z-index: 10002;
        }

        .menu_area.visible {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
            -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
            -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
            transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
            box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.05);
            visibility: visible;
        }

        .menu_area .second_close {
            background-image: url("../_graphics/new/close.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: top left;
            -webkit-tap-highlight-color: transparent;
            border: 0;
            color: #999999;
            cursor: pointer;
            display: block;
            height: 3.5em;
            position: absolute;
            left: 0;
            text-align: left;
            top: 0;
            vertical-align: middle;
            width: 6em;
        }

        .river_item .entity_subtext {
            float: none;
            /*min-height: 25px;*/
        }
        .river_item_list .river_item .entity_subtext {
            order: 1;
            align-items: flex-start;
            justify-content: flex-start!important;
        }
        .river_item p.elgg_likes_owner {
            font-size: 12px;
            padding-top: 0;
            padding-left: 5px;
        }
        .river_comment_contents .entity_subtext {
            min-height: 0;
        }
        .river_item .entity_subtext * {
            float: none;
        }

        .access_public i, .access i, .access_private i, .access_acl i {
            font-size: 14px;
        }

        .icon_wrapper_mob .link i {
            color: #6695a9;
        }

        /*.icon_wrapper_mob .text_wrapper:hover {*/
        /*font-weight: bold;*/
        /*}*/

        .parent_block .access {
            position: relative;
            top: 30px;
            right: 5px;
        }
        .entity_subtext {
            min-width: 200px;
        }

        .likes_list {
            /*max-width: 300px;*/
            /*outline: solid 1px #000;*/
        }

        .entity_listing_info>.entity_metadata {
            margin-left: 5px;
        }

        .river_item_contents {
            width: 95%;
            order: 2;
        }

        icon_wrapper_mob_l{
            display: block;
        }

        /*.river_comments .comments_container {*/
        /*margin-left: 7px;*!*/
        /*}*/
        .access .material-icons {
            /*font-size: 12px !important;*/
        }

        #sb_filter {
            font-size: 1em;
            display: block;
            border-radius: 4px 0 0 4px;
            height: 47px;
            background: #c0c0c0;
        }




        .parent_block{
            position: absolute;
            right: 0px;
        }


        .river_comment_form {
            padding: 10px;
            margin: 30px 0px 0px 0px;
        }

        .river_comment_form:before {
            right: 10px;
            top: -20px;

        }

        .river_comment_form.hidden a.submit_button {
            background: #FFF1D7;
            color: #D68227;
            font-size: 1em;
            height: 1em;
            margin: 0;
            padding: 0;
            border: 0;
        }

        .addcomment {
            display: none;
        }

        .mob_addcomment {
            display: inline-block;
        }

        .river_comment_contents {
            /*padding: 1px 5px 25px 10px;*/
        }

        /*.entity_subtext .time, .river_comment_part {*/
        /*margin-left: 10px;*/
        /*padding-left: 5px;*/
        /*}*/
        .entity_subtext .time {
            font-size: 11px;
            margin-right: 20px;
        }
        .river_comment_part {
            padding-left: 0;
            font-size: 12px;
            margin-right: 20px;
            width: 90%;
        }

        .body_events+.entity_subtext {
            margin-left: 45px;
        }

        .submit_button {
            box-shadow: none;
        }

        .select_wrapper {
            display: flex;

            width: 100%;
            margin-bottom: 0;
        }

        /* Dropdown icons submenu */
        .river_item_contents {
            position: relative;
        }

        .entity_list_wrapper, .entity_list_outter{
            margin-top: 0;
        }

        .title_control{
            padding-right: 20px;
            margin-top: 0;
            margin-bottom: 1px;
        }

        .esml_w.event_top_wrapper.contentWrapper.entity_list_wrapper.search_listing{
            background: red;
            margin-top: 0;
        }

        .esml_w .event_top_wrapper .strapline{
            margin-bottom: 1px;
            background: red;
        }

        .esml_w .event_top_wrapper .strapline.parent_block{
            top:13px;
        }

        .search_listing_icon{
            margin-top: 2px;
        }

        /*.parent_block {*/
        /*bottom: 30px;*/
        /*right: 0;*/
        /*position: relative;*/
        /*}*/

        .entity_attr_wrapper .parent_block{
            position: absolute;
            top:-3px;
            right: 8px;
        }

        .singleview .blog_post{
            height: 25px;
        }



        .stripline_file>.parent_block{
            position: relative;

        }

        .blog_post .parent_block {
            position: absolute;

        }


        /*.entity_attr_wrapper .parent_block {*/
        /*top: inherit;*/
        /*right: 0;*/
        /*}*/
        /*.not_logged .parent_block {*/
        /*display: none;*/
        /*}*/
        .item_contents_flex .access {
            /*position: absolute;*/
            /*bottom: -25px;*/
            /*left: 125px;*/
        }

        .icon_wrapper_mob {
            display: none;
            background: #fff;
            position: absolute;
            top:30px;
            right: 15px;
            z-index: 100000;
            min-width: 150px;
        }

        .blog_post_top .strapline .parent_block > .icon_wrapper_mob {
            display: none;
        }


        .entity_attr_wrapper .icon_wrapper_mob {
            top: 30px;
        }

        .icon_wrapper_mob .text_wrapper {
            display: inline;
            color: #000;
            margin-left: 15px;
            font-size: 16px;
            position:relative;
            top:4px;
        }

        .option_wrapper>.time {
            position: relative;
            left: 5px;
        }

        .icon_wrapper_mob .fa {
            display: inline !important;
            margin-top:2px;
        }

        .readmore{
            margin-right: 0px;
        }

        .icon_wrapper_mob a {
            display:flex;
            font-size: 1.1em;
            padding: 8px;
            border: solid 1px #CCCCCC;
            justify-content: center;
            color: #333;
            font-weight: bold;
            font-size: 16px;
        }
        .icon_wrapper_mob:last-child {
            border-bottom: 1px;
        }

        .icon_wrapper_mob i {
            font-size: 14px;
        }

        span.counter {
            font-size: 15px;
            padding: 1px 3px;
            border:none;
            right:3px;
            top:-7px;
        }
        .blog_post .strapline.withicon {
            margin-left: 5px;
        }

        .blog_post .strapline.withicon .time {
            display: none;
        }
        /*div.river_comments_tabs + div.river_comments {*/
        /*position: relative;*/
        /*margin-left: 10px;*/
        /*}*/
        .river_user_follow_button.link:hover, .river_user_like_button.link:hover, .river_comment_form_button.link:hover {
            /*border: solid 1px #008DB1;*/
        }
        .river_comments.spine_wrap {
            order: 2;
        }

        .mob_options {
            text-align: center;
            color: #000!important;
            font-size: 15px!important;
            /* justify-content: center; */
            padding-bottom:8px!important;
            padding-top: 10px!important;
            padding-left: 36px!important
        }

        .closed {
            display: inline-block;
        }

        .closed.displayMob {
            display: none;
        }

        .opened.displayMob {
            display: block;
        }

        .icon_wrapper_mob.displayMob {
            display: block;
            text-align: left;
        }

        .opened, .closed:hover {
            cursor: pointer;
        }

        .delete_button a {
            margin: 0;
        }


        #social_bar_block .icon_wrapper a.action_button {
            padding: .5em 2.5em;
            display: block;
            margin-right: 0;
            margin-bottom: 10px;
            margin-left: 0;
        }

        .flex_container {
            flex-wrap: nowrap;
            flex-direction: column;
            align-items: flex-start;
        }

        div.categoryfield .inputfield {
            width: 100%;
        }

        div.inputfield.accessright {
            justify-content: flex-end;
            width: 100%;
        }

        .compound div.inputfield.accessright {
            width: 100%;
        }

        div.description_field_inner {
            /* max-width: 100%;  */
        }

        .title_wrapper_longtext {
            flex-wrap: wrap;
        }

        div.detail.longtext_editarea label,
        .title_wrapper_longtext div.inputfield.accessright {
            display: block;
            width: 100%;
        }

        div.label_field {
            width: 100%;
            text-align: left;
        }

        .inputfield.longtext table {
            width: 100% !important;
        }

        .flex_item {
            vertical-align: top;
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
        }

        div.compound_first_column {
            width: 100%;
            align-items: flex-start;
        }

        .categoryfield .inputfield.accessright .accessright_inner_wrapper {
            width: 100%;
        }

        .accessright_inner_wrapper i {
            margin-right: 50px;
        }

        .chosen-container {
            width: 100% !important;
            min-width: 120px;
        }

        input[type="checkbox"] + label {
            padding: 5px 20px 0 30px;
        }

        div.description_field_inner {
            /*font-size: 15px;  */
        }

        div.label_field {
            padding-right: 0;
        }

        .compound_first_column {
            padding-right: 0;
        }

        .input-textarea {
            width: 90%;
        }

        div.categoryfield .compound .inputfield.longtext {
            width: 100%;
        }

        .mrating_wrapper {
            display: inline-block;
            width: 25%;
            text-align: right;
        }

        .value_wrapper.title_wrapper {
            margin-left: calc(25% + 30px);
        }

        ul.actions.vertical li {
            margin: 0;
        }

        .features section {
            width: 85%;
        }

        input[type="submit"].major, input[type="reset"].major, input[type="button"].major, button.major, .button.major {
            min-width: 18em;
        }

        input[type="submit"], input[type="reset"], input[type="button"], button, .button {
            font-size: 12px;
            height: 2em;
            letter-spacing: 0.25em;
            line-height: 2em;
            padding: 0 2em;
        }

        input[type="text"] {
            width: 90%;
        }
        input.searchfield {
            width: inherit;
        }

        .event_contents {
            max-width:100%;
        }
        .event_top_wrapper>.event_img_wrapper{
            width: 100%;
        }

        .event_top_wrapper {
            flex-direction: column;
            position: relative;
        }
        .river_item .river_comment_contents {
            margin-left: 50px;
        }
        .closed, .opened {
            position: absolute;
            right: 2px;
            z-index: 1010;

        }
        .entity_attr_wrapper .time {
            /*margin-top: 39px;*/
            /*white-space: nowrap;*/
            /*margin-right: 30px;*/
            /*position: absolute;*/
            /*left: 20px;*/
            /*margin-left: 15px;*/
        }
        .blog_post .parent_block .accessrights {
            /*position: absolute;*/
            /*top: 20px;*/
            /*right: 4px;*/
            /*padding-right: 0;*/
        }

        .licenses_edit_controls {
            display: flex;
            flex-direction: column;
        }
        .licenses_edit_controls a {
            width: 220px;
        }
        .flex_container_item {
            flex-direction: column;
        }
        .search_second {
            display: block;
            max-width: 200px;
        }
        .licensing.ui-accordion-content.accordion-content-active {
            overflow: hidden !important;
        }




    }

    @media only screen and ( max-width: 1040px ) /* 1000 */ {

        #ui-id-3{
            border-radius: 0px;
        }


        .newsfeeds .feedwrapper a{
            margin-right: 1em;
        }

        .feedwrapper{
            flex-direction: column;
        }


        .wr_criche h4 {
            min-width: auto;
        }





    }
    /*800px or less*/
    @media (max-width: 800px) {
        .feedwrapper {
            flex-direction: column;
        }

        .feedwrapper a {
            margin-left: 1em;
        }


        .feedwrapper .datetitlewrapper {
            text-align: left;
            margin-left: 4em;

        }

        .feedwrapper img {
            display: none;
        }

        .sharing_item_title h3 .time {
            margin-top: 4px;
        }

        .feed_source {
            width: 100%;

        }

        .for_options {
            background: #008db1;
            border-radius: 4px;
            display: flow-root;
            color: #fff;
            margin: 5px;
            font-size: 14px;
            font-weight: bold;
            width: 245px;
            text-align: center;
        }

        .options_text {
            padding-top: 13px;
            display: inline-flex;
        }


        .icon_wrapper_social_options{
            display: block;
            float: right;
            background: #e6e6e6;
            color: #000;
            width: 20px;
            border-radius: 0 4px 4px 0px;
            padding: 12px 0;
            align-items: center;
        }

        #content_area_user_title h2 .for-new-data{
            display: none;
        }

        .sharing_item_controls p a:first-child{
            margin-right: 5px;
        }

        .sharing_item_controls>.feeds_items{
            display: none;
            flex-direction: column;
            width: 257px;
            margin:0 auto;
        }

        .sharing_item_controls p a {
            display: block;
            margin-left: 7px;
            margin-right: 4px!important;
        }



    }
    @media only screen and ( max-width: 768px ) /* 640 */ {
        html {
            font-size: 75%; /* 12 */
        }

        .not_logged > .blog_highlight{
            margin-top:40px;
        }

        body.not_logged > #social_bar_block{
            margin-top: 40px;
        }

        .date-sicnature{
            bottom: 0px;
        }

        .title_control a {
            max-width: 100%;
        }


        .date-sicnature .signatyre,.date-sicnature .strapline a{
            font-size: 13px;
        }

        #content_area_user_title h2

        .l_w{
            flex-direction: column;
            justify-content: center;
        }

        .l_w h1{
            text-align: center;
        }

        .fl_info .owner_timestamp{
            justify-content: flex-start;
        }

        .readmore>a, .options>a{
            display: none!important;
        }

        h4.uploadet{
            margin-left: 14px;
        }




        .row_down, .row_up{
            background: #fff;
        }





        #sidebarhover {
            display: flex;
            flex-direction: column-reverse;

        }

        #social_bar_block {
            border-bottom: none;
            margin-top:20px;
        }

        .icon_wrapper_social {
            display: block;
            width: 20px;
            float: right;
            background: #e6e6e6;
            height: 46px;
            border-radius: 0 2px 2px 0;
            color: #000;
            text-align: center;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 4px;
            padding-right: 4px;
        }

        .event_single{
            flex-direction: column;
        }

        .event_single .event_img_wrapper, .event_single .right_top{
            width: 100%;
        }

        .social_bar_header.opened_sb {
            background-image: none;
        }

        #social_bar_block .icon_wrapper a.action_button.newsfeed {
            display: block;
            padding:none;

        }

        .social_bar_header {
            background-image: none;

            border-radius: 4px;
            position: relative;
            z-index: 0;
            height: 46px;
            width: 99,8%;

        }

        .icon_wrapper_mob_l{
            display: block;
        }

        .lw{
            flex-direction: column;
        }

        .lw h1{
            text-align: center;
        }

        .owner_timestamp {
            top:0;
            botom:5px;
        }


        .sb_highlight{
            order:-1;
            height: 50px;
            margin-top:25px;
        }
        #owner_block {
            margin-left:6px;
        }

        .icon_wrapper {
            width: 100%;
            overflow: hidden;
        }

        #social_bar {
            height: 45px;
            padding-right: 1%;
            order:-1;
            position: relative;
            z-index: 9000;
        .maincontent {
            margin-top:40px;
        }

        #social_bar_block .icon_wrapper a.action_button.newsfeed {
            padding: 0;
            height: 45px;
            width: 98%;
            padding-top: 10px;
        }

        .comment_owner_name {
            display: inline;
            margin-left: 15px;
            align-self: center;
        }


        .owner_timestamp, div.entity_list_wrapper .wrapper_info .fl_info .owner_timestamp a,div.entity_list_wrapper div.fl_info span.shares_gallery_title a{
            font-size:13px;
            line-height: 14px!important;

        }


        .owner_timestamp, div.entity_list_wrapper .wrapper_info .fl_info .owner_timestamp a,div.entity_list_wrapper div.fl_info span.shares_gallery_title a:hover {
            font-size:13px;
        }

        div.fl_info span.owner_timestamp {
            line-height: 18px;
        }
        .row_down {
            background:#fff;
        }

        .row_down:before {
            left:4px;
            border-top: 10px solid #6695a9;
        }

        .row_up {
            background: #fff;
        }

        .row_up:before {
            left:4px;
            border-bottom: 10px solid #6695a9;
        }



        .sharing_item_description p,.sharing_item_title h3,.span.time {
            margin-left: 0px;
        }

        .sharing_item_description p {
            flex-flow: wrap;
        }

        .sharing_item_description p img {
            max-width: 100%;
        }

        span.time {
            margin-right: 0;
            margin-left:0;
            font-size: 12px;
        }


        .newsfeeds_sourceblock_new{
            overflow: hidden;
        }

        .groups_info_edit_buttons {
            top: 0 !important;
        }

        .mobile>.time,.mobile>.access {
            display:block;
        }


        .body_events {
            padding-left: 60px;
        }


    }

    @media screen and (max-width: 640px) {
        .controls a {
            color: #fff;
            background: #6695a9;
            border-radius: 5px;
            text-decoration: none;
            font-size: 15px;
            padding: 3px 20px;
            height: 1.5em;
            letter-spacing: 0.25em;
            line-height: 1.5em;
            min-width: 68px;
            text-align: center;
        }

        .blog_post .options {
            text-align: center;
        }
        body #sp_main {
            margin-top: 33px;
        }

        .data_mobile {
            display: flex;
            justify-content: flex-start;
        }


    }

    @media screen and (max-width: 525px) {
        .blog_post_body .option_wrapper, .blog_post_body .options_wrapper .options {
            flex-direction: row;
            display: flex;
            align-items: center;
        }
        .readmore {
            margin-right: 0;
        }


        .wr_criche .lof_feed h4 {
            text-align: left;

        }



        .data_mobile {
            margin-left: 14px;
        }

        .sharing_item_title h3{
            width: 95%;
        }

        .sharing_item_title h3 >.parent_block .icon_wrapper_mob a{
            font-size: 16px;
        }

        .data_mobile {
            display: flex;
            justify-content: flex-start;

        }

        .sharing_item_description p{
            margin-bottom: 0;
        }

        .sharing_item_controls p{
            justify-content: center;
        }
        /*.sharing_item_title,.sharing_item_owner,.sharing_item_description{*/
        /*padding-left: 1rem;*/
        /*}*/

        .option_wrapper .readmore {
            display: flex;
            font-weight: bold;
            justify-content: flex-end;
            margin-bottom: 20px;
        }
        .river_item .river_comment_contents {
            margin-left: 50px;
        }
        .blog_post_title {
            display: inline-block;
            max-width: 250px;
            min-height: 20px;
        }

        .feeds_items{
            flex-direction: column;
        }

        .newsfeeds_sourceblock_new{
            flex-direction: column;

        }

        .conte{
            margin-left: 3rem;
        }

        .sharing_item_controls>.feeds_items>a{
            text-align: center;

        }


    }

    /* two column, with sidebar */
    .columnWrapper {
        max-width: 75em;
        margin: 0 auto;
    }

    .columnwrapper {
        position: relative;
        clear: both;
    }

    .right-column-b, .left-column-a, .left-column, .right-column {
        border: .5px solid #ccc;
        padding: 1em;
        margin: 2em 0 2em 0;
    }

    @media screen and (min-width: 47.5em ) {

        .columns-container {
            float: left;
        }

        /*right sidebar*/
        .left-column {
            margin-right: 20em;
            float: left;
        }

        .right-column {
            width: 16.8em;
            margin-left: -19em;
            float: left;
        }

        /*left sidebar*/
        .left-column-a {
            margin-right: -19em;
            width: 16.8em;
            float: left;
        }

        .right-column-b {
            margin-left: 20em;
            float: left;
        }

    }
    /*---------------end----------------*/
    /********fluid column**************/

    #two-column {
        column-count: 2;
        column-gap: 2em;
        padding: 2em;
    }

    #three-column {
        column-width: 250px;
        column-count: 3;
        column-gap: 2em;
        padding: 2em;
    }

    .split-column h1, .split-column h2, .split-column h3 {
        column-span: all;
        padding-top: 1em;
    }

    /*---------------end----------------*/
    /***********fixed three column responsive layout**********/

    #three-column-container {
        padding: 1em;
        width: 75em;
        margin: 20px auto;
    }

    #left {
        width: 22.3em;
        float: left;
        padding: 5px 15px;
    }

    #middle {
        width: 22.3em; /* Account for margins + border values */
        float: left;
        padding: 5px 15px;
        margin: 0 1em;
    }

    #right {
        width: 22.3em;
        padding: 5px 15px;
        float: left;
    }

    /*box style*/
    #left {
        background: #f8f8f8;
    }

    #right {
        background: #f0efef;
    }

    #left, #middle, #right {
        margin-bottom: 5px;
    }

    #left, #middle, #right {
        border: solid 1px #ccc;
    }

    /*1270px or less*/
    @media screen and (max-width: 1290px) {

        .items_link a {
            width: 245px;
        }

        #social_bar_block .icon_wrapper a.action_button.newsfeed {
            margin:5px;
            margin-left: 0;
        }
    }

    /*1120px or less*/
    @media screen and (max-width: 1120px) {


        .items_link a {
            width: 245px;
        }
    }


    /* 980px or less */
    @media screen and (max-width: 980px) {

        #three-column-container {
            width: 94%;

        }

        #left {
            width: 41%;
            padding: 1% 4%;
        }

        #middle {
            width: 41%;
            padding: 1% 4%;
            margin: 0px 0px 5px 5px;
            float: right;
        }

        #right {
            clear: both;
            padding: 1% 4%;
            width: auto;
            float: none;
        }

        .newsfeeds .feedwrapper a {
            margin-right: 2em;
        }

        .newsfeeds_sourceblock_new {
            flex-direction: column;
            padding-left: 3em;
        }

        .items_link {
            flex-direction: row;
            justify-content: center;
        }

        .conte {
            min-width: 90%;
        }

        .newsfeeds.contentWrapper.newsfeeds.sharing_item_controls p {
            display: flex;
            flex-direction: column;
        }

        .sharing_item_controls p a:nth-child(3) {
            margin-top: 30px;
        }

        .items_link {
            flex-flow: wrap;
        }


        #content_area_user_title{
            margin-top: 40px;
            margin-left: 3rem;
        }


    }



    /* 600px or less */
    @media screen and (max-width: 600px) {




        #left {
            width: auto;
            float: none;
        }

        #middle {
            width: auto;
            float: none;
            margin-left: 0px;
        }

        #right {
            width: auto;
            float: none;
        }

        .top_wrapper {
            flex-direction: column;
        }

        .filerepo_owner {
            display: flex;
            flex-direction: column;
        }

        .items_link{
            margin-right: 0;
        }


        .flex_controls {
            justify-content: center;
        }


    }

    /* 480px or less */
    @media screen and (max-width: 480px) {

        .lof_feed {
            flex-direction: column;
        }


        .searchmenu{
            display: flex;
            flex-flow: wrap;
            margin-right: 3rem;
        }

        .blog_post_body > p > strong > img{
            width: 100%;
            boreder:solid 1px red;
        }

        .polls_title_times {
            flex-direction: column-reverse;

        }

        .shares_gallery_title {
            font-size:13px;
        }

        .controls_l {
            padding-left: 2rem;
        }
        .sharing_item_controls {
            padding-left: 0;
        }

        .sharing_item_description ul li {
            padding-left: 2em;
        }

        .wr_criche {
            width: 90%;
            flex-direction: column;

        }

        .data_mobile {
            margin-left: 0;
        }

        .sharing_item_title, .sharing_item_owner{
            padding-left: 0;
        }

        .sharing_item_owner + .sharing_item_description {
            padding-left:0;
        }

        .sharing_item_description p {
            padding-left: 0;
        }

        .sharing_item_title +{
            margin-left: 0;
        }

        .sharing_item_owner>p {
            margin-left: 0;
        }

        #social_bar_block .social_bar_icons .icon_wrapper a.social_bar_icons{
            font-size: 1em;
        }

        .data_mobile {
            display: flex;
            justify-content: flex-start;
        }

        .newsfeeds .feedwrapper span {
            font-size: 14px;
            color: #606060;
            line-height: 18px;
        }

        .wr_criche p {
            width: 100%;
        }

        .wr_criche h4 {
            width: 100%;
            text-align: left;
        }

        #right {
            display: none;
        }

        .wr_criche p {
            margin-left: 0;
        }


        .mobile {
            margin-left: 0;
        }




        .desk_top {
            display: none;
        }


        .sidebarhover {
        }


        .sharing_item_description ul {
            padding-left: 0;
        }


        #cke_1_top {
            display: none;
        }

        .action_button {
            width: 77%;
            display: block;

        }

        div.newsfeeds.source {
            display: block;
            text-align: center;
            margin-right: 0;
        }

        .sharing_item_description {

            display: flex;
            flex-direction: column;
            margin-top: 5px;
        }

        .options_text {
            padding-top: 13px;
            display: inline-flex;
        }

        .icon_wrapper_social_options {
            width: 20px;
            float: right;
            background: #e6e6e6;
            border-radius: 0 4px 4px 0;
            color: #000;
            text-align: center;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 4px;
        }

        .sharing_item_controls>.feeds_items{
            display: flex;
            flex-direction: column;
            display: none;
            margin-left: 0;
            margin-top: 10px;

        }
        .sharing_item_controls p a{
            margin-left: 0;
        }
        .feeds_items a {
            width: 191px;
        }

        .sharing_item_controls>.feeds_items>a{
            margin-left: 0px;
            margin-top: 0;
        }

        .sharing_item_controls>.feeds_items>a {
            margin-left: 4px!important;
            width:188px;
        }

        .singleview > .sharing_item > .sharing_item_controls p a {
            font-weight: bold;

        }

        .newsfeeds_sourceblock_new {
            padding-left: 2rem;
        }

        .sharing_item_controls>.feeds_items {
            padding: 20px 0;
            text-align: left;
        }


        .sharing_item_controls>.feeds_items{
            margin: 0px!important;
        }

        .mobile_newsfeed {
            flex-direction: row;
            justify-content: center;
            align-items: baseline;
        }

        .ecml_news_w .search_listing_info >.mobile_times_tamp{
            order: 1;
        }

        .ecml_news_w .search_listing_info >.mobile_times_tamp >.accessrights, .access{
            /*position: relative;*/
            /*top:4px;*/
        }


    }


    @media screen and (max-width: 420px) {

        /* activity stream area */
        .river_item.riverdashboard form {
            margin: 0;
        }



        .river_comments .comments_container {
            margin-top: 0;
        }



        .sharing_item_controls>.feeds_items>a {
            margin-left: 0;
        }

        body.logged {
            padding-top: 0;
        }

        .blog_post .strapline a {
            font-size: 15px;
        }

        .options_text {
            display: inline;
        }

        .sharing_item_owner {
            margin-top: 0;
        }

        .sharing_item_owner>p {
            margin-bottom: 0;
        }


        .sharing_item_controls>.feeds_items{

            text-align: center;

            display: none;
            max-width: 297px;
        }

        .sharing_item_controls p a {
            display: block;
            margin-top: 0;
            margin-left: 5px;
        }


        .options_text {
            padding-top: 13px;
            display: inline-flex;
        }

        .ui-accordion .ui-accordion-content {
            overflow: hidden;
            height: auto !important;
        }

        .singleview .blog_post_title a, .blog_post .strapline {
            font-size: 12px;
        }

        .parent_block {
            margin-top: 0px;
        }

        #searchbox {
            width: calc(100% - 20px);
            right: 0;
            background: #fff1d7;
            padding: 10px;
            margin: 0;
            padding: 10px;
            top: 55px;
        }

        input.searchfield {
            width: 87% !important;
        }

        .river_pagination {
            text-align: center;
        }

        /* blogs */
        .blog_post_top {
            display: flex;
            justify-content: space-between;
            flex-direction: column-reverse;
        }

        .groups .search_listing_info {
            justify-content: space-between;
            flex-direction: column;
        }

        .feeds_items {
            flex-direction: column;
        }

        #social_bar_block {
            border: snow;
            margin-top:20px;
        }


        .missing {
            background: red;
            color: white;
        }

        .newsfeeds .feedwrapper a {
            margin-right: 0;
        }

        #messages .msgsender {
            flex-direction: column;
        }

        #messages .msgsender .time{
            right: 0;
        }


    }




    @media screen and (max-width: 340px) {
        .sharing_item_title, .sharing_item_owner, .sharing_item_description {
            padding-left:0;
        }

        .sharing_item_description ul li {
            padding-left: 1rem;
        }

        .data_mobile {
            margin-left: 0;
        }
    }



    ui-widget-header .ui-icon {
        background-image: url(../mod/custom_theme/views/default/jquery-ui/redmond/images/ui-icons_d8e7f3_256x240.png)!important;
    }

    .second_l div.action_dropdown option:hover{
        color: white;
        background: #333!important;
    }

    option:hover {
        box-shadow: 0 0 10px 100px #1882A8 inset;
    }




/*------------------------end------------------------*/

/* Tooltip container */


/*!* Tooltip text *!*/
/*.tooltip .tooltiptext {*/
/*visibility: hidden;*/
/*width: 300px;*/
/*background-color: #dadada;*/
/*color: black;*/
/*text-align: center;*/
/*padding: 5px 0;*/
/*border-radius: 6px;*/
/*border-color: black;*/
/*border-width: 1px;*/

/*!* Position the tooltip text - see examples below! *!*/
/*position: absolute;*/
/*z-index: 1;*/
/*}*/

/*.tooltip .tooltiptext {*/
/*width: 300px;*/
/*top: 100%;*/
/*left: 50%;*/
/*margin-left: -150px; !* Use half of the width (120/2 = 60), to center the tooltip *!*/
/*}*/

/*.tooltip .tooltiptext::after {*/
/*content: " ";*/
/*position: absolute;*/
/*bottom: 100%;  !* At the top of the tooltip *!*/
/*left: 50%;*/
/*margin-left: -5px;*/
/*border-width: 5px;*/
/*border-style: solid;*/
/*border-color: transparent transparent black transparent;*/
/*}*/

/*!* Show the tooltip text when you mouse over the tooltip container *!*/
/*.tooltip:hover .tooltiptext {*/
/*visibility: visible;*/
/*}*/

/*.tooltip .tooltiptext {*/
/*opacity: 0;*/
/*transition: opacity 1s;*/
/*}*/

/*.tooltip:hover .tooltiptext {*/
/*opacity: 1;*/
/*}*/

/*.altcategoryfield {*/
/*background-color: rgba(230,230,230,0.3);*/
/*}*/

/*.categoryfield {*/
/*display: block;*/
/*margin-bottom: 15px;*/
/*}*/

/*.categoryfield:nth-child(2n) {*/
/*background-color: rgba(230, 230, 230, 0.3);*/
/*}*/

/*!*end tooltip*!*/


