body {
    font-family: "Mplus 1p";
}

#app {
    width: 100vw;
    overflow-x: hidden;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(loading.svg) center no-repeat rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border: none;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background: #ddd;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.sp-replacer:focus,
.uneditable-input:focus {
    border-color: rgba(250, 100, 5, 0.5) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.1) !important;
    outline: 0 none !important;
}

input[type="color"] {
    display: none;
}

.sp-replacer {
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.sp-picker-container,
.sp-container {
    background: #fff;
    border-top: none;
}

.sp-preview {
    width: 100%;
    border: none;
}

.sp-dd {
    display: none;
}

.fc-event {
    border-radius: 0px;
}

.focus *:focus {
    border: 1px solid rgba(250, 100, 5, 0.5) !important;
}

.date-picker-clear {
    position: absolute;
    top: 7px;
    right: 26px;
    cursor: pointer;
}

table .date-picker-clear {
    top: 9px;
    right: 8px;
}

@media (min-width: 769px) {
    .focus {
        position: relative;
    }
    .focus *:focus {
        transform: scale(1.25);
        max-width: 100%;
        min-width: 350px;
        position: absolute;
    }
}

@media (max-width: 768px) {
    .focus-sp {
        position: relative;
    }
    .focus-sp * {
        position: static;
    }
    .focus-sp *:focus {
        transform: scale(1.15);
        min-width: 85vw;
        max-width: 85vw;
        width: 85vw;
        left: 6.25vw;
        position: absolute;
    }
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

label {
    font-weight: normal;
    opacity: 0.8;
}

body {
    background-color: #efefef;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.btn {
    border-radius: 0px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-pull-right {
    margin-right: 5px;
}

.btn-pull-left {
    margin-left: 5px;
}

.btn-table {
    height: 19px;
    line-height: 9px;
}

@media (max-width: 768px) {
    .btn-responsive {
        width: 50%;
        margin-bottom: 8px;
        margin-right: 0px !important;
    }
}

.form-control {
    border-radius: 0px;
    line-height: 1 !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

table .form-group {
    margin-bottom: 0px;
}

.input-group-addon {
    border-radius: 0px;
}

body {
    line-height: 1.75;
    font-size: 12px;
}

table {
    width: 100% !important;
}

.btn,
.form-control {
    font-size: inherit;
}

table td {
    vertical-align: middle !important;
}

table th {
    font-weight: normal;
    color: #999 !important;
}

* {
    outline: none !important;
}

.panel-heading {
    background: #ffffff !important;
    color: #5f5f5f !important;
    border-bottom: none;
}

.panel-heading hr {
    margin-top: 10px;
}

.panel-default {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    color: #5f5f5f;
}

:focus {
    outline: none;
}

.btn-pull-right {
    margin-right: 10px;
}

.btn-pull-left {
    margin-left: 10px;
}

.tmg {
    margin-top: 5px;
}

.bmg {
    margin-bottom: 5px;
}

.lmg {
    margin-left: 5px;
}

.rmg {
    margin-right: 5px;
}

.tpd {
    padding-top: 15px;
}

.bpd {
    padding-bottom: 15px;
}

.lpd {
    padding-left: 15px;
}

.rpd {
    padding-right: 15px;
}

.toggle {
    display: none;
}

.side-menu {
    position: fixed;
    width: 200px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.side-menu .navbar {
    border: none;
}

.side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.side-menu .side-menu-container > .navbar-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh; 
    padding-bottom: 50px;
}

.side-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}

.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.side-menu .navbar-nav li a {
    padding: 15px;
}

.side-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
}

.side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0;
}

.side-menu #dropdown .indicator {
    float: right;
}

.side-menu #dropdown > a {
    border-bottom: 1px solid #e7e7e7;
}

.side-menu #dropdown .panel-body {
    padding: 0;
    background-color: #f3f3f3;
}

.side-menu #dropdown .panel-body .navbar-nav {
    width: 100%;
}

.side-menu #dropdown .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.side-menu #dropdown .panel-body .navbar-nav li:last-child {
    border-bottom: none;
}

.side-menu #dropdown .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}

.side-menu #dropdown .panel-body .panel-body {
    margin-left: -15px;
}

.side-menu #dropdown .panel-body .panel-body li {
    padding-left: 30px;
}

.side-menu #dropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
}

.side-menu .brand-name-wrapper {
    min-height: 50px;
}

.side-menu .brand-name-wrapper .navbar-brand {
    display: block;
}

.side-menu #search {
    position: relative;
    z-index: 1000;
}

.side-menu #search .panel-body {
    padding: 0;
}

.side-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
}

.side-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative;
}

.side-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
}

.side-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px;
}

.side-body {
    margin-left: 200px;
    padding-left: 5px;
    padding-right: 5px;
    overflow-x: hidden;
}

@media (min-width: 769px) {
    .side-body {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .side-menu {
        position: relative;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .side-menu .brand-name-wrapper .navbar-brand {
        display: inline-block;
    }
    @-moz-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .side-menu-container > .navbar-nav {
        position: fixed;
        left: -300px;
        width: 300px;
        top: 43px;
        height: 100%;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    .side-body {
        margin-left: 0px;
        margin-top: 55px;
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    #search .panel-body .navbar-form {
        border-bottom: 0;
    }
    #search .panel-body .navbar-form .form-group {
        margin: 0;
    }
    .navbar-header {
        position: fixed;
        z-index: 3;
        background-color: #f8f8f8;
    }
    #dropdown .panel-body .navbar-nav {
        margin: 0;
    }
}

.full-body {
    height: 100vh;
    width: 100vw;
    display: table;
}

.full-body > div {
    display: table-cell;
    vertical-align: middle;
}

.jq-toast-loader {
    background-color: rgba(250, 250, 250, 0.5) !important;
    top: 0px !important;
    height: 2px !important;
}

.jq-toast-wrap > div {
    border-radius: 0px !important;
}

.jq-toast-wrap.top-right {
    top: 40px !important;
    right: 40px !important;
}

@media (max-width: 768px) {
    .jq-toast-wrap.top-right {
        top: 65px !important;
        right: 0px !important;
        padding: 0px 15px;
        width: 100vw !important;
    }
}

.scrollable {
    overflow-y: scroll;
}

.alert {
    border-radius: 0px;
    text-align: center;
    font-size: 14px;
}

.dataTables_paginate {
    float: right;
}

.dataTables_length,
.dataTables_info {
    float: left;
}

@media (max-width: 768px) {
    .dataTables_paginate {
        position: absolute;
        right: 15px;
    }

    .dataTables_length,
    .dataTables_info {
        position: absolute;
        left: 15px;
    }
    .dataTables_wrapper .top,
    .dataTables_wrapper .bottom {
        padding: 40px 0px;
    }
}

#agenda h2 {
    font-size: 16px;
    line-height: 24px;
}

#calendar h2 {
    font-size: 24px;
}

.nowrap {
  white-space: nowrap;
}