input.error {
    border: 1px solid #f00;
}

.error {
    color: #f00;
    font-weight: normal;
}

/*.list-table{ margin-top: 45px; }*/
.fc-event-container {
    cursor: pointer;
}

/*-- font-family: start --*/

@font-face {
    font-family: 'museo-Slab-700';
    src: url('../fonts/museo-Slab-700.ttf');
    src: url('../fonts/museo-Slab-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Sanchez-Regular';
    src: url('../fonts/Sanchez-Regular.ttf');
    src: url('../fonts/Sanchez-Regular.ttf') format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFDFA;
}

.museo-Slab-700 {
    font-family: 'museo-Slab-700';
}

.Sanchez-Regular {
    font-family: 'Sanchez-Regular';
}

/*-- font-family: end --*/
.no-mar {
    margin: 0;
}

.no-pad {
    padding: 0;
}

.txt-black {
    color: #000;
}

.bg-primary {
    background-color: #24b3f5;
}

.text-primary {
    color: #24b3f5;
}

.text-success {
    color: #63b182;
}

.text-info {
    color: #358bb3;
}

.addemply-btn {
    background-color: #21c764;
    border-color: #21c764;
    border-radius: 25px;
    width: 160px;
}

.text-danger {
    color: #d9534f;
}

.font-wei600 {
    font-weight: 600;
}

.font-wei500 {
    font-weight: 500;
}

.font-wei400 {
    font-weight: 400;
}

.font-wei300 {
    font-weight: 300;
}

.txt-16 {
    font-size: 16px;
}

.txt-24 {
    font-size: 24px;
}

.txt-28 {
    font-size: 28px;
}

.txt-32 {
    font-size: 32px;
}

.txt-44 {
    font-size: 44px;
}

.ver-mpsace-lft5 {
    margin-left: 5px;
}

.ver-mpsace-rigt5 {
    margin-right: 5px;
}

.bg-grey {
    background-color: #f7f7f7;
}

a:hover, a:focus {
    text-decoration: none;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -moz-transition: 0.6s all;
}

.wid-fl {
    width: 100%;
    float: left;
}

/*-- sticky-footer: start --*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 243px; /* bottom = footer height */
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 243px;
    width: 100%;
}

/*-- sticky-footer: end --*/


/*-- header: start --*/
.container {
    padding-right: 0px;
    padding-left: 0px;
}

.outer {
    box-shadow: 10px 10px 15px #dddddd;
    border-bottom: 13px solid #004647;
}

.head-various {
    width: 100%;
    background-color: #d8d8d8;
    height: 160px;
    float: left;
    display: table;
    margin-bottom: 5px;
}

.name-site {
    float: left;
    width: 33%;
    display: table-cell;
    height: 160px;
    padding-left: 30px;
}

