html,
body {
    font-family: 'Arimo', sans-serif !important;
}

/* Menu top */
.main-header .navbar {
    margin-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 2px 2px -2px gray;
    -moz-box-shadow: 0 2px 2px -2px gray;
    -webkit-box-shadow: 0 2px 2px -2px gray;
    height: 70px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 0;
    }
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    background: #E68E41;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: none !important
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background: white !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .35);;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .35);;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .35);;
}

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    white-space: nowrap;
    color: gray;
    border-radius: 30px;
    border-left-color: white;
    /*padding-bottom: 14px;*/
    /*padding-top: 14px;*/
    /*padding-left: 15px;*/
}

.skin-blue .sidebar-menu > li:hover > a {
    background-color: #fae8d9;
    border-radius: 30px;
    white-space: normal;
    color: #e68e41 !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background: white;
}

.skin-blue .sidebar-menu > li > a {
    display: flex;
    align-items: center;
}

.main-footer {
    margin-left: 0px;
    display: flex;
    justify-content: center
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    white-space: nowrap;
    color: #E68E41;
}

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    background: rgb(255, 255, 255);
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    padding-left: 0px;
}

.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    background: #fae8d9 !important;
    color: #e68e41 !important;
}

.skin-blue .sidebar-menu > li.active > a {
    display: flex;
    align-items: center;
    background: #E68E41;
    color: white !important;
}

.skin-blue .sidebar-menu > li.active > a:hover {
    background: #fae8d9 !important;
    color: #e68e41 !important;
}

.skin-blue .sidebar a {
    color: gray;
}

.skin-blue .sidebar a {
    color: gray !important;
}

