﻿/* GENERAL SETTINGS */

html,
body {
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    color: rgba(12, 48, 76, 1);
    font-size: 12px;
    font-weight: bold;
    height: 1200px;
    overflow-x: auto;
}

h4 {
    font-size: 15px;
    margin-right: 0px;
    color: #dcae0b;
}

a {
    color: #dcad0b;
    text-decoration: none;
}

    a:hover {
        color: #dcad0b;
        text-decoration: none;
    }


/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(220, 173, 11);
    }

/* Handle */
/*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}*/


/* NAVBAR */

.navbar-inverse {
    background-color: #291810;
    border-color: #291810;
}

.navbar {
    border-radius: 0px;
}

.navbar {
    position: relative;
    min-height: 75px;
    margin-bottom: 5px;
    border-bottom: 5px solid #dcae0b;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-brand > img {
    display: inline-block;
}

.navbar-brand > img {
    vertical-align: middle;
    width: 87px;
}

img {
    border: 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-shadow: 1px 5px 10px #000;
}

.user-name {
    color: #ffffff;
}

.login-part {
    margin-top: 2px;
    margin-right: 5px;
}

/* TABS */

.nav {
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.nav-tabs {
    border-bottom: 2px solid #dcae0b;
    font-weight: bold;
}

    .nav-tabs > li > a:hover {
        border-color: #eee;
    }

    /*.nav-tabs > li.active > a {
        color: #000000;
        cursor: default;
        background-color: #dcae0b;
        border: 1px solid #dcae0b;
        border-bottom-color: transparent;
    }*/



    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        color: rgba(12, 48, 76, 1);
        font-size: 12px;
    }

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #dcae0b;
    color: #ffffff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.nav-tabs > li.ActiveMenu > a {
    background-color: #cccccc;
    color: #000;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #949494;
    font-size: 12px;
    font-weight: bold;
}

/* LIST GROUP */

.list-group-item {
    background-color: transparent;
    border-color: rgb(156, 156, 156);
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
}

.list-group {
    background: transparent;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    margin-top: 0px;
    list-style: none;
}


a.list-group-item {
    color: rgba(12, 48, 76, 1);
}

    a.list-group-item:hover {
        color: #000000;
        background-color: #dcae0b;
        border-right: 2px solid #8a8a8a;
    }

    a.list-group-item:focus {
        color: #ffffff;
        background-color: #2a5375;
    }

    a.list-group-item.ActiveMenu {
        background-color: #cccccc;
        color: #000;
        border: 1px solid #fff;
        box-shadow: 0 0 5px #949494;
        font-size: 12px;
        font-weight: bold;
    }

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* TABLE */

.table-wrapper-scroll-y {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
    border: 1px solid #ffffff;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 10px;
    border: none;
}

th {
    color: rgba(12, 48, 76, 1);
    background-color: #ccc;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #000000;
}

td {
    color: rgba(12, 48, 76, 1);
    font-size: 13px;
    padding: 5px;
    border: 1px solid #000000;
}

.table > tbody > tr > td {
    font-size: 10px;
    padding: 7px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgb(255, 255, 255);
}


/*.bg1 {
    background-color: rgba(184, 175, 163, 1);
    background: #fff;
}*/


/*.bg2 {
    background: #fff;
}*/

.btn-default {
    color: #ffffff;
    background-color: #094b83;
    border-color: #094b83;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

legend {
    height: 30px;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 15px;
    color: #000000;
    background: linear-gradient(-90deg, rgb(248, 240, 131),rgba(220, 174, 11, 1));
    margin: 0px 0px 12px 0;
    font-weight: bold;
    border-radius: 0px;
    border-left: 2px solid #000;
}

.input {
    border: 1px solid #275094;
    color: #275094;
    padding: 2px 5px;
    background-color: #fff;
    width: 35px;
}

.date {
    width: 100px;
    height: 30px;
    width: 90px;
    border-radius: 5px;
    padding: 5px;
    color: rgba(12, 48, 76, 1);
}

/*FOOTER*/

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 11px;
    background-color: #161616;
    color: #ffffff;
    padding: 10px;
    margin-top: 50px;
    box-shadow: 0px 0px 10px 1px #000;
}

.footer-logo img {
    vertical-align: middle;
    width: 100px;
    height: 90px;
}

.copyright {
    padding-top: 5px;
    font-size: 10px;
}


/* CHANGE PASSWORD PAGE */

.panel-default {
    border-color: #6f621c;
    box-shadow: 0px 0px 10px 0px #000;
    background-color: transparent;
}

    .panel-default > .panel-heading {
        color: rgba(12, 48, 76, 1);
        background-color: rgba(184, 175, 163, 1);
        border-color: #ddd;
        border-bottom: 3px solid #dcae0b;
        font-weight: bold;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

/*form {
    border: 2px solid lightgray;
    padding: 10px;
    border-radius: 8px;
    height: 300px;
    margin-bottom: 20px;
}*/

.form-group {
    margin-bottom: 8px;
}

.form-control {
    width: 200px;
    height: 30px;
    display: block;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgba(12, 48, 76, 1);
    background-color: rgb(255 ,254 ,254);
    background-image: none;
    border: 2px solid rgb(207, 207, 207);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-transform: uppercase
}

input:hover {
    border: 1px solid rgba(184, 175, 163, 1);
    background: rgba(184, 175, 163, 1);
    color: #000;
}

#virtualKbCb {
    width: 10%;
    margin-left: -6px;
    margin-bottom: 10px;
}

.login-link {
    color: rgba(122, 109, 41, 1);
}

.btn-default {
    color: #000;
    background-color: #e9cd4b;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 2px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

blink {
    font-weight: bold;
    color: rgba(12, 48, 76, 1);
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* VIRTUAL KEYPAD */

/******keyboard*******/

.virtual-keyboard {
    border: 2px solid lightgray;
    border-radius: 8px;
    height: 300px;
}

ul.keyboard {
    list-style-type: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    height: 50%;
}

ul.keyboard-disabled {
    pointer-events: none;
    list-style-type: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    height: 50%;
}

.keyboard li {
    cursor: pointer;
    display: inline;
    float: left;
    height: 18%;
    line-height: 38px;
    padding: 0;
    margin: 0.3% 0.6% 0.6% 0.2%;
    background-color: rgba(220, 174, 11, 1);
    color: #272727;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    font-size: 1vw;
    /** margin: auto; **/
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

.char {
    width: 5.75%;
    -webkit-transition: background-color 100ms;
}

.tab {
    width: 20%;
    line-height: 0;
}


/*Radio Button*/

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 1vw;
}

.radio {
    padding: 0 !important;
    text-align: left;
}

/* ----------------------------------- */
/* Alert */
/* ----------------------------------- */
.pv-errormessage,
.pv-Successmessage,
.pv-Warningmessage {
    z-index: 99999;
    padding: 10px;
    max-height: 90px;
    overflow: auto;
    margin-bottom: 0;
    margin-top: 4px;
    max-height: 100px;
    overflow: auto;
    width: 100%;
    display: block;
    border-radius: 4px;
    /*margin: -6px 5px 4px 5px;*/
}

.pv-errormessage {
    color: #6f0301 !important;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    font-weight: 700;
    /*span{
        color: #6f0301 !important;
    }*/
}
.pv-Warningmessage {
    color: #8a6d3b !important;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    font-weight: 700;
}
.pv-Successmessage {
    color: #3c763d !important;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    font-weight: 700;
    /*span{
        color: #004204 !important;
    }*/
}