@import url("../css/purple/jquery-ui-1.10.3.custom.css");
@import url("../js/jquery/dataTables/jquery.dataTables.css");
@import url("../js/jquery/multiSelect/jquery.multiselect.css");
@import url("../js/jquery/multiSelect/jquery.multiselect.filter.css");
@import url("../js/jquery/bxSlider/jquery.bxslider.css");

body{
    padding:0px;
    margin:0px;
    font-family: arial;
    background: #F3F3F3;
    font-size: 14px;
}

.page{
    margin: auto;
    width: 980px;
}

.header {
    margin-bottom: 0px;
    margin: 0px auto 0px  auto;
    background: #FFF;
    box-shadow: 2px 2px 5px #999;
}

.headerPageRight{
    width: 645px;
    display: inline-block;
    vertical-align: top;
}

.headerPageRight nav{
    text-align: right;
    margin-right: 10px;
}

.headerPageRight nav ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

.headerPageRight nav ul li{
    font-size: 10px;
    color: #666;
    display:inline;
}

.headerPageRight nav ul a{
    font-size: 10px;
    color: #666;
    display: inline-block;
    text-decoration: none;
}

.headerPageRight nav ul a:hover{
    text-decoration: underline;
    color: #2c2c2c;
}


.logoUr{
    width: 250px;
    height: 65px;
    display: inline-block;
}

.logoNv{
    margin-top: 10px;
    float: right;
}


