@font-face {
    font-family: 'lato-light';
    src: url('../fonts/web-fonts/lato_light_macroman/Lato-Light-webfont.ttf');
}

@font-face {
    font-family: 'lato-thin';
    src: url('../fonts/web-fonts/latothin_thin_macroman/Lato-Thin-webfont.eot');
    src: url('../fonts/web-fonts/latothin_thin_macroman/Lato-Thin-webfont.eot?iefix') format('eot'),
    url('../fonts/web-fonts/latothin_thin_macroman/Lato-Thin-webfont.woff') format('woff'),
    url('../fonts/web-fonts/latothin_thin_macroman/Lato-Thin-webfont.ttf') format('truetype'),
    url('../fonts/web-fonts/latothin_thin_macroman/Lato-Thin-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: "Lato Black";
    src: url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.eot');
    src: url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.svg#Lato Black') format('svg'),
    url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.woff') format('woff'),
    url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'test';
    src: url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/web-fonts/lato_black_macroman/Lato-Black-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}*/

body {
    margin-bottom: 0;
}

#content {
    height: 100%;
    min-height: 100vh;
    padding: 30px 15px 100px;
}

.underline {
    text-decoration: underline;
}

.no-padding {
    padding: 0;
}

.header {
    background: #000000;
    color: white;
    height: 100px;
    width: 100%;
    padding-top: 33px;
}

footer {
    width: 100%;
    height: auto;
    background-color: #E5E5E5;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer p {
    margin: 0;
}

.p {
    width: auto;
    height: auto;
    font-family: Lato;
    font-size: 17px;
    text-align: center;
    line-height: 100%;
    color: #333333;
}
address.p {
    margin-bottom: 0;
}

a {
    width: auto;
    font-family: Lato;
    font-size: 18px;
    color: #C80651;
}
@media only screen and (max-width: 480px) {
    a {
        font-size: 16px;
    }
}

.container {
    padding: 30px 15px;
    margin-bottom: 70px;
}

.email-link a {
    border-bottom: 1px solid #c80651;
}

.cancel {
    color: #838383;
}

#comments_stored {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.save {
    margin: 30px 0 10px;
}

.text-p {
    width: auto;
    font-family: Lato;
    font-size: 17px;
    text-align: center;
    line-height: 100%;
    color: #333333;
    padding: 0px 0px 3px;
}

.jump-p {
    padding-bottom: 35px;
}

.text-modal {
    width: auto;
    height: auto;
    font-family: Lato;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    color: #333333;
}