.navbar-custom-menu a {
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

.main-header .sidebar-toggle {
    padding: 10px 15px 10px 15px;
    font-size: 150%;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: hsla(0, 0%, 100%, .2)
}

.skin-blue .main-header .navbar {
    background: white;
}

.custom-item {
    font-size: 20px;
}

.custom-item:hover {
    background: #03A9F4;

}

.custom-header {
    padding: 5px 0 0 5px;
}

.custom-box {
    border-top: 0;
    box-shadow: none;
    border-bottom: 0.1px solid #d2d6de;
    background: none;
    border-radius: 0;
}

.main-sidebar {
    background: #F96332;
    padding-top: 70px;
    width: 260px !important;
}

.content-wrapper {
    background: rgb(249, 249, 249);
    margin-left: 260px !important;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #000a12;
}

.menu-title {
    display: none
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
    background: hsla(0, 0%, 100%, .2)
}

/* Box */
.box {
    border-top: none;
}

.box.box-custom {
    border-radius: 0;
    background: rgb(249, 249, 249);
    border-top: none;
    box-shadow: none;
}

.box-header {
    margin-top: -3px;
    margin-right: -2px;
    padding: 0;
    vertical-align: bottom;
}

/*!* Button Custom *!*/
.btn-add-custom i,
.btn-cvs-custom i,
.btn-list-custom i,
.btn-upload-custom i {
    font-size: 20px;
}

.btn-notxt-custom {
    border: none;
    padding: 10px;
    height: 43px;
    background: #ffffff;
    color: #e68e41;
    border-left: 1px solid #D1D5DD;
}

.btn-add-custom,
.btn-cvs-custom,
.btn-list-custom,
.btn-upload-custom {
    font-size: 15px;
    border: none;
    border-radius: 0;
    padding: 10px 10px;
}

.btn-add-custom {
    width: 115px;
    height: 43px;
    background: #E68E41;
    color: #ffffff;
    border-radius: 5px;
}

.btn-upload-custom,
.btn-upload-custom:focus,
.btn-upload-custom:active {
    width: 145px;
    height: 43px;
    background: #E68E41;
    color: #ffffff;
}

.btn-add-custom > i {
    margin-right: 5px;
    border-radius: 10px;
}

.btn-upload-custom > i {
    margin-right: 5px;
}

.btn-cvs-custom,
.btn-cvs-custom:active,
.btn-cvs-custom:focus {
    width: 106px;
    height: 43px;
    background: #ffffff;
    color: #E68E41;
    margin-right: 2px;
    border-radius: 5px;;
    border: #E68E41 1px solid;
}

.btn > i {
    margin-right: 5px;
}

.custom-icon-text {
    display: inline;
    vertical-align: top;
}

.btn-list-custom {
    height: 43px;
    background: #ffffff;
    color: #E68E41;
    border-radius: 5px;
    border: #E68E41 1px solid;
}

button.btn-add-custom:hover,
button.btn-add-custom:focus {
    color: #fff;
}

.btn-notxt-custom.active,
a.btn-notxt-custom:hover,
a.btn-notxt-custom:active,
a.btn-notxt-custom:focus,
a.btn-list-custom:hover,
a.btn-list-custom:focus,
a.btn-list-custom:active {
    z-index: 0 !important;
    box-shadow: none;
    color: #E68E41ff;
    background: #fae8d9;
}

.btn-add-custom:hover,
.btn-add-custom:active,
.btn-add-custom:focus,
.btn-upload-custom:hover {
    background: #fae8d9 !important;
    color: #e68e41 !important;
}

.btn-default {
    background: #e68e41;
    color: #fff;
    border: none;
    border-radius: 50%;
}

.btn-default:hover {
    background: #fae8d9 !important;
    color: #e68e41 !important;
}

.btn-default-outline {
    background: #ffffff;
    color: #E68E41;
    /*margin-right: 2px;*/
    border-radius: 5px;;
    border: #E68E41 1px solid;
}

.btn-default-outline:hover {
    color: #E68E41ff;
    background: #fae8d9;
}

.btn-danger {
    border-radius: 50%;
}

/* Thank you for using */
.custom-box .box-header .box-title {
    padding-left: 25px;
    color: #E68E41;
    font-size: 20px;
    padding: 20px;
    float: left;
}

.custom-parent {
    margin-right: 1em;
    font-size: 16px;
}

.custom-child {
    margin-left: 1em;
    color: rgb(97, 97, 97);
    font-size: 16px;
}

/* Card in Home */
.custom-dashboard {
    margin-top: 3em;
    margin-left: 1em;
}

.show-grid {
    margin-top: 1em;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(86, 61, 124, .2);
    list-style: none;
}

.number-dsh {
    color: #E68E41;
    font-family: "Source Sans Pro";
    font-size: 43px;
    line-height: 100%;
}

.custom-content-dsh {
    margin-top: 1em;
    margin-left: 1em;
}

/* Hide menu */
.hide-menu {
    margin-top: 2em;
}

/* Content */
.content {
    margin-left: 2em;
    margin-right: 2em;
}

/* Edit menu */
.sidebar-menu li {
    font-size: 14px;
    margin: 10px 15px 0px;
    color: white;
}

.treeview-menu li a {
    font-size: 14px;
    margin-left: 1em;
}

/* Active color submenu in sidebar */
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 30px;
    white-space: normal;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a {
    white-space: nowrap;
    color: white !important;
    border-radius: 30px;
    border-left-color: white;
    background-color: #E68E41;
}

/* Form search */
.custom-form-search {
    margin-right: 2em;
}

input.custom-input-search {
    border-radius: 25px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top: 15px !important;
}

/* Input */
.input-custom {
    border: 1px #e0dcdc solid !important;
    border-radius: 5px;
    transition: 0.5s;
}

.input-custom:focus {
    border-color: gray !important;
}

.input-custom::-webkit-input-placeholder {
    color: transparent;
}

.input-custom::-moz-placeholder {
    color: transparent;
}

/* Lable */
label {
    /*font-size: 13px;*/
    font-weight: normal;
    color: #737374;
}

/* Button */
/*.btn-custom {*/
/*border: none;*/
/**/
/*}*/

.btn.btn-flat.btn-custom {
    border-radius: 50%;
    border: none;
}

.btn.btn-default.btn-flat.btn-custom {
    padding-left: .5em;
    padding-right: .5em;
}

.btn.btn-danger.btn-flat.btn-custom {
    padding-left: .7em;
    padding-right: .7em;
}

.btn.btn-cvs-custom:hover {
    color: #E68E41 !important;
    background-color: #fae8d9;
}

.btn-camera {
    background: #E68E41;
}

/* Table */
/*.table-responsive {*/
/*border: 1px solid #BCBCBC;*/
/*background: #FFF;*/
/*}*/

table.dataTable {
    margin-top: 0 !important;
    border: 1px solid #BCBCBC;
    background: #FFF;
}

/* Icon Sort*/
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
    top: 0 !important;
}

