/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/

.shortcuts {
    text-align: center;
}

.shortcuts .shortcut {
    width: 22.5%;
    display: inline-block;
    padding: 12px 0;
    margin: 0 0.9% 1em;
    vertical-align: top;

    text-decoration: none;

    background: #f9f6f1;

    border-radius: 5px;
}

.shortcuts .shortcut .shortcut-icon {
    margin-top: 0.25em;
    margin-bottom: 0.25em;

    font-size: 32px;
    color: #545454;
}

.shortcuts .shortcut:hover {
    background: #00ba8b;
}

.shortcuts .shortcut:hover span {
    color: #fff;
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #fff;
}

.shortcuts .shortcut-label {
    display: block;

    font-weight: 400;
    color: #545454;
}

/*------------------------------------------------------------------
[2. Stats / .stats]
*/

.stats {
    width: 100%;
    display: table;
    padding: 0 0 0 10px;
    margin-top: 0.5em;
    margin-bottom: 1.9em;
}

.stats .stat {
    display: table-cell;
    width: 40%;
    vertical-align: top;

    font-size: 11px;
    font-weight: bold;
    color: #999;
}

.stat-value {
    display: block;
    margin-bottom: 0.55em;

    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #444;
}

.stat-time {
    text-align: center;
    padding-top: 1.5em;
}

.stat-time .stat-value {
    color: #19bc9c;
    font-size: 40px;
}

.stats #donut-chart {
    height: 100px;
    margin-left: -20px;
}

/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
    margin: 1em 0 0;
}

.news-items li {
    display: table;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #ccc;
}

.news-items li:last-child {
    padding-bottom: 0;
    border: none;
}

.news-item-date {
    display: table-cell;
}

.news-item-detail {
    display: table-cell;
}

.news-item-title {
    font-size: 13px;
    font-weight: 600;
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: center;
}

.news-item-day {
    display: block;
    margin-bottom: 0.25em;

    font-size: 24px;
    color: #888;
}

.news-item-preview {
    margin-bottom: 0;

    color: #777;
}

.news-item-month {
    display: block;
    padding-right: 1px;

    font-size: 12px;
    font-weight: 600;
    color: #888;
}

/*------------------------------------------------------------------
[4. Action Table / .action-table]
*/

.action-table .btn-small {
    padding: 4px 5px 5px;

    font-size: 10px;
}

.action-table .td-actions {
    width: 80px;

    text-align: center;
}

.action-table .td-actions .btn {
    margin-right: 0.5em;
}

.action-table .td-actions .btn:last-child {
    margin-rigth: 0;
}

#big_stats {
    width: 100%;
    display: table;
    margin-top: 1.5em;
}

.big-stats-container .widget-content {
    border: 0;
}

#big_stats .stat {
    width: 25%;
    height: 90px;
    text-align: center;
    display: table-cell;
    padding: 0;
    position: relative;

    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
}
#big_stats i {
    font-size: 30px;
    display: block;
    line-height: 40px;
    color: #b2afaa;
}
#big_stats .stat:hover i {
    color: #19bc9c;
}

h6.bigstats {
    margin: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 26px;
}

#big_stats .stat:first-child {
    border-left: none;
}

#big_stats .stat:last-child {
    border-right: none;
}

#big_stats .stat h4 {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    margin-bottom: 1.5em;
}

#big_stats .stat .value {
    font-size: 45px;
    font-weight: bold;
    color: #545454;
    line-height: 1em;
}

@media all and (max-width: 950px) and (min-width: 1px) {
    #big_stats {
        display: block;
        margin-bottom: -40px;
    }

    #big_stats .stat {
        width: 49%;
        display: block;
        margin-bottom: 3em;
        float: left;
    }

    #big_stats .stat:nth-child(2) {
        border-right: none;
    }

    #big_stats .stat:nth-child(3) {
        border-left: none;
    }
}

