﻿div.RadAjax_Default {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    text-align: center !important;
    z-index: 90000 !important;
    width: auto !important;
    height: auto !important;
}

.RadAjax_Default .raDiv {
    background-image: url('images/Loading.gif'))
}

.RadAjax_Default .raColor {
    background-color: white;
    color: #333
}

.RadAjax_Default .raTransp {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70)
}

.RadAjax .raDiv {
    position: relative;
    z-index: 2;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.RadAjax .raDiv, .RadAjax .raColor {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.RadAjax_Default .raColor {
    background-color: white;
    color: #333;
}

.RadAjax .raColor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: none;
}



@charset "utf-8";
/* Basic */

html {
    height: 100%;
    margin: 0;
    background: #EEF0F3 url('images/baseBG.png') top left repeat;
}

body {
    width: 100%;
    margin: 0;
    font-family: 'Droid Sans', sans-serif; /*Segoe UI, Arial, sans-serif*/
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    z-index: -1;
}

#pageWrapper {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#ControlBar_ControlPanel ~ #pageWrapper {
    top: 54px;
}


h2 {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 20px;
}

p {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.hidden {
    display: none;
}



/* tooltip*/

.tooltipBottomLeft,
.tooltipBottomRight {
    display: none;
    position: absolute;
    min-width: 100px;
    /*left: 0;*/
    border: 1px solid #fff;
    background-color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 20px;
    color: #fff;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    text-transform: uppercase;
    opacity: 1;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.88);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.88);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.88);
}




/* ********** columnsPaneContainer ************** */


.columnsPaneContainer {
    clear: both;
}

    .columnsPaneContainer:after {
        content: " ";
        display: block;
        clear: both;
    }


    .columnsPaneContainer .onePaneCol {
        width: 99% !important;
        margin: 0 0.5% !important;
        padding: 0 !important;
        float: left !important;
        display: inline !important;
        min-height: 320px !important;
    }

    .columnsPaneContainer .twoPanesCol {
        width: 49% !important;
        margin: 0 0.5% !important;
        padding: 0 !important;
        float: left !important;
        display: inline !important;
        min-height: 320px !important;
    }

    .columnsPaneContainer .threePanesCol {
        width: 31.5% !important;
        margin: 0 0.5% !important;
        padding: 0 !important;
        float: left !important;
        min-height: 330px !important;
    }

    .columnsPaneContainer .fourPanesCol {
        width: 23.5% !important;
        margin: 0 0.5% !important;
        padding: 0 !important;
        float: left !important;
        display: inline-block !important;
        min-height: 320px !important;
    }





/* ********** columnsPaneContainer - end ************** */




span.tooltipOpen {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none;
}

    span.tooltipOpen:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: transparent #0d77b6 transparent transparent;
        top: 0px;
        left: -20px;
    }



.tabber {
    /*text-align: right;*/
    margin: 0;
    padding: 0;
    height: 30px;
}

/* open close vertical */



/* plant list content - start */
.dnn_layout {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.content_mid {
    padding: 0;
}

.pane_layout {
    min-height: 200px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.row-fluid {
    display: block;
}

.content_pain {
    width: 100%;
}

/* plant list content - end */

/* Box Style */

.box_style, .box_style_inline {
    font-family: 'Droid Sans', sans-serif;
    /* text-transform: uppercase; */
    border: 1px outset #cfcfcf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 232, 232)),to(rgb(255, 255, 255))); 
    /* background-image: -webkit-linear-gradient(top, rgb(232, 232, 232), rgb(255, 255, 255)); 
    background-image: -moz-linear-gradient(top, rgb(232, 232, 232), rgb(255, 255, 255));
    background-image: -o-linear-gradient(top, rgb(232, 232, 232), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(top, rgb(232, 232, 232), rgb(255, 255, 255));
    background-image: linear-gradient(top, rgb(232, 232, 232), rgb(255, 255, 255));*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 5px 5px 10px -5px #8F8F8F;
    -webkit-box-shadow: 5px 5px 10px -5px #8F8F8F;
    box-shadow: 5px 5px 10px -5px #8F8F8F;
}

.box_style_inline {
    display: inline-block;
    padding: 5px;
    margin: 5px 12px;
    vertical-align: top;
}

    .box_style_inline h2 {
        border-bottom: 1px solid#8F8F8F;
        padding: 0px;
        margin: 0px;
        margin-bottom: 3px;
    }

    .box_style_inline .box_style_content {
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;
        padding: 10px;
        background: #FFF;
    }

/* tableEdit  */

.ef_editContainer {
}

    .ef_editContainer h2 {
        background: #CCC;
        color: #FFF;
        font-size: 13px;
        letter-spacing: 2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        margin: 10px;
    }

.ef_tableEdit {
    width: 98%;
    margin: 5px auto;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #CCC;
}

    .ef_tableEdit > tbody > tr > th, .ef_tableEdit > tbody > tr > td {
        padding: 8px;
        border-bottom: 1px solid #CCC;
        vertical-align: top;
        text-align: left;
        /*width: 25%;*/
    }

    .ef_tableEdit > tbody > tr > th {
        width: 25%;
    }

    .ef_tableEdit > tbody > tr > td:nth-child(2), .ef_tableEdit td.ef_forceRightBorder {
        border-right: 1px solid #CCC;
    }

.ef_buttonsDiv {
    text-align: center;
}

.ef_editButton, .ef_editButtonMin {
    width: 160px;
    margin: 10px;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    background: #003471;
    border: 1px solid #003471;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
}

    .ef_editButton:hover, .ef_editButtonMin:hover {
        background: #FFF;
        color: #FF0000 !important;
    }

.ef_editButtonMin {
    width: auto !important;
    margin: 0px !important;
    padding: 2px 10px !important;
    font-size: 11px !important;
}

/* tableEdit - END */


/* PersonaBar - adeguamento skin - START */
.personalBarContainer ~ #pageWrapper {
    left: 80px;
    width: auto;
}

    .personalBarContainer ~ #pageWrapper > #siteFixedHeader {
        left: 80px !important;
        right: 0;
        width: auto;
    }

    .personalBarContainer ~ #pageWrapper > #siteFullLengthSide #pl_FixedFilters {
        left: 78px !important;
    }

        .personalBarContainer ~ #pageWrapper > #siteFullLengthSide #pl_FixedFilters ~ #snPlantsListContainer > #plantsList {
            left: 80px;
        }

@media screen and (min-width: 1100px) {
    .personalBarContainer ~ #pageWrapper > #siteFixedHeader ~ #siteLeftSide {
        left: 68px !important;
    }

    .personalBarContainer ~ #pageWrapper > #siteLeftSide #plantsList {
        left: 80px !important;
    }

    .personalBarContainer ~ #pageWrapper > #siteLeftSide #pl_FixedFilters {
        left: 80px !important;
    }
}


/* PersonaBar - adeguamento skin - END */

