.portal-header-nav{
    background-color: #1a9756;
    height:60px;
}
.portal-services-menu{
    background-color: #333333;
}
.portal-services-menu .container{
    padding-top: 7px;
}

.portal-services-menu .elgg-menu-portal-services > li {
    display: inline-block;
}

.portal-services-menu .elgg-menu-portal-services > li > a {
    color: #bbb;
    padding-left: 25px;
}
.profile-container{
    padding: 16px;
}
.profile-container .user-avatar{
    margin-left: 8px;
}
.profile-container > a{
    color: #ebf5ef !important;
    text-decoration: none;
}
.profile-container .username{
    font-size: 12px;
}
.profile-container .username + i {
    position: relative;
    top: 3px;
}
.portal-header-bottom-menu{
    background: #4eaf7c;
}
.portal-header-bottom-menu .elgg-menu:not(.header-services-container) > li > a{
    color: #237346;
    text-align: center;
    padding: 6px 20px 7px;
    font-size: 14px;
    border-bottom:2px solid transparent;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.portal-header-bottom-menu .elgg-menu:not(.header-services-container) > li{
    float: right;
}

.portal-header-bottom-menu .elgg-menu:not(.header-services-container) > li:not(.active) a:hover {
    border-bottom-color: #f76a70;
    color: #fff;
    background: transparent;
}

body.page-full-width.light-skin .page-header.navbar{
    max-height: none !important;
}
.elgg-table th{
    background-color: #f4f3f8;
    color: #7b7a7f;
}
.table-bordered,.table-striped>tbody>tr>td,.table-bordered>thead>tr>th{
    border: none;
}
.table-striped>tbody>tr>td{
    color:#afafaf;
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-child(odd)>td,.elgg-table tr:nth-child(odd){
    background: transparent;
}
.table-striped>tbody>tr:nth-child(even)>td,.elgg-table tr:nth-child(even){
    background: #fafafc;
}

.pagination>li>a, .pagination>li>span {
    border: #fff solid 3px !important;
    border-radius: 50% !important;
    color: #8c8c8c;
    padding: 2px 0;
    width: 27px;
    height: 27px;
    overflow: hidden;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span{
    background-color: #e9e7f2;
    color: transparent;
    padding: 3px 7px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    padding: 3px 8px;
}

.pagination > li.elgg-state-disabled:last-child > a, .pagination > li.elgg-state-disabled:last-child > span, .pagination > li.elgg-state-disabled:first-child > a, .pagination > li.elgg-state-disabled:first-child > span {
    opacity: 0.4;
}
.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:focus,
.pagination>li.active>span:hover{
    background-color:#32cb6b;
}
.pagination>li.disabled:last-child>a,
.pagination>li.disabled:last-child>span,
.pagination>li.disabled:first-child>a,
.pagination>li.disabled:first-child>span{
    opacity: 0.4;
}
.pagination>li:first-child>a:before,
.pagination>li:first-child>span:before,
.pagination>li:last-child>a:before,
.pagination>li:last-child>span:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: #acafc2;
    font-size: 9px;
}
.pagination>li:last-child>a:before,
.pagination>li:last-child>span:before{
    content: "\f053";
}
.portal-btn {
    background: transparent;
    color: #bababa;
    text-decoration: none !important;
    padding: 5px;
    float: right;
    margin: 0 2px;
    /*float: none;
    margin: 0 2px !important;
    display: inline-block !important;
    vertical-align: baseline;*/
}

.portal-widget, .elgg-widget-edit {
    /*border: 1px solid #e9e9e9;*/
    border: none;
    border-radius: 5px !important;
    overflow: hidden;
    background: transparent !important;
    padding: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    margin: 0;
}

.portal-widget.list-type .portlet-title {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8abb9b+0,8dde9b+100 */
    background: #8abb9b; /* Old browsers */
    background: -moz-linear-gradient(left, #8abb9b 0%, #8dde9b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8abb9b 0%,#8dde9b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8abb9b 0%,#8dde9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abb9b', endColorstr='#8dde9b',GradientType=1 ); /* IE6-9 */
    padding: 15px 20px;
}
.portal-widget.list-type .portlet-title h3{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
}
.portal-widget.list-type .portlet-body{
    padding: 15px 20px;
}
.portal-widget.list-type .elgg-item-object-amapnews{
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    padding-right: 10px;
}
.portal-widget.list-type .elgg-item-object-amapnews h5{
    color: #8d8d8d;
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 13px;
}
.portal-widget.list-type .elgg-item-object-amapnews:hover h5 {
    color: #717171;
}
.portal-widget.list-type .elgg-item-object-amapnews .desc{
    color: #b1b1b1;
    font-size: 11px;
}
.portal-widget.list-type .elgg-item-object-amapnews:hover .desc {
    color: #939393;
}
.portal-widget.list-type .elgg-item-object-amapnews .date{
    color: #9CA7DB;
    position: absolute;
    left: 0;
    top: 0;
}
.portal-widget.list-type .elgg-item-object-amapnews:hover .date{
    color: #8792c8;
}
.portal-widget.slideshow-type ul{
    margin: 0;
}
.slideshow-widget-container{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
}
.slideshow-widget-container .jcarousel-pagination{
    bottom: 5px;
}
.slideshow-widget-container .jcarousel-pagination a{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    background: #fff !important;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    opacity: 0.6;
}
.slideshow-widget-container .jcarousel-pagination a.active{
    opacity: 1;
}
.slideshow-widget-container .jcarousel li{
    border: none;
    position: relative;
}
.portal-widget .summary-container{
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
    color: #434343;
    padding: 24px 20px;
    font-size: 16px;
    white-space: nowrap;
}
.slideshow-widget-container .portal-widget .summary-container{
    font-size: 18px;
    padding: 15px 20px;
    position: absolute;
    height: 34%;
    background: #286539; /* Old browsers */
    background: -moz-linear-gradient(left, #286539 0%, #3cbb46 37%, #3cbb46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #286539 0%,#3cbb46 37%,#3cbb46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #286539 0%,#3cbb46 37%,#3cbb46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286539', endColorstr='#3cbb46',GradientType=1 ); /* IE6-9 */
    opacity: 0.9;
    color: #fff;
}

.slideshow-widget-container .summary-container .read-more-button {
    position: absolute;
    left: 15px;
    top: 15px;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    background: #196822;
    border-radius: 15px !important;
    border: 1px solid #76b37a;
    text-align: center;
    text-decoration: none;
    padding: 2px 20px;
}

.slideshow-widget-container .summary-container .read-more-button:hover {
    border-color: #76cc7a;
}
.portal-widget .summary-container .continue-button{
    color: #fff;
    border-radius: 50% !important;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: #49e498;
    position: relative;
    margin-top: 1px;
    display: inline-block;
}

.portal-widget .summary-container .editable-title {
    white-space: nowrap;
    width: calc(100% - 24px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2px;
}
.widgets-container > div {
    margin-bottom: 15px;
}
#event_calendar > div, #vacation > div, #salary > div {
    margin-right: -15px;
}
.portal-widget.small-type img{
    width: 100%;
}
.portal-widget .summary-container .continue-button.blue{
    background: #50d0e9;
}
.portal-widget .summary-container .continue-button > .fa{
    position: absolute;
    right: 8px;
    font-size: 12px;
    top: 4px;
}

.btn-add-new {
    position: relative;
    float: left;
    left: -10px;
    top: -52px;
    margin-left: 3px;
}

.btn-add-new:first-child {
    margin-left: 0;
}

.portal-widget.list-type .wmp-body ul > li > a {
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 2px solid transparent;
    z-index: 2;
}
.portal-widget.list-type ul > li > a,.portal-widget.list-type ul > li > a *{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portal-widget.list-type ul > li > a:hover {
    border-color: #f76a70;
}

.portal-widget .fc-toolbar {
    margin-bottom: 0;
    position: relative;
    height: 40px;
    padding-top: 7px;
    background-color: #64C0CD;
    color: #fff;
}

.portal-widget .fc-toolbar .fc-center h2 {
    font-size: 17px;
}
.portal-widget .fc-center > div {
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.portal-widget .fc-toolbar .fc-center button.fc-state-default {
    color: #fff;
    text-shadow: none;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 10px;
    outline: 0 !important;
    z-index: 2;
    padding-bottom: 8px;
    top: -2px;
}
.portal-widget .fc-toolbar .fc-left {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -40px;
}
.portal-widget table .fc-body td{
    text-align: center;
    border: none;
}
.portal-widget table .fc-body td span:not(.fc-title){
    float:none !important;
    padding-top: 5px;
    display: block;
}
#portal-calendar{
    height: auto;
}
.portal-widget table .fc-today{
    background: transparent;
    position: relative;
}
.portal-widget table .fc-bg .fc-today:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #72C22F;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: transparent;
}

.portal-widget th.fc-day-header > span {
    background: #efefef;
    border-radius: 10px !important;
    display: block;
    margin: 1px 3px;
    color: #888;
}

.portal-widget table .fc-bg td {
    border: 1px solid #eee;
}

.tooltip .fc-title, .tooltip .fc-time {
    display: block;
}

.portal-widget .fc-day-grid-event {
    height:  19px;
    overflow:  hidden;
}

.portal-widget .fc-title {
    overflow:  hidden;
    text-overflow:  ellipsis;
}

.dropdown > .dropdown-menu:before,.dropdown > .dropdown-menu:not(.header-services-container):after{
    right: auto;
    left: 9px;
}
.dropdown:not(.header-services-container) > .dropdown-menu{
    left: 12px;
    margin-top: 0;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
}

.page-header-fixed .page-container.portal_dashboard-container {
    margin-top: 0;
}

#cboxLoadedContent > h2{
    margin: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.portal-forms .checkboxes{
    float: right;
    white-space: nowrap;
    padding: 0 5px;
}

.portal-forms .checkboxes label.control-label {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 26px);
    float: right;
    text-align: right;
}

.portal-forms .checkboxes label.elgg-input-checkbox {
    margin-top: 6px;
    margin-right: 4px;
}

.portal-manage-tabs{
    position: relative;
}
.portal-manage-tabs .tab-content {
    min-height: 135px;
}
.opacity-0{
    opacity: 0 !important;
}

.portal-forms .treeview span.icon.check-icon, .portal-forms .treeview span.icon.expand-icon {
    margin-left: 13px;
    margin-right: 0;
}
.portal-forms .treeview span.icon:not(.check-icon):not(.expand-icon) {
    display: none;
}

/*.portal-forms .treeview span.icon.expand-icon ~ .check-icon {
    display: none;
}*/

.portal-forms .list-group-item>.badge{
    opacity: 0;
}
.portal-forms .elgg-field-label{
    padding-bottom: 10px;
    padding-right: 5px;
}

.portal-forms .relation-to .elgg-field-label {
    color: steelblue;
    font-size: 15px;
}

.portal-header-bottom-menu .elgg-menu > li > a.add-new-tab-button {
    padding: 10px 10px 2px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
}
.portal-header-bottom-menu .elgg-menu > li > a.add-new-tab-button + .tooltip {
    white-space: nowrap;
}
.whc-portal-manager-searchable-column-container{
    position: relative;
}
.whc-portal-manager-searchable-column-button{
    position: absolute;
    left: 4px;
    top: 5px;
    background: transparent;
    border: none;
    outline: none;
}
.whc-portal-manager-searchable-column-container .form-group{
    margin: 0;
}
.form-control .whc-portal-manager-searchable-column{
    padding-left: 28px;
}
.whc-portal-manager-searchable-column+.personal-avatar-filter li a.active{
    background-color: #eeeeee;
}
.whc-portal-manager-searchable-column+.is-employee-filter li a.active{
    background-color: #eeeeee;
}
.whc-portal-manager-searchable-column+.banned-filter li a.active{
    background-color: #eeeeee;
}
.elgg-list.elgg-table th{
    vertical-align: middle;
}
#widgets-add-panel.hidden[style*="block"]{
    display: block !important;
    visibility: visible !important;
}
.elgg-widgets-add-panel {
    background: transparent;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: -10px;
}

.elgg-widgets-add-panel li {
    background: #4EAF7C !important;
    border-radius: 6px !important;
    margin-bottom: 7px;
    border-color: #4EAF7C;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    opacity: 0.6;
    margin-right: 0;
    width: calc(20% - 8px);
}
.elgg-widgets-add-panel li:nth-child(5n) {
    margin-left: 0;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
    border-color: #1A9756;
}
.elgg-widgets-add-panel .elgg-state-available {
    opacity: 1;
}

#widgets-add-panel.hidden + a{
    display: none;
    position: absolute;
    right: 9px;
    top: 25px;
    color: #999;
}

#widgets-add-panel.hidden ~ .form-group {
    display: none;
    position: absolute;
    left: 37px;
    top: 68px;
}