.mainMenu{
    height: 30px;
    /*background: #6D5790;*/
    box-shadow: 2px 2px 5px #999;
    font-size: 13px;

    background: #6E7959; /* Old browsers */
    background: -moz-linear-gradient(top, #6E7959 0%, #6E7959 50%, #6E7959 51%, #273D2A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6E7959), color-stop(50%,#6E7959), color-stop(51%,#6E7959), color-stop(100%,#273D2A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6E7959', endColorstr='#273D2A',GradientType=0 ); /* IE6-9 */
}

.mainMenuUl{
    width: 700px;
    display: inline-block;
}

.mainMenuUl, .mainMenuUl ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px 0px 4px 4px;

    background: #6E7959; /* Old browsers */
    background: -moz-linear-gradient(top, #6E7959 0%, #6E7959 50%, #6E7959 51%, #273D2A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6E7959), color-stop(50%,#6E7959), color-stop(51%,#6E7959), color-stop(100%,#273D2A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6E7959 0%,#6E7959 50%,#6E7959 51%,#273D2A 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6E7959', endColorstr='#273D2A',GradientType=0 ); /* IE6-9 */

}


.mainMenuUl li a {
    color:#FFFFFF;
    text-decoration:none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display:block;
    height: 20px;    
}

.mainMenuUl li a:hover {
    background-color: #273D2A;
    border-radius: 4px;
}

.mainMenuUl > li {
    float:left;
}

.mainMenuUl li ul {
    list-style-type: none;
    display:none;
    position:absolute;
    min-width:140px;
}

.mainMenuUl li:hover > ul {
    display:block;
}

.mainMenuUl li ul li {
    position:relative;
}

.mainMenuUl li ul li ul {
    right:-140px;
    top:0px;
    border-radius: 0px 4px 4px 4px;
}


.userSession{
    float: right;
    display: inline-block;
    color: #FFF;
    width: 18%;
    font-size: 13px;
    height: 20px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.username{
    text-align: right;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userOptions:hover{
    text-decoration: underline;
    cursor: pointer;
}

.userIn{
    border-radius: 50px;
    height: 15px;
    width: 15px;
    vertical-align: top;
    display: inline-block;
    background: #469009;
    border: solid 1px  #96c96c;
}

.userIn:hover{
    background:  #326309;
    cursor: pointer;
}

.userOut{
    border-radius: 50px;
    height: 15px;
    width: 15px;
    vertical-align: top;
    display: inline-block;
    background: #cc1e1e;
    border: solid 1px #7a0a0a;
}

.userOut:hover{
    background: #9c0808;
    cursor: pointer;
}


.divUOptions{
    display: none;
    width: 220px;
    background: #545454;
    position: relative;
    right: 61px;
    top: 3px;
    background-color: #fff;
    border-color: #999;
    border-color: rgba(0,0,0,0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    z-index: 900;
}

.dropdown-caret{
    right: 0px;
    position: absolute;
    top: -4px;
    width: 12px;
    height: 7px;
    float: left;
    overflow: hidden;
}

.dropdown-caret .caret-outer {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 0px solid #aaa;
    border-bottom-color: rgba(0,0,0,0.2);
}

.dropdown-caret .caret-inner {
    top: 1px;
    left: 1px;
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.dropdown-caret .caret-outer, .dropdown-caret .caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}


.ulUserOptions{
    list-style-type: none;
    color: #505050;
    padding: 0px;
    margin: 5px 0px;
}

.ulUserOptions li {
    line-height: 0\9;
    line-height: inherit;
    padding: 0px;
    padding-bottom: 3px;
}

.ulUserOptions li a{
    text-decoration: none;
    color: #505050;
    position: relative;
    font-size: 12px;

    display: block;
    float: none;
    clear: both;
    padding: 3px 15px 3px 22px;
    margin: 0;
    line-height: 18px;
    text-shadow: none;
    white-space: nowrap;
    cursor: pointer;
}

.ulUserOptions li a:hover{
    color: #FFF;
    background: #6E7959;
}

.dropdown-divider {
    margin-bottom: 4px;
    padding-top: 1px;
    border-bottom: 1px solid #ddd;
}

.informationArea{
    font-size: 12px;
    color: #505050;
    font-weight: bold;
    margin: 15px 15px 0px 15px;

}

.otherInformation{
    font-size: 12px;
    color: #999999;
    margin: 0px 15px 0px 15px;
}


.mainContent{
    margin: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    background: #FFF;
    box-shadow: 2px 2px 5px #999;
}

.sideContent{
    width: 200px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -5px;
}

.sideContent article a, .contentSlider a{
    color:  #de7b01;
    text-decoration: none;
    margin-left: 5px;
}

.sideContent article a:hover,.contentSlider a:hover{
    text-decoration: underline;
}

.nav{
    width: 200px;
    display: inline-block;
    background: #CCCCCC;
    box-shadow: 2px 2px 5px #999;
    border-radius: 5px;
    padding-bottom: 30px;
}

.nav ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

.nav ul li{
    font-size: 12px;
    color: #2c2c2c;
}

.nav ul a{
    width: 95%;
    font-size: 12px;
    color: #2c2c2c;
    display: inline-block;
    text-decoration: none;
    height: 18px;
    padding: 5px;
    border-bottom: solid 1px #FFF;
}

.nav ul a:hover{
    color:  #FFF;
    background: #999999;
    border-radius: 5px;
}

.sideArticle{
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #c6c5c6;
    margin-bottom: 10px;
}


.sideArticle h1{
    background: #61458e;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    height: 20px;
    padding-top: 4px;
    margin:auto;
    width: 190px;
}

.contentSideArticle{
    width: 190px;
    margin: 5px auto;
    font-size: 15px;
    color:  #545454;
    margin-bottom: 5px;
}

.content{
    width: 760px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 10px;
    margin-left: 3px;
}

.extended{
    width: 970px;
}

.middle{
    width: 550px;
}

.content h1{
    height: 23px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background: #d6d6d6;
    border-radius: 5px;
    padding-left: 5px;
    box-shadow: 2px 2px 5px #999;
    padding-top: 3px;

    font-size: 15px;
    color:  #545454;
    font-weight: bold;
}

.content h1 .titlePage{
    font-size: 15px;
    color:  #545454;
    font-weight: bold;
}

.content h1 .subtitlePage{
    font-weight: normal;
    font-size: 13px;
    color:  #545454;
    margin-left: 10px;
}

.content h1 .reward{
    font-weight: normal;
    font-size: 13px;
    height: 18px;
    background: #545454;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    text-decoration: none;
    box-shadow: 2px 2px 5px #999;
}

.content h1 .reward:hover{
    background: #787976;
}

.content article{
    background: #fefefe;
    margin-top: 10px;
    margin-left: 5px;
    border: solid 1px #dadada;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
    color: #383838;
}

.titleArticle{
    padding-left: 5px;
    padding-top: 4px;
    color: #347c00;
    font-weight: bold;
    height: 20px;
}

.subtitleArticle{
    padding-left: 5px;
    padding-top: 4px;
    /* color: #4e1b81; */
    color: #273D2A;
    font-weight: bold;
    height: 20px;
}


.articleDivider{
    border-bottom:solid 1px #d3cbd7;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #999;
}

.contentArticle{
    margin-top: 5px;
    color: #505050;
    padding-left: 5px;
    padding-top: 5px;
}


p{
    margin: 0px!important;
    margin-bottom: 10px!important;
}

.justify{
    text-align: justify;
}

article a{
    color:  #de7b01;
    text-align: center;
    text-decoration: none;
}

article a:hover{
    color: #d05f02;
    text-decoration: underline;

}

.linkArticleActive{
    font-weight: bold;
    color: #df3700;
}


.sectionLarge{
    width: 99%;
    display: block;
    vertical-align: top;
    /*margin-left: 4px;*/
    /*padding-right: 4px;*/
}

.sectionLeft{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    /*margin-left: 4px;*/
    /*padding-right: 4px;*/
    margin-left: 2px;
}


.sectionRight{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}


.labelField{
    margin-top: 4px;
    color: #383838;
}

.labelField required{
    color: #ff1200;
}

.labelText{
    width: 150px;
    font-weight: bold;
    margin:0px 5px 5px 0px;

    display: inline-block;
}

.labelCheckRadio{
    height: 15px;
    font-weight: normal!important;
    margin: 0px!important;
    padding: 0px!important;
    margin-bottom: 10px!important;
}

.labelInline{
    display: inline-block!important;
    margin-bottom: 15px!important;
}

.labelCheckRadio:hover{
    color: #de7b01!important;
    cursor: pointer!important;
}

.information{
    display: inline-block;
    max-width: 500px;
    vertical-align: top;
    margin-bottom: 5px;
}

.informationGroup{
    padding: 2px;
    border-radius: 4px;
    margin-right: 4px;
}

.informationGroup:hover{
    background: #f0e9f3;
}

input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="number"],input[type="search"],input[type="color"],input[type="url"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"]{
    border: solid 1px #273D2A;
    /* border: solid 1px #a477ad; */
    border-radius: 4px;
    height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    color: #273D2A;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #999;
}

select{
    border: solid 1px #273D2A;
    /* border: solid 1px #a477ad; */
    border-radius: 4px;
    height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    color: #273D2A;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #999;
}

input[type="radio"],input[type="checkbox"]{
    /* border: solid 1px #a477ad; */
    border: solid 1px #273D2A;
    margin-top: 7px;
    margin-bottom: 12px;
}

textarea{
    border: solid 1px #a477ad;
    border-radius: 4px;
    height: 88px;
    width: 300px;
    padding-left: 3px;
    padding-right: 3px;
    color: #6c3b76;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #999;
    resize: none;
}

input[type="submit"]{
    background: #de7b01;
    border: solid 1px #d05f02;
    color: #FFF;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
    border-radius: 3px;
    min-width: 70px;
    height: 25px;
    box-shadow: 2px 2px 5px #999;
}

input[type="submit"]:hover{
    background: #d05f02;
    cursor: pointer;
}

input[type="reset"]{
    background: #6c3b76;
    border: solid 1px #42154a;
    color: #FFF;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
    border-radius: 3px;
    min-width: 70px;
    height: 25px;
    box-shadow: 2px 2px 5px #999;
}


input[type="reset"]:hover{
    background: #42154a;
    cursor: pointer;
}

button[type="button"]{
    background: #6E7959;
    /* background: #6c3b76; */
    border: solid 1px #273D2A;
    /* border: solid 1px #42154a; */
    color: #FFF;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #999;
}

input[type="button"]{
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
    border-radius: 3px;
    min-width: 70px;
    height: 25px;
    box-shadow: 2px 2px 5px #999;
    padding-bottom: 3px;
}

button[type="button"]:hover{
    background: #273D2A;
    cursor: pointer;
}

.orangeButton{
    background: #de7b01!important;
    border: solid 1px #d05f02!important;
    color: #FFF!important;
}

.orangeButton:hover{
    background: #d05f02!important;
    cursor: pointer!important;
}

.purpleButton{
    background: #6c3b76!important;
    border: solid 1px #42154a!important;
    color: #FFF!important;
}

.purpleButton:hover{
    background: #42154a!important;
    cursor: pointer!important;
}

.redButton{
    background: #cc1e1e!important;
    border: solid 1px #990000!important;
    color: #FFF!important;
}

.redButton:hover{
    background: #9c0808!important;
    cursor: pointer!important;
}

.greyButton{
    background: #666666!important;
    border: solid 1px #333333!important;
    color: #FFF!important;
}

.greyButton:hover{
    background: #424242!important;
    cursor: pointer!important;
}


.disabledField{
    opacity: 0.4;
}


.pathButton{
    height: 23px !important;
}

.micro{
    width: 50px;
}

.litle{
    width: 100px;
}

.medium{
    width: 150px;
}

.standar{
    width: 200px;
}

.big{
    width: 250px;
}

.large{
    width: 300px;
}

.expanded{
    position: relative;
    width: 97%;
}

.login{
    width: 180px;
}


.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    height: 27px;
    box-shadow: 2px 2px 5px #999;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin-left: -px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    /*padding-right: 20px;*/
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

.ui-autocomplete-input {
    border-radius: 4px 0px 0px 4px!important;
}

.ui-multiselect{
    height: 25px;
    margin-bottom: 14px;
}

.footerPage{
    margin: auto;
    background: #242424;
    min-height: 100px;
    box-shadow: 2px 2px 10px #999;
}

.cromBar{
    height: 10px;
    background-image:url('../images/barra_cromatica.jpg');
}

.footerInf{
    color: #C1C1C6;
    font-size: 12px;
    width: 35%;
    display: inline-block;
    height: 80px;
    padding: 10px;
    vertical-align: top;
}

.footerUr{
    text-align: right;
    color: #C1C1C6;
    font-size: 10px;
    width: 55%;
    display: inline-block;
    height: 80px;
    padding: 10px;
    vertical-align: top;
}

.errorMessage{
    list-style: none;
    color: #b10c02;
}

.hidden{
    display: none;
}

.no-close .ui-dialog-titlebar-close {display: none }

table:not(.ui-datepicker-calendar){
    width: 98%;
    
    margin: 4px!important;
    margin-right: 15px!important;
    font-size: 12px;
}



table:not(.ui-datepicker-calendar) thead{
    background: #6c3b76;
    color: #FFFFFF;
    font-weight: bold;
}

table:not(.ui-datepicker-calendar) thead tr th{
    border-radius: 4px;
    padding: 3px!important;
    height: 25px!important;
}

table:not(.ui-datepicker-calendar) thead tr th a{
    color: #ffffff;
    text-decoration: none;
}

table:not(.ui-datepicker-calendar) thead tr th a:hover{
    text-decoration: underline;
}

table:not(.ui-datepicker-calendar) tbody tr td{
    color: #414040;
    height: 25px!important;
}

table:not(.ui-datepicker-calendar) tbody tr td a{
    color: #414040;
    text-decoration:  underline;
}

table:not(.ui-datepicker-calendar) tbody tr td a:hover{
    text-decoration: underline;
}

table:not(.ui-datepicker-calendar) thead tr td:hover{
    background: #42154a;
    cursor: pointer;
}

table:not(.ui-datepicker-calendar) tbody tr.even:hover,table tbody tr.odd:hover,table tbody tr td.sorting_1:hover{
    background: #efbedb!important;
    color: #43275c;
    cursor: pointer;
}

table:not(.ui-datepicker-calendar) tbody tr.even{
    background: #dfdde0!important;
}

table:not(.ui-datepicker-calendar) tbody tr td.sorting_1{
    background: #bab2c1!important;
}

table:not(.ui-datepicker-calendar) tbody tr.odd{
    background: #bfb7c2!important;
}

.dataTables_paginate{
    margin-bottom: 4px!important;
}

.pagination{
    margin: 4px;
}

.paginate_button,.step{
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
    background: #6c3b76!important;
    color: #FFF!important;
    text-decoration: none!important;
}

.paginate_button:hover,.step:hover{
    background: #42154a!important;
    cursor: pointer!important;
}

.paginate_active,.currentStep {
    color: #414040;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
    background: #bab2c1!important;
}


.uiIcon{
    border: solid 1px transparent;
    border-radius: 3px;
}

.uiIcon:hover{
    border: solid 1px #43275c;

}

.clear{
    margin-top: 20px;
}

.slider .ui-slider-range { background: #a05dae; }
.slider .ui-slider-handle { border-color: #6c3b76; }

.ui-progressbar-value {
    background: #6E7959;
}

.ui-progressbar {
    position: relative;
}
.progress-label {
    color: #b1b1b1;
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}


.purpleIcon{
    margin: 2px; 
    /*background: #6c3b76;*/
    border: solid 1px #273D2A;
    text-shadow: black 0.1em 0.1em 0.2em;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    box-shadow: 2px 2px 5px #999;
    display: inline-block;
}

.purpleIcon:hover{
    background-color: #6e79592b;
    cursor: pointer;
}

.purpleIcon:active{
    background-color: #b1b1b1;
}

.ui-state-highlight, .ui-state-error{
    padding: 5px;
    margin-bottom: 5px;
}

.bxslider li{
    min-height: 100px;  
}


.bxslider span{
    /*min-height: 100px!important;  */
    text-align: justify;
    padding: 2px;
}

.bxslider li img{
    margin: auto;
}

.contentSlider{
    padding: 5px!important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer{ min-height:150px;}
.social-main{ margin:35px 10px 25px 10px; }
.social-main ul {margin-top: 10px; margin-bottom:15px; width: 980px; padding-left:25px }
.social-main ul li{font-size:10px; padding-left: 0px; padding-right: 25px; display: inline-block; white-space:nowrap; width: 205px; text-align: center;}
.social-main ul li img{float:left; margin-right:10px;}
.social-main ul li a{color:#fff; float:left; }

/* FOOTER - Bloques */
.footlink{display:inline-block; padding-left:45px; width:190px; min-height: 100px; }
.footlink h2{font-size: 15px; font-weight: bold; color: #fff;  text-align: left;}
.footlink .content {width: 200px;}
.footlink .content ul{display:inline-block;  padding-left: 0px;}
.footlink .content ul li{width: 200px;  font-size: 13px!important; color:#5525a0; display:list-item; list-style:disc; padding-left:5px; margin-left: 15px;}
.footlink .content ul li a{color:#fff;}
.footlink .content ul li a:hover{text-decoration:underline;}

.footer .footerDivider{
 width:925px; border-top: 1px solid #404040; margin: auto; margin-bottom: 15px;
}

.footlink .hd{color:#fff; font-size:14px; padding-bottom:10px;}

.foot_btm{display:inline-block; width:925px; border-top: 0px solid #404040; margin-top:15px; padding:15px 0; margin-left:25px;}
.foot_btm p{color:#fff; }
.foot_btm span{float:left;color:#fff; font-size:11px; font-weight:bold; }

.footlogo{float:right; padding-top: 10px; margin-right:15px;}

.footer_text{
    font-size: 12px; color: #fff; text-align: left; width: 550px; float: left; line-height: 2;
}
.copytext {
    font-size: 11px; color: #fff; text-align: left; width: 900px; float: left;
}

.footer a{
    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}

/*grails*/

.prevLink{
    color:  #de7b01;
    text-decoration: none;
    margin-right: 5px;
}

.nextLink{
    color:  #de7b01;
    text-decoration: none;
    margin-left: 5px;
}

.prevLink:hover,.nextLink:hover{
    text-decoration: underline;
}

.content form{
    width: 99%;
    /*background: #fefefe;
    margin-top: 5px;
    margin-left: 5px;
    border: solid 1px #dadada;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    color: #383838;*/
}

.content form fieldset{
    border-color: white;
    border-style:  hidden;
}

.content form .buttons{
    margin-top: 5px;
    color: #e16701;
    padding-left: 5px;
    padding-top: 5px;
}

.content form .fieldcontain{
}

.content form .fieldcontain label{
    margin-top: 4px;
    color: #585050;
    font-weight: bold;
    display:list-item;
    list-style-type: none;
}




.content form a{
    color:  #de7b01;
    text-align: center;
    text-decoration: none;
}

.content form a:hover{
    color: #d05f02;
    text-decoration: underline;
}


.property-list{
    list-style-type: none;
    background: #fefefe;
    margin-top: 10px;
    margin-left: 5px;
    border: solid 1px #dadada;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #383838;
}

.property-list .fieldcontain{
    margin-bottom: 5px;
}

.property-label{
    color: #585050;
    font-weight: bold;
    width: 300px !important;

    display: list-item;
}

.fieldcontain{
    padding: 3px!important;
    border: solid 1px #FFFFFF;
}

.fieldcontain:hover{
    background: #f0e9f3;
    border-radius: 3px;
}

.multiplefield{
    vertical-align: top;
    width: 45%;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px!important;
    padding-bottom: 10px!important;
}

.fieldComposite{
    border: solid 1px #cec5d2;
    border-radius: 4px;
}


.property-value{
    color: #535151;
    display: list-item;
    margin-left: 5px;
}

.property-value a{
    text-decoration: none;
    color:  #de7b01;
}

.property-value a:hover{
    text-decoration: underline;
}

.message{
    background: #f2efe5;
    border: solid 1px #e2cc47;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #383838;
    padding: 4px;
    margin-bottom: 5px;
}

.errors{
    background: #fee6de;
    border: solid 1px #cd0a0a;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #cd0a0a;
    padding: 4px;
    list-style-type: none;
    margin-bottom: 5px;
}

.many-to-many{
    height: 100px!important;
}

.required-indicator{
    color: #ff1200;
}


.filter-table{
    color: #625656;
    float: right;
}

.skip{
    display: none;
}

.home{
    display: none; 
}
