/* Sidebar */
/* Primary */
/* Accent */
/* Topbar */
/* Submenu */
/* Default MenuItem */
/* Hover MenuItem */
/* Active MenuItem */
/* Dark Default MenuItem */
/* Dark Hover MenuItem */
/* Dark Active MenuItem */
/******************************/
/*           Common           */
/******************************/
/* Predefined Colors */
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=serenity-layout");
    /* IE9 Compat Modes */
    src: local("Roboto Light"), local("Roboto-Light"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=serenity-layout#iefix") format("embedded-opentype"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-300.woff2.xhtml?ln=serenity-layout") format("woff2"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-300.woff.xhtml?ln=serenity-layout") format("woff"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-300.ttf.xhtml?ln=serenity-layout") format("truetype"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-300.svg.xhtml?ln=serenity-layout#Roboto") format("svg");
    /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=serenity-layout");
    /* IE9 Compat Modes */
    src: local("Roboto"), local("Roboto-Regular"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=serenity-layout#iefix") format("embedded-opentype"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-regular.woff2.xhtml?ln=serenity-layout") format("woff2"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-regular.woff.xhtml?ln=serenity-layout") format("woff"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-regular.ttf.xhtml?ln=serenity-layout") format("truetype"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-regular.svg.xhtml?ln=serenity-layout#Roboto") format("svg");
    /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=serenity-layout");
    /* IE9 Compat Modes */
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=serenity-layout#iefix") format("embedded-opentype"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-700.woff2.xhtml?ln=serenity-layout") format("woff2"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-700.woff.xhtml?ln=serenity-layout") format("woff"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-700.ttf.xhtml?ln=serenity-layout") format("truetype"), url("/transporte/javax.faces.resource/fonts/roboto-v15-latin-700.svg.xhtml?ln=serenity-layout#Roboto") format("svg");
    /* Legacy iOS */ }
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("/transporte/javax.faces.resource/fonts/MaterialIcons-Regular.eot.xhtml?ln=serenity-layout");
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("/transporte/javax.faces.resource/fonts/MaterialIcons-Regular.woff2.xhtml?ln=serenity-layout") format("woff2"), url("/transporte/javax.faces.resource/fonts/MaterialIcons-Regular.woff.xhtml?ln=serenity-layout") format("woff"), url("/transporte/javax.faces.resource/fonts/MaterialIcons-Regular.ttf.xhtml?ln=serenity-layout") format("truetype"); }
/* Utils */
.clearfix:after {
    content: " ";
    display: block;
    clear: both; }

.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    padding: 16px;
    margin-bottom: 16px;
    box-sizing: border-box; }
.card.card-w-title {
    padding-bottom: 32px; }
.card h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 24px 0; }
.card h1:first-child {
    margin-top: 16px; }
.card h2 {
    font-size: 22px;
    font-weight: 400; }
.card h3 {
    font-size: 20px;
    font-weight: 400; }
.card h4 {
    font-size: 18px;
    font-weight: 400; }

.nopad {
    padding: 0; }
.nopad .ui-panel-content {
    padding: 0; }

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 1;
        transform: none; } }
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); } }
@keyframes fadeOutUp {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); } }
.fadeInDown {
    -webkit-animation: fadeInDown 5s;
    /* Safari 4.0 - 8.0 */
    animation: fadeInDown 5s; }

.fadeOutUp {
    -webkit-animation: fadeOutUp 0.3s;
    /* Safari 4.0 - 8.0 */
    animation: fadeOutUp 0.3s; }

