/* CSS Document */

body.full {
    margin: 0;
    padding: 0;
}

.fake-table {
    display: table;
    height: 100%;
    width: 100%;
}

.fake-table-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 0;
}

.fake-table-cell p {
    color: #132068;
    font-family: cliocregular;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
    float: left;
}

#login-section {
    background: url(../images/bg_login.jpg);
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#login {
    border-left: 2px solid #132068;
    padding: 20px 0;
    width: 500px;
}

#login div.top {
    background: transparent;
    margin: 0 0 0 45px;
}

#login form input[type="text"],
#login form div.fields fieldset:first-child input[type="text"],
#login form input[type="password"],
#login form input[type="email"] {
    background: #fff;
    border: 0 none;
    padding: 10px;
    margin: 10px 0;
    height: 40px;
    font-family: ClioCRegular, DBHelvethaicaX-65Med;
    width: 80%;
    color: #132068;
    letter-spacing: 0.8px;
    font-weight: bold;
}

#login form input[type="text"]::-moz-placeholder,
#login form input[type="password"]::-moz-placeholder,
#login form input[type="email"]::-moz-placeholder {
    color: #999;
    font-weight: bold;
    letter-spacing: 0.8px;
}

#login form input[type="submit"] {
    background: #132068 none repeat scroll 0 0;
    color: #fff;
    font-family: ClioCRegularOb, DBHelvethaicaX-65Med;
    font-size: 18px;
    height: 40px;
    letter-spacing: 0.8px;
    padding: 5px;
    font-weight: bold;
    float: left;
    position: relative;
    right: -50px;
    text-align: center;
    width: 90px;
    border: 0 none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#login form input[type="submit"]:hover {
    background: #2d2d2d none repeat scroll 0 0;
    color: #fff;
}

label.error {
    color: #900;
    float: left;
    margin: -10px 0 0 50px;
}

#toppage {
    background-color: transparent;
    height: 75px;
    position: fixed;
    z-index: 99;
    width: 100%;
}

#toppage-login {
    background-color: transparent;
    height: 75px;
    z-index: 99;
    width: 100%;
}

.full {
    max-width: 100%;
}

.full.dashboard {
    max-width: 100%;
    padding: 0 20px;
    background: rgba(14, 14, 14, 1);
    background: -moz-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 49%, rgba(28, 28, 28, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14, 14, 14, 1)), color-stop(49%, rgba(14, 14, 14, 1)), color-stop(100%, rgba(28, 28, 28, 1)));
    background: -webkit-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 49%, rgba(28, 28, 28, 1) 100%);
    background: -o-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 49%, rgba(28, 28, 28, 1) 100%);
    background: -ms-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 49%, rgba(28, 28, 28, 1) 100%);
    background: linear-gradient(to bottom, rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 49%, rgba(28, 28, 28, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#1c1c1c', GradientType=0);
}

.rml-logo {
    float: left;
    width: 150px;
    margin: 15px 0;
}

.lang {
    background-color: #e4e5e5;
    color: #614f45;
    padding: 5px 14px;
    font-family: cliocregular;
    font-size: 16px;
    margin: 5px 0 0;
    cursor: pointer;
    font-weight: bold;
}

.lang a {
    text-decoration: none;
    color: #a39161;
}

.lang:hover,
.lang a:hover,
.lang.active a,
.lang.active {
    background-color: #a39161;
    color: #2d2d2d;
}

.radius3 {
    border-radius: 3px;
    overflow: hidden;
}

.menu ul li:first-child {
    margin-right: 0;
}

.menu ul li {
    float: right;
    font-size: 1.5em;
    margin: 10px 5px 10px 0;
    padding: 0;
    position: relative;
}

.menu ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu {
    float: right;
}

.menu ul.nav-menu {
    margin: 30px 10px 0 0;
    float: right;
}

.menu .nav-menu>li:first-child {
    margin-right: 5px;
}

.menu .nav-menu>li a,
.menu .nav-menu>li {
    font-size: 14px;
    margin: 0 5px;
    font-family: cliocregular;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.menu .nav-menu>li a:hover {
    text-decoration: underline;
}

#wrapper.expand nav {
    width: 300px;
    background: #c3b183;
}

#wrapper div.user {
    background: #292929 none repeat scroll 0 0;
    font-size: 0;
    line-height: 61px;
    height: 60px;
    color: #fff;
    white-space: nowrap;
}

