﻿html, form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    font-family: Trebuchet MS;
    color: #232323;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    cursor: default;
    font-size: 13px;
}

.lightGradient {
    background: #D5E3FA; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E3FA', endColorstr='#A6CCF4'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D5E3FA), to(#A6CCF4)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #D5E3FA, #A6CCF4); /* for firefox 3.6+ */
}

.gradient {
    background: #468CFF; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#058fe2', endColorstr='#166EC9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#058fe2), to(#166EC9)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #058fe2, #166EC9); /* for firefox 3.6+ */
}

.gradientint {
    background: #468CFF; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#058fe2', endColorstr='#166EC9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#058fe2), to(#166EC9)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #058fe2, #166EC9); /* for firefox 3.6+ */
}

#menu-login {
    display: table-cell;
    text-align: right;
    margin-right: 10px;
    float: right;
    vertical-align: middle;
    color: White;
}

#menu-product {
    display: table-cell;
    float: left;
    vertical-align: middle;
    color: White;
    font-size: 20px;
    margin-left: 10px;
}

#account-menu-container {
    /*background-color: White;
    color: #000;
    padding: 1px;
    background-size: 100%;*/
    height: 28px;
}

/*#account-menu-container span
{
    color: #000;
    color: #fff;
}*/

#account-options-container {
    display: none;
    position: absolute;
    right: 0px;
    width: 250px;
    background-color: White;
    border: 2px solid #f5f5f5;
    padding-top: 5px;
}

/* Footer */
.footerPane 
{
    height:25px;
}

/*.footerMenu {
    float: right;
    padding-top: 7px;
}
.copyright 
{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}*/

.edit_form .line {
    display: block;
    float: left;
    clear: both;
    width: 800px;
    margin: 1px 0px;
}

.edit_form .multi-column-line {
    display: block;
    float: left;
    clear: both;
    width: 500px;
    margin: 1px 0px;
}
.edit_form .multi-column-line .label {
    display: block;
    float: left;
    width: 120px;
    clear: left;
    padding: 4px 0px;
}

.edit_form .multi-column-line .editor {
    margin-right: 8px;
    width: 150px;
}

.edit_form .line .label {
    display: block;
    float: left;
    width: 200px;
    clear: left;
    padding: 4px 0px;
}

.edit_form .line .editor {
    margin-right: 8px;
    width: 250px;
}

.edit_form .line .validator {
    display: block;
    float: left;
    clear: right;
    padding: 3px 0px;
    color: red;
    font-family: Verdana;
    font-size: 8pt;
}

div.top-action-container {
    background-color: #f5f5f5;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    height: 25px;
}

.shadow-container {
    background: #FAFAFA;
    border: 1px solid #CCC; /*-moz-border-radius: 0 0 5px 5px;     -webkit-border-radius: 0 0 5px 5px;     border-radius: 0 0 5px 5px;*/
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    color: black;
    z-index: 10000; /*position: fixed;*/ /*padding-left: 10px;     padding-right: 10px;*/
}

h2.headerint {
    cursor: pointer;
    color: White;
    min-height: 25px;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    margin: 1px;
}

.center {
    padding: 10px;
    height: 80%;
    margin: 0 auto; /*border-left: 1px solid #f5f5f5;     border-right: 1px solid #f5f5f5;*/
}



.list-cell {
    display: inline-block;
    width: 80%;
    cursor: pointer;
}

.list-row {
    margin: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px;
}

    .list-row #div-actions {
        float: right;
    }

        .list-row #div-actions a {
            text-decoration: none;
            cursor: pointer;
        }

        .list-row #div-actions div {
            vertical-align: top;
            width: 100px;
            display: inline-block;
            text-align: center;
        }

            .list-row #div-actions div:hover {
                border-bottom: 3px solid #34587F;
            }

.selected-row {
    color: #4370A2;
    text-transform: uppercase;
    background-color: #d1d1d1;
}

.entity-container, .notifi-container, .notigrp-container {
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    padding: 5px;
    margin: 2px;
    width: 200px;
    max-height: 150px;
    min-height: 50px;
    cursor: pointer;
}

.entity-container-selected {
    /*border: 1px solid Blue;*/
    background: Orange; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9146', endColorstr='#FF8400'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9146), to(#FF8400)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #FF9146, #FF8400); /* for firefox 3.6+ */
}

ul.clear-list {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    padding: 0px;
}

    ul.clear-list li {
        text-decoration: none;
        list-style: none;
        float: left;
        padding: 0px;
    }

        ul.clear-list li a {
            text-decoration: none;
            color: White;
            font-size: medium;
            font-weight: bold;
        }

div.option-container {
    padding: 8px;
}

    div.option-container:hover {
        background-color: #f5f5f5;
    }

a.option {
    text-decoration: none;
    font-size: medium;
    color: #333;
}

.pager_template {
    height: 32px;
}

    .pager_template div.left {
        padding: 3px;
        float: left;
        height: 30px;
        width: 860px;
    }

    .pager_template div.right {
        padding: 3px;
        float: right;
        height: 30px;
    }

    .pager_template .button {
        float: left;
        margin: 2px;
    }

    .pager_template .editor1 {
        float: left;
        margin: 3px 0px 1px;
    }

    .pager_template label {
        float: left;
        display: block;
        margin: 2px 4px;
        padding: 4px 0px;
    }

.field-validation-error {
    color: #ff0000;
}

/* 3 Columnas */
#header h1, #header h2, #header p
{
    margin-left: 0px;
    padding-right: 0px;
}
#active2 #tab2, #active3 #tab3, #active4 #tab4, #active5 #tab5 {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
#container3
{
    clear: left;
    float: left;
    width: 100%;
}
#container2
{
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 33.333%;
}
#container1
{
    float: left;
    width: 100%;
    position: relative;
    right: 33.33%;
}
#col1
{
    float: left;
    width: 29.33%;
    position: relative;
    left: 68.67%;
}
#col2
{
    float: left;
    width: 29.33%;
    position: relative;
    left: 72.67%;
}
#col3
{
    float: left;
    width: 29.33%;
    position: relative;
    left: 76.67%;
}


/*Nuevo estilo para columnas*/
.columna2 {
    float: left;
    width: 50%;
}
.columna3 {
    float: left;
    width: 33.33%;
}
.columna2 fieldset {
    min-width: 250px;
    max-width: 95%;
    border-style: solid; 
    border-width: 1px; 
    width: 100%;
}
.columna3 fieldset {
    min-width: 250px;
    max-width: 95%;
    border-style: solid; 
    border-width: 1px; 
    width: 100%;
}
/****************************/

