

.ui-draggable-dragging {
    width: 400px !important;
}

.GridContainer.editable {
    /*border: 1px dashed #CCC;*/
    position: relative;
    /*margin: 20px 0px;*/
}

.GridContainer > div {
    width: 24%;
    overflow: auto;
    margin: 0 !important;
    position:absolute;
}

    .GridContainer > div > *:not(iframe) {
        padding: 10px;
    }


    .GridContainer > div[data-ss-colspan="2"] {
        width: 48%;
    }

    .GridContainer > div[data-ss-colspan="3"] {
        width: 72%;
    }

    .GridContainer > div[data-ss-colspan="4"] {
        width: 96%;
    }


@media (max-width: 767px) {
    .GridContainer > div {
        height: auto !important;
        width: 100% !important;
        float: none;
        position: relative !important;
        top: inherit !important;
        left: 0 !important;
    }

    .optiscroll.is-enabled {
        overflow: auto !important;
    }

    .optiscroll-content {
        position: relative !important;
        overflow: auto !important;
    }
}

.ss-placeholder-child {
    position: absolute;
}

.GridContainer.editable > div{
    background: #f7ebc4;
    position: absolute;
    float: none;
    /*padding: 0;*/
    /*border-bottom: 1px dashed #d9d9d9;
    border-radius: 0px 0px 5px 5px;*/
    overflow: hidden;
    cursor: pointer;

}

.GridContainer > div > .GridContainerControls {
    display: none;
}

.GridContainer.editable > div:hover > .GridContainerControls {
    padding: 0;
    height: 20px;
    background-color: #e1e1e1;
    /*top: -19px;*/
    display: block;
    border-bottom: 1px solid #bbbbbb;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}


.GridContainerControls .glyphicon:hover {
    color: #888;
}

.ss-placeholder-child .position,
.GridContainer:not(.editable) .position {
    display: none;
}

.GridContainer.editable .position {
    position: absolute;
    top: 0;
    right: 0px;
    opacity: 0.5;
    background: #444;
    padding: 0 5px;
    color: white;
    z-index: 100;
    font-size: 40px;
}

/*.widgetContent > h1,
.widgetContent > h2,
.widgetContent > h3,
.widgetContent > h4 {
    display:inline-block
}*/

.widgetContent {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    /*padding: 0 !important;*/
    /*-webkit-margin-collapse: separate;*/
}


/*.container > div[data-ss-colspan="3"] { width: 320px; }*/

.autoHeight {
    height: auto !important;
}

/*.editable .autoHeight {
    max-height: 400px !important;
    overflow: auto;
}*/

.GridContainer.editable {
    min-height: 500px;
}

    .GridContainer.editable > .ss-placeholder-child {
        background-color: #fefefe;
        opacity: 0.5;
        border: 1px dashed black;
    }

.GridContainer > div > .well {
    margin: 0;
    height: 100%;
}



modal {
    z-index: 102;
}

.modal-open .mce-menu {
    position: fixed !important;
}

.alpaca-field-object.alpaca-top {
/*    overflow:auto;*/
    width:calc(100% - 5px);
}


.widgetInfo .infoBody{
    overflow:auto;
    height:calc(100% - 40px);
    width:calc(100% - 5px);
}

.modal .widgetInfo .infoBody{
    height:100% !important;
    overflow:inherit;
}



.widgetSelect {
    border: 1px solid #cecece;
    position:relative;
    float: left;
    display: block;
    width: 250px;
    height: 182px;
    margin: 10px;
    padding: 10px;
    background: #fefefe;
    overflow:hidden;
}
.widgetSelect.selected {
    border: 2px solid #a00b39;
}

.widgetSelect img{
    width:100%;
}


/*
.widgetSelect span.name{
    width:100%;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}


.widgetSelect .overlay{
    position:absolute;
    top:0;
    left:0;
    opacity: 0;
    width:100%;
    height:100%;
    background-color: rgba(75,75,75,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: alpha(opacity=0);
}


.widgetSelect span.description{
    position:absolute;
    font-size:14px;
    color:#fefefe;
    background:#444;
    text-align:center;
    top:25%;
    margin:auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




.widgetSelect:hover span.description,
.widgetSelect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.widgetSelect:hover{
    background: #efefef;

}

    */

/*
.widgetSelect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}*/

.widgetSelect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widgetSelect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.widgetSelect img {
  display: block;
  position: relative;
}

.widgetSelect .name {
  width:100%;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 11px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(145px);
  -ms-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widgetSelect:hover .name {
  font-size:14px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
}

.widgetSelect.selected .name {
  background: rgba(0, 0, 63, 0.6);
}

.widgetSelect .description {
  width:95%;
  display: inline-block;
  text-decoration: none;
  padding: 7px;
  color: #fff;
  /*border: 1px solid #fff;*/
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 4px;
}

.widgetSelect:hover .description {
  width:95%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*.widgetSelect .description:hover {
  box-shadow: 0 0 5px #fff;
}*/



.widgetSelect label, 
.widgetSelect input[type=radio] {
    display:none;
}





.radioContainer {
    overflow: auto;
    height: 400px;
}

/*HAS File Explorer*/
.subsitiosTree .list-group-item {
    font-size: 12px;
    padding: 2px 0;
    background-color:#eee;
}

.subsitiosTree .icon {
    color: #428bca;
}

.subsitiosTree .node-selected .icon {
    color: #fff !important;
}

.subsitiosTree span.indent {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.subsitiosTree{
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
    display:block;
    overflow:auto;
    background: #eee;
}

.HASFilesExplorer, .paginasList {
    height: 70vh;
    overflow-y: auto;
    font-size:12px;
}



/*HAS File Explorer*/

/*FOOTER*/
.footer {
    background: #EDEFF1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}

    .footer p {
        margin: 0;
    }

    .footer img {
        max-width: 100%;
    }

    .footer h3 {
        border-bottom: 1px solid #BAC1C8;
        color: #54697E;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 40px 0 10px;
        text-transform: uppercase;
    }

    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7F8C8D;
    }

        .footer ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footer a {
        color: #78828D;
    }

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}

.newsletter-box {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }

    .social li a {
        color: #EDEFF1;
    }

    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }

    .social li a i {
        font-size: 16px;
        margin: 0 0 0 5px;
        color: #EDEFF1 !important;
    }

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-bottom p.pull-left {
        padding-top: 6px;
    }

.payments {
    font-size: 1.5em;
}

/*Footer END*/