.ui-shadow-1 {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ui-shadow-2 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-3 {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-4 {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ui-shadow-5 {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ui-g {
    -ms-flex-wrap: wrap; }
.ui-g.form-group > div {
    padding: 12px 16px; }

.ui-panelgrid.form-group .ui-panelgrid-cell {
    padding: 12px 16px; }

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
    padding: 8px 16px; }

.dashboard .task-box {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .task-box .task-box-header {
    padding: 8px 14px; }
.dashboard .task-box .task-box-header:before, .dashboard .task-box .task-box-header:after {
    content: "";
    display: table; }
.dashboard .task-box .task-box-header:after {
    clear: both; }
.dashboard .task-box .task-box-header i {
    float: right;
    color: #ffffff; }
.dashboard .task-box .task-box-content {
    background-color: #ffffff;
    padding: 8px 14px; }
.dashboard .task-box .task-box-content h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 14px 0 7px 0;
    padding: 0; }
.dashboard .task-box .task-box-content p {
    color: #757575;
    margin: 0 0 28px 0;
    padding: 0; }
.dashboard .task-box .task-box-footer {
    background-color: #ffffff;
    padding: 8px 14px; }
.dashboard .task-box .task-box-footer:before, .dashboard .task-box .task-box-footer:after {
    content: "";
    display: table; }
.dashboard .task-box .task-box-footer:after {
    clear: both; }
.dashboard .task-box .task-box-footer img {
    width: 32px;
    float: right;
    margin-left: 4px; }
.dashboard .task-box .task-box-footer .task-status {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 2px 8px;
    color: #ffffff; }
.dashboard .task-box.task-box-1 .task-box-header {
    background-color: #e91e63; }
.dashboard .task-box.task-box-1 .task-box-footer .task-status {
    background-color: #e91e63; }
.dashboard .task-box.task-box-2 .task-box-header {
    background-color: #ffc107; }
.dashboard .task-box.task-box-2 .task-box-footer .task-status {
    background-color: #ffc107; }
.dashboard .task-box.task-box-3 .task-box-header {
    background-color: #00bcd4; }
.dashboard .task-box.task-box-3 .task-box-footer .task-status {
    background-color: #00bcd4; }
.dashboard .overview-box {
    text-align: center;
    color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .overview-box .overview-box-header {
    height: 24px; }
.dashboard .overview-box .overview-box-content {
    padding: 8px 14px 14px 14px; }
.dashboard .overview-box .overview-box-content .overview-box-icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: -28px; }
.dashboard .overview-box .overview-box-content .overview-box-icon i {
    line-height: inherit;
    font-size: 28px; }
.dashboard .overview-box .overview-box-content .overview-box-title {
    font-size: 16px; }
.dashboard .overview-box .overview-box-content .overview-box-count {
    font-size: 24px; }
.dashboard .overview-box.overview-box-1 .overview-box-header {
    background-color: #c07545; }
.dashboard .overview-box.overview-box-1 .overview-box-content {
    background-color: #872e2e; }
.dashboard .overview-box.overview-box-1 .overview-box-content .overview-box-icon {
    background-color: #c07545; }
.dashboard .overview-box.overview-box-2 .overview-box-header {
    background-color: #637b80; }
.dashboard .overview-box.overview-box-2 .overview-box-content {
    background-color: #293249; }
.dashboard .overview-box.overview-box-2 .overview-box-content .overview-box-icon {
    background-color: #637b80; }
.dashboard .overview-box.overview-box-3 .overview-box-header {
    background-color: #42b97c; }
.dashboard .overview-box.overview-box-3 .overview-box-content {
    background-color: #036818; }
.dashboard .overview-box.overview-box-3 .overview-box-content .overview-box-icon {
    background-color: #42b97c; }
.dashboard .overview-box.overview-box-4 .overview-box-header {
    background-color: #aca1a1; }
.dashboard .overview-box.overview-box-4 .overview-box-content {
    background-color: #69656f; }
.dashboard .overview-box.overview-box-4 .overview-box-content .overview-box-icon {
    background-color: #aca1a1; }
.dashboard .overview-box.overview-box-5 .overview-box-header {
    background-color: #42b97c; }
.dashboard .overview-box.overview-box-5 .overview-box-content {
    background-color: #00295f; }
.dashboard .overview-box.overview-box-5 .overview-box-content .overview-box-icon {
    background-color: #496475; }
.dashboard .task-list {
    overflow: hidden; }
.dashboard .task-list > .ui-panel {
    min-height: 340px;
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .task-list .ui-panel-content {
    padding: 10px 0 !important; }
.dashboard .task-list button {
    margin-top: -25px;
    margin-right: 10px;
    float: right; }
.dashboard .task-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
.dashboard .task-list ul li {
    padding: 9.76px 14px;
    border-bottom: 1px solid #dbdbdb; }
.dashboard .task-list ul li:first-child {
    margin-top: 10px; }
.dashboard .task-list ul .ui-chkbox {
    vertical-align: middle;
    margin-right: 5px; }
.dashboard .task-list ul .task-name {
    vertical-align: middle; }
.dashboard .task-list ul i {
    color: #757575;
    float: right; }
.dashboard .contact-form {
    overflow: hidden; }
.dashboard .contact-form .ui-panel {
    min-height: 340px;
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .contact-form .ui-g-12 {
    padding: 16px 10px; }
.dialogs{
    padding:0;
    background: #f2f2f2;
}
.dashboard .dialogs .ui.g-12{
    padding:0;
}
.dashboard .ui-button{
    -webkit-border-radius: 25px;border-color: white;
}
.dashboard .contact-form .ui-button {
    margin-top: 20px; }
.dashboard .messages {
    overflow: hidden; }
.dashboard .messages > .ui-panel {
    min-height: 340px;
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .messages .ui-panel-content {
    padding: 15px 0 10px 0 !important; }
.dashboard .messages ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
.dashboard .messages ul li {
    border-bottom: 1px solid #d8d8d8; }
.dashboard .messages ul li a {
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
.dashboard .messages ul li a:before, .dashboard .messages ul li a:after {
    content: "";
    display: table; }
.dashboard .messages ul li a:after {
    clear: both; }
.dashboard .messages ul li a img {
    float: left; }
.dashboard .messages ul li a > div {
    float: left;
    margin-left: 10px;
}
.dashboard .messages ul li a > div .name {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #212121; }
.dashboard .messages ul li a > div .message {
    font-size: 14px;
    color: #757575; }
.dashboard .messages ul li a button {
    position: absolute;
    top: 15px; }
.dashboard .messages ul li a button.message-btn {
    right: 20px; }
.dashboard .messages ul li a button.remove-btn {
    right: 60px; }
.dashboard .messages ul li a:hover {
    cursor: pointer;
    background-color: #e8e8e8; }
.dashboard .messages ul li:last-child {
    border: 0; }
.dashboard .chat .ui-panel {
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .chat .ui-panel-content {
    padding: 0 !important;
}
.dashboard .chat .ui-tabs {
    border-color: transparent; }
.dashboard .chat ul {
    padding: 10px;
    margin: 0px;
    list-style-type: none; }
.dashboard .chat ul li.message-from {
    padding: 8px 0;
    padding-right: 28px;
}
.dashboard .chat ul li.message-own {
    padding: 10px 5px;
    padding-left: 52px;
}
.dashboard .chat ul li:before, .dashboard .chat ul li:after {
    content: "";
    display: table;

}
.dashboard .chat ul li:after {
    clear: both; 
}
.dashboard .chat ul li img {
    width: 36px;
    float: left; }
.dashboard .chat ul li span {
    padding: 4px 10px;





    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
.dashboard .chat ul li.message-from img  {
    float: left;  }

.dashboard .chat ul li.message-from span  {
    position: relative; left: 0px;
    display: table-cell;}
.dashboard .chat ul li.message-from img {
    margin-right: 8px; margin-top: -5px;
}
.dashboard .chat ul li.message-from span {
    background-color: #e8eaf6;
}
.dashboard .chat ul li.message-own img, .dashboard .chat ul li.message-own span {
    float: right; }
.dashboard .chat ul li.message-own img {
    margin-left: 8px; }
.dashboard .chat ul li.message-own span {
    background: #c8e6c9;
    color: #000000; }
.dashboard .chat .new-message {
    height: 40px;
    border-top: 1px solid #dce2e7;
    color: #afafc0; }
.dashboard .chat .new-message .message-attachment {
    display: inline-block;
    border-right: 1px solid #dce2e7;

    width: 40px;
    line-height: 40px;
    height: 100%;
    text-align: center; }
.dashboard .chat .new-message .message-attachment i {
    line-height: inherit;
    font-size: 24px; }
.dashboard .chat .new-message .message-input {
    position: relative;
    top: 0px;
    width: calc(100% - 93px);
    display: inline-block; }
.dashboard .chat .new-message .message-input input {
    border: 0 none;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    outline: 0 none;
    color: #757575; }
.dashboard .global-sales .header-helper {
    float: right;
    opacity: 0.7;
    filter: alpha(opacity=70); }
.dashboard .global-sales .ui-panel {
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .global-sales .ui-panel-content {
    padding: 14px 9px 0px 9px; }
.dashboard .global-sales table {
    width: 100%;
    border-collapse: collapse; }
.dashboard .global-sales table th {
    font-weight: 700;
    text-align: left;
    padding: 8px 5px; }
.dashboard .global-sales table tbody tr {
    border-top: 1px solid #dbdbdb; }
.dashboard .global-sales table tbody tr img {
    width: 36px;
    height: 36px; }
.dashboard .global-sales table tbody tr td {
    padding: 8px 5px; }
.dashboard .global-sales table tbody tr td:nth-child(1) {
    font-weight: 700;
    text-align: center; }
.dashboard .global-sales table tbody tr td:nth-child(3) {
    font-weight: 700; }
.dashboard .global-sales table tbody tr td:nth-child(7) {
    text-align: right; }
.dashboard .global-sales table tbody tr td:nth-child(7) button {
    margin-left: 10px; }
.dashboard .global-sales table tbody tr td .up-arrow {
    color: #cddc39; }
.dashboard .global-sales table tbody tr td .down-arrow {
    color: #e91e63; }
.dashboard .status-bars ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.dashboard .status-bars ul li {
    padding: 8px 14px;
    position: relative; }
.dashboard .status-bars ul li span {
    position: absolute;
    right: 36px;
    top: 8px; }
.dashboard .status-bars ul li i {
    position: absolute;
    right: 4px;
    top: 4px; }
.dashboard .status-bars .status-bar {
    height: 18px;
    width: 75%;
    background-color: #d8d8d8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
.dashboard .status-bars .status-bar .status-bar-value {
    height: 100%;
    color: #ffffff;
    text-align: right;
    padding-right: 4px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
.dashboard .status-bars .status-bar.status-bar-1 .status-bar-value {
    background-color: #455A64; }
.dashboard .status-bars .status-bar.status-bar-1 ~ i {
    color: #455A64; }
.dashboard .status-bars .status-bar.status-bar-2 .status-bar-value {
    background-color: #00bcd4; }
.dashboard .status-bars .status-bar.status-bar-2 ~ i {
    color: #00bcd4; }
.dashboard .status-bars .status-bar.status-bar-3 .status-bar-value {
    background-color: #ffc107; }
.dashboard .status-bars .status-bar.status-bar-3 ~ i {
    color: #ffc107; }
.dashboard .status-bars .status-bar.status-bar-4 .status-bar-value {
    background-color: #cddc39; }
.dashboard .status-bars .status-bar.status-bar-4 ~ i {
    color: #cddc39; }
.dashboard .status-bars .status-bar.status-bar-5 .status-bar-value {
    background-color: steelblue; }
.dashboard .status-bars .status-bar.status-bar-5 ~ i {
    color: white; }
.dashboard .image-box .card {
    padding: 0; }
.dashboard .image-box .card img {
    width: 100%; }
.dashboard .image-box .card .image-box-content {
    padding: 16px; }
.dashboard .image-box .card .image-box-content h3 {
    font-weight: 700;
    margin-top: 0; }
.dashboard .image-box .card .image-box-content .image-box-tag {
    width: 40px;
    text-align: left;
    color: #ffffff;
    background-color: #e91e63;
    padding: 0 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
.dashboard .image-box .card .image-box-footer {
    text-align: right; }
.dashboard .user-card {
    border: 1px solid #dbdbdb;
    padding: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
.dashboard .user-card .user-card-header {
    height: 80px;
    overflow: hidden; }

.dashboard .user-card .user-card-header2 {
    height: 60px;
    overflow: hidden; }
.dashboard .user-card .user-card-header .imgheader {
    width: 100%; }
.dashboard .user-card .user-card-header .imgheader33 {
    width: 100%; }
.dashboard .user-card .user-card-header .imgheader334 {
    width: 100%; }
.dashboard .user-card .user-card-content {

    
    position: relative; }
.dashboard .user-card .user-card-content .imgheader {
    position: absolute;
    top: -72px;
    left: 20px; }
.dashboard .user-card .user-card-content .imgheader33 {
    position: absolute;
    top: -76px;
    left: 14px; }
.dashboard .user-card .user-card-content .imgheader334 {
    position: absolute;
    top: -56px;
    left: 10px; }
.dashboard .user-card .user-card-content .imgheader2 {
    position: absolute;
    bottom: 7px;
    right: 5px; }
.dashboard .user-card .user-card-content .imgheader3 {
    position: absolute;
    top: -75px;
    right: 5px; }
.dashboard .user-card .user-card-content .imgClip {
    position: absolute;
    top: -90px;
    right: -55px; }
.dashboard .user-card .user-card-content .imgheader4 {
    position: absolute;
    top: -99px;
    left: -28px; }
.dashboard .user-card .user-card-content .imgheader5 {
    position: absolute;
    top: 6px;
    left: 6px; }
.dashboard .user-card .user-card-content .imgheader6 {
   position: absolute;
    top: -30px;
    
   }
/*.dashboard .user-card .user-card-content .ui-button {
    position: absolute;
    width: 36px;
    height: 36px;
    top: -2px;
    right: 24px; } */
.dashboard .user-card .user-card-content .user-card-name {
    font-size: 20px;
    color: white;
    position: absolute;
    top: -74px;
    margin-left: 95px;
    font-weight: 800;
     text-align: left;
}

.dashboard .user-card .user-card-content .user-card-nameWorkItem {
    font-size: 20px;
    color: white;
    position: absolute;
    top: -74px;
    margin-left: 120px;
    font-weight: 800;
    text-align: left;
}
.dashboard .user-card .user-card-content .user-card-nameSideBar {
    font-size: 20px;
    color: white;
    position: relative;
    top: -49px;
    margin-left: 50px;
    font-weight: 800;
    text-align: center;
}
.dashboard .user-card .user-card-content .user-card-titulo {
    font-size: 20px;
    color: white;
    position: absolute;
    top: -84px;
    margin-left: 100px;
    margin-right: 100px;
    
    font-weight: 800;
}
.dashboard .user-card .user-card-content .user-card-chat {
    font-size: 20px;
    color: white;
    position: absolute;
    top: -50px;
    margin-left: 110px;
    font-weight: 700;
}
.dashboard .user-card .user-card-content .user-detail {
    text-align: left; }

.dashboard .user-card .user-card-content .user-detail ul {
    padding: 0px 0 0px 0;
    margin: 0;
    list-style-type: none; }
.dashboard .user-card .user-card-content .user-detail ul li {
    padding: 8px 11px;
    border-top: 1px solid #dbdbdb; }
.dashboard .user-card .user-card-content .user-detail ul li:last-child {
    border-bottom: 1px solid #dbdbdb; }
.dashboard .user-card .user-card-content .user-detail ul li i {
    font-size: 24px;
    margin-right: 8px;
    width: 32px;
    vertical-align: middle; }
.dashboard .user-card .user-card-content .user-detail ul li .project-title {
    font-weight: 700;
    margin-right: 8px;
    margin-left: -10px;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-detail {
    color: #757575; }
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
    display: inline-block;
    width: 100px;
    background-color: #dbdbdb;
    float: right;
    margin-top: 12px; }
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
    background-color: #607D8B;
    height: 3px; }
.dashboard .map .ui-panel {
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .map .ui-panel .ui-panel-content {
    padding: 8px; }
.dashboard .map .ui-panel .ui-panel-content img {
    width: 100%; }
.dashboard .schedule .ui-panel {
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .schedule .ui-panel .fc-today-button {
    display: none; }

@media (max-width: 640px) {
    .dashboard .status-bars .status-bar {
        width: 65%; }
    .dashboard .global-sales table tbody tr td:nth-child(7) {
        text-align: left; }
    .dashboard .global-sales table tbody tr td:nth-child(7) button {
        display: block;
        margin-left: 0; }
    .dashboard .global-sales table tbody tr td:nth-child(7) button:first-child {
        margin-bottom: 4px; } }
.login-body {
    background-image: url("/transporte/javax.faces.resource/images/login/login-bg.jpg.xhtml?ln=serenity-layout");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.login-body .login-panel {
    width: 550px;
    height: 480px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -240px;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14); }
.login-body .login-panel .login-panel-header {
    background-color: #607D8B;
    text-align: center;
    padding: 8px 14px; }
.login-body .login-panel .login-panel-header img {
    vertical-align: middle;
    width: 50px; }
.login-body .login-panel .login-panel-content {
    padding: 50px 100px; }
.login-body .login-panel .login-panel-content h1 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center; }
.login-body .login-panel .login-panel-content .ui-g-12, .login-body .login-panel .login-panel-content .ui-g-6 {
    padding: 1em; }
.login-body .login-panel .login-panel-content .ui-g-12:last-child, .login-body .login-panel .login-panel-content .ui-g-6:last-child {
    text-align: center; }
.login-body .login-panel .login-panel-content .ui-g-12:last-child a, .login-body .login-panel .login-panel-content .ui-g-6:last-child a {
    color: #7CB342; }
.login-body .login-panel .login-panel-content .password-reset {
    text-align: right; }
.login-body .login-panel .login-panel-content .password-reset a {
    color: #757575; }
.login-body .login-panel .login-panel-content .ui-chkbox-label {
    margin: 0 0 0 8px;
    vertical-align: middle; }

@media (max-width: 640px) {
    .login-body .login-panel {
        left: 0;
        margin-left: 0;
        width: 100%; }
    .login-body .login-panel .login-panel-content {
        padding: 50px 25px; } }
.exception-body {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.exception-body.error {
    background-image: url("/transporte/javax.faces.resource/images/exception/error-bg.jpg.xhtml?ln=serenity-layout"); }
.exception-body.error .exception-panel .exception-code {
    background-color: #e91e63; }
.exception-body.error .exception-panel .exception-code img {
    margin-left: -194px; }
.exception-body.error .exception-panel .exception-icon {
    background-color: #e91e63; }
.exception-body.notfound {
    background-image: url("/transporte/javax.faces.resource/images/exception/notfound-bg.jpg.xhtml?ln=serenity-layout"); }
.exception-body.notfound .exception-panel .exception-code {
    background-color: #e91e63; }
.exception-body.notfound .exception-panel .exception-code img {
    margin-left: -206px; }
.exception-body.notfound .exception-panel .exception-icon {
    background-color: #e91e63; }
.exception-body.accessdenied {
    background-image: url("/transporte/javax.faces.resource/images/exception/access-bg.jpg.xhtml?ln=serenity-layout"); }
.exception-body.accessdenied .exception-panel .exception-code {
    background-color: #ffb300; }
.exception-body.accessdenied .exception-panel .exception-code img {
    margin-left: -178px; }
.exception-body.accessdenied .exception-panel .exception-icon {
    background-color: #ffb300; }
.exception-body .exception-panel {
    width: 550px;
    height: 480px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -240px;
    padding: 0;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14); }
.exception-body .exception-panel .exception-code {
    height: 240px;
    position: relative; }
.exception-body .exception-panel .exception-code img {
    position: absolute;
    bottom: 0;
    height: 190px;
    left: 50%; }
.exception-body .exception-panel .exception-detail {
    height: 240px;
    position: relative;
    padding: 60px 0 0 0; }
.exception-body .exception-panel .exception-detail .exception-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14); }
.exception-body .exception-panel .exception-detail .exception-icon i {
    font-size: 45px;
    line-height: inherit;
    color: #ffffff; }
.exception-body .exception-panel .exception-detail h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 8px 0; }
.exception-body .exception-panel .exception-detail p {
    color: #757575;
    margin: 0 0 60px 0; }

@media (max-width: 640px) {
    .exception-body .exception-panel {
        left: 0;
        margin-left: 0;
        width: 100%; }
    .exception-body.error .exception-panel .exception-code img {
        height: 150px;
        margin-left: -150px; }
    .exception-body.notfound .exception-panel .exception-code img {
        height: 150px;
        margin-left: -163px; }
    .exception-body.accessdenied .exception-panel .exception-code img {
        height: 150px;
        margin-left: -141px; } }
.landing-body {
    background-color: white; }
.landing-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.landing-body p {
    line-height: 1.5; }
.landing-body #header {
    background-color: white; 
}
.landing-body #header > div {
    width: 960px;
    margin: 0 auto;
    height: 4px;
    padding: 0px 0; 
    
}
.landing-body #header > div img {
    height: 60px; }
.landing-body #header > div #landing-menu {
    float: right;
   
    list-style-type: none;
    padding: 0;
    margin: 0px 0 0 0; }
.landing-body #header > div #landing-menu > li {
    display: inline-block; }
.landing-body #header > div #landing-menu > li a {
    border-bottom: 5px solid transparent;
    color: #31547b;
   
    display: inline-block;
    min-width: 100px;
    text-align: center;

    font-size: 15px;

    font-weight: 400;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
.landing-body #header > div #landing-menu > li:hover a {
    color: black;
    border-color: #3f51b5; }
.landing-body #header > div #landing-menu-button {
    color: #3f51b5;
    display: none;
    float: right;
    margin-right: 15px;
    margin-top: 5px; }
.landing-body #header > div #landing-menu-button i {
    font-size: 48px; }
.landing-body #introduction > div {
    background: url("/transporte/javax.faces.resource/images/landing/landing-header.png.xhtml?ln=serenity-layout") no-repeat;
    min-height: 400px;
    color: #ffffff;
    text-align: center;
    padding-top: 120px;
    background-size: cover; }
.landing-body #introduction > div h1 {
    padding: 0;
    margin: 0 0 20px 0; }
.landing-body #introduction > div p {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px; }
.landing-body #introduction > div button {
    min-width: 180px; }
.landing-body #features > div {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0; }
.landing-body #features > div .feature-box {
    padding: 30px 15px 30px 0; }
.landing-body #features > div .feature-box:before, .landing-body #features > div .feature-box:after {
    content: "";
    display: table; }
.landing-body #features > div .feature-box:after {
    clear: both; }
.landing-body #features > div .feature-box img {
    float: left;
    margin-right: 30px; }
.landing-body #features > div .feature-box > div {
    padding: 16px 0; }
.landing-body #features > div .feature-box > div h3 {
    font-size: 15px;
    margin: 0; }
.landing-body #features > div .feature-box > div p {
    color: #757575;
    margin: 8px; }
.landing-body #stats {
    background-color: #212121;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#424242));
    background-image: -webkit-linear-gradient(top, #212121, #424242);
    background-image: -moz-linear-gradient(top, #212121, #424242);
    background-image: -ms-linear-gradient(top, #212121, #424242);
    background-image: -o-linear-gradient(top, #212121, #424242);
    background-image: linear-gradient(to bottom, #212121, #424242);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#424242'); }
.landing-body #stats > div {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0; }
.landing-body #stats > div .ui-g-12 {
    padding: 20px; }
.landing-body #stats > div .stat-box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    padding: 18px;
    text-align: center;
    color: #e91e63; }
.landing-body #stats > div .stat-box h3 {
    font-weight: 400;
    margin: 0; }
.landing-body #stats > div .stat-box p {
    margin: 0; }
.landing-body #stats > div .stat-box.stat-box-active {
    background-color: #e91e63;
    color: #ffffff; }
.landing-body #video {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.landing-body #video > div {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0; }
.landing-body #video > div .video-description {
    padding-top: 80px;
    padding-right: 50px; }
.landing-body #video > div .video-description h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 12px 0; }
.landing-body #video > div .video-description p {
    margin: 0 0 24px 0; }
.landing-body #pricing > div {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center; }
.landing-body #pricing > div > h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 12px 0; }
.landing-body #pricing > div > p {
    color: #757575;
    margin: 0 0 40px 0; }
.landing-body #pricing > div .pricing-box {
    width: 100%;
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
.landing-body #pricing > div .pricing-box .pricing-header {
    background-color: #212121;
    padding: 16px;
    text-align: center; }
.landing-body #pricing > div .pricing-box .pricing-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 4px;
    border-bottom: 1px solid #a7a5a5; }
.landing-body #pricing > div .pricing-box .pricing-header p {
    color: #a7a5a5;
    margin: 0;
    padding: 4px 0 0 0; }
.landing-body #pricing > div .pricing-box .pricing-content {
    padding: 16px;
    min-height: 350px;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.landing-body #pricing > div .pricing-box .pricing-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
.landing-body #pricing > div .pricing-box .pricing-content ul li {
    padding: 8px 0; }
.landing-body #pricing > div .pricing-box .pricing-content ul li i {
    color: #4caf50;
    vertical-align: middle;
    margin-right: 6px; }
.landing-body #pricing > div .pricing-box .pricing-content button {
    position: absolute;
    min-width: 180px;
    bottom: 20px;
    left: 50%;
    margin-left: -90px; }
.landing-body #pricing > div .pricing-box .pricing-content .pricing-fee {
    position: absolute;
    top: -24px;
    right: 14px;
    margin-left: -90px;
    text-align: center;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #e91e63;
    color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header {
    background-color: #e91e63;
    color: #ffffff; }
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header h3 {
    border-bottom: 1px solid #ffffff; }
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header p {
    color: #ffffff; }
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-content .pricing-fee {
    background-color: #212121;
    color: #ffffff; }
.landing-body #contact {
    background-color: #424242; }
.landing-body #contact > div {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center; }
.landing-body #contact > div > h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 12px 0;
    color: #f5f5f5; }
.landing-body #contact > div > p {
    margin: 0 0 40px 0;
    color: #e0e0e0; }
.landing-body #contact > div .contact-form {
    text-align: left; }
.landing-body #contact > div .contact-form > div {
    padding: 1em .5em; }
.landing-body #contact > div .contact-form button {
    width: auto;
    min-width: 180px;
    margin-left: 15px;
    margin-top: 40px; }
.landing-body #contact > div .contact-form .md-inputfield input:focus ~ label,
.landing-body #contact > div .contact-form .md-inputfield input.ui-state-filled ~ label,
.landing-body #contact > div .contact-form .md-inputfield textarea:focus ~ label,
.landing-body #contact > div .contact-form .md-inputfield textarea.ui-state-filled ~ label,
.landing-body #contact > div .contact-form .md-inputfield .md-inputwrapper-focus ~ label,
.landing-body #contact > div .contact-form .md-inputfield .md-inputwrapper-filled ~ label {
    color: #90A4AE; }
.landing-body #contact > div .contact-form .md-inputfield input:-webkit-autofill ~ label {
    color: #90A4AE; }
.landing-body #contact > div .contact-form .md-inputfield input:focus {
    border-color: #90A4AE; }
.landing-body #contact > div .contact-form .md-inputfield input {
    color: #ffffff; }
.landing-body #footer {
    background-color: #212121;
    color: #ffffff; }
.landing-body #footer > div {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0; }
.landing-body #footer > div .footer-logo {
    height: 54px;
    float: left;
    margin-right: 14px; }
.landing-body #footer > div h4 {
    margin: 0 0 8px 0;
    font-weight: 700; }
.landing-body #footer > div p {
    margin: 0;
    line-height: 1.5; }
.landing-body #footer > div p:last-child {
    margin-top: 8px; }
.landing-body #footer > div i {
    vertical-align: middle; }
.landing-body #footer > div .footer-social a {
    margin-right: 14px;
    opacity: 0.7;
    filter: alpha(opacity=70); }
.landing-body #footer > div .footer-social a img {
    width: 30px;
    height: 30px; }
.landing-body #footer > div .footer-social a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

@media screen and (max-width: 64em) {
    .landing-body {
        padding-top: 90px; }
    .landing-body #header {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
    .landing-body #header > div {
        width: 100%;
        padding-left: 15px; }
    .landing-body #header > div #landing-menu-button {
        display: block; }
    .landing-body #header > div #landing-menu {
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s;
        display: none;
        float: none;
        width: 100%;
        text-align: center;
        background-color: #F5F5F5;
        position: fixed;
        top: 70px;
        left: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
    .landing-body #header > div #landing-menu li {
        display: block; }
    .landing-body #header > div #landing-menu li a {
        height: auto;
        border-bottom: 0 none;
        padding: 15px; }
    .landing-body #header > div #landing-menu.landing-menu-active {
        display: block; }
    .landing-body #introduction {
        width: 100%; }
    .landing-body #introduction > div h1, .landing-body #introduction > div p {
        padding-left: 15px;
        padding-right: 15px; }
    .landing-body #features > div {
        width: 100%;
        padding-left: 15px; }
    .landing-body #stats > div {
        width: 100%; }
    .landing-body #video > div {
        width: 100%;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px; }
    .landing-body #video > div .video-description {
        padding-top: 0;
        padding-right: 0; }
    .landing-body #video > div iframe {
        width: 300px;
        height: 200px; }
    .landing-body #pricing > div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
    .landing-body #contact > div {
        width: 100%;
        text-align: center; }
    .landing-body #contact > div .contact-map {
        text-align: center; }
    .landing-body #contact > div .contact-map img {
        width: 100%; }
    .landing-body #contact > div .contact-form .ui-g-12 {
        padding: 15px; }
    .landing-body #footer > div {
        width: 100%; }
    .landing-body #footer > div .ui-g-12 {
        padding-top: 24px; } }
html {
    height: 100%; }

body {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #F5F5F5; }
body .ajax-loader {
    font-size: 50px;
    color: #7CB342; }

.layout-wrapper .layout-sidebar {
    width: 240px;
    height: 100%;
    position: absolute;
    left: -180px;
    top: -0px;

    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 999999;
    background-color: white;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);

    background-size: 240px 100%;
    background-repeat: no-repeat; }
.layout-wrapper .layout-sidebar .sidebar-logo {
   /* height: 64px ; */
    background-color: #18415b;
   /* padding-top: 8px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.layout-wrapper .layout-sidebar .sidebar-logo img {
    height: 48px;
    margin-left: 12px;
    vertical-align: middle; }
.layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    background-color: #607D8B;
    vertical-align: middle;
    float: right;
    margin-right: 8px;
    margin-top: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.layout-wrapper .layout-sidebar .sidebar-logo .app-name {
    color: #ffffff;
    vertical-align: middle;
    font-size: 26px; }
.layout-wrapper .layout-sidebar .layout-menu {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: -30px;
   
}
.layout-wrapper .layout-sidebar .layout-menu li {
    padding: 4px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a {
    color: #9CCC65; }
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a i {
    color: #9CCC65; }
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.layout-wrapper .layout-sidebar .layout-menu li > a {
    color: #ffffff;
    display: block;
    padding: 10px 10px 10px 10px;
    position: relative;
    color:#0F3B68;
    font-size: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.layout-wrapper .layout-sidebar .layout-menu li > a:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff; }
.layout-wrapper .layout-sidebar .layout-menu li > a:hover i {
    color: #ffffff; }
.layout-wrapper .layout-sidebar .layout-menu li > a > .menuitem-text {
}
.layout-wrapper .layout-sidebar .layout-menu li > a i {
    color: white;
    float: right;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px; }
.layout-wrapper .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 34px;
    display: none; }
.layout-wrapper .layout-sidebar .layout-menu li > a .menuitem-badge {
    display: none;
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -8px; }
.layout-wrapper .layout-sidebar .layout-menu li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
.layout-wrapper .layout-sidebar .layout-menu li ul li {
    padding: 4px 0; }
.layout-wrapper .layout-sidebar .layout-menu li ul li a {
    padding-left: 20px; }
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li a {
    padding-left: 30px; }
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul li a {
    padding-left: 40px; }
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul li a {
    padding-left: 50px; }
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul li a {
    padding-left: 60px; }
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul li a {
    padding-left: 70px; }
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul ul li a {
    padding-left: 80px; }
.layout-wrapper .layout-sidebar .layout-menu > li > a {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a {
    color: #ffffff;
    background-color: #7CB342;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
    -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1); }
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #ffffff; }
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > ul {
    background-color: rgba(255, 255, 255, 0.2);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px; }
.layout-wrapper .layout-sidebar .layout-menu .menuitem-badge {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    text-align: center;
    background-color: #7CB342;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.layout-wrapper .layout-sidebar.layout-sidebar-active {
    left: 0; }
.layout-wrapper .layout-sidebar.layout-sidebar-active .sidebar-logo img {
    display: inline; }
.layout-wrapper .layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-anchor {
    display: inline-block; }
.layout-wrapper .layout-sidebar.layout-sidebar-active .layout-menu li a i.layout-submenu-toggler {
    display: inline-block; }
.layout-wrapper .layout-sidebar.layout-sidebar-active .layout-menu li a .menuitem-badge {
    display: inline-block; }
.layout-wrapper .layout-sidebar .nano .sidebar-scroll-content {
    display: block;
    height: 100%;
    position: relative; }
.layout-wrapper .layout-sidebar .nano .sidebar-scroll-content .layout-menu {
    padding-bottom: 120px; }
.layout-wrapper .layout-sidebar .nano .nano-pane .nano-slider {
    background-color: #aaaaaa;
    opacity: 0.3;
    filter: alpha(opacity=30); }
.layout-wrapper .layout-sidebar.layout-sidebar-dark {
    background-color: #202d35;
    background-image: url("/transporte/javax.faces.resource/images/special/bg-moody-dark.png.xhtml?ln=serenity-layout"); }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a {
    color: #dee0e3; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffffff; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a:hover i {
    color: #ffffff; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a i {
    color: #dee0e3; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a {
    color: #9CCC65; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a i {
    color: #9CCC65; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a {
    background-color: #7CB342;
    color: #ffffff; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a i {
    color: #ffffff; }
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > ul {
    background-color: rgba(255, 255, 255, 0.15); }
.layout-wrapper .layout-main {
    margin-left: 0px;

    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.layout-wrapper .layout-main .layout-topbar {
    height: 55px;
     background-color: rgba(39, 63, 90, 0.92);
    padding: 12px 12px 42px 30px;
    position: fixed;
    width: calc(100% - 40px);
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: -20px 2px 19px 15px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
    }
.layout-wrapper .layout-main .layout-topbar .topbar-logo {
    display: none; }
.layout-wrapper .layout-main .layout-topbar .menu-btn {
    display: none;
    color: #E8EAF6;
    float: left; }
.layout-wrapper .layout-main .layout-topbar .menu-btn i {
    font-size: 32px; }
.layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
    display: none;
    color: #E8EAF6;
    float: right; }
.layout-wrapper .layout-main .layout-topbar .topbar-menu-btn i {
    font-size: 32px; }
.layout-wrapper .layout-main .layout-topbar .mobile-logo {
    display: none;
    height: 48px;
    margin-top: -8px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .sidebar-logo {
    display: none; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    animation-duration: 0s; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:after {
    content: "";
    display: table; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:after {
    clear: both; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu .topbar-badge {
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #7CB342;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li {
    float: right;
    position: relative;
    margin-left: 20px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a {
    color: #E8EAF6;
    position: relative; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a .topbar-item-name {
    display: none; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a i {
    font-size: 32px;
    color: #E8EAF6;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a i:hover {
    color: #c3c9e8; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a .topbar-badge {
    position: absolute;
    right: -4px;
    top: -24px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
    float: left;
    margin-left: 0;
    padding-top: 4px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a {
    display: inline-block;
    position: relative;
    top: -10px;
    color: #E8EAF6; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-image-wrapper {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-image-wrapper img {
    width: 40px;
    height: 40px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-name {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -20px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a:hover .profile-image-wrapper {
    border-color: #7CB342; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
    right: auto;
    left: 5px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
    left: 8px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input {
    border: 0 none;
    width: 150px;
    padding: 6px 24px 6px 6px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0 none;
    color: #E8EAF6; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input:focus label {
    color: #E8EAF6; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item i {
    position: absolute;
    right: 0;
    top: 0;
    color: #E8EAF6;
    font-size: 28px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item label {
    color: #E8EAF6;
    margin-top: 6px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input:focus ~ i {
    color: #ffffff; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul {
    position: absolute;
    top: 60px;
    right: 5px;
    display: none;
    width: 250px;
    background-color: #ffffff;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    border-top: 4px solid #607D8B;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a {
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #212121; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a i {
    color: #757575;
    margin-right: 8px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a img {
    margin-right: 8px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a i, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a img, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a span {
    vertical-align: middle;
    display: inline-block; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a .topbar-submenuitem-badge {
    background-color: #7CB342;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    float: right; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a:hover {
    background-color: #f1f2f7;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a:hover i {
    color: #212121; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #607D8B;
    content: " ";
    position: absolute;
    top: -15px;
    left: 232px; }
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.active-topmenuitem > ul {
    display: block; }
.layout-wrapper .layout-main .layout-breadcrumb {
    background-color:white;
    -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
    min-height: 42px;
    padding-top: 64px; }
.layout-wrapper .layout-main .layout-breadcrumb:before, .layout-wrapper .layout-main .layout-breadcrumb:after {
    content: "";
    display: table; }
.layout-wrapper .layout-main .layout-breadcrumb:after {
    clear: both; }
.layout-wrapper .layout-main .layout-breadcrumb ul {
    margin: 8px 0 0 0;
    padding: 0 0 0 20px;
    list-style: none;
    color: #757575;
    display: inline-block; }
.layout-wrapper .layout-main .layout-breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    color: #757575; }
.layout-wrapper .layout-main .layout-breadcrumb ul li:nth-child(even) {
    font-size: 20px; }
.layout-wrapper .layout-main .layout-breadcrumb ul li:first-child(even) {
    color: #607D8B; }
.layout-wrapper .layout-main .layout-breadcrumb ul li a {
    color: #757575; }
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options {
    float: right;
    padding: 0px 20px 0 0;
    height: 100%; }
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options a {
    color: #757575;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options a:hover {
    background-color: #e8e8e8; }
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options a i {
    line-height: inherit; }
.layout-wrapper .layout-main .layout-content {

    padding: 17px 17px 24px 17px; }
.layout-wrapper .layout-main .layout-main-mask {
    display: none; }
.layout-wrapper .layout-main .layout-footer {
    padding: 16px 24px;
    border: 0 none;
    border: 1px solid #dbdbdb;
    background: #ffffff; }
.layout-wrapper .layout-main .layout-footer img {
    margin-top: 5px;
    width: 100px; }
.layout-wrapper .layout-main .layout-footer .footer-text-right {
    float: right;
    margin-top: 10px; }
.layout-wrapper .layout-main .layout-footer .footer-text-right span {
    vertical-align: middle; }

.layout-wrapper-static .layout-sidebar {
    left: 0;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-anchor {
    display: inline-block;
    background-color: #ffffff; }
.layout-wrapper-static .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
    display: inline-block; }
.layout-wrapper-static .layout-sidebar .layout-menu li a .menuitem-badge {
    display: inline-block; }
.layout-wrapper-static .layout-main {
    margin-left: 240px; }
.layout-wrapper-static .layout-main .layout-topbar {
    width: calc(100% - 240px); }

.layout-wrapper-static-restore .layout-sidebar {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }

@media (min-width: 1025px) {
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #b5b5b5, #b5b5b5); } }
@media (max-width: 1024px) {
    .layout-wrapper .layout-sidebar {
        left: -240px; }
    .layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
        display: none !important; }
    .layout-wrapper .layout-main {
        margin-left: 0;
        left: 0;
        -moz-transition: left 0.3s;
        -o-transition: left 0.3s;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
    .layout-wrapper .layout-main .layout-topbar {
        width: 100%;
        text-align: center;
        padding: 16px 24px; }
    .layout-wrapper .layout-main .layout-topbar:before, .layout-wrapper .layout-main .layout-topbar:after {
        content: "";
        display: table; }
    .layout-wrapper .layout-main .layout-topbar:after {
        clear: both; }
    .layout-wrapper .layout-main .layout-topbar .menu-btn {
        display: inline-block; }
    .layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
        display: inline-block; }
    .layout-wrapper .layout-main .layout-topbar .mobile-logo {
        display: inline; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
        display: none;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s;
        text-align: left;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 15px solid #607D8B;
        content: " ";
        position: absolute;
        top: -15px;
        left: 232px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active {
        position: fixed;
        top: 75px;
        right: 30px;
        width: 250px;
        display: block;
        padding: 8px 0;
        background-color: #ffffff;
        border-top: 4px solid #607D8B; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li {
        float: none;
        display: block;
        margin: 0; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a {
        padding: 8px 14px;
        display: block;
        color: #212121; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a:hover {
        background-color: #e8e8e8; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a:hover i {
        color: #212121; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a i {
        color: #757575;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a .topbar-item-name {
        display: inline-block;
        vertical-align: middle; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a .topbar-badge {
        position: static;
        float: right;
        margin-top: 4px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul {
        position: static;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding: 0;
        width: 100%;
        border-top: 0 none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul:before {
        display: none; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul a {
        padding-left: 28px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li.profile-item img {
        width: 24px;
        height: 24px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li a {
        font-size: 14px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li a i {
        font-size: 24px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item {
        padding: 8px 14px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
        padding: 2px;
        color: #212121;
        margin-left: 28px;
        width: 85%; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus {
        width: 85%; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus ~ i {
        color: #607D8B; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus ~ label {
        color: #607D8B;
        top: -15px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item i {
        color: #757575;
        right: auto;
        left: 0px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item label {
        color: #757575;
        left: 32px;
        margin-top: 0; }
    .layout-wrapper.layout-wrapper-active {
        overflow: hidden; }
    .layout-wrapper.layout-wrapper-active .layout-sidebar {
        left: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
    .layout-wrapper.layout-wrapper-active .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
        display: inline-block; }
    .layout-wrapper.layout-wrapper-active .layout-sidebar .layout-menu li a .menuitem-badge {
        display: inline-block; }
    .layout-wrapper.layout-wrapper-active .layout-main {
        position: fixed;
        left: 240px;
        width: calc(100%);
        -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); }
    .layout-wrapper.layout-wrapper-active .layout-main .layout-topbar {
        -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); }
    .layout-wrapper.layout-wrapper-active .layout-main .layout-breadcrumb {
        -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); }
    .layout-wrapper.layout-wrapper-active .layout-main .layout-breadcrumb .layout-breadcrumb-options {
        display: none; }
    .layout-wrapper.layout-wrapper-active .layout-main-mask {
        z-index: 999998;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #424242;
        display: block;
        opacity: 0.5;
        filter: alpha(opacity=50);
        width: 100%;
        height: 100%;
        overflow: hidden; }

    body.hidden-overflow {
        overflow: hidden; } }
.layout-rtl.layout-wrapper .layout-sidebar {
    left: auto;
    right: -180px;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    direction: rtl; }
.layout-rtl.layout-wrapper .layout-sidebar .sidebar-logo {
    direction: rtl; }
.layout-rtl.layout-wrapper .layout-sidebar .sidebar-logo img {
    margin-left: 0px;
    margin-right: 12px; }
.layout-rtl.layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
    float: left;
    margin-right: 0px;
    margin-left: 8px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu {
    direction: rtl; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li > a i {
    float: left;
    right: auto;
    left: 10px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
    right: auto;
    left: 34px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li > a .menuitem-badge {
    right: auto;
    left: 54px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li a {
    padding-right: 20px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li a {
    padding-right: 30px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul li a {
    padding-right: 40px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul li a {
    padding-right: 50px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul li a {
    padding-right: 60px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul li a {
    padding-right: 70px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul ul li a {
    padding-right: 80px;
    padding-left: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .layout-menu .menuitem-badge {
    float: left;
    margin-right: 0px;
    margin-left: 6px; }
.layout-rtl.layout-wrapper .layout-sidebar.layout-sidebar-active {
    left: auto;
    right: 0px; }
.layout-rtl.layout-wrapper .layout-sidebar .nano .nano-pane {
    right: auto;
    left: 0; }
.layout-rtl.layout-wrapper .layout-main {
    margin-left: 0px;
    margin-right: 60px;
    -moz-transition: margin-right 0.3s;
    -o-transition: margin-right 0.3s;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .menu-btn {
    float: right; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
    float: left; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li {
    float: left;
    margin-left: 0px;
    margin-right: 20px; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a .topbar-badge {
    left: -4px;
    right: auto; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
    float: right;
    margin-left: 0px;
    margin-right: 0px; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-name {
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 13px;
    float: left; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
    left: auto;
    right: 5px;
    direction: rtl;
    text-align: right; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
    left: auto;
    right: 8px; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item {
    direction: rtl; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input {
    padding: 6px 6px 6px 24px; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item i {
    right: auto;
    left: 0; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item label {
    right: 5px;
    left: auto; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul {
    left: 5px;
    right: auto;
    direction: rtl;
    text-align: right; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a i, .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a img {
    margin-right: 0px;
    margin-left: 8px; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a .topbar-submenuitem-badge {
    float: left; }
.layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul:before {
    left: auto;
    right: 232px; }
.layout-rtl.layout-wrapper .layout-main .layout-breadcrumb {
    direction: rtl; }
.layout-rtl.layout-wrapper .layout-main .layout-breadcrumb ul {
    padding: 0 20px 0 0; }
.layout-rtl.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options {
    float: left;
    padding: 0px 0px 0 20px; }
.layout-rtl.layout-wrapper .layout-main .layout-footer {
    direction: rtl; }
.layout-rtl.layout-wrapper .layout-main .layout-footer .footer-text-right {
    float: left;
    margin-top: 10px;
}
.layout-rtl.layout-wrapper-static .layout-sidebar {
    left: auto;
    right: 0; }
.layout-rtl.layout-wrapper-static .layout-main {
    margin-left: 0px;
    margin-right: 240px; }
.layout-rtl.layout-wrapper-static-restore .layout-sidebar {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
@media (max-width: 1024px) {
    .layout-rtl.layout-wrapper .layout-sidebar {
        left: auto;
        right: -240px; }
    .layout-rtl.layout-wrapper .layout-main {
        margin-right: 0px;
        margin-left: 0px;
        left: auto;
        right: 0;
        -moz-transition: right 0.3s;
        -o-transition: right 0.3s;
        -webkit-transition: right 0.3s;
        transition: right 0.3s; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
        direction: rtl;
        text-align: right; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before {
        right: 232px;
        left: auto; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active {
        left: 30px;
        right: auto; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li {
        float: none;
        margin: 0px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a i {
        margin-right: 0px;
        margin-left: 8px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a .topbar-badge {
        float: left; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul a {
        padding-left: 0px;
        padding-right: 28px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-name {
        float: none; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
        margin-left: 0px;
        margin-right: 28px;
        padding: 2px 2px 1px 2px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item i {
        left: auto;
        right: 0px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item label {
        right: 32px;
        left: auto; }
    .layout-rtl.layout-wrapper.layout-wrapper-active .layout-sidebar {
        right: 0;
        left: auto; }
    .layout-rtl.layout-wrapper.layout-wrapper-active .layout-main {
        left: auto;
        right: 240px; }
    .layout-rtl.layout-wrapper.layout-wrapper-active .layout-main-mask {
        left: auto;
        right: 0; } }

@media (min-width: 1025px) {
    .layout-wrapper.layout-menu-horizontal .layout-sidebar {
        width: 100%;
        height: auto;
        top: 40px;
        left: 0;
       color: white;
        position: absolute;
        z-index: 999999999;
        background-color:#0F3B68;
        background-size: auto;
        background-repeat: no-repeat;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .sidebar-logo {
        display: none; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar > .nano {
        overflow: none; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar > .nano > .nano-content {
        margin-right: 0 !important;
        display: inherit;
        height: auto;
        position: static;
        overflow: visible;
        overflow-x: visible; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar > .nano > .nano-content.sidebar-scroll-content .layout-menu {
        padding-bottom: 0; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar > .nano > .nano-pane {
        display: none !important; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu {
      
        color: white;
        background: white;
        background-color: transparent;
        position: fixed;
        top:0px;
      left: 80px;
  }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li {
        width: auto;
        padding: 0;
        position: relative;
        float: left; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a {
      }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a:hover {
        background-color: blue; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
        vertical-align: middle;
        color: white;
    
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i {
         
         display: none !important;
       }
   
    
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul {
        top: 0;
        left: 0;
        width: 200px;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 99999;
        overflow: auto;
        max-height: 450px;
         }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a {
        padding-left: 40px; 
    color:#0F3B68;
    background: white;
  }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a:hover {
        
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i {
        float: none;
        left: 10px;
      display: none !important;}
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i:last-child {
        right: 10px;
        left: auto;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a .layout-submenu-toggler {
        display: block;
        left: auto;
        right: 10px; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li a {
        padding-left: 50px; 
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li a:hover {
        background-color: red; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li a i:first-child {
        left: 20px; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul ul li a {
        padding-left: 60px; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul ul li a:hover {
        color:#0F3B68;
    background: white; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul ul li a i:first-child {
        left: 30px; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li.active-menuitem > ul {
         color:#0F3B68;
    background: white;}
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu li a:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: blue; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu li a:hover i {
        color:white;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu li a .menuitem-badge {
        left: 18px;
        top: 15px;
        display: block; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark {
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > a:hover {
        color: red;    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > a:hover i {
        color: blue; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > ul li a:hover {
         background-color: rgba(255, 255, 255, 0.4);
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li a:hover {
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li a:hover i {
        color: #ffffff; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a:hover {
        color: #ffffff; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a:hover i {
        color: #ffffff; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a {
        color: #ffffff; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a i {
        color: #ffffff; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > ul {
        background-color: #0e161e; }
    .layout-wrapper.layout-menu-horizontal .layout-main {
        margin-left: 0px; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar {
        width: 100%;
    z-index: 999999;
    position: fixed;}
    .layout-wrapper.layout-menu-horizontal .layout-topbar .topbar-logo {
        float: left;
        margin-top: -10px;
        margin-right: 20px;
        display: inline-block; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .topbar-logo img {
        height: 56px;
        vertical-align: middle; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .topbar-logo .app-name {
        color: #ffffff;
        font-size: 26px; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
        float: right;
        margin-left: 20px; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
        left: auto;
        right: 105px; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
        left: 232px; }
    .layout-wrapper.layout-menu-horizontal .layout-breadcrumb {
        padding-bottom: 7px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main {
        margin-right: 0px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
        float: left;
        margin-right: 20px;
        margin-left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
        left: 105px;
        right: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
        left: auto;
        right: 232px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .topbar-logo {
        float: right;
        margin-right: auto;
        margin-left: 20px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar {
        -moz-transition: right 0s;
        -o-transition: right 0s;
        -webkit-transition: right 0s;
        transition: right 0s;
    }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li {
        float: right; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > a i {
        margin-right: auto;
        margin-left: 5px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul {
        left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a {
        padding-right: 40px;
        padding-left: 0px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a i {
        right: 10px;
        left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a i:last-child {
        left: 10px;
        right: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a .layout-submenu-toggler {
        right: auto;
        left: 10px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul li a {
        padding-right: 50px;
        padding-left: 0px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul li a i:first-child {
        right: 20px;
        left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul ul li a {
        padding-right: 60px;
        padding-left: 0px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul ul li a i:first-child {
        right: 30px;
        left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu li a .menuitem-badge {
        right: 18px;
        left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu li a i:last-child {
        margin-right: 3px; } }
/* Add your customizations of layout here */



@font-face {
    font-family: 'titillium_webregular';
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-regular-webfont.eot.xhtml?ln=serenity-layout");
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-regular-webfont.eot.xhtml?ln=serenity-layout#iefix") format('embedded-opentype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-regular-webfont.woff.xhtml?ln=serenity-layout") format('woff'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-regular-webfont.ttf.xhtml?ln=serenity-layout") format('truetype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-regular-webfont.svg.xhtml?ln=serenity-layout#titillium_webregular") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_websemibold';
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-semibold-webfont.eot.xhtml?ln=serenity-layout");
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-semibold-webfont.eot.xhtml?ln=serenity-layout#iefix") format('embedded-opentype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-semibold-webfont.woff.xhtml?ln=serenity-layout") format('woff'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-semibold-webfont.ttf.xhtml?ln=serenity-layout") format('truetype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-semibold-webfont.svg.xhtml?ln=serenity-layout#titillium_websemibold") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webbold';
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-bold-webfont.eot.xhtml?ln=serenity-layout");
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-bold-webfont.eot.xhtml?ln=serenity-layout#iefix") format('embedded-opentype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-bold-webfont.woff.xhtml?ln=serenity-layout") format('woff'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-bold-webfont.ttf.xhtml?ln=serenity-layout") format('truetype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-bold-webfont.svg.xhtml?ln=serenity-layout#titillium_webbold") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webbold_italic';
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-bolditalic-webfont.eot.xhtml?ln=serenity-layout");
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-bolditalic-webfont.eot.xhtml?ln=serenity-layout#iefix") format('embedded-opentype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-bolditalic-webfont.woff.xhtml?ln=serenity-layout") format('woff'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-bolditalic-webfont.ttf.xhtml?ln=serenity-layout") format('truetype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-bolditalic-webfont.svg.xhtml?ln=serenity-layout#titillium_webbold_italic") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_websemibold_italic';
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-semibolditalic-webfont.eot.xhtml?ln=serenity-layout");
    src: url("/transporte/javax.faces.resource/fonts/titilliumweb-semibolditalic-webfont.eot.xhtml?ln=serenity-layout#iefix") format('embedded-opentype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-semibolditalic-webfont.woff.xhtml?ln=serenity-layout") format('woff'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-semibolditalic-webfont.ttf.xhtml?ln=serenity-layout") format('truetype'),
        url("/transporte/javax.faces.resource/fonts/titilliumweb-semibolditalic-webfont.svg.xhtml?ln=serenity-layout#titillium_websemibold_italic") format('svg');
    font-weight: normal;
    font-style: normal;
}

.FontTitilliumRegular{font-family: 'titillium_webregular';}
.FontTitilliumSemiBold{font-family: 'titillium_websemibold';}
.FontTitilliumBold{font-family: 'titillium_webbold';}
.FontTitilliumBoldItalic{font-family: 'titillium_webbold_italic';}
.FontTitilliumSemiBoldItalic{font-family: 'titillium_websemibold_italic';}

/* font colors */
.gray{color:#5A5A5A;}
.softgray{color:#909090;}
.yellow{color:#FFD100;}
.white{ color:#ffffff;}
.red{color:#e90c45;}
.orange{color:#F15A29;}
.softblue{color:#C1E1F4;}
.hardblue{color:#27AAE1;}
.leaden{color:#72828B;}

/* bordered boxes */
.GrayBorderedBox{ border:solid 1px #C0C5C7;}
.BorBotGray{ border-bottom:solid 1px #C0C5C7;}
.BorBotLeaden{border-bottom: solid 1px #E4E9EC;}


/* background colors */
.creamy-back{ background-color:#f3f3f3;} 
.white-back{ background-color:#ffffff;}
.red-back{ background-color:#EF3C56;}
.gray-back{background-color:lightgrey;}
.leaden-back{background-color: #FBFCFD;}
.orange-back{background-color:#F15A29;}
.zelda-back{background-color: #0F3B68}
.blue-back{background-color: #607D8B;}
.blue2-back{background-color: #194458;}
.blueX-back{background-color: #06264c;}
.whitesmoke-back{background-color: #F4F2F3;}
.transparent-back{background-color: transparent;}


/* text colors */
.textwhiteColor{color: white;}
.textblueColor{color: #334455;}


/* Empty Boxes */
.EmptyBox5{ display:block; width:100%; height:5px; overflow:hidden;}
.EmptyBox10{ display:block; width:100%; height:10px; overflow:hidden;}
.EmptyBox20{ display:block; width:100%; height:20px; overflow:hidden;}
.EmptyBox30{ display:block; width:100%; height:30px; overflow:hidden;}
.EmptyBox40{ display:block; width:100%; height:40px; overflow:hidden;}
.EmptyBox50{ display:block; width:100%; height:50px; overflow:hidden;}
.EmptyBox60{ display:block; width:100%; height:60px; overflow:hidden;}
.EmptyBox70{ display:block; width:100%; height:70px; overflow:hidden;}
.EmptyBox80{ display:block; width:100%; height:80px; overflow:hidden;}
.EmptyBox90{ display:block; width:100%; height:90px; overflow:hidden;}
.EmptyBox100{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox110{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox120{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox130{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox140{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox150{ display: block; width: 100%; height:150px; overflow:hidden;}

/* Opacity */
.Opac100{ opacity:1; -webkit-opacity:1; -moz-opacity:1;}
.Opac95{ opacity:0.95; -webkit-opacity:0.95; -moz-opacity:0.95;}
.Opac90{ opacity:0.9; -webkit-opacity:0.9; -moz-opacity:0.9;}
.Opac80{ opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8;}
.Opac70{ opacity:0.7; -webkit-opacity:0.7; -moz-opacity:0.7;}
.Opac60{ opacity:0.6; -webkit-opacity:0.6; -moz-opacity:0.6;}
.Opac50{ opacity:0.5; -webkit-opacity:0.5; -moz-opacity:0.5;}
.Opac40{ opacity:0.4; -webkit-opacity:0.4; -moz-opacity:0.4;}
.Opac30{ opacity:0.3; -webkit-opacity:0.3; -moz-opacity:0.3;}
.Opac20{ opacity:0.2; -webkit-opacity:0.2; -moz-opacity:0.2;}
.Opac10{ opacity:0.1; -webkit-opacity:0.1; -moz-opacity:0.1;}
.OpacZero{ opacity:0; -webkit-opacity:0; -moz-opacity:0;}

/* Border Radius */
.BordRad3{ border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.BordRad4{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.BordRad5{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.BordRad10{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.BordRad15{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.BordRadHalf{ border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}

.BordRight{ border-right:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordLeft{ border-left:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordTop{ border-top:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordBottom{ border-top:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordAll{ border:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/* Width */
.Wid100{ width:100%;}
.Wid90{ width:90%;}
.Wid80{ width:80%;}
.Wid70{ width:70%;}
.Wid60{ width:60%;}
.Wid50{ width:50%;}
.Wid45{ width:45%;}
.Wid40{ width:40%;}
.Wid30{ width:30%;}

/* Width Special Values */
.Wid33{ width:33.3%;}
.Wid25{ width:25%;}
.Wid20{ width:20%;}
.Wid10{ width:10%;}

.MaxWid500{max-width:500px;}

/* Height */
.Hei100{ height:100%;}
.Hei90{ height:90%;}
.Hei80{ height:80%;}
.Hei70{ height:70%;}
.Hei60{ height:60%;}
.Hei40{ height:40%;}
.Hei50{ height:50%;}
.Hei30{ height:30%;}
.Hei20{ height:20%;}
.Hei10{ height:10%;}

/* Margins */
.MarTopPerc5{ margin-top:5%;}
.MarTopPerc10{ margin-top:10%;}
.MarTopPerc20{ margin-top:20%;}
.MarTopPerc30{ margin-top:30%;}
.MarTopPerc40{ margin-top:40%;}
.MarTopPerc50{ margin-top:50%;}

.MarAuto{ margin-left:auto; margin-right:auto;}

.MarTop5{ margin-top:5px;}
.MarTop10{ margin-top:10px;}
.MarTop20{ margin-top:20px;}
.MarTop30{ margin-top:30px;}
.MarTop40{ margin-top:40px;}
.MarTop50{ margin-top:50px;}

.MarTopQuarter{ margin-top:25%;}
.MarTopHalf{ margin-top:50%;}

.MarBot10{ margin-bottom:10px;}
.MarRight10{ margin-right:10px;}
.MarRight20{ margin-right:20px;}
.MarRight30{ margin-right:30px;}

.MarLeft10{ margin-left:10px;}
.MarLeft20{ margin-left:20px;}
.MarLeft30{ margin-left:30px;}


/* Paddings */
.PaddingTopPercent10{ padding-top: 10%;}

/* Containers */
.Container100{ width:100%;  float:left;}
.Container96{ width:96%;  float:left;}
.Container90{ width:90%;  float:left;}
.Container85{ width:85%;  float:left;}
.Container80{ width:80%;  float:left;}
.Container75{ width:75%;  float:left;}
.Container70{ width:70%;  float:left;}
.Container66{ width:66.66%;  float:left;}
.Container60{ width:60%;  float:left;}
.Container50{ width:50%;  float:left;}
.Container40{ width:40%;  float:left;}
.Container33{ width:33.33%;  float:left;}
.Container30{ width:30%;  float:left;}
.Container25{ width:25%;  float:left;}
.Container20{ width:20%;  float:left;}
.Container10{ width:10%;  float:left;}
.Container5{ width:5%;  float:left;}

.ContainerIndent{display:block;}

/* Text Aligns */
.TexAlCenter{ text-align:center !important;}
.TexAlLeft{ text-align:left !important;}
.TexAlRight{ text-align:right !important;}

/* Padding With Transparent Border*/
.PadWithBorder1{ border:solid 1px transparent;}
.PadWithBorder2{ border:solid 2px transparent;}
.PadWithBorder3{ border:solid 3px transparent;}
.PadWithBorder4{ border:solid 4px transparent;}
.PadWithBorder5{ border:solid 5px transparent;}
.PadWithBorder10{ border:solid 10px transparent;}

/* Box Sizing */
.BoxSizeContent{ box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box;}
.BoxSizeBorder{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/* Font Sizes */
.Fs9{font-size:9px !important;} 
.Fs10{font-size:10px !important;} 
.Fs11{font-size:11px !important;} 
.Fs12{font-size:12px !important;} 
.Fs13{font-size:13px !important;} 
.Fs14{font-size:14px !important;} 
.Fs15{font-size:15px !important;} 
.Fs16{font-size:16px !important;} 
.Fs17{font-size:17px !important;} 
.Fs18{font-size:18px !important;} 
.Fs19{font-size:19px !important;} 
.Fs20{font-size:20px !important;} 
.Fs21{font-size:21px !important;} 
.Fs22{font-size:22px !important;} 
.Fs23{font-size:23px !important;} 
.Fs24{font-size:24px !important;} 
.Fs25{font-size:25px !important;} 
.Fs26{font-size:26px !important;} 
.Fs27{font-size:27px !important;} 
.Fs28{font-size:28px !important;} 
.Fs29{font-size:29px !important;} 
.Fs30{font-size:30px !important;}
.Fs40{font-size:40px !important;}
.Fs50{font-size:50px !important;}
.Fs60{font-size:60px !important;}
.Fs100{font-size:100px !important;}
.Fs130{font-size:130px !important;}

/* Font Type */
.FontBold{ font-weight:bold;}
.FontLight{ font-weight:lighter;}
.FontNormal{ font-weight:normal;}

/* Animated */
.Animated05{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Animated1{-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}


.changecolor:hover{background-color:yellowgreen; padding: 20px;}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
/******************************************************************************************************************************** */

/* MEDIA QUERIES **************************************************************************************************************** */


/* Large desktop */
@media (min-width: 1200px) {


    /*visibilities according to the platform*/
    .ShowOnMobile{display:none; opacity:0;}
    .ShowOnDesktop{display:inherit; opacity:1;}
    .layout-wrapper .layout-main .layout-content {
        padding: 65px 20px 2px 20px; }
}

@media (min-width: 960px) and (max-width:1200px){
    .ShowOnMobile{display:none; opacity:0;}
    .ShowOnDesktop{display:inherit; opacity:1;}
    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .layout-wrapper .layout-main .layout-content {
        padding: 65px 20px 2px 20px; }

} 

/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px) {	

    /*visibilities according to the platform*/
    .ShowOnMobile{display:inherit; opacity:1;}
    .ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .layout-wrapper .layout-main .layout-content {
        padding: 70px 10px 15px 10px; }

}

/* Landscape phone to portrait tablet */
@media (max-width: 640px) {									  

    /*visibilities according to the platform*/
    .ShowOnMobile{display:inherit; opacity:1;}
    .ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}
    .layout-wrapper .layout-main .layout-content {
        padding: 60px 0px 15px 0px; }


    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}

}

/* Portrait phones and down */
@media (max-width: 480px) {


    /*visibilities according to the platform*/
    .ShowOnMobile{display:inherit; opacity:1;}
    .ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}
    .layout-wrapper .layout-main .layout-content {
        padding: 70px 0px 5px 0px; }

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}

}