#widgets-add-panel.hidden ~ button.btn[type="button"] {
    display: none;
    position: absolute;
    left: 35px;
    top: 67px;
    background: transparent;
}

#widgets-add-panel.hidden[style*="block"] + a,
#widgets-add-panel.hidden[style*="block"] ~ .form-group,
#widgets-add-panel.hidden[style*="block"] ~ button.btn[type="button"] {
    display: block;
}

#no_result_search_widget {
    display: none;
    position: absolute;
    right: 38px;
    top: 116px;
}

#widgets-add-panel.no-result {
    padding-bottom: 40px;
}

#widgets-add-panel.no-result ~ #no_result_search_widget {
    display: block;
}

#widget_search {
    width: 203px;
}
.elgg-widget-add-control a {
    width: 100%;
    background: #4EAF7C !important;
    border-radius: 6px !important;
    opacity: 0.9;
}
.elgg-widget-add-control {
    display: none !important;
    margin: 0;
}
.btn.portal-btn.tab-tools-btn.edit-btn,.btn.tab-tools-btn.remove-from-portal{
    display: none;
}
.edit-view .btn.portal-btn.tab-tools-btn.edit-btn,.edit-view .btn.tab-tools-btn.remove-from-portal{
    display: block;
}
.edit-view .elgg-widget-add-control {
    display: inherit !important;
}

