.header{
    background-color: #000066;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .navbar-brand{
    font-weight: 700;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    margin-right: 0;
}
.header .navbar{
    padding: 0 15px;
}
.header .dropdown-toggle{
    color: #fff;
}
.header h1{
    color: #fff;
}
.header .dropdown-menu{
    left: auto;
    right: 0;
    padding: 0px;
    margin-top: 10px;
    width: 180px;
}
.header .dropdown-menu li{
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
.header .dropdown-menu li>a{
    color: #333;
}
.header .dropdown-menu li>a>i{
    padding-right: 10px;
}
.header .user-name{
    color: #fff;
    font-weight: 700;
    padding-right: 5px;
}
.sidebar-first{
    background-color: #eaeaea;
}
.content-title{
    max-width: 400px;
    border-style:ridge;
}
.date-time{
    max-width: 500px;
    margin-bottom: 20px;
    border-style:ridge;
    border-color: coral;
}
.title-date{
    margin-left: 15px;
}
.label-hour{
    margin-top: 20px;
}
.group-date{
    display:flex;
}
.group-date input{
    margin: 15px;
}
.text-under{
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.content{
    padding-top: 30px;
    padding-left: 3px;
}
.sidebar-first-inner ul{
    margin-top: 15px;
}
form{
    margin-bottom: 0px;
}
.group-date select{
    height: 35px;
    margin-top: 17px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.left-menu {
    background: #e5e5e5;
    padding: 4px 10px;
    border: 1px solid #c5c5c5;
    list-style-type: none;
}
.left-menu>li>a {
    color: black;
}
.float-left {
    float: left;
}
.table-list-message thead tr {
    background: #4CAF50;
    color: #ffffff;
}
.table-list-message td, .table-list-message th {
    border: 2px solid #fff;
}
.table-list-message>tbody>tr:nth-child(odd)>td,
.table-list-message>tbody>tr:nth-child(odd)>th {
    background-color: #e9ebf5;
}
.table-list-message>tbody>tr:nth-child(even)>td,
.table-list-message>tbody>tr:nth-child(even)>th {
    background-color: #cfd5ea;
}
.btn-submit {
    background: #c5c5c5;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.col-form-label {
    font-weight: bold;
}
.warning, .help-block{
    color: red;
}
.login .help-block{
    padding-top: 5px;
}
#btn_add {
    margin-bottom: 10px;
}
.table-list-message td, .table-list-message th {
    padding: 10px;
}
.table-list-message>tbody>tr>td>label {
    margin-bottom: 0;
}
.pagination {
    justify-content: center!important;
}

.border-btn-add {
    background-color: lightskyblue;
    color: black;
    border-color: cadetblue;
    border-style:solid;
    border-radius: 6px
}
.alert{
    width: 100%;
}
.card{
    margin-top: 50px;
}
.card-header{
    font-weight: bold;
}

.form-date {
    width:200px;
    display:inline-block;
}

.form-datetime {
    width:260px;
    display:inline-block;
}

.require-aster {
    color: #ff0000;
    font-weight: bold;
    font-size: 120%;
}

/* toastr ************************************************************************************/

#toast-container > div {
    opacity: 0.97 !important;
}
.toast {
    margin: 10px !important;
    min-width: 320px !important;
}
.toast-top-center {
    top: 12px;
}