table.dataTable thead th.sorting_desc:after {
    color: #1F92EF;
    width: 15px !important;
    content: url("../images/desc-1.png") !important;
    opacity: 1;
}

table.dataTable thead th.sorting:after {
    /*content: url("../images/sort.png") !important;*/
    color: #1F92EF !important;
    font-size: 15px !important;
    padding-top: 0 !important;
    opacity: 0.3;
}

table.dataTable thead th.sorting_asc:after {
    color: #1F92EF;
    width: 15px !important;
    content: url("../images/asc-1.png") !important;
    opacity: 1;
}

.hide-sidebar {
    display: none;
}

.custom-content-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
}

/* Table */
.table > tbody > tr > td {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table > tbody > tr > td,
.table > thead > tr > td {
    vertical-align: center !important;
}

/* Action table */
.action-custom {
    margin-right: 5px;
}

/* Row table */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: none;
    border-top: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
}

/* Td :last-child */
table tbody tr td:last-child {
    text-align: center;
}

/* Count element in page */
div.dataTables_wrapper div.dataTables_info {
    padding-left: 8px;
    padding-bottom: 8px;
}

/* h3-custom*/
.h3-custom {
    font-size: 16px;
}

/*!*Icon size*!*/
/*i.fa {*/
/*font-size: 20px;*/
/*}*/

ul.sidebar-menu li > a > span {
    padding-left: 15px;
}

ul.treeview-menu li > a > span {
    margin-left: 15px;
}

/* Logout */
@media (min-width: 768px) {
    .custom-logout {
        padding-top: 15px !important;
    }
}

/* Profile */
.custom-profile {
    margin-right: 1.5em;
}

/* Top nav */
.main-header .navbar-custom-menu,
.main-header .navbar-right {
    margin-right: 1em;
}

/* Button hover */
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #1474BD;
    color: #fff;
}

/*----------------------------------------------15/11/2018------------------------------------------------------------*/
.custom-error {
    color: #dd4b39;
}

/*----------------------------------------------16/11/2018------------------------------------------------------------*/
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    padding-top: 1em;
}

table.dataTable {
    margin-bottom: 0 !important;
    border-radius: 5px;
}

.table-responsive .bottom {
    border: 1px solid #BABABA;
    border-top: 0;
    background: #fff;
}

/*-------------------------------------------------Radio--------------------------------------------------------------*/
.custom-radio {
    color: #000;
    position: relative;
    float: left;
    margin-right: 4em;
}

.custom-radio:last-child {
    margin-right: 0;
}

.custom-radio input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.custom-radio label {
    position: relative;
    padding-left: 2em;
    margin: 8px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.custom-radio > span {
    font-size: 13px;
    color: #737374;
}

.custom-error > label,
.custom-error > span {
    color: #dd4b39;
}

.custom-radio .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 5px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.custom-radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 3px solid #E68E41;
}

input[type=radio]:checked ~ .check::before {
    background: #E68E41;
}

.custom-error.help-block {
    margin: 5px;
}