#wrapper div.user p {
    color: #fff;
    font-family: ClioCRegularItalic, DBHelvethaicaX-65Med;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 15px;
    margin: 20px 20px 0;
    min-width: 128px;
    white-space: nowrap;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

#wrapper div.user>* {
    display: inline-block;
    vertical-align: top;
}

nav ul.main-menu {
    background: #393939 none repeat scroll 0 0;
    list-style: inside none none;
    overflow: hidden;
    padding: 0;
    color: #c3b183;
    cursor: pointer;
    width: 290px;
}

nav ul.main-menu li,
nav ul.main-menu li a {
    border-bottom: 1px solid #c3b183;
    position: relative;
    color: #c3b183;
    padding: 0;
    height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: ClioCRegular;
    letter-spacing: 0.5px;
}

nav ul.main-menu li.active,
nav ul.main-menu li.has-sub.open {
    background: rgba(163, 142, 93, 1);
    background: -moz-linear-gradient(top, rgba(163, 142, 93, 1) 0%, rgba(127, 114, 81, 1) 49%, rgba(127, 114, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163, 142, 93, 1)), color-stop(49%, rgba(127, 114, 81, 1)), color-stop(100%, rgba(127, 114, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(163, 142, 93, 1) 0%, rgba(127, 114, 81, 1) 49%, rgba(127, 114, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(163, 142, 93, 1) 0%, rgba(127, 114, 81, 1) 49%, rgba(127, 114, 81, 1) 100%);
    background: -ms-linear-gradient(top, rgba(163, 142, 93, 1) 0%, rgba(127, 114, 81, 1) 49%, rgba(127, 114, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(163, 142, 93, 1) 0%, rgba(127, 114, 81, 1) 49%, rgba(127, 114, 81, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a38e5d', endColorstr='#7f7251', GradientType=0);
    border-color: #c3b183;
    height: 60px;
    line-height: 62px;
    margin-bottom: -1px;
}

nav ul.main-menu span {
    border-right: 1px solid #c3b183;
    color: #c3b183;
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    width: 61px;
}

nav ul.main-menu p {
    color: #c3b183;
    left: 80px;
    line-height: 60px;
    margin: 0;
    position: relative;
    top: -60px;
}

nav div.bottom {
    min-height: 300px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    background: url(../images/bg-foot-menu.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

nav div.bottom div.info h4 {
    color: rgba(0, 0, 0, 0.6);
    font-family: ClioCRegular, DBHelvethaicaX-65Med;
    line-height: 19px;
}

nav div.bottom div.info p {
    color: rgba(0, 0, 0, 0.6);
    font-family: ClioCRegular, DBHelvethaicaX-65Med;
    line-height: 19px;
    margin: 0 0 10px;
}

#cssmenu ul>li.has-sub>a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#cssmenu ul>li.has-sub>a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#cssmenu ul>li.has-sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #dddddd;
    z-index: 2;
    right: 20px;
    top: 24.5px;
    pointer-events: none;
}

#cssmenu ul>li:hover::after,
#cssmenu ul>li.active::after,
#cssmenu ul>li.open::after {
    border-top-color: #ffffff;
}

#cssmenu ul>li.has-sub.open>a::after {
    opacity: 1;
    bottom: -13px;
}

#cssmenu ul>li.has-sub.open>a::before {
    opacity: 1;
    bottom: -12px;
}

#cssmenu ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 9;
    display: none;
    top: -60px;
}

#cssmenu ul ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#cssmenu ul ul li a {
    background: #f1f1f1;
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #393939;
    color: #393939;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#cssmenu ul ul li a span {
    color: #393939;
    font-size: 14px;
    width: 60px;
    border-right: 1px solid #393939;
    text-align: center;
    padding: 0;
}

.has-sub.open ul li p {
    color: #393939;
}

nav ul.main-menu li.active span,
nav ul.main-menu li.active p,
nav ul.main-menu li.has-sub.open p,
nav ul.main-menu li.has-sub.open span {
    color: #393939;
}

#wrapper {
    padding: 75px 0 0 0;
}

#wrapper.expand #content {
    width: calc(100% - 300px);
}