.name-site p {
    font-family: Verdana;
    font-weight: bold;
    font-size: 3em;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.name-site .app-version {
    font-size: 0.3em;
}

.logo {
    float: left;
    width: 33%;
    margin: 0 auto;
    padding: 0 auto;
    height: 160px;
    text-align: center;
}

.logo img {
    width: 250px;
    margin: 0;
}

.logo a {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.slogan {
    width: 30%;
    margin: 0 auto;
    padding: 0 auto;
    float: right;
    display: table-cell;
    height: 160px;
    text-transform: uppercase;
}

.slogan p {
    font-size: 1.5em;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.menu {
    height: auto;
    background-color: #004647;
    color: white !important;
    width: 100%;
    float: left;
}

.menu a.dropdown-toggle {
    color: white !important;
    text-transform: uppercase;
}

.menu ul li a {
    color: white !important;
    text-transform: uppercase;
}

.head-various .menu. nav.navbar-default {
    margin: 0;
}

.menu .navbar .navbar-default {
    background-color: none !important;
}

.navbar-default {
    background-color: none !important;
    border-color: none !important;
}

.navbar-default .navbar-nav li a {
    font-size: 16px;
    padding: 14px 22px;
    color: #FFFFFF;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu {
    min-width: 133px;
}

.navbar-default .navbar-nav .dropdown a img {
    vertical-align: top;
}

.navbar-default .navbar-left .dropdown .dropdown-menu {
    min-width: 154px;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 6px 2px 6px 10px;
}

.navbar-default .logo-txt {
    padding: 1px 40px 10px 1px;
    font-size: 28px;
}

.navbar ul li i {
    color: white !important;
}

.navbar-right {
    margin-right: 0px !important;
}

.dropdown-menu {
    background-color: #004647;
}

.menu ul li a:hover {
    color: black !important;
}

/*-- header: end --*/

/*-- main: start --*/

/*-- service-blk : start --*/
h3.heading-section-table {
    font-family: Verdana Regular;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.5em;
    color: black;
}

.container .table-list {
    padding-left: 45px;
    padding-right: 45px;
    background-color: white;
    max-width: 100%;
}

.service-blk {
    padding: 34px 0px 25px 0px;
    background-color: #f2f2f2;
}

.service-blk .service-inner {
    max-width: 844px;
    margin: auto;
    width: 100%;
}

.service-blk .service-inner p {
    margin: 20px 0px 30px 0px;
    line-height: 39px;
}

.service-blk .carousel-inner .panel {
    border-radius: 1px;
    padding: 30px 13px 30px 14px;
    margin: 20px 0px;
    border-color: black;
}

.service-blk .carousel-inner .panel .list-inline li a.well-sm {
    padding: 5px 8px 5px 8px;
    border-radius: 0px;
}

.service-blk .carousel-inner .panel .list-inline li a.well-sm:hover, .service-blk .carousel-inner .panel .list-inline li a.well-sm:focus, .service-blk .carousel-inner .panel .list-inline li a.well-sm:active {
    background-color: #24b3f5;
    color: #fff;
}

.service-blk .carousel-control {
    background: none;
    color: black;
    font-size: 61px;
    border: none;
    text-shadow: none;
    margin-top: 30px
}

.service-blk .carousel {
    padding: 0 100px 0px 100px;
}

.service-blk .carousel-control.left, .service-blk .carousel-control.right {
    background-image: none;
}

.table-cont-blk {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
}

/*-- service-blk : end --*/

.activity-content {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 15px;
}

.heading-underlined {
    padding-bottom: 10px;
    border-bottom: 2px solid black;
    text-transform: uppercase;
    width: 200px;
}

/*-- planning-blk : start --*/

.planning-blk {
    padding: 21px 0px 40px 0px;
}

.planning-blk .plann-text {
    max-width: 1020px;
    width: 100%;
    margin: auto;
}

.planning-blk .plann-text h3 {
    position: relative;
}

.planning-blk .plann-text h3:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 45%;
    top: 46px;
    right: auto;
    width: 97px;
    display: block;
    background-color: #24b3f5;
}

.planning-blk .plann-text p {
    line-height: 32px;
    margin-top: 38px;
}

/*-- planning-blk : end --*/

/*-- typesetting-blk : start --*/

.typesetting-blk {
    padding: 25px 0px 33px 0px;
}

.typesetting-blk .typeset-text h3 {
    line-height: 38px;
    margin-bottom: 29px;
}

.typesetting-blk .typeset-text p {
    line-height: 25px;
    font-size: 15px;
    margin: 24px 0px 20px 0px;
}

.typesetting-blk .blk-shedulr {
    border-radius: 50%;
    height: 88px;
    width: 88px;
    margin: 18px auto;
}

.typesetting-blk .blk-shedulr img {
    margin-top: 25px;
}

/*-- typesetting-blk : end --*/
.table-list .table-responsive {
    padding: 0px 5px 0px 0px;
    font-size: 1em;
}

.table-list .table-responsive thead {
    background-color: #f3f3f3;
}

.table-list .table-responsive thead th {
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
}

.table-list .table-responsive tbody tr td, .table-list .table-responsive thead th {
    /*white-space:nowrap;*/
    padding: 9px 15px;
    /*text-align: center;*/
}

.table-list .table-responsive tbody tr td .list-inline li {
    padding-right: 5px;
    padding-left: 6px;
}

.table-list .table-responsive tbody tr:last-child {
    border-bottom: none;
}

.list-table .btn-warning {
    margin-bottom: 30px;
}

/*-- main: end --*/
.main {
    float: left;
    max-width: 100%;
}

/*
.row{
	margin-left:0px;
	margin-right:0px;
}
.col-md-12.pull-left{
	padding-left:0px;
	margin-left:0px;
}
*/

.btn {
    border-radius: 0px;
}

a.btn.btn-primary.calendar {
    float: right;
    margin-left: 20px;
}

.col-xs-12 .buttons {
    padding-right: 0px;
}

/*-- footer: start --*/

footer .navbar-inverse {
    padding: 30px 0 15px 0px;
}

footer .navbar-inverse .footer-blk {
    margin: 10px 0px 35px 0px;
}

footer .navbar-inverse .footer-blk a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

footer .navbar-inverse .footer-blk a:hover {
    color: #24b3f5;
}

footer .navbar-inverse .footer-blk .fa-blk a {
    font-size: 20px;
}

footer .navbar-inverse .quote-group {
    display: block;
}

footer .navbar-inverse .quote-group .form-control {
    font-size: 12px;
    font-weight: 600;
    height: 41px;
    border-radius: 4px;
    z-index: 2;
    background-color: #474747;
    border-color: #474747;
}

footer .navbar-inverse .quote-group .left-quote {
    position: relative;
}

footer .navbar-inverse .quote-group .left-quote .btn-primary {
    font-size: 12px;
    position: absolute;
    right: 4px;
    height: 30px;
    z-index: 3;
    border-radius: 0px;
    background-color: #24b3f5;
    border-bottom: 3px solid #2d91bf;
    top: 5px;
    color: #fff;
    font-weight: bolder;
    padding: 0px 12px;
}

footer .navbar-inverse .footer-regi {
    margin-top: 30px;
    font-size: 11px;
}

footer hr {
    border-top: 1px solid #37424c;
}

/*-- footer: end --*/

/* -- list-view page:start - Inner-Pages --*/

.table {
    padding-top: 30px;
    margin-bottom: 0px !important;
}

.table-list, .ver-mspace45 {
    margin: 0px 0px 0px 0px;
}

.table thead {
    background: #f3f3f3;
    text-transform: uppercase;
    font-size: 14px;
}

/* -- table-work --*/

table.dataTable tbody th, .table-list table.dataTable thead th {
    padding: 19px 23px 18px 23px;
    font-weight: 400;
    white-space: nowrap;
}

table.dataTable tbody td {
    padding: 19px 3px 18px 23px;
}

table.dataTable thead th, table.dataTable thead td, .table-list table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

table.dataTable.no-footer {
    padding-top: 10px;
    background-color: white;
    border-bottom: none !important;
}

table.dataTable tbody td .list-space {
    padding-left: 6px;
    padding-right: 6px;
}

.table-list input, .table-list select, .table-list input:focus, .table-list select:focus {
    color: #000;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #cecece;
    display: inline-block;
    height: auto;
    width: 100%;
    outline: none;
    border-radius: 3px;
}

#status {
    width: auto !important;
    margin-top: 50px !important;
}

#status #checkbox_status {
    width: auto !important;
    margin-right: 5px !important;
}

