body
{
    padding:0px;
    margin:0px;
    font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow-y:scroll;
}
select
{
    border-radius:2px;
    padding:2px;
    border:1px solid rgb(169, 169, 169);
}
input
{
    border-radius:2px;
    padding:3px;
    border:1px solid rgb(169, 169, 169);
}
a
{
    cursor:pointer;
}
.container
{
    height:100%;
}

.top .row, .middle .row
{
    max-width:1024px;
    margin: 0 auto;
}

.column
{
    vertical-align:top;
}

.top
{
    padding: 10px;
    background: #6e6e70;
    background: -moz-linear-gradient(top,#7a7a7c 0%,#646466 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7a7a7c),color-stop(100%,#646466));
    background: -webkit-linear-gradient(top,#7a7a7c 0%,#646466 100%);
    background: -o-linear-gradient(top,#7a7a7c 0%,#646466 100%);
    background: -ms-linear-gradient(top,#7a7a7c 0%,#646466 100%);
    background: linear-gradient(to bottom,#7a7a7c 0%,#646466 100%);
    text-align:center;
}

.top ul
{
    padding:0px;
    margin:0px;
}

.top li
{
    display:inline-block;
    color:#fff;
}
.top a
{
    color:#fff;
    font-weight:bold;
}

.row .column
{
    display:inline-block;
}

.middle .column
{
    padding:6px;
}

#menu
{
    font-size:0.85em;
    padding:0px;
    width:240px;
}
#menu > li
{
    color: #777879;
    border-top: 1px solid #cdcdcd;
    padding:15px;
    list-style:none;
    font-weight:bold;
    cursor:pointer;
}
#menu a:hover
{
    color: var(--rp-orange);
}

#topmenu
{
    padding:0px;
    margin:0px;
}
#topmenu a
{
    text-align:center;
    color:#000;
}
#topmenu div
{
    color:#333;
    font-size:10px;
    text-align:center;
    display:inline-block;
    margin:4px;
}

#topmenu div.icon
{
    border:1px solid #333;
    border-radius:54px;
    width:54px;
    height:54px;
    margin-bottom:8px;
}

#topmenu div.icon:hover, #topmenu div.icon-selected {
    border: 1px solid var(--rp-orange);
    background-color: var(--rp-orange);
    color: #fff;
    cursor: pointer;
}

#topmenu i
{
    margin-top:15px;
    font-size:22px;
}
#topmenu .s1 i
{
    font-size:24px;
}

#topmenu .icon-container {
}

.submenu li {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}

.submenu a {
    color: #777879;
    text-decoration: none;
}

.submenu a:hover {
    color: var(--rp-orange);
    text-decoration: underline;
}

#content {
}

.chart_container {
    float: left;
}
.chart
{
    border:1px solid #cdcdcd;
    padding:2px;
    margin-bottom:8px;
}

.instructions
{
    font-size:0.8em;
    color:#777;
    padding:2px;
    display:inline-block;
    margin-bottom:20px;
}

.filters .title
{
    padding:4px;
    border-top:1px solid #cdcdcd;
}
.filters #title
{
    font-weight:bold;
    font-size:0.9em;
    color:#004289;
}

#filters-arrow
{
    float:right;
    cursor:pointer;
}

#filters
{
    border-top:1px solid #cdcdcd;
    padding:15px;
    margin-bottom:10px;
}

#filters .filter
{
    display:inline-block;
    vertical-align:top;
    _width:330px;
    margin:10px;
}
#filters .filter-label
{
    font-weight:bold;
}
#filters .filter-content
{
    padding:10px;
    font-size:0.8em;
}
#filters .filter-content label
{
    display:block;
}

#filters .double-column-200
{
    width:200px;
}

#filters .double-column-200 label
{
    width:100px;
    display:inline-block;
}

#filters .double-column-250
{
    width:250px;
}

#filters .double-column-250 label
{
    width:125px;
    display:inline-block;
}

#filters .double-column-300
{
    width:300px;
}

#filters .double-column-300 label
{
    width:150px;
    display:inline-block;
}

#filters .double-column-350
{
    width:350px;
}

#filters .double-column-350 label
{
    width:175px;
    display:inline-block;
}

#content .checkbox
{
    margin-bottom:10px;
}

#content .checkbox li
{
    width:300px;
    border:1px solid #ccc;
    border-radius:4px;
    padding:4px;
    margin:2px;
    display:inline-block;
}
#content .checkbox label {
    margin: 0px;
    font-size: 0.8em;
    cursor: pointer;
}

.buttons-group {
    margin-top: 10px;
    text-align: right;
}

.buttons {
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    color: #fff;
    border: none;
    background: var(--rp-orange);
    border-radius: 3px;
    cursor: pointer;
}

.buttons:hover {
    background: #08c;
}

#login {
    max-width: 290px;
    background: #f2f2f2;
    padding: 20px;
    margin: 0 auto;
    color: #6d6e71;
    position:relative;
    top:50px;
}

#login td
{
    color: #6d6e71;
    font-size:12px;
}

#login input
{
    border:0px;
    padding:6px;
    margin-top:4px;
    margin-bottom:8px;

}
#login input[type='text'], #login input[type='password'], #login input[type='number']
{
    width:100%;
}

#login a {
    color: var(--rp-orange);
    text-decoration: none;
}

#login .button-plain
{
    background-color:transparent;
    border:0px;
    cursor:pointer;
}

.dropdown
{
    position:absolute;
    z-index:999;
}
.dropdown table
{
    position:relative;
    top:15px;
    left:15px;
}
.dropdown td
{
    font-size:11px;
}