/* --------------------------------------------26/11/2018------------------------------------------------------------ */
/* Button language custom */
.btn-language-custom {
    font-size: 15px;
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 10px;
    background: #E68E41;
    color: #fff;
}

.btn-language-custom:active,
.btn-language-custom:focus,
.btn-language-custom:hover {
    color: #fff;
}

.btn-language-custom > i {
    font-size: 20px;
}

/* Button Apply */
.btn-apply-custom {
    background: #E68E41;
    color: #fff;
    border: none;
    height: 45px;
    width: 180px;
    border-radius: 0;
}

.btn-apply-custom:hover {
    color: #fff;
}

/* Button close*/
.modal-header .close.btn-close-custom {
    height: 45px;
    width: 45px;
    margin-top: 0;
    opacity: 1;
}

.btn-close-custom:hover,
.btn-close-custom:focus,
.btn-close-custom:active {
    color: #000 !important;
    opacity: 1;
    border: none;
}

/* The Custom checkbox  */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #E68E41;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Modal */
/* Balde show modal */
span[data-toggle="modal"] {
    cursor: pointer;
}

.modal-body .box.box-custom {
    background: #fff;
}

.custom-modal-spot {
    width: 90%;
}

.modal-header {
    border-bottom: 2px solid #E4E4E4;
}

.custom-modal-spot .modal-content,
.modal-setting .modal-content,
.modal-karmarker .modal-content,
.modal-language-list .modal-content,
.modal-target-grid .modal-content {
    border-radius: 10px;
}

.custom-modal-spot .modal-content .modal-header,
.modal-setting .modal-content .modal-header,
.modal-karmarker .modal-content .modal-header,
.modal-language-list .modal-content .modal-header,
.modal-target-grid .modal-content .modal-header {
    padding: 0;
}

.custom-group {
    margin: 0 1em;
}

.custom-group.pull-left {
    height: 45px;
    padding: 10px;
}

/* Title header modal */
.custom-title-modal {
    font-size: 20px;
    color: #E68E41;
    margin: 0;
}

/* Okay button */
.btn-ok-custom {
    background: #E68E41;
    color: #fff;
    border: none;
    height: 45px;
    width: 97px;
}

.btn-ok-custom:hover,
.btn-ok-custom:focus,
.btn-ok-custom:active {
    color: #fff;
}

/* Modal table text-align to Left */
.modal table.table-bordered tbody th,
.modal table.table-bordered tbody td {
    height: 35px;
    text-align: left;
    /*line-height: 35px;*/
}

/* Check column in modal table */
.custom-check-modal-table {
    text-align: center;
    padding: 2px;
    color: #E68E41;
    width: 30px;
    height: 30px;
    border: 1px solid #ECECEC;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 15px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 7px 6px -6px #777;
}

/* Set position td lat child in modal table */
.modal table tbody tr.selected td:last-child {
    position: relative;
}

/* Select row in table */
.modal .selected td {
    border-top: 2px solid #E68E41 !important;
    border-bottom: 2px solid #E68E41 !important;
}

.modal .selected td:first-child {
    border-left: 2px solid #E68E41 !important;
}

.modal .selected td:last-child {
    border-right: 2px solid #E68E41 !important;
}

/* Background Modal */
.modal {
    background: rgba(0, 0, 0, 0);
}

/*-----------------------------------------------------------------------------*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
    margin-left: 1em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #E68E41;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: #959595;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:before {
    background: #E68E41;
}

input:checked + .slider {
    background-color: white;
}

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

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%;
}

/* Button STatus*/
.btn-status-custom {
    background: #fff;
    border: 2px solid #1F92EF;
    padding: 5px 25px;
}

/* Input group addon of Location*/
.addon-background {
    background: #DFDFDF !important;
}

/* Input group addon of Datetime */
.addon-datetime > i {
    font-size: 16px;
}

