#gridsterControls {
    position: fixed;
    top: 85px;
    right: 0;
    width: 170px;
    height: 180px;
    background: #969696;
    border-left: 3px #FFFFFF solid;
    border-top: 3px #FFFFFF solid;
    border-bottom: 3px #FFFFFF solid;
/*     box-shadow: 0px 1px 5px rgba(148, 148, 148, 0.69); */
    z-index: 9999;
    display: none;
    transition:.5s;
    color: #ffffff;
    text-align: center;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

#gridsterControls .buttonBox{
    width: 100%;
    height: 124px; /* 103px 0px */
    display: none;
    background: #FFFFFF;
}

#gridsterControls .gridBox{
    width: 100%;
    height: 99%; /* 100%  88% */
    position: relative;
}

#gridsterControls h3{
    margin: 0px;
    font-size:20px;
    padding-top: 5px;
    color: #ffffff;
    text-align: left;
    margin-left: 20px;
}
#gridsterControls h3 .fa{
    padding-right: 5px;
}


#gridsterControls .spacer{
    width: 95%;
    height: 2px;
    margin: 10px auto;
    background: #ffffff;
}


.GridLayoutOptions{
    width: 160px;
    height: 100%;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 50px;
}

.GridLayoutOptions ul{
    list-style: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}

.GridLayoutOptions::-webkit-scrollbar {
    width: 0px;
}

.GridLayoutOptions::-webkit-scrollbar-track {
   background: #92278F;
}

.GridLayoutOptions::-webkit-scrollbar-thumb {
    background: #004883;
}


.GridLayoutOptions .item{
    width: 120px;
    height: 196px;
    margin: 10px auto;
    margin-top: 5px;
    position: relative;
    background: rgba(255, 255, 255, 0.22);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.GridLayoutOptions .item:hover{
    background: rgba(255,   255,   255, 0.63);
}



.GridLayoutOptions .item:hover, .GridLayoutOptions .item:hover header{
    opacity: 1;
    cursor: pointer;
}
.GridLayoutOptions .item .img{
    position: absolute;
    top:30px;
    left: 0px;
    opacity: 0.7;
}
.GridLayoutOptions .item .img img{
    width: 120px;
    height: 166px;
}
.GridLayoutOptions .item header{
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 13px;
}

.custom_layout{
    width: 120px;
    height: 166px;
    background: #79797B;
    position: relative;
}
.custom_layout:before{
    position: absolute;
    top: 30px;
    left: 12px;
    display: block;
    font-family: "Font Awesome 5 Pro";
    opacity: 0.4;
    font-size: 77px;
    content: "\f248";

/*
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
*/
}

.GridLayoutOptions .selected .img, .GridLayoutOptions .active .img{
    opacity: 1;
}
.GridLayoutOptions .selected .img:before, .GridLayoutOptions .active .img:before{
    position: absolute;
    top:30px;
    left: 0px;
    display: block;
    width: 120px;
    height: 60px;
    z-index: 99;
    font-family: "Font Awesome 5 Pro";
    content: "\f05d";
    color: #ffffff;
    font-size: 60px;
    opacity: 0.8;
}

.corner-ribbon{
  width: 100%;
  height: 35px;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.MainPage{
    z-index: 0 !important;
}

#layoutsBtn {
    position: fixed !important;
    right: 0px;
    top: 182px;
    z-index: 999;
    width: 20px;
    display: block;
    padding: 10px;
    background: #969696;
    /* box-shadow: 1px 1px 5px rgba(148, 148, 148, 0.69); */
    font-size: 12pt;
    border: 3px #FFFFFF solid;
    border-right: none;
    color: #E4E4E4;
    transition: .5s;
    -o-transition:  .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    width: 40px;
}
#layoutsBtn:hover{
    cursor: pointer;
    color: #FFF;
}

.gridsterRefresh {
    min-width:45px;
    padding-top:5px;
}

.gridsterRefresh:hover .spinner {
    -webkit-transform:rotate(-360deg);
    transform:rotate(-360deg);
    -webkit-transition:-webkit-transform .8s ease-in-out;
    transition:transform .8s ease-in-out;

}