.rotateText
{
    background-color:#eee;
    border-radius:4px;
    max-width:70px;
}
.rotateText div
{
    text-align:center;
    text-transform:uppercase;
}
.rotateText p
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: rl-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=90)";
}


.team {
    max-width: 1024px;
    margin: 0 auto;
}
.team .column {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    text-align:left;
}
.team .column a {
    text-decoration: none;
    color: #000;
}
.team .box {
    padding: 5px;
    max-width: 380px;
    min-width: 290px;
    background: #f1f1f1;
    text-align: left;
    margin:0px;
    border-radius:6px;
}
.team .column .photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-right: 10px;
}
.team .name {
    font-size: 11px;
    font-weight: bold;
}
.team .job {
    font-size: 11px;
}
.team .description {
    font-size: 11px;
    text-align: left;
}

.tree .photo
{
    width: 80px;
    height: 80px;
    zoom:50%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    padding:0px;
    margin:auto;
}
.paginator {
    margin-left:200px;
}

.paginator a
{
    color: #F00 !important;
    cursor:pointer;
    margin:10px;
}
.paginator span
{
    margin:10px;
}


.orgchart .node .title .symbol
{
    display:none;
}
.orgchart .node .title
{
    font-size:9px !important;
}

#logo span
{
    font-size:9px;
}
.form td span
{
    color:#999;
}

#leftmenu a
{
    text-decoration:none;
}

.td_table_title{
    font-family: Verdana, sans;
    font-size: 15px;
    fill-opacity: 1;
    color: rgb(85, 85, 85);
    padding: 20px !important;

}

.td_table_header
{
    font-family: Verdana, sans;
    font-size: 10px;
}
.rotate span
{
    position:absolute;
    width:150px;
    text-align:left;
}
.rotate div
{
    transform: rotate(270deg);
}

.td_table_text
{
    font-family: Verdana, sans;
    font-size: 9px;
}


table.dataTable thead .sorting.hideArrow,
table.dataTable thead .sorting_asc.hideArrow,
table.dataTable thead .sorting_desc.hideArrow,
table.dataTable thead .sorting_asc_disabled.hideArrow,
table.dataTable thead .sorting_desc_disabled.hideArrow {
    background: none !important;
}

table.dataTable thead .sorting.showArrow div span,
table.dataTable thead .sorting_asc.showArrow div span,
table.dataTable thead .sorting_desc.showArrow div span,
table.dataTable thead .sorting_asc_disabled.showArrow div span,
table.dataTable thead .sorting_desc_disabled.showArrow div span{
    padding-left: 10px;
}




.overview
{
    max-width: 700px;
    margin: 0 auto;
    padding: 5px;
}
.overview .column .circle
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #888;
    font-size:12px;
    padding:15px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-right: 10px;
    text-align:center;
}
.overview .column .circle div
{
    margin-top:8px;
}
.overview .column {
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    text-align:left;
}
.overview .column a {
    text-decoration: none;
    color: #000;
}
.overview .box {
    padding: 10px;
    max-width: 380px;
    min-width: 290px;
    background: #f1f1f1;
    text-align: left;
    margin:0px;
    border-radius:6px;
}
.overview .name {
    font-size: 11px;
    font-weight: bold;
}
.overview .job {
    font-size: 11px;
}
.overview .description {
    font-size: 11px;
    text-align: left;
}

.input a {
    color: var(--rp-orange);
}

#countries ul
{
    padding:0px;
    margin:0px;
}
#countries
{
    margin-right:20px;
}
#countries li
{
    display:inline-block;
    list-style:none;
    margin:4px;
    cursor:pointer;
}
.loading
{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:9999;
    background: rgba(0, 0, 0, 0.3);
    text-align:center;
    vertical-align:middle;
    color:#fff;
}
.loading img
{
    width:100px;
    height:100px;
    margin-top:20%;
}

#quote_alert
{
    padding:20px;
    font-size:16px;
    color:red;
}
.request_container
{
    padding:20px;
    background-color:#f3f3f3;
}
#tables_countries_select input
{
    cursor:pointer;
    padding:4px;
}
.indications
{
    margin:5px;
    padding:0px;
    position:relative;
    right:0px;
}
.indications label
{
    cursor:pointer;
}
.indications li
{
    list-style:none;
    display:inline-block;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    color:#aaa;
    margin-right:5px;
    margin-bottom:5px;
    font-size:0.8em;
}
.indications li.selected
{
    font-weight:bold;
    border-color:orange;
    background-color:orange;
    background: -webkit-linear-gradient(#FFA500, #F88017);
    background: -o-linear-gradient(#FFA500, #F88017);
    background: -moz-linear-gradient(#FFA500, #F88017);
    background: linear-gradient(#FFA500, #F88017); 
    color:#fff;
}
.indications input
{
    display:none;
}

#countries
{
    display:inline-block;
}

.countries
{
    
}
.countries label
{
    cursor:pointer;
}
.countries li
{
    list-style:none;
    display:inline;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.countries li.selected
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.countries input, .countries span
{
    display:none;
}

.pageOptions
{
    border-top: 1px solid #cdcdcd;
    padding:20px;
}

#filtersTop
{
    margin-top:6px;
    margin-right:20px;
    display:inline-block;
    vertical-align:top;
}

#filtersTop .filter
{
    display:inline-block;
}

#filtersTop .filter div
{
    display:inline-block;
    margin-right:10px;
}

#message
{
    margin-top:15px;
    margin-bottom:15px;
    color:red;
    font-weight:bold;
}

.input-highlight{
    color: red;
}