table thead th a, table tbody td a {
    padding: 0px 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    color: #908b8b !important;
    border-radius: 0px;
    border: 1px solid #d6d6d6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    background: none;
}

.list-table .form-horizontal .control-label {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.list-table .form-horizontal .control-label:after {
    content: ":";
    display: block;
    font-size: 18px;
    position: absolute;
    top: 3px;
    right: 33%;
    left: auto;
}

.list-table .form-horizontal .form-control, .form-inner .form-control {
    height: 48px;
    box-shadow: 1px 1px 1px #b3b3b3;
    border-radius: 2px;
}

.list-table .form-horizontal .form-group {
    margin-bottom: 33px;
}

.list-table .form-horizontal textarea {
    height: 110px !important;
}

.dataTables_wrapper {
    margin: 0px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 30px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 30px;
}

.alert-blk {
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
}

.list-table a.btn-warning, .table-responsive a.btn-warning {
    background-color: #d9534f;
    border-color: #d9534f;
    border-radius: 20px;
    width: 160px;
}

.list-table a.btn-warning, .table-responsive a.btn-warning .fa {
    margin-right: 3px;
}

.list-table a.btn-warning:hover, .table-responsive a.btn-warning:hover {
    background-color: #b1231e;
}

/* -- view-calendar: start --*/
#activityplan-calendar {
    margin-bottom: 15px;
}