/* Image in td tr table */
.ar-target-img {
    width: 150px;
    /*height: 100px;*/
    padding: 1em 0;
}

/* Loading */
.loader {
    border: 16px solid #b2bec3; /* Light grey */
    border-top: 16px solid #1F92EF; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.overlay-custom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: pointer !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*-----------------------------------------------------------------------------*/
/* 26/12/2018 */
/* Responsive-top-nav*/
@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav .profile {
        padding-top: 5px;
    }

    .custom-menu {
        right: 0;
    }
}

@media (max-width: 768px) {
    .main-header .navbar-custom-menu, .main-header .navbar-right {
        margin-right: 0em;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 15px;
        line-height: 0px;
    }

    .custom-navbar {
        position: relative;
        margin-left: 60px;
    }

    .custom-menu {
        position: absolute;
        top: 0px;
    }

    .navbar-custom-menu .navbar-nav .profile {
        padding-top: 15px;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

    .custom-menu .logout {
        margin-right: -75px;
    }

    .custom-menu .ico-exit {
        margin-right: 20px;
    }

    .custom-navbar .custom-item {
        font-size: 15px;
        margin-top: 2px;
    }
}

.item1 {
    grid-area: cap1;
}

.item2 {
    grid-area: cap2;
}

.item3 {
    grid-area: spot1;
}

.item4 {
    grid-area: spot2;
}

.item5 {
    grid-area: main;
}

.grid-container {
    display: grid;
    grid-template-areas: 'cap1 cap1 cap2 cap2 main main' 'spot1 spot1 spot2 spot2 main main';
    /* grid-gap: 10px; */
    background-color: rgba(249, 249, 249, 1.0);
    padding: 10px;
}

.grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
    font-size: 16px;
    margin: 10px;
    border-radius: 5px;
}

.item1, .item2 {
    border: 1px solid rgba(224, 224, 224, 1);
    margin-bottom: 20px
}

.item3, .item4 {
    border: 1px solid rgba(224, 224, 224, 1);
}

.item5 {
    border: 1px solid rgba(224, 224, 224, 1);
}

.fa-minus-cus {
    font-size: 20px;
    color: rgba(150, 150, 150, 1.0);
    margin-top: 5px
}

.icon-calendar-cus {
    border: 1px solid rgba(224, 224, 224, 1);
}

.icon-calendar-cus i {
    display: inline-block;
}

.btn.disabled,
.btn.disabled:hover {
    opacity: 0.35;
    background: black !important;
    pointer-events: none;
    border-radius: 5px !important;
}

ul.pagination > li.disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    pointer-events: none;
}

div.dataTables_processing {
    background-color: #E68E41;
    color: #fff;
}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 9999;
}

.custom-addon {
    border: 1px solid #00000040 !important;
}

.custom-input {
    position: absolute !important;
    background-color: transparent !important;
}

.display-none {
    display: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #E68E41 !important;
    border-color: #E68E41 !important;
}

#btn_save_ar:hover {
    cursor: pointer !important;
}

.custom-close-audio {
    margin-top: -5%;
}

@media (max-width: 980px) {
    .custom-close-audio {
        margin-top: -15%;
        right: -10px;
        position: absolute;
    }

    .custom-close-media {
        top: -7%;
        right: -10px;
        position: absolute;
    }
}

/*Custom*/

table.dataTable thead th:after {
    position: static !important;
    display: inline-table !important;
    margin-left: 10px;
    width: 20px;
}

.btn {
    border-radius: 5px !important;
}

.btn-group .btn {
    margin: 0 10px;
}

.card-for-field {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: gray !important;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #E68E41 !important;
    font-weight: bold;
}

.btn-group.pull-right {
    padding: 10px;
}

.table.dataTable thead > tr > th {
    color: gray;
}

.required {
    color: red;
    margin-left: 5px;
}

.form-control:focus {
    border-color: #E68E41 !important;
}