@media (max-width: 767px) {
    #big_stats .stat .value {
        font-size: 40px;
    }
}

@media (max-width: 979px) {
    .shortcuts .shortcut {
        width: 31%;
    }
}

@media (max-width: 480px) {
    .stats .stat {
        margin-bottom: 3em;
    }

    .stats .stat .stat-value {
        margin-bottom: 0.15em;

        font-size: 20px;
    }

    .stats {
        float: left;

        display: block;

        margin-bottom: 0;
    }

    #chart-stats {
        margin: 2em 0 1em;
    }

    .shortcuts .shortcut {
        width: 48%;
    }
}

.form-style-1 {
    margin: 10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label {
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
    font-weight: bold;
}
.form-style-1 input[type='text'],
.form-style-1 input[type='date'],
.form-style-1 input[type='datetime'],
.form-style-1 input[type='number'],
.form-style-1 input[type='search'],
.form-style-1 input[type='time'],
.form-style-1 input[type='url'],
.form-style-1 input[type='email'],
textarea,
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #bebebe;
    padding: 7px;
    margin: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}
.form-style-1 input[type='text']:focus,
.form-style-1 input[type='date']:focus,
.form-style-1 input[type='datetime']:focus,
.form-style-1 input[type='number']:focus,
.form-style-1 input[type='search']:focus,
.form-style-1 input[type='time']:focus,
.form-style-1 input[type='url']:focus,
.form-style-1 input[type='email']:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
    -moz-box-shadow: 0 0 8px #88d5e9;
    -webkit-box-shadow: 0 0 8px #88d5e9;
    box-shadow: 0 0 8px #88d5e9;
    border: 1px solid #88d5e9;
}
.form-style-1 .field-divided {
    width: 49%;
}

.form-style-1 .field-long {
    width: 100%;
}
.form-style-1 .field-select {
    width: 100%;
}
.form-style-1 .field-textarea {
    height: 100px;
}
.form-style-1 input[type='submit'],
.form-style-1 input[type='button'] {
    background: #4b99ad;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type='submit']:hover,
.form-style-1 input[type='button']:hover {
    background: #4691a4;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-style-1 .required {
    color: red;
}
.pop-btn {
    width: 200px;
    height: 100px;
    margin: 0px auto;
    display: block;
}

.lightbox {
    width: 100%;
    height: 100%;
    background-color: rgb(26 29 28 / 92%);
    position: fixed;
    z-index: 3;
    display: none;
}
.lightbox .popup-container {
    border-radius: 10px;
    padding: 50px;
    width: 600px;
    /* border: 1px solid black; */
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.lightbox .popup-container h3,
.lightbox .popup-container p {
    margin-left: 25px;
    margin-bottom: 25px;
}
.lightbox .popup-container .close-btn {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #73b82c;
    border-color: #73b82c;
    color: white;
    float: right;
    /* margin: 25px; */
}
.lightbox .popup-container .close-btn:hover {
    background-color: #4b781d;
    border-color: #4b781d;
}
td {
    font-weight: bold;
}

.lightbox2 {
    width: 100%;
    height: 100%;
    background-color: rgb(26 29 28 / 92%);
    position: fixed;
    z-index: 3;
    display: none;
}
.lightbox2 .popup-container {
    border-radius: 10px;
    padding: 50px;
    width: 600px;
    /* border: 1px solid black; */
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.lightbox2 .popup-container h3,
.lightbox2 .popup-container p {
    margin-left: 25px;
    margin-bottom: 25px;
}
.lightbox2 .popup-container .close-btn {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #73b82c;
    border-color: #73b82c;
    color: white;
    float: right;
    /* margin: 25px; */
}
.lightbox2 .popup-container .close-btn:hover {
    background-color: #4b781d;
    border-color: #4b781d;
}

span {
    cursor: pointer;
}
.number {
    /* margin: 100px; */
}
.minus,
.plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.input {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