.fc-unthemed .fc-today {
    background: #c6eafb !important;
}

.fc button {
    height: 2.4em !important;
}

.fc-state-default {
    background-color: #fff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.fc-state-default:hover, .fc-state-default:focus {
    background: #24b3f5 !important;
    color: #fff;
    outline: none;
}

.fc-day-grid-event {
    padding: 2px 2px;
    border-radius: 3px;
}

.fc-time-grid-event.fc-not-start, .fc-content {
    padding: 5px;
}

/* -- view-calendar:  end --*/

/* -- form-block: start-- */

.dataTables_wrapper .dataTables_filter input {
    position: relative;
    padding: 10px 41px 9px 5px;
    outline: none;
    min-width: 330px;
}

.dataTables_wrapper .dataTables_filter label, .dataTables_length label {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_filter label:after {
    /*content: "\f002";*/
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #24b3f5;
    padding: 9px 12px;
    font-size: 15px;
    display: block;
    border-radius: 3px;
}

/* -- form-block: end-- */

/* -- list-view page: end -> Inner-Pages --*/

/* -- view -page: start --*/

.dl-horizontal {
    margin-top: 20px;
}

.dl-horizontal dt {
    text-align: left;
    font-size: 18px;
    width: 400px;
    font-weight: 500;
    position: relative;
}

.dl-horizontal dt, .dl-horizontal dd {
    padding: 20px 0px 20px 0px;
}

.dl-horizontal dt:after {
    content: ":";
    display: block;
    font-size: 18px;
    position: absolute;
    top: 27%;
    right: 40%;
    left: auto;
}

/* -- view-page: end --*/

/* -- login-page : start -> Inner-Pages ---*/

.login-blk {
    background-color: #c7edf3;
}

.login-blk .panel {
    margin: 150px 0px;
    border-radius: 1px;
    box-shadow: 1px 1px 1px #e1e1e1;
}

.btn-back {
    padding: 6px 20px 4px 17px;
    font-size: 15px;
    background-color: #24b3f5;
    border-color: #24b3f5;
    line-height: 25px;
    margin-bottom: 26px;
    border-radius: 0px;
    font-weight: 500;
}

.form-inner {
    max-width: 420px;
    margin: auto;
    width: 100%;
}

.form-inner .form-horizontal .input-group {
    position: relative;
}

.form-inner .form-horizontal .input-group .help-block {
    position: absolute;
    top: 48px;
    color: #f00;
    font-size: 13px;
    font-weight: 400;
}

.form-inner .form-horizontal .checkbox {
    padding-top: 0;
    padding-right: 5px;
}

.form-inner .form-horizontal .has-error .input-group-addon {
    color: #a94442;
    border-color: #ddd;
}

.form-inner .form-horizontal .form-group .input-group-addon {
    padding: 6px 16px;
    border-radius: 1px;
    background-color: #f3f3f3;
}

.form-inner .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-color: #e5e5e5;
}

.form-inner .form-horizontal .checkbox input[type="checkbox"] {
    margin-left: -23px;
}

.form-inner .form-horizontal label, .form-inner .form-horizontal a {
    color: #ed466d;
}

.form-inner .btn-primary {
    padding: 7px 16px;
    width: 137px;
    background-color: #24b3f5;
    border-color: #24b3f5;
    font-size: 17px;
    font-weight: 500;
}