.hide {
    display:none
}

#gridHelp{
    position: absolute;
    font-size: 20px;
    z-index: 9999;
    margin-top: 5px;
    display: none;
}
#gridHelp:hover{
    cursor: pointer;
    color: #FFFFFF;
}


.modal-open {
    overflow:hidden
}

.modal {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:999999;
    display:none;
    overflow:auto;
    overflow-y:scroll
}

.modal.fade .modal-dialog {
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    transform:translate(0,-25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -moz-transition:-moz-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0)
}

.modal-dialog {
    position:relative;
    z-index:1.0E+15;
    width:auto;
    padding:10px;
    margin-right:auto;
    margin-left:auto;
    margin-top:80px
}

.modal-content {
    position:relative;
    background-color:#fff;
    outline:none;
    background-clip:padding-box;
    text-align:center;
    box-shadow:none;
    border:none;
    border-radius:0;
    padding: 40px;
}

.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:999998;
    background-color:#000
}

.modal-backdrop.fade {
    opacity:0;
    filter:alpha(opacity=0)
}

.modal-backdrop.in {
    opacity:.5 !important;
    filter:alpha(opacity=50) !important;
}

.modal-header {
    min-height:16.428571429px;
    border-bottom:none !important;
    padding: 0 0 20px 0 !important;
}

.modal-header .close {
    font-weight: 100;
    opacity: 1;
    font-size: 40px;
    height: 20px;
    width: 20px;
    margin-left: -20px;
    line-height: 0.5;
}

.modal-title {
    margin:0;
    line-height:1.428571429;
}

.modal-body {
    position:relative;
    font-size: 15px;
    line-height: 20px;
    padding: 0 !important;
}

.modal-footer {
    margin-top:0;
    padding: 0;
    text-align:center;
    border-top:none !important;
}

.modal-footer:before,.modal-footer:after {
    display:table;
    content:" "
}
.modal-footer:after {
    clear:both
}
.modal-footer:after {
    clear:both
}
h4.modal-title {
    padding: 0 20px;
    text-align: center;
	background-color: white;
}
.modal-footer .btn + .btn {
    margin-bottom:0;
    margin-left:5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left:-1px
}

.modal-footer .btn-block + .btn-block {
    margin-left:0
}

@media screen and (min-width: 768px) {
.modal-dialog {
    width:600px;
    padding-top:30px;
    padding-bottom:30px
}
}



.gridHelpInfo::-webkit-scrollbar {
    width: 4px;
}

.gridHelpInfo::-webkit-scrollbar-track {
   background: #92278F;
}

.gridHelpInfo::-webkit-scrollbar-thumb {
    background: #350432;
}

.gridHelpInfo{
    text-align: left;
    overflow-y: scroll;
    height: 500px;
    padding-top: 10px;
    padding-right: 10px;
}

.gridHelpInfo h3{
    margin: 5px 0px;
    margin-left: -27px
}

.noLi{
    list-style: none;
}

.helpFigure{
    height: auto;
    position: relative;
    font-weight: 600;
    width: 90%;
}
/*
.helpFigure:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #3c7eb4;
}
*/
.helpFigure span{
    color: #030303;
    background: rgba(255, 255, 255, 0.55);
    padding: 3px;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
}
.helpFigure img{
    max-width: 100%;
    margin: 5px;
}


.hrcleen{
    display: block;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    border: 0px;
}
button i.fa {
    float: left;
}


.themeControls input{
    display: inline-block;
}







/* Vertical Accordion Style */
.va-container{
    position:relative;
    width: 100%;
    height: 100% !important;
}
.va-wrapper{
    width:100%;
    height:94%;
    position:relative;
    overflow:scroll;
    margin-top: 20px;
}
.va-wrapper::-webkit-scrollbar, .va-wrapper::-webkit-scrollbar-track, .va-wrapper::-webkit-scrollbar-thumb {
    width:0px; opacity: 0; display: none;
}
/*
.va-slice{
    cursor:pointer;
    position:absolute;
    width:100%;
    left:0px;
    overflow:hidden;
    padding: 10px;
    line-height: 20px;
}
*/
.va-slice{
    width:100%;
    overflow:hidden;
    padding: 10px;
    line-height: 20px;

}
.va-slice:nth-child(odd) {
    background: rgba(255,  255,  255, 0.26);
}
.va-slice  .eventTitle{
    color: #fff !important;
}