#content {
    background: #fff none repeat scroll 0 0;
    position: relative;
    padding: 0 20px;
    transition: width 0.3s ease-in-out 0s;
    width: calc(100% - 61px);
}

#content .welcome_block {
    background: #c3b183 none repeat scroll 0 0;
    color: #393939;
    font-family: cliocregularitalic;
    font-size: 24px;
    padding: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#content .bg_user {
    background: #c3b183 none repeat scroll 0 0;
    padding: 20px 10px;
    width: 100%;
}

#content .bg_user p {
    border-right: 2px solid #393939;
    color: #393939;
    font-family: rehn-regular;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
}

#content .bg_user p a {
    color: #393939;
    font-family: rehn-regular;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
}

#content .bg_user p a:hover {
    text-decoration: underline;
}

#content .bg_user p.last {
    border: 0 none;
}

#content .panel-unit,
#content .panel-date,
#content .panel-amount {
    background-color: #c3b183;
    color: #282828;
}

#content .panel-date .duedate {
    font-family: cliocregular;
    font-size: 26px;
    text-transform: uppercase;
}

#content .panel-date .date-text {
    font-family: rehn-regular;
    font-size: 18px;
    text-transform: uppercase;
}

#content .panel-unit .number,
#content .panel-amount .number {
    font-family: rehn-regular;
    font-size: 40px;
    margin: -10px 0 0;
}

#content .panel-unit .text,
#content .panel-amount .text {
    font-family: cliocregular;
    font-size: 18px;
    margin: -5px 0 0;
    text-transform: uppercase;
}

#content .panel-unit a,
#content .panel-amount a {
    color: #282828;
    font-family: ClioCRegular;
    text-transform: uppercase;
}

#content .calendar-block {
    background: #c3b183 none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
}

.calendar-block h3 {
    border-bottom: 2px solid;
    font-family: cliocregular;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 5px 0 20px;
    text-transform: uppercase;
}

.calendar-block p {
    font-family: cliocregular;
    font-size: 12px;
    text-align: justify;
}

#table-data {
    font-family: rehn-regular;
    letter-spacing: 0.5px;
    margin: 20px 0;
    width: 100%;
}

#table-data .fa {
    color: #282828;
    margin: 0 10px;
}

#table-data table.dataTable thead {
    background: #393939 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: cliocregular;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#table-data table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #c3b183;
}

#table-data table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    background-color: #c3b183;
}

#table-data table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #c3b183;
}

#table-data table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: transparent;
}

#table-data table.dataTable tfoot {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    font-family: cliocregular;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#table-data table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    font-family: rehn-regular;
}

#content .colum-left {
    padding: 0 10px 0 0;
}

#content .colum-right {
    padding: 0 0 0 10px;
}

#login div.bottom {
    color: #132068;
    float: left;
    font-family: ClioCRegular, DBHelvethaicaX-65Med;
    margin: 15px 0 0 50px;
    text-align: left;
    width: 100%;
}

#login div.bottom a {
    color: #132068;
    float: left;
    font-weight: bold;
    margin: 5px 0 0;
}

#login div.bottom div.prettycheckbox a::before {
    color: #c3b183;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 30px;
    margin: 0 50px 0 0;
    padding-left: 30px;
    vertical-align: middle;
    float: left;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -27px;
}