.form-inner .form-group {
    margin-bottom: 30px;
    margin-top: 30px;
}

.social-icons a {
    background: #000;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    margin: 15px 5px 15px 5px;
    line-height: 34px;
    color: #fff;
}

.social-icons a:hover {
    background-color: #24b3f5;
    color: #fff;
}

.social-icons .icon-facebook {
    background: #3b5998;
}

.social-icons .icon-twitter {
    background: #26a6d1;
}

.social-icons .icon-pin-interst {
    background: #c8232c;
}

.social-icons .icon-google {
    background: #dd4b38;
}

/* -- login-page : end Inner-Pages ---*/

/*-- jquery css: start --*/

/*table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1,table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1,table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd  {*/
/*background-color: transparent;*/
/*}*/

/*-- jquery css: end --*/


/*-- resposnive: start--*/

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: white;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

@media (min-width: 768px) and (max-width: 991px) {

    footer .navbar-inverse .footer-blk a {
        font-size: 11px;
    }

    .table-list .table-responsive tbody tr td {
        font-size: 12px;
    }

    footer .navbar-inverse .quote-group .left-quote .btn-primary {
        font-size: 10px;
    }

    footer .navbar-inverse .quote-group .form-control {
        font-size: 10px;
    }

    .typesetting-blk .typeset-text p {
        font-size: 12px;
    }

    .typesetting-blk .typeset-text h4 {
        font-size: 14px;
    }

    .service-blk .carousel-inner .panel list-inline > li {
        padding-right: 8px;
        padding-left: 8px;
    }

    .service-blk .carousel-inner .panel .list-inline li a.well-sm {
        font-size: 17px;
    }

    .service-blk .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        height: 198px;
    }

    .list-table .form-horizontal .control-label:after {
        right: 6%;
    }

    .form-inner {
        max-width: 285px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .service-blk .carousel {
        padding: 0 7px 30px 7px;
    }

    .service-blk .carousel-control {
        margin-left: -15px;
        margin-right: -15px;
    }

    .service-blk .carousel-inner .panel {
        padding: 30px 2px 30px 2px;
    }

    .service-blk .carousel-inner .panel .list-inline li a.well-sm {
        font-size: 11px;
    }

    .service-blk .carousel-inner .panel .list-inline li {
        padding-right: 1px;
        padding-left: 1px;
    }

    .table-list .table-responsive tbody tr td {
        font-size: 12px;
    }

    .table-list .table-responsive tbody tr td .list-inline li {
        padding-right: 3px;
        padding-left: 3px;
    }

    .form-inner {
        max-width: 375px;
    }

    /* -- table-responsive: start --*/
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
    }

    .table-responsive {
        /*overflow-x:auto;*/
    }

    /* -- table-responsive: end --*/
}

@media (max-width: 767px) {
    .service-blk .carousel {
        padding: 0 15px 30px 15px;
    }

    .service-blk .carousel-inner .panel {
        padding: 30px 3px 30px 5px
    }

    .service-blk .carousel-inner .panel list-inline li {
        padding-right: 3px;
        padding-left: 3px;
    }

    .service-blk .carousel-inner .panel .list-inline li a.well-sm {
        font-size: 12px;
        padding: 4px 4px 4px 4px;
    }

    .service-blk .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        height: 195px;
    }

    .list-table .form-horizontal .control-label:after {
        font-size: 15px;
        top: 0px;
        right: 0;
    }

    .dl-horizontal dt {
        width: 264px;
        float: left;
    }

    .dl-horizontal dt:after {
        right: 20%;
    }

    .dl-horizontal dd {
        text-align: right;
    }

    .dataTables_wrapper .dataTables_filter label:after {
        display: inline-block;
        position: static;
        padding: 9px 12px;
        border-radius: 1px;
    }

    .dataTables_wrapper .dataTables_filter input {
        padding: 10px 3px 9px 5px;
        min-width: 167px;
    }

    .actity-txt {
        font-size: 17.48px;
        margin-bottom: 15px;
    }

    .btn-plan {
        margin-top: 0;
    }

    .table-list input, .table-list select, .table-list input:focus, .table-list select:focus {
        margin: 10px 0px 10px 0px;
    }

    /* -- table -responsive --*/
}