.elgg-layout-widgets .elgg-col-1of4,
.elgg-layout-widgets .elgg-col-1of3,
.elgg-layout-widgets .elgg-col-1of2,
.elgg-layout-widgets .elgg-col-1of1 {
    min-height: 1px !important;
}
.edit-view .custom-cols,
.edit-view .elgg-col-1of4,
.edit-view .elgg-col-1of3,
.edit-view .elgg-col-1of2,
.edit-view .elgg-col-1of1 {
    border: 4px solid #fff;
    min-height: 220px !important;
    background: #efefef;
    padding: 5px;
}
.elgg-widget-add-control a:hover {
    opacity: 1;
}

.dropdown.service-select-container > .dropdown-menu:before, .dropdown.service-select-container > .dropdown-menu:after {
    right:  9px;
    left:  auto;
}
.dropdown.service-select-container .dropdown-menu {
    left: 16px;
    right: 16px;
    border-radius: 0 !important;
}
.pagination>li{
    float: right;
}
.pagination.whc-nav{
    width: 100%;
}
.modal.portal-service-select-modal {
    position: absolute;
    bottom: auto;
    right: 16px;
    left: 16px;
    top: calc(100% - 35px);
    padding-top: 35px;
}
.modal.portal-service-select-modal .modal-dialog {
    width: 100%;
    margin: 0;
    z-index: 2;
}

.modal.portal-service-select-modal.in:after {
    content: '';
    position:  fixed;
    left:  0;
    right:  0;
    top:  0;
    bottom:  0;
}
.service-select-container.active .service-input-container {
    z-index: 10060;
    position: relative;
}
.service-select-container .blockUI.blockOverlay{
    z-index: 10061 !important;
}
.service-select-container .blockUI.blockMsg.blockElement{
    z-index: 10062 !important;
}
.modal.portal-service-select-modal button.close{
    position: absolute;
    left: 5px;
    top: 6px;
    z-index: 1;
    padding: 10px;
    background-position: center;
}
.modal.portal-service-select-modal table.whc-service-users {
    margin: 0;
}
div.tagsinput span.tag {
    padding:  0;
    position:  relative;
}

div.tagsinput span.tag a {
    position:  absolute;
    left: 3px;
    top: 0;
}