.imgSlice{
    height: 200px !important;
}

.va-nav{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    color: #ffffff;
}
.va-container:hover .va-nav{
    opacity: 1;
}

.va-nav span, #ticker-previous{
    font-size: 20px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    position: absolute;
    left: 125px !important;
    left: 45% !important;
    z-index: 9999;
    opacity: 0.4;
}

#ticker-previous h3{
    margin-top: 0px !important;
}

#ticker-next{
    font-size: 20px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    position: absolute;
    z-index: 99;
    opacity: 0.4;
}
.va-nav span:hover, #ticker-previous:hover, #ticker-next:hover{
    cursor: pointer;
    opacity: 1;
}

.va-nav span.va-nav-prev{
    top: -30px;
    z-index: 99;
}

.va-nav span.va-nav-next{
    bottom: -7px;
    z-index: 999;
}

 #ticker-previous{
     z-index: 999;
     top:0px;
     left: 0px !important;
     text-align: center !important;
     opacity: 1 !important;
     display: block;
     width: 100%;
     background: #969696;
     color: rgba(255, 255, 255, 0.54);
     padding-bottom: 2px;
 }
 #ticker-next{
     position: fixed !important;
     bottom: -10px;
     right: 0px;
     text-align: center !important;
     opacity: 1 !important;
     z-index: 999;
     display: block;
     width: 166px;
     background: #969696;
     color: rgba(255, 255, 255, 0.54);
     padding-bottom: 8px;
 }
 #ticker-next:hover, #ticker-previous:hover{
     color: #ffffff;
 }


.FeaturedScroller{
    overflow-y: auto;
    min-height: 100px;
}
.FeaturedScroller::-webkit-scrollbar, .FeaturedScroller::-webkit-scrollbar-track, .FeaturedScroller::-webkit-scrollbar-thumb {
    width:0px; opacity: 0; display: none;
}

#fa-nav-next{
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: #EAB033;
    left: 0px !important;
    opacity: 1;
    color: rgba(255, 255, 255, 0.52);

    display: none;
}
#fa-nav-next:hover{
    color: #ffffff;
}

#fa-nav-prev{
    top: 0px;
    width: 100%;
    height: 30px;
    background: #EAB033;
    left: 0px !important;
    opacity: 1;
    color: rgba(255, 255, 255, 0.52);

    display: none;
}
#fa-nav-prev:hover{
    color: #ffffff;
}
.hide	{
    display: none !important;
}


#themeList{
    overflow-y: scroll;
    height: 105px;
    padding-right: 10px
}
.themeControls	{
    height: 150px;
}


.GridLayoutOptions .selected .img:before,
.GridLayoutOptions .active .img:before,
.innerBlock h2
{
    color: #969696 !important;
}

@media (max-width: 1080px) {
   .FeaturedLinks .va-slice{
      font-size: 14px;
  }
}
@media (max-width: 1000px) {
   .FeaturedLinks .va-slice{
      line-height: 1;
      padding:10px;
  }
}
@media (max-width: 950px) {
  .FeaturedLinks{
      width: 40% !important;
  }
}
@media (max-width: 920px) {
   .FeaturedLinks .va-slice{
      padding:7px;
  }
}
@media (max-width: 800px) {
   .FeaturedLinks .va-slice{
      padding:6px;
  }
}
@media (max-width: 765px) {
  .FeaturedLinks{
      width: 100% !important;
      height: auto;
  }
   .FeaturedLinks .va-slice{
      padding:10px;
      font-size: 19px;
  }
}
.buttonBox #gridsterControls_save, .buttonBox #gridsterControls_cancel {
    margin-top: 11px;
}