@media (max-width: 480px) {
    .service-blk .carousel {
        padding: 0 4px 30px 4px;
    }

    .service-blk .carousel-control {
        margin-left: -10px;
        margin-right: -10px;
    }

    .service-blk .carousel-inner .panel {
        padding: 30px 3px 30px 5px
    }

    .service-blk .carousel-inner .panel .list-inline > li {
        padding-right: 1px;
        padding-left: 1px;
    }

    .service-blk .carousel-inner .panel .list-inline li a.well-sm {
        font-size: 10px;
        padding: 4px 4px 4px 4px;
    }

    .service-blk .service-inner h3, .planning-blk .plann-text h3 {
        font-size: 30px;
    }

    .service-blk .service-inner p, .typesetting-blk .typeset-text h3 {
        font-size: 18px;
    }

    .form-inner {
        max-width: 230px;
    }

    .dl-horizontal dt {
        width: 130px;
        float: left;
    }

    .dl-horizontal dt, .dl-horizontal dd {
        font-size: 12px;
    }

    .dl-horizontal dt:after {
        right: 6%;
    }

    .dl-horizontal dd {
        text-align: right;
    }

    .contain .form-inner .txt-16 {
        font-size: 14px;
    }

    .contain .h3 {
        font-size: 24px;
    }

    .contain .bg-grey .h5 {
        font-size: 12px;
    }

    .btn-plan {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .service-blk .carousel {
        padding: 0 30px 30px 30px;
    }

    .service-blk .carousel-inner .panel .list-inline > li {
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media (max-width: 1200px) {
    table.dataTable tbody td .list-space {
        padding-left: 2px;
        padding-right: 2px;
    }

    table.dataTable tbody th, table.dataTable tbody td, .table-list table.dataTable thead th {
        /*white-space: nowrap;*/
    }
}

@media only screen and (min-width: 1400px) {

    .container {
        max-width: 1800px;
        width: 98%;
        /*width: 100%;*/
    }

}

/*-- responsive: end--*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 1px;
}

.pagination {
    border-radius: 1px;
}

.pagination > li > a, .pagination > li > span {
    color: #716e6e;
    padding: 8px 15px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #fff;
    color: #000;
}

.bootstrap-datetimepicker-widget {
    background: #fff !important;
    color: #000000;
}

.select2-hidden-accessible {
    width: 91% !important;
    display: block !important;
}

.select2-container {
    width: 100% !important;
}

.ql-editor {
    background: white;
}

/* fullcalendar popover (info-text on mouseover) */
.popover .popover-title,
.popover .popover-content {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}

a.elementHasDeliveryNote div.fc-event-title::before {
    content: "Lieferschein erledigt.";
    color: black;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
}

a.isBonusActivity div.fc-event-title::after {
    content: '\f005';
    margin-left: 5px;
    font-family: FontAwesome;
}

.detailActionClass {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.detailActivitys {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.detailBadge {
    background-color: #6c757d;
    color: #fff;
    padding: 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 10px;
    margin: 1px;
}

.dataTableActionButtons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.siteFirstTitle {
    width: fit-content;
    margin-bottom: 3rem;
}

.siteFirstTitleFlexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.printSiteButton {
    font-size: 14px;
}

.noDataToDisplayTable {
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
}

.arrowDownForCollapse, .arrowUpForCollapse {
    display: none;
}

.collapseTitle[aria-expanded="true"] > i.arrowDownForCollapse,
.collapseTitle[aria-expanded="false"] > i.arrowUpForCollapse {
    display: none;
}

.collapseTitle[aria-expanded="true"] > i.arrowUpForCollapse,
.collapseTitle[aria-expanded="false"] > i.arrowDownForCollapse {
    display: inline-block;
}