label.css-label {
    background-image: url(../images/check-box.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.foot-icon {
    padding: 20px 0;
    width: 100%;
    background: url(../images/bg-footer01.jpg);
    background-color: #142168 !important;
}

.foot-icon .icon>li {
    display: inline-block;
    margin: 0 20px;
}

.foot-icon .icon {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

footer {
    background-color: #282828;
    color: #fff;
    font-family: Rehn-Regular;
    font-size: 12px;
    height: 75px;
    letter-spacing: 0.8px;
    padding: 30px 0;
    text-transform: uppercase;
}

.img-raimon-home-logo {
    width: 80%;
    float: left;
}

.myCustomMessage .message {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    box-sizing: border-box;
    color: #c23934;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 80%;
}

@media (max-width: 1280px) {
    .img-raimon-home-logo {
        width: 60%;
        float: left;
    }
    .rml-logo {
        float: left;
        width: 140px;
        margin: 15px 0;
    }
}

@media (min-width: 980px) and (max-width: 1024px) {
    .fake-table-cell {
        text-align: left;
    }
    .fake-table-cell p {
        margin-top: 20px;
        float: left;
    }
    #login {
        width: 100%;
    }
    #login div.top {
        margin: 0 0 0 20px;
    }
    #login form input[type="submit"] {
        right: -20px;
    }
    #login form input[type="text"],
    #login form div.fields fieldset:first-child input[type="text"],
    #login form input[type="password"],
    #login form input[type="email"] {
        width: 90%;
    }
    #login div.bottom {
        margin: 15px 0 0 20px;
    }
    label.error {
        margin: 0 0 0 20px;
    }
    .img-raimon-home-logo {
        width: 80%;
        float: left;
    }
    .myCustomMessage .message {
        width: 90%
    }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
    .fake-table-cell p {
        font-size: 16px;
        margin-top: 20px;
        float: left;
    }
    #login {
        width: 100%;
    }
    #login form input[type="text"],
    #login form div.fields fieldset:first-child input[type="text"],
    #login form input[type="password"],
    #login form input[type="email"] {
        width: 90%;
    }
    #login form input[type="submit"] {
        right: -15px;
    }
    #login div.top {
        margin: 0 0 0 15px;
    }
    #login div.bottom {
        margin: 15px 0 0 15px;
    }
    label.error {
        margin: 0 0 0 15px;
    }
    footer p {
        font-size: 10px;
    }
    .img-raimon-home-logo {
        width: 100%;
        float: left;
    }
    .rml-logo {
        float: left;
        width: 130px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
    #login-section {
        width: 100%;
        height: 110vh;
        background-position: center;
        padding: 100px 0;
    }
    section.foot-icon {
        padding: 20px 0;
        width: 100%;
        background: rgba(106, 93, 63, 1);
        background: -moz-linear-gradient(top, rgba(106, 93, 63, 1) 0%, rgba(167, 145, 99, 1) 61%, rgba(167, 145, 99, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106, 93, 63, 1)), color-stop(61%, rgba(167, 145, 99, 1)), color-stop(100%, rgba(167, 145, 99, 1)));
        background: -webkit-linear-gradient(top, rgba(106, 93, 63, 1) 0%, rgba(167, 145, 99, 1) 61%, rgba(167, 145, 99, 1) 100%);
        background: -o-linear-gradient(top, rgba(106, 93, 63, 1) 0%, rgba(167, 145, 99, 1) 61%, rgba(167, 145, 99, 1) 100%);
        background: -ms-linear-gradient(top, rgba(106, 93, 63, 1) 0%, rgba(167, 145, 99, 1) 61%, rgba(167, 145, 99, 1) 100%);
        background: linear-gradient(to bottom, rgba(106, 93, 63, 1) 0%, rgba(167, 145, 99, 1) 61%, rgba(167, 145, 99, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6a5d3f', endColorstr='#a79163', GradientType=0);
    }
    .fake-table-cell {
        position: absolute;
        top: auto;
        width: 100%;
    }
    .fake-table-cell p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        float: left;
    }
    #login {
        border: 0 none;
        float: left;
        padding: 20px 0;
        width: 100%;
        margin: 0;
    }
    #login div.top {
        margin: 0;
    }
    #login form input[type="text"],
    #login form div.fields fieldset:first-child input[type="text"],
    #login form input[type="password"],
    #login form input[type="email"] {
        width: 100%;
    }
    input.css-checkbox[type="checkbox"]+label.css-label {
        margin: 0 20px 0 0;
    }
    #login form input[type="submit"] {
        right: 0;
    }
    #login div.bottom {
        margin: 15px 0 0;
    }
    label.error {
        margin: 0 0 0 15px;
    }
    footer p {
        font-size: 10px;
        padding: 0 15px;
    }
    .img-raimon-home-logo {
        width: 100%;
        float: left;
        margin-top: 50px;
    }
    .rml-logo {
        float: none;
        width: 130px;
    }
    .myCustomMessage .message {
        width: 100%;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .img-raimon-home-logo {
        width: 60%;
        float: left;
    }
}


/* start march 2021 */

.overlay_fill {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.foot-icon {
    background: #132068 !important;
    background-color: #132068 !important;
}


/* end march 2021 */