.ask-model-div {
    width: 492px;
    height: 215px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.p-show {
    width: auto;
    height: auto;
    font-family: Lato;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

hr {
    width: 100%;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.footer-title {
    height: auto !important;
    font-family: Lato;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #666666;
}

.input {
    background: black;
    color: white;
}

.btn-black {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    background-color: #000000;
    border-radius: 0px;
}

.btn-black-login {
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    background-color: #000000;
    border-radius: 0px;
}

.btn-black-request {
    width: 100%;
    height: 60px;
    background-color: #000000;
}

.btn-modal-black {
    width: 117px;
    height: 40px;
    background-color: #000000;
}

.btn-modal-white {
    width: 117px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.logo {
    width: 213px;
    margin-top: 10px;
}

.title {
    width: auto;
    font-family: Lato;
    font-size: 52px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -2px;
    color: #333333;
    padding: 40px 0px 25px 0px;
    margin: 0;
}

.title-request {
    width: auto;
    font-family: Lato;
    font-size: 52px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -2px;
    color: #333333;
    padding: 30px 0px 0px 0px;
}

.subtitle {
    width: auto;
    height: 12px;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    padding-bottom: 30px;
}

.form-group-btn-request {
    margin-bottom: 25px;
    padding: 2px;
}

.form-group-radio {
    padding: 0px;
}

.form-group-btn {
    margin: 19px 0px;
}

.subtitle-form {
    width: auto;
    font-family: Lato;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.subtitle-form-provide {
    width: 100%;
    font-family: Lato;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.timezonesdiv {
    padding: 0 15px;
}

.btn-lg {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.jump-body-footer {
    padding-bottom: 97px;
}

.jump-body-footer-login {
    padding-bottom: 138px;
}

.jump-body-footer-request {
    padding-bottom: 252px;
}

.jump-btn {
    padding-top: 32px;
}

.input-login {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.img {
    width: 300px;
    height: 34px;
    background-color: #FFFFFF;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.form-control::-moz-placeholder {
    width: auto;
    font-family: Lato;
    font-size: 18px;
    color: #BBBBBB;
}

.form-control:-ms-input-placeholder {
    width: auto;
    font-family: Lato;
    font-size: 18px;
    color: #BBBBBB;
}

.form-control::-webkit-input-placeholder {
    width: auto;
    font-family: Lato;
    font-size: 18px;
    color: #BBBBBB;
}

.control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-radio {
    width: auto;
    height: 14px;
    font-family: Lato;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-weight: normal;
}

.description {
    height: 132px !important;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding-top: 15px;
    resize: none;
}

.panel-heading-btn {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.border-calendar {
    border-right: 0px !important;
    background-color: #FFFFFF !important;
}

.calendar-svg {
    background: url("../img/icon-calendar.svg") no-repeat;
    width: 16px;
    height: 18px;
    color: #333333;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label span {

    display: inline-block;
    background: url("../img/btn-radio-off.svg") top no-repeat;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: 0px solid #CCCCCC;
}

input[type="radio"]:checked + label span {
    background: url("../img/btn-radio-on.svg") top no-repeat;
    width: 24px;
    height: 24px;
}

input, select, textarea {
    font-family: Lato;
    font-size: 18px !important;
    line-height: 32px;
    color: #333333;
}

select {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF !important;;
    border: 1px solid #CCCCCC;
    background: url("../img/icon-dropdown-arrow.svg") no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-size: 10px 6px;
    font-family: Lato;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    background-position-x: 98%;
}

.select-time {
    background-position-x: 92%;
}

.input-produt-provide {
    width: 148px;
    height: 60px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    background-position-x: 93%;
}

.submit {
    width: 100%;
    height: 70px;
}

.calendar input {
    background: url("../img/icon-calendar.svg") no-repeat 160px 180px #fff;
    -webkit-appearance: none;
}

.backgroud-select input {
    background: url("../img/icon-dropdown-arrow.svg") no-repeat 160px 180px #fff;
    -webkit-appearance: none;
}

.select {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.nav-tabs {
    padding: 10px 15px 40px;
}

.nav-tabs > li {
    height: 60px;
    cursor: pointer;
    padding: 0;
}
.nav-tabs > li.active {
    background: #000;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 60px;
    margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #000;
    border: none;
    cursor: pointer;
}

.nav-tabs > li h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000000;
}
.nav-tabs > li.active h3 {
    color: #FFFFFF;
}

.triangle-down {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}
.active .triangle-down {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
}

.arrow-div {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
}

.line-jump {
    white-space: normal;
    padding: 50px;
}

.line-jump-date {
    margin: 29px 0px 0px 0px;
}

.tab-white:hover {
    height: 60px;
    background-color: #E5E5E5;
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;

}

.gray {
    padding: 20px 0px 5px;
    width: 100%;
    background-color: #E5E5E5;
}

.subtitle-table {
    width: 100%;
    height: 12px;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    //line-height: 32px;
    color: #000000;
    //padding: 14px 0px 0px 0px;
}

.table-gray {
    height: 49px;
    background-color: #E5E5E5;
    text-align: center;
}

.cell-gray {
    width: 1008px;
    height: 96px;
    background-color: #F1F1F1;
}

.cell-white {
    width: 1008px;
    height: 96px;
    background-color: #FFFFFF;
}

.event-table-default thead th {
    height: 50px;
    background-color: #E5E5E5;
    text-align: center;
}
.event-table-default tbody tr td {
    width: auto;
    height: 50px;
    font-family: Lato;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 10px 0px;
    vertical-align: middle !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.logo-diageo {
    width: 300px;
    height: 34px;
    background-color: #FFFFFF;
}

.button-pagination-off {
    width: 100px;
    height: 40px;
    background-color: #999999 !important;
    border: 1px solid #999999;
}

.button-pagination-off-prev {
    width: 100px;
    height: 40px;
    background-color: white !important;
    border: 1px solid #999999;
    color: #999999;
}

.next-prev-pagination-off {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF !important;
    border: 0px solid #FFFFFF;
}

.button-pagination-on {
    width: 100%;
    height: 40px;
    background-color: #333333 !important;
    border: 1px solid #333333;
}

.text-pagination-off {
    position: relative;
    width: 53px;
    height: 9px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
}

.text-pagination-off-center {
    position: relative;
    width: 53px;
    height: 9px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 32px;
    color: #999999;
}

.pointer {
    cursor: pointer;
}

.table-adaptive {
    width: 100%;
}

.table_events > thead{
    margin-bottom: 7px;
}

.brand-gray {
    width: 100%;
    background-color: #F1F1F1;
    padding: 28px 21px;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.accept-brand {
    width: 48%;
    background-color: #F1F1F1;
    padding: 28px 21px;
    margin: 0 2% 20px 0;
}

.brand-select {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF !important;
    margin: 0 0 15px;
}

.mobile-nav {
    float: right;
    padding: 13px 0;
    cursor: pointer;
    display: none;
}
@media only screen and (max-width: 768px) {
    .mobile-nav {
        display: block;
    }
}
.mobile-nav button {
    background: transparent;
    border: none;
}
.mobile-nav .menu-bar {
    display: block;
    width: 30px;
    height: 4px;
    margin: 3px 0;
    background-color: white;
    border-radius: 20px;
}
#nav-modal {
    width: 100vw;
}
#nav-modal .logo {
    margin: 10px 15px 0;
}
#nav-modal .btn-lg {
    float: right;
    font-size: 30px;
    padding: 5px 16px 0;
}
#nav-modal .btn-primary:hover {
    background: #000;
    border: none;
    color: #fff;
}
#nav-modal, #nav-modal .modal-body {
    padding: 0 !important;
}
#nav-modal .modal-dialog {
    margin: 0;
    width: 100%;
}
#nav-modal .modal-content {
    height: 100vh;
    border-radius: 0;
    background: #000;
    border: none;
}
#nav-modal .modal-header {
    padding: 0;
    border: none;
    height: 50px;
}

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}

.mi-bg {
    background: #0b0b0b;
}

.conten-main {
    background: #fff;
}
.login{
    margin-top: 60px;
    background: #0b0b0b;
}
.login .form-signin {
    max-width: 388px;
}

.my-head {
    background: #000000;
    text-align: center;
    padding: 30px 0;
}
.my-head > img{
    width: 400px;
}

.padding-conte{
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

#form_event label.error{
    color: #cb3267;
}

#form_event input.error{
    border:2px solid  #cb3267;
    outline: none;
}

#form_event select.error{
    border:2px solid  #cb3267;
    outline: none;
}