div.tagsinput span.tag div[uguid] {
    padding:  3px 6px 3px 16px;
}
div.tagsinput span.tag div[uguid].master-tag{
    background: lightseagreen;
}
.btn.tab-tools-btn {
    float: left;
    position: relative;
    background: #FF5252;
    color: #fff;
    padding: 7px 20px;
    z-index: 2;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 6px !important;
    width: calc(33.333% - 4px);
}
.btn.tab-tools-btn:hover{
    opacity: 1;
}
.btn.tab-tools-btn > i{
    margin-top: -2px;
}
.service-select-container .portal-btn {
    float: none;
    margin: 0;
}

.service-select-container .modal table td:nth-child(3) {
    white-space: nowrap;
}
.elgg-widget-edit {
    padding: 20px;
    width: 100%;
}
button.btn.portal-btn.tab-tools-btn.edit-view-toggle ,.btn.portal-btn.tab-tools-btn.edit-btn{
    background: #1e90ff;
}

.widgets-container .portlet.box.yellow > .portlet-title {
    display:  none;
    position: absolute;
    z-index: 9;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.widgets-container .portlet.box.yellow > .portlet-title .tools,.widgets-container .portlet.box.yellow > .portlet-title .caption{
    display: none;
}
.edit-view .widgets-container .portlet.box.yellow > .portlet-title{
    display: block;
}
.edit-view .widgets-container .portlet.box.yellow > .portlet-title .elgg-widget-handle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.widgets-container .portlet.box > .portlet-body {
    padding: 0;
}

.widgets-container .portlet.box.yellow {
    border:  none;
    margin: 0;
    background:  transparent;
    margin-bottom: 10px;
}

.widgets-container .elgg-list.elgg-list-entity {
    margin:  0;
}

.widgets-container .elgg-widget-content {
    padding: 0;
}
.portal-tools-container {
    position: absolute;
    left: 0;
    top: 4px;
    display: none;
    z-index:10;
}
.edit-view .portal-tools-container {
    display:  block;
}
.portal-tools-container > .btn {
    background: rgba(255,255,255,.5);
    border: none;
    padding: 0;
    border-radius: 50% !important;
    height: 30px;
    margin-left: 3px;
    width: 30px;
    float: right;
    text-align: center;
}
.portal-tools-container > .btn > .fa {
    font-size: 16px;
    margin: 0;
    color: #555;
}

.whc_portal_manager_form_modal.width-80 > .modal-dialog {
    width: 80% !important;
}

#portal-col-1 {
    padding: 0 0 0 10px;
}

#portal-col-2 {
    padding: 0 10px 0 0;
}

.widgets-container .elgg-col-1of1,
.widgets-container .elgg-col-1of2,
.widgets-container .elgg-col-1of3,
.widgets-container .elgg-col-1of4,
.widgets-container .elgg-col-1of5 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widgets-container[data-layoutid="22"] .elgg-col-1of4 {
    opacity: 0;
}

.widgets-container[data-layoutid="22"] .elgg-col-1of4.visible {
    opacity: 1;
}

#portal-col-1 .elgg-col-1of4,
#portal-col-2 .elgg-col-1of4 {
    min-height: 0 !important;
}

.edit-view #portal-col-1 .elgg-col-1of4,
.edit-view #portal-col-2 .elgg-col-1of4 {
    min-height: 180px !important;
}

#portal-col-1 .elgg-col-1of4 {
    width: 100%;
}

#portal-col-2 .elgg-col-1of4 {
    width: 50% !important;
}

#portal-col-2 #elgg-widget-col-4 {
    width: 100% !important;
}

#portal-col-2 #elgg-widget-col-2 {
    padding-right: 8px;
}
#portal-col-2 #elgg-widget-col-3 {
    padding-left: 8px;
}

.widgets-container[data-layoutid="1"] .elgg-col-1of1 {
    width: 100%;
}