.field-error{
    background: #f1f1f1;
    padding: 33px;
    margin-top: 37px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid;
    color: #cb3267;
    font-size: 17px;
    font-weight: bold;
}


#login_form label.error{
    color: #cb3267;
}

#login_form input.error{
    border:2px solid  #cb3267;
    outline: none;
}

.subtitle-table{
    text-align: center;
}

.limp{
    clear: both;
    line-height: 17;
}

.fc-event{
    /*background: #cb3267 !important;
    border: 1px solid #cb3267 !important;*/

    background: #C80651;
    border: 1px solid #C80651;
    padding: 3px;
}

.fc-month-button{
    margin: 0 !important;
    border-radius: 0 !important;
    float: left !important;
/*background: #000 !important;*/
 /*   color: #fff !important; */
    text-transform: capitalize !important;
    font-size: 18px !important;
    padding: 3px 41px !important;
}

.fc-agendaWeek-button {
    margin: 0 !important;
    border-radius: 0 !important;
    float: left !important;
/*    background: #fff !important;*/
  /*  color: #000 !important;*/
    text-transform: capitalize !important;
    font-size: 18px !important;
    padding: 3px 41px !important;
}

.fc-state-active{
    background: #000;
    color: #fff;
}

#ask-modal .modal-dialog .modal-content{
    margin: 104px auto 0;
    border-radius: 0px;
    text-align: center;
}

#ask-modal .modal-dialog .modal-content .modal-header{
    border: 0 none;
}

#ask-modal .btn{
    font-size: 19px;
    border-radius: 0px;
    padding: 7px 40px;
    margin-top: 20px;
    margin-left: 16px;
}

.add-new-brand{
    display: block;
    cursor: pointer;
    margin-bottom: 35px;
}

.btn-delete-brand{
    color: #999999;
    margin-top: 5px;
    cursor: pointer;

    display: block;
}

.btn-wite{
    background: #fff !important;
    border: 1px #cccccc solid !important;
    color: #000;

}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.filter-select .btn {

    font-size: 20px;
    border-radius: 0px !important;
    height: 63px;

}

.filter-select .btn-group.open .dropdown-toggle{
    box-shadow: 0 0 0 0  !important;
}

.box {
    border: none;
}
.box header {
    background: none;
    border: none;
    box-shadow: initial;
}
header .toolbar .btn-group {
    margin: 0;
    padding: 0 10px;
}
header .toolbar .btn-group .btn.btn-success.btn-sm.close-box {
    margin: 0;
    padding: 14px 50px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
}

.pagination{
    width: 100%;
    background:#fff;
    border-radius: 0px;
    text-align: center;
    display: flex;
    justify-content:center;
}

.pagination > li  > a{
    font-size: 18px;
    color: #000;
    padding: 14px 50px;
    border-radius: 0px;
}

.pagination > li  > span{
    font-size: 18px;
    color: #fff;
    background: #000;
    padding: 14px 50px;
    border-radius: 0px;
}

.pagination > li > a:hover{
    background: transparent;
    color: #000;
}
.pagination > .active > a {
    color: #b4b4b4;
    padding: 14px 50px;
    background: transparent;
    font-size: 18px;
}

.pagination > .active > span {
    color: #b4b4b4;
    padding: 14px 50px;
    background: transparent;
    font-size: 18px;
}


.pagination > .active > span:hover{
    background: transparent;
    color: #b4b4b4;
}


.pagination li:last-child{
    float: right;
}

.pagination li:first-child{
    float: left;
}

.pagination > li:first-child > span::after{
    content: " Prev";

}

.pagination > li:first-child > a{
    background: #000;
    color: #fff;
    border-radius: 0px;
}

.pagination > li:first-child > span{
    background: #000;
    color: #fff;
    border-radius: 0px;
}

.pagination > li:first-child > a::after{
    content: " Prev";

}
.pagination > li:last-child > a{
    background: #000;
    color: #fff;
    border-radius: 0px;

}

.pagination > li:last-child > span{
    background: #000;
    color: #fff;
    border-radius: 0px;

}

.pagination > li:last-child > span::before{
    content: " Next ";

}
.pagination > li:last-child > a::before{
    content: " Next ";

}

.pagination > li.disabled > span{
    padding: 14px 0px;
}
.pagination > li.disabled:first-child > span, .pagination > li.disabled:last-child > span {
    padding: 14px 50px;
}


.pagination > li > a{
    padding: 14px 50px;
    font-size: 18px;
}


@media only screen and (max-width: 950px) {
    .pagination > .active > span, .pagination > li > a {
        padding: 14px 10px;
    }
    .pagination li:last-child {
        float: right;
        margin-left: 25px;
    }
    .pagination li:first-child {
        float: left;
        margin-right: 25px;
    }
}
@media only screen and (max-width: 480px) {
    .pagination > li:last-child > a {
        padding: 14px 10px;
    }
    .pagination > li  > span {
        padding: 14px 10px;
    }
}

.fc-event-container {
    height: auto;
}

.fa.fa-plus {
    font: 14px 'Lato';
}
.fa.fa-plus:before {
    font: normal normal normal 14px/1 FontAwesome;
}

.event-filter {
    position: relative;
    z-index: 1;
}

.pointer{
    cursor: pointer;
}

#event-new-brand-list { display: none; }
#event-new-brand-list .brand-item {display: none; }

/* full calendar style changes */

#list-view, #calendar-view, #calendar.col-lg-12.fc.fc-unthemed.fc-ltr, .timezonesdiv {
    margin-top: 30px;
    padding: 0;
}

.fc-day {
    background: #fff;
    border-color: #e5e5e5;
}
.fc-unthemed td.fc-today {
    background: #e5e5e5;
}
.fc-day-header.fc-widget-header {
    text-transform: uppercase;
    color: #838383;
    line-height: 49px;
}
.fc-time-grid .fc-slats td, .fc-ltr .fc-axis, .fc-content-skeleton td {
    background: #fff;
}
.fc-axis {
    text-transform: uppercase;
}

.input-group.input-append.date.dp-calendar.datepicker {
    padding: 0;
}

#calendar .fc-scroller.fc-day-grid-container, #calendar .fc-time-grid-container, .fc-time-grid {
    height: 100% !important;
}

@media only screen and (max-width: 1199px) {
    #calendar .fc-toolbar .fc-right {
        display: block;
        width: 100%;
    }
    #calendar .fc-month-button, #calendar .fc-agendaWeek-button {
        float: right !important;
        width: 150px;
    }
    #calendar .fc-center {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .fc-toolbar h2 {
        font-size: 16px;
    }
}

/* DATATABLES STYLES */

table.dataTable > tbody > tr.child span.dtr-title {
    display: block;
    margin-bottom: 5px;
}
#table_events .dtr-details ul {
    padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
    border: none;
    padding-bottom: 5px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    left: 10px;
    top: initial;
    height: 16px;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;

}
table.dataTable.nowrap td ul li {
    white-space: initial;
}