@media (max-width: 770px) {

    .page-section {
        padding: 20px;
    }

    .desksLinkWraper {
        margin: -5px auto -24px auto;
    }


    .widgets-container[data-layoutid="5"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(1),
    .widgets-container[data-layoutid="6"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(2),
    .widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(2),
    .widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(3),
    .widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(4),
    .widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(2),
    .widgets-container[data-layoutid="5"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(2),
    .widgets-container[data-layoutid="6"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(1),
    .widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(3){
        width: 100% !important;
        padding: 0;
    }

    .elgg-col-1of3,
    .elgg-col-2of3,
    #elgg-widget-col-1,
    #elgg-widget-col-2,
    #elgg-widget-col-3
    {
        padding: 0;
        width: 100% !important;
    }

    #portal-col-2 .elgg-col-1of4 {
        width: 100% !important;
    }

    #portal-col-1 , #portal-col-2 {
        padding: 0;
    }
    .page-header-fixed .page-container.portal_dashboard-container > .container {
        padding: 0;
    }

}

.portal-widgets-columns-container > .elgg-col-1of4,
.portal-widgets-columns-container > .elgg-col-1of3,
.portal-widgets-columns-container > .elgg-col-1of2 {
    padding-right: 10px;
    padding-left: 10px;
}

.portal-widgets-columns-container > .elgg-col-1of4:nth-child(1),
.portal-widgets-columns-container > .elgg-col-1of3:nth-child(1),
.portal-widgets-columns-container > .elgg-col-1of2:nth-child(1),
.widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(3) {
    padding-right: 0;
}

.portal-widgets-columns-container > .elgg-col-1of4:nth-child(4),
.portal-widgets-columns-container > .elgg-col-1of3:nth-child(3),
.portal-widgets-columns-container > .elgg-col-1of2:nth-child(2),
.widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(2) {
    padding-left: 0;
}

.widgets-container[data-layoutid="5"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(2),
.widgets-container[data-layoutid="6"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(1),
.widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(3) {
    width: 66.66666667%;
}

.widgets-container[data-layoutid="5"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(1),
.widgets-container[data-layoutid="6"] .portal-widgets-columns-container > .elgg-col-1of2:nth-child(2),
.widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(2),
.widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(3),
.widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(4),
.widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(2) {
    width: 33.33333333%;
}

.widgets-container[data-layoutid="7"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(1),
.widgets-container[data-layoutid="8"] .portal-widgets-columns-container > .elgg-col-1of4:nth-child(1),
.widgets-container[data-layoutid="9"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(1) {
    width: 100%;
}

.widgets-container[data-layoutid="7"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(2),
.widgets-container[data-layoutid="7"] .portal-widgets-columns-container > .elgg-col-1of3:nth-child(3) {
    width: 50%;
}

.portal-widget.small-type {
    max-width: 179px;
}
.portal-fieldset{
    border-top: 1px dashed #eee;
}
.portal-fieldset label {
    padding-top: 7px;
    text-align: left;
    padding-left: 0;
}
.portal-fieldset fieldset {
    margin: 0 -12px 5px 0;
    min-width: 0;
    padding: 10px !important;
    position: relative;
    border-radius:4px;
    background-color:transparent;
    height: 30px;
    border: none !important;
    cursor: pointer;
    top: 3px;
}

.map-list-container:nth-child(even) .portal-fieldset {
    border-top-color: #fff;
}

.map-list-container:nth-child(even) {
    background: #efefef;
}
.portal-fieldset legend {
    font-size:14px;
    margin-bottom: 0;
    width: auto;
    border: 1px solid transparent;
    padding: 5px 12px 5px 10px;
    background-color: #428bca;
    color: #fff;
}
.map-list .form-group{
    float: right;
    margin-bottom: 0;
}
.map-list .btn{
    margin-top: -3px;
    float: left;
    margin-right: 4px;
}
.map-list-row{
    border-top: 1px solid #eee;
    margin-bottom: 8px;
    padding-top: 7px;
    position: relative;
    height: 34px;
}
.map-list-row > label {
    float: right;
    margin-left: 30px;
    margin-bottom: 0;
}
.map-list-row .tooltip{
    white-space: nowrap;
}
.account-container {
    position: relative;
    overflow: hidden;
    /*background: #fafafa;*/
    padding-bottom: 10px;
    padding-top: 10px;
}
.portal-fieldset .description {
    padding: 10px 0;
}
.portal-fieldset input[name="username"]{
    direction: ltr;
}
.map-list-container{
    overflow: hidden;
}
/*.map-list-container{
    display: flex;
}
.map-list-container:nth-child(even) .account-container:first-child,
.map-list-container:nth-child(odd) .account-container:last-child {
    background: #f4f4f4;
}
.portal-manage-tabs #accounts_tab{
    box-shadow: 0 0 3px 1px #f4f4f4;
    margin: 5px 3px;
}*/
.service-select-container .elgg-no-results{
    padding: 10px;
}

.widgets-container .elgg-widget-edit{
    position: relative;
    z-index: 9;
}
.account-container.add-new .portal-fieldset fieldset{
    height: auto;
    border: 1px solid #ddd !important;
    margin: 0;
    background-color:#f5f5f5;
}
.account-container.add-new legend {
    border-color: #ddd;
    background: #fff;
    color: black;
    font-weight:bold;
}
.map-list-row > .fa {
    float: right;
    margin-left: 3px;
}
.btn-action-service-user i.fa.fa.fa-check.font-green {
    margin-right: 0;
    margin-left: 2px;
    text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
    margin-top: -1px;
}

.elgg-layout.elgg-layout-portal:not(.edit-view) .elgg-widget-edit {
    display: none !important;
}

/*
    news custom view for portal START
 */
.news-content div.entity_photo {
    float: none;
    margin: 0;
}

.news-content .desc {
    padding: 20px 0;
}

.news-content .subtitle-container {
    margin: 20px 0;
    padding: 8px 0;
    border-top: solid 1px #ECEBEB;
    border-bottom: solid 1px #ECEBEB;
    overflow: hidden;
}

.news-content .subtitle-container .elgg-subtext .fa.fa-star {
    color: #FEC73C;
}

.news-content .subtitle-container .fa {
    color: #67bd3c;
    font-size: 13px;
    padding-left: 5px;
}

.news-content .subtitle-container .value {
    font-style: normal;
    font-size: 13px;
}

.news-content .subtitle-container .value, .news-content .subtitle-container .value a {
    color: #666666;
}

.news-content .subtitle-container .element {
    padding-right: 13px;
    border-right: solid 1px #ECEBEB;
    float: right;
    margin-left: 10px;
    height: 18px;
}

.news-content .subtitle-container .element:first-child {
    padding-right: 0;
    border-right: none;
}

.news-content .subtitle-container .element .blog-page {
    padding-bottom: 0;
    margin-top: 1px;
}

.news-content .subtitle-container .element .elgg-tags li.elgg-tag:after {
    content: " ";
}

.news-content .subtitle-container > ul, .news-content .subtitle-container .element ul {
    margin: 0;
}

.news-content ~ .comment-form-container {
    background: transparent;
    padding: 5px 0;
}

.news-content ~ div .comment-action-bar.annotation-object {
    width: 100%;
}

.news-content ~ div .comment-action-bar.annotation-object span.splitter {
    border-bottom: solid 1px #ECEBEB;
}

.news-content ~ div [data-type="comment-item"] .comment-owner-username a {
    color: #3e4d5c;
    font-size: 15px;
    line-height: 1;
}

.news-content ~ div [data-type="comment-item"] .comment-tiny-icon {
    float: right;
    padding-left: 12px;
}

.news-content ~ div [data-type="comment-item"] {
    margin-bottom: 10px;
    position: relative;
}

.news-content ~ div [data-type="comment-item"] .comment-action-bar-fixed {
    clear: both;
}

.news-content ~ div [data-type="comment-item"] .comments-action-ellipsis > a {
    position: absolute;
    left: 0;
    top: 0;
    color: #555;
}

.news-content ~ div [data-type="comment-item"] ul.dropdown-menu.dropdown-menu-right {
    min-width: 100px;
}

.news-content ~ div [data-type="comment-item"] .dropdown-menu li > a {
    font-size: 12px;
    padding: 5px;
    line-height: 2;
}

.news-content ~ div [data-type="comment-item"] .dropdown-menu li > a > .fa {
    float: right;
    margin-left: 6px;
    font-size: 12px;
    padding: 3px;
}

.news-content ~ div [data-type="comment-item"] .comment-owner-username a .bold {
    font-weight: normal !important;
}

.news-content ~ div [data-type="comment-item"] .comment-text {
    font-size: 11px;
    padding-top: 3px;
}

.news-content ~ div [data-type="comment-item"] .elgg-avatar-medium > a > img {
    width: 60px;
    height: 60px;
}

.news-content ul.comments, .news-content ul.comments li {
    padding: 0;
}

.news-content ~ .slimScrollDiv {
    padding-left: 18px;
}

.news-content ~ .row[data-role="comments-list-container"],
.news-content ~ div .row[data-role="comments-list-container"] {
    margin: auto -15px;
}

.annotations.user ul.comments li:hover .comment-action-bar-fixed {
    opacity: 0;
}

/*
    news custom view for portal END
*/

/*
    layouts START
*/
.layout-container {
    margin-left: 0.7em;
}

.d-layout-predefined:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.d-layout-predefined.selected {
    background-color: #E8E8E8;
    border-radius: 3px 3px 3px 3px;
}

.d-layout-predefined {
    position: relative;
    float: left;
    margin-right: 1.12em;
    width: 63px;
    height: 64px;
    margin-bottom: 5px;
    background-image: url('https://ehraz.whc.ir//mod/whc_portal_manager/graphics/layouts.png') !important;
    -moz-background-size: 1344px 64px !important;
    -o-background-size: 1344px 64px !important;
    -webkit-background-size: 1344px 64px !important;
    background-size: 1344px 64px !important;
}

.d-layout-predefined:nth-child(5n) {
    margin-right: 0;
}

.d-layout-predefined1 {
    background-position: 1px 0 !important;
}

.d-layout-predefined2 {
    background-position: -60px 0 !important;
}

.d-layout-predefined3 {
    background-position: -121px 0 !important;
}

.d-layout-predefined6 {
    background-position: -181px 0 !important;
}

.d-layout-predefined5 {
    background-position: -242px 0 !important;
}

.d-layout-predefined4 {
    background-position: -303px 0 !important;
}

.d-layout-predefined7 {
    background-position: -364px 0 !important;
}

.d-layout-predefined8 {
    background-position: -425px 0 !important;
}

.d-layout-predefined9 {
    background-position: -546px 0 !important;
}

.d-layout-predefined10 {
    background-position: -576px 0 !important;
}

.d-layout-predefined11 {
    background-position: -640px 0 !important;
}

.d-layout-predefined12 {
    background-position: -704px 0 !important;
}

.d-layout-predefined13 {
    background-position: -768px 0 !important;
}

.d-layout-predefined14 {
    background-position: -832px 0 !important;
}

.d-layout-predefined15 {
    background-position: -896px 0 !important;
}

.d-layout-predefined16 {
    background-position: -960px 0 !important;
}

.d-layout-predefined17 {
    background-position: -1024px 0 !important;
}

.d-layout-predefined18 {
    background-position: -1088px 0 !important;
}

.d-layout-predefined19 {
    background-position: -1152px 0 !important;
}

.d-layout-predefined20 {
    background-position: -1216px 0 !important;
}

.d-layout-predefined21 {
    background-position: -1280px 0 !important;
}

.d-layout-predefined22 {
    background-position: -1277px 0 !important;
}

/*
    layouts END
*/
.edit-view .editable-title {
    font-size: 16px;
    position: relative;
    z-index: 9;
    width: 100px;
    display: inline-block;
}

.editable-title input {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.editable-title .fa {
    opacity: 0;
    background: transparent;
    border: none;
    top: -1px;
    position: absolute;
    left: 0;
    z-index: 3;
}

.editable-title input:focus, .editable-title input.error {
    position: absolute;
    right: -2px;
    font-size: 16px;
    top: -6px;
    width: 110px;
    padding-left: 20px;
    height: auto;
    opacity: 1;
    z-index: 2;
    background: #efefef;
}

.editable-title input.error {
    background: #ffcccc;
}
.portal-widget.list-type .editable-title input:focus {
    top: -3px;
}

.editable-title input:focus ~ .fa {
    opacity: 0.5;
    cursor: pointer;
    padding: 5px 2px;
}

.editable-title input:focus ~ .fa:hover {
    opacity: 0.8;
}

form.elgg-form.elgg-form-useradd.portal-forms > fieldset {
    display: block !important;
}

.whc_portal_manager_form_modal .elgg-form-useradd .elgg-foot, .whc_portal_manager_form_modal .elgg-form-profile-edit .elgg-foot {
    display: none;
}

.elgg-form-useradd.portal-forms input[type=text], .elgg-form-useradd.portal-forms input[type=number], .elgg-form-useradd.portal-forms input[type=password], .elgg-form-useradd.portal-forms input[type=email], .elgg-form-useradd.portal-forms input[type=url] {
    width: 100% !important;
}

.portal-widgets-columns-container .elgg-widgets {
    float: right;
}

.custom-modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

.custom-modal-footer::before, .custom-modal-footer::after {
    display: table;
    content: " ";
}

.custom-modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-right: 5px;
}

.portal-forms .treeview span.icon.expand-icon {
    float: left;
}
.widget-thumbnail{
    position: relative;
}
.widget-thumbnail img{
    width: 100%;
    border-radius: 0 0 19px 19px !important;
}
.widget-thumbnail h4{
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0 0 8px #000;
}
.widget-thumbnail span.wpi {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 75px;
    height: 75px;
    text-align: center;
}
.widget-thumbnail span.wpi img{
    width: 75px;
}
.table-borderless , .table-borderless tr , .table-borderless td{
    border:none !important;
    border-top:none !important;
}
.col-md-4 .elgg-col-1of4 .portal-widget .portlet-body > .row{
    padding-bottom: 16px;
}
.portal-widget .table-submenu span{
    padding: 1px 3px !important;
    background: #2B87A2;
    display: block;
    min-width: 38px;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 5px !important;
    color: #fff;
}
.portal-widget .read-more{
    background: #fff;
    border: 3px solid #3595B8;
    -webkit-border-radius: 0 13px 13px 13px !important;
    -moz-border-radius: 0 13px 13px 13px !important;
    border-radius: 0 13px 13px 13px !important;
    position: absolute;
    bottom: -8px;
    left: 0;
    padding: 0px 19px 0px 16%;
    right: 0;
    margin: auto;
}
.portal-widget .read-more:not(.vam-widget-btn){
    width: 137px;
}
.portal-widget .read-more a{
    color: #3595B8;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.portal-widget .read-more i{
    background: #3595b8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 1px;
    left: 8px;
    font-size: 10px;
}

.whc-users tbody td:nth-child(3), .whc-users tbody td:nth-child(4) {
    direction: ltr;
}

.whc-users tbody td:nth-child(7) {
    white-space: nowrap;
}

.portal-forms input[name="password"], .portal-forms input[name="password2"]{
    padding-left: 40px;
}

.own-container {
    padding: 33px 52px;
}

.own-personal-avatar {
    padding: 10px 15px;
}

.own-personal-avatar .mt-step-title {
    font-size: 19px !important;
}

.mt-element-step .step-default .mt-step-number svg {
    color: #fff;
    font-size: 25px;
}

.own-personal-avatar .tab-content {
    margin: 0 -20px;
}

.own-personal-avatar .tab-content .col-lg-8 {
    padding: 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.own-personal-avatar .tab-content .elgg-head {
    font-size: 12px;
}

.portal-widget .portlet-body .card {
    min-height: 80px;
    margin-bottom: 20px;
    border-radius: 5px !important;
    overflow: hidden !important;
}

#widgets > .container {
    padding: 0;
}

section#widgets {
    padding-top: 20px;
}

#widgets .elgg-main.elgg-body {
    padding: 0;
}

.adminBtns + .switch input:checked + label::before {
    background-color: #00bbdd;
}

.widgets-container > .portal-cols-container {
    margin: 0;
}
.elgg-form-portal-manager-password-policy div.tagsinput input {
    width: 100px !important;
}

.password-policy-modal .modal-dialog {
    /*width: 900px;*/
    /*margin: 30px auto;*/
}

@media (min-width: 768px) {
    .password-policy-modal .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    ...
}

@media (min-width: 992px) {
    .password-policy-modal .modal-dialog {
        width: 900px;
    }
}

@media (min-width: 768px) {
    .password-policy-modal .modal-dialog {
        width: 90%;
        max-width: 1200px;
    }
}

.btn.hidden-tab svg {
    font-size: 10px;
    margin-left: 0;
    margin-right: 5px;
    top: -1px;
    cursor: default;
}

.demo-widget .portlet-body::before {
    content: '';
    display: block;
    position: absolute;
    background: url(https://ehraz.whc.ir/cache/1753766794/default/theme/graphics/whc_portal_manager/test-version.svg) center;
    width: 116px;
    height: 77px;
    top: 2px;
    left: -13px;
    background-size: 100%;
    z-index: 2;
}
div#uniform-permissions\[\] {
    display: none !important;
}

.show-version {
    background-color: #6083E2;
}

.show-version > .text-center.small{
    text-align: center !important;
    color: white;
    font-size: 85%;
    font-weight: 400;
}
.checker.jstree {
    width: auto;
    height: auto;
    margin: auto;
}
.rss-content ul li img {
    float: right;
    width: 90px;
    margin-left: 15px;
}
.fa.line-through {
    position: relative;
}
.fa.line-through:after {
    content: '_';
    position: absolute;
    left: -79%;
    top: -25%;
    z-index: 1;
    transform: rotate(-45deg);
    font-size: 290%;
    line-height: 1px;
}
.row.profile-account {
    flex: 1;
}  .weather-container {
      padding: 1rem 1.5rem;
      background-color: #F2F2F2;
      display: none;
  }
    .weather-degree {
        text-align: right;
        font-size:54px;
        color: #6083E2;
        direction: ltr;
    }
    .weather-degree span {
        font-size: 40px;
    }
    .weather-container {
        text-align: left;
    }
    .weather-img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .weather-degree-sign {
        font-size: 40px;
    }
    .weather-type-str {
        margin-top: 0;
        color: #6980D3;
        font-size: 18px;
        text-align: right;
    }
    .weather-location  {
        margin-top: 10px;
        color: #A1A5B6;
        font-size: 15px;
        text-align: right;
        cursor: pointer;
    }
    .weather-location span {
        padding-right: 10px;
    }
    .weather-list {
        height: 175px;
        min-height: 175px;
    }
    .weather-close {
        text-align: left;
        color: #6980D3;
    }

    .weather-close .fa-times {
        cursor: pointer;
    }

    .weather-container {
        height: 175px;
        min-height: 175px;
    }
    #savebtn {
        width: 100%;
        border-radius: 0.5rem !important;
        background-color: #6083E2;
    }

    .my-dropdown {
        width: 100%;
        line-height: 10px;
    }

    .my-dropdown .dropbtn {
        width: 100%;
        border-radius: 0.5rem !important;
    }

    .dropbtn {
        background-color: #fff;
        color: #6083e2;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #fff;
    }

    /* The search field */
    #myInput {
        box-sizing: border-box;
        background-image: url('https://ehraz.whc.ir/cache/1753766794/default/theme/graphics/weather/icon/search.png');
        background-position: 14px 12px;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 14px 20px 12px 45px;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0.5rem !important;
        background-color: #F2F2F2;
        color: #A1A5B7;
        background-position-x: 10px;
        background-position-y: 14px;
        background-size: 25px;
    }

    /* The search field when it gets focus/clicked on */
    #myInput:focus {outline: 3px solid #ddd;}

    /* The container <div> - needed to position the dropdown content */
    .my-dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f6f6f6;
        min-width: 100%;
        border: 1px solid #ddd;
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #A1A5B7;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: right;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #f1f1f1}

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

    .portal-widget.weather-widget.elgg-module.elgg-module-widget {
        overflow: visible;
        box-shadow: none;
    }

    .widgets-container .elgg-module-widget.widget-instance-container.portlet.elgg-widget-instance-weather {
        overflow: visible;
    }

    .portal-widget .portlet-body .weather-list.card {
        overflow: visible !important;
        border-radius: 1em !important;
        box-shadow: none !important;
    }

    .weather-container {
        border-radius: 1em;
    }
    .weather-city-select {
        text-align: center;
        margin-top: 20px;
    }
    .weather-city-save {
        text-align: center;
        margin-top: 20px;
    }

    .weather-setting {
        display: none;
    }

    @media only screen and (max-width: 540px) {
        .weather-degree {
            width: 50%;
        }
        .weather-icon {
            width: 50%;
        }
        .weather-type-str {
            position: absolute;
            top: 90px;
        }
        .weather-location {
            position: absolute;
            top: 125px;
            width: 10px;
            height: auto;
        }
    }

    @media only screen and (min-width: 540px) and (max-width: 780px) {
        .weather-degree {
            width: 50%;
        }
        .weather-icon {
            width: 50%;
        }
        .weather-type-str {
            position: absolute;
            top: 90px;
        }
        .weather-location {
            position: absolute;
            top: 125px;
        }
        .weather-img {
            width: 60%;
        }


    }

   @media only screen and (max-width: 1640px) {
      .weather-degree {

          font-size: 40px;
      }
      .col-md-6.weather-icon {
          padding: 0;
      }
    }

    @media only screen and (min-width: 781px) and (max-width: 991px) {
        .weather-container .weather-icon {
            max-width: 20% !important;
            position: absolute;
            left: 24px;
            top: 5px;
        }
    }

    @media only screen and (max-width: 540px) {
        .weather-container .weather-icon {
            max-width: 40% !important;
            position: absolute;
            left: 24px;
            top: 5px;
        }
        .weather-container .weather-location {
            min-width: 220px !important;
        }
    }

    .rss-widget .rss-title {
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 23px;
    }

    .rss-widget .rss-description {
        color: #a1a5b7;
        font-size: 13px;
    }

    .rss-widget .cover {
        object-fit: cover;
        width: 100%;
        height: 310px;
        background-color: #428bca;
    }

    .rss-widget .carousel {
        background: #ffffff;
        height: 580px;
    }

    .rss-widget .carousel-inner {
        min-height: 400px;
        max-height: 580px;
        height: 580px;
    }

    .rss-widget .carousel-caption {
        color: #fff;
        top: 340px;
        left: 13%;
        right: 13%;
        padding-bottom: 15px;
        text-shadow: unset;
    }

    .rss-widget .carousel-control-prev,
    .rss-widget .carousel-control-next,
    .rss-widget .carousel-control-prev:hover,
    .rss-widget .carousel-control-next:hover,
    .rss-widget .carousel-control-prev:visited,
    .rss-widget .carousel-control-next:visited {
        color: #6083e2;
        width: 10%;
        top: 170px;
    }

    .rss-widget .carousel-control-prev svg,
    .rss-widget .carousel-control-next svg{
        font-size: 23px;
    }

    .rss-widget > .portlet-body .card {
        height: 580px;
    }

    .rss-widget .carousel .carousel-inner .item {
        margin: 0;
        float: none !important;
    }




