@font-face { font-family: 'Roboto'; src: url('/fonts/Roboto-Light.ttf');}
html {
    position: relative;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input, button, div, p, h1, h2, h3, h4, h5, h6, span, label, a {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 1024px;
    min-height: 500px;
}

#app {
    width: 100%;
    height: auto;
    min-width: 1024px;
    min-height: 500px;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none;
    outline: none;
    box-sizing: border-box;
}

*::-moz-focus-inner {
    border: 0;
}

a:hover, a:focus {
    outline: 0;
    text-decoration: none;
}

a, a:hover, a:focus, a:active, i:focus, i:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline : 0 !important;
    text-decoration: none !important;
}

.modal_wrapper, .modal_wrapper_history, .modal_wrapper_number, .modal_wrapper_disconnect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.modal_wrapper_table_view, .modal_wrapper_device_view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
	display: none;
}

.modal_wrapper_table_view_vue {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

#confirm, #finish_all_rupture {
    width: 300px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: none;
}

#show_number {
    width: 500px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: block;
}

#show_map_popup {
    width: 1300px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: block;
}

#show_map_popup .leaflet-popup-content {
    color: #000;
}

#show_map_popup .filter {
    margin-left: 3px;
}

#show_map_popup .filter input, #show_map .filter input {
    height: 26px;
    border-radius: 3px;
    border: none;
    padding: 3px;
}

#rollback_object_popup {
    width: 500px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
    display: none;
}

.restore_name_info {
    display: inline-block !important;
    font-weight: bold;
    font-style: italic;
}

.show_object_data {
    overflow: auto;
    width: 30%;
    float: right;
    height: 600px;
    background: #fff;
    padding-left: 15px;
}

.show_object_data table p, .show_object_data table td {
    color: #000;
}

.popup_info span, .popup_object_info span {
    font-size: 14px;
    display: inline !important;
    font-weight: bold;
    color: #2773B2;
}

.popup_info p {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.change_number_format {
    height: 28px;
    width: 50px;
}

#show_disconnect {
    width: 300px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: block;
}

#finish_alarm {
    width: 500px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: none;
}

#finish_alert {
    width: 500px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: none;
}

#show_map {
    width: 500px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: none;
}

#other_group {
    width: 500px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: none;
}

#show_all {
    width: 850px;
    background: #ffffff;
    margin: 60px auto 10px;
    border: 1px solid #2773B2;
	display: none;
}

.history_modal, .history_modal_down {
    width: 800px;
}

.history_modal_down {
	margin-top: 20px;
}

.history_modal th, .history_modal_down th {
    color: #2773B2;
}

.history_modal tr:first-child th, .history_modal tr:first-child td {
    border-top: 1px solid #2773B2;
}

.history_modal td, .history_modal th {
    text-align: left;
    border-bottom: 1px solid #2773B2;
    border-left: 1px solid #2773B2;
    padding: 5px 3px;
    font-size: 14px;
}

.history_modal td {
    border-right: 1px solid #2773B2;
}

.history_modal_down th {
    border-top: 1px solid #2773B2;
    border-bottom: 1px solid #2773B2;
    border-left: 1px solid #2773B2;
}

.history_modal_down td, .history_modal_down th {
    text-align: left;
    padding: 5px 3px;
    font-size: 14px;
}

.history_modal_down tr:first-child th:last-child {
    border-right: 1px solid #2773B2;
}

.history_modal_down td {
    border-bottom: 1px solid #2773B2;
    border-left: 1px solid #2773B2;
}

.history_modal_down tr td:last-child {
    border-right: 1px solid #2773B2;
}

.modal-body {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #2773B2;
    background: #2773B2;
    color: #ffffff;
}

.modal-content {
    padding: 5px 10px;
}

#show_map .modal-content {
    padding: 0;
}

.modal-content span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.modal-footer {
    text-align: right;
    padding: 10px;
}

.simple_modal select {
	width: 100%;
	height: 32px;
}

.table_view_map_modal {
    width: 1200px !important;
}

/* Loading -------------------------------------------------------------------------------------------------------*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50000;
}

.loading_content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 8px solid #2773B2;
    border-radius: 50%;
    color: #2773B2;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    -webkit-animation: spin-right 0.5s linear infinite normal;
    -moz-animation: spin-right 0.5s linear infinite normal;
    -ms-animation: spin-right 0.5s linear infinite normal;
    animation: spin-right 0.5s linear infinite normal;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    background: #ffffff;
}
.loading_content:after {
    display: block;
    border: 6px solid #2773B2;
    content: " ";
    border-radius: 50%;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
}

@keyframes spin-right {
    from {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin-right {
    from {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-right {
    from {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* Loading -------------------------------------------------------------------------------------------------------*/

/* login page -------------------------------------------------------------------------------------------------------*/
.login-block {
    width: 322px;
    padding: 20px;
    background: #fff;
    border: 1px solid #2773B2;
    margin: 0 auto;
    position: relative;
    border-top: 8px solid #2773B2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.error_message {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #bf5329;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.login-block h1 {
    text-align: center;
    color: #2773B2;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.login_input {
    position: relative;
    margin-bottom: 10px;
}

.login_input input {
    width: 280px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #2773B2;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    padding-left: 40px;
}

.username:after {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 19px;
    color: #2773B2;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.password:after {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 19px;
    color: #2773B2;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #2773B2;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #2773B2;
    color: #fff;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    opacity: 0.8;
}
/* login page -------------------------------------------------------------------------------------------------------*/

/* Header -------------------------------------------------------------------------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background: #2773B2;
    z-index: 5000;
}

.header_table, .header_table tbody {
    width: 100%;
    height: 100%;
    min-width: 880px;
}

.header_table_tr {
    width: 100%;
    height: 100%;
}

.header_table_tr_logo {
    width: 150px;
    max-width: 150px;
    height: 100%;
    text-align: center;
    position: relative;
}

.header_table_tr_non_working_day {
    width: 40px;
    height: 100%;
    text-align: center;
    position: relative;
    display: none;
}

.locator_logo {
    width: 80%;
	max-width: 120px;
    max-height: 35px;
    margin-bottom: 5px;
}

.time_span {
    position: absolute;
    bottom: 0;
    left: 15px;
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.non_working_day_span {
    position: absolute;
    bottom: 0;
    left: -30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.header_table_tr_menu {
    vertical-align: bottom;
	width: calc(100% - 300px);
	background: #2773B2;
}

.menu_main_ul {
    font-size: 0;
}

.menu_main_ul_li  {
    display: inline-block;
    padding: 2px 10px;
    position: relative;
}

.menu_main_ul_li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.menu_main_ul_li a {
    color: #ffffff;
    font-size: 16px;
}

.menu_main_ul_li a i {
    width: 20px;
    text-align: center;
}

.menu_main_ul_li a span {
    margin: 0 8px;
}

.menu_main_ul_li ul {
    position: absolute;
    min-width: 100%;
    background: #2773B2;
    left: -1px;
    top: 100%;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    z-index: 2005;
    display: none;
}

.menu_main_ul_li_content {
	display: block !important;
}

.menu_main_ul_li ul li {
    min-width: 100%;
    white-space: nowrap;
}

.menu_main_ul_li ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

.menu_main_ul_li ul li a {
    display: block;
    min-width: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
}

.menu_main_ul_li ul li a:hover {
    color: #2773B2;
    background: gainsboro;
}

.header_table_tr_log_out {
    width: 350px;
    position: relative;
    vertical-align: top;
    text-align: right;
    padding-right: 15px;
}

.login, .login:hover {
    color: #ffffff;
    font-size: 14px;
}

.header_table_tr_log_out .lang {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 25px;
}

.header_table_tr_log_out .lang a {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.header_table_tr_log_out .lang a img {
    width: 100%;
}

/* Header -------------------------------------------------------------------------------------------------------*/
/* Main Content -------------------------------------------------------------------------------------------------------*/
.main_content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 60px 0px 30px;
}

.main_content_relative {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Main Content -------------------------------------------------------------------------------------------------------*/

.not_visible {
    display: none;
}

a i {
	width: 20px;
}
/* Footer -------------------------------------------------------------------------------------------------------*/
.footer {
    position: fixed;
    width: 100%;
    min-height: 30px;
    max-height: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #2773B2;
    z-index: 5000;
}

.footer span {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
/* Footer -------------------------------------------------------------------------------------------------------*/

/* Table -------------------------------------------------------------------------------------------------------*/
.filter_table {
    width: 100%;
    margin-bottom: 8px;
}

.filter_table td {
    width: 20%;
    padding: 8px;
    border: 0 !important;
    text-align: left;
    background:  rgba(42, 178, 123, 0.51);
    border-bottom: 1px solid #2773B2 !important;
}

.filter_table input[type="text"], .filter_table input[type="search"] {
    width: 170px;
    padding: 5px;
    border: 1px solid #2773B2;
    outline: none;
    background: #ffffff;
}

.list_table {
    min-width: 980px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    font-size: 12px;
}

.form_table {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    margin: auto;
    padding-bottom: 10px;
}

.list_table tbody:not(.filter_table_tbody) tr:nth-of-type(odd) {
    background-color: gainsboro;
}

.list_table thead tr th, .form_table thead tr th {
    vertical-align: bottom;
}

table th {
	position: relative;
}

.list_table thead tr th {
	white-space: nowrap;
}

.list_table tbody tr.not_active {
	opacity: 0.5;
}

.list_table thead tr th i {
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

.list_table thead tr th input[type=checkbox] {
	vertical-align: middle;
}

.list_table thead tr td, .form_table thead tr td {
    vertical-align: top;
}

.form_table thead tr th {
    text-align: left;
}

.list_table thead th, .list_table tfoot td, .form_table thead th, .form_table tfoot td {
    color: #636b6f;
}

.list_table tbody:not(.filter_table_tbody) tr:hover {
    background: floralwhite;
}

.list_table tr:first-child th:first-child, .form_table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.list_table tr:first-child th:last-child, .form_table tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.list_table tr:first-child th, .form_table tr:first-child th {
    border-top: 1px solid #2773B2;
}

.list_table tr th:last-child, .list_table tr td:last-child, .form_table tr th:last-child, .form_table tr td:last-child {
    border-right: 1px solid #2773B2;
}

.form_table th {
    color: #000;
    border-left: 1px solid #2773B2;
    border-bottom: 1px solid #2773B2;
    padding: 8px;
    line-height: 1.6;
}

.list_table td, .list_table th {
    color: #000;
    border-left: 1px solid #2773B2;
    border-bottom: 1px solid #2773B2;
    padding: 4px;
    line-height: 1.6;
}

.in_td {
    font-weight: 700;
    text-align: center;
}

.more_object_change, .more_object_change:hover {
    color: #0078A8;
    border-bottom: 1px solid #0078A8;
}

.form_table td {
    color: #000;
    border-bottom: 1px solid #2773B2;
    padding: 4px;
    line-height: 1.6;
    min-height: 37px;
}

.form_table tr td:first-child {
    border-left: 1px solid #2773B2;
}

.list_table .title_span {
    vertical-align: middle;
    font-size: 18px;
}

.form_table .title_span {
    vertical-align: middle;
    font-size: 14px;
}

.label_td {
    width: 30%;
    text-align: right;
    padding-right: 15px;
}

.input_td {
    width: 60%;
}

.option_td {
    width: 10%;
    text-align: center;
}

.button_td {
    padding-left: 30% !important;
}

.colored_div {
    background: rgba(161, 179, 12, 0.33);
}

.zone_wrapper {
    background: rgba(161, 179, 12, 0.33);
}

.in_div input[type=text] {
    width: 100%;
}

.schedule_div {
    background: cadetblue;
    position: relative;
}

.number_td input[type=number] {
    width: 52px;
}

.schedule_table {
    width: 100%;
}

.schedule_table, .schedule_table tr, .schedule_table tr td {
    border: 0 !important;
}

.schedule_table input[type=checkbox] {
    margin: 0 !important;
}

.schedule_table td {
    padding: 0 !important;
}

.additional_phone_div_click, .add_zone_div, .add_group_div, .add_group_only_div {
    width: 5%;
    display: inline-block;
    text-align: center;
    vertical-align: sub;
}

.hour_p {
    position: absolute;
    width: 30%;
    text-align: right;
    padding-right: 15px;
    top: 35px;
}

.div_label {
    width: 30%;
    display: inline-block;
    padding: 5px 15px 5px 0px;
    text-align: right;
    margin-bottom: 0px !important;
    color: #000000;
}

.div_div {
    width: 60%;
    display: inline-block;
}

.all_hour {
    opacity: 0.5;
    pointer-events: none;
}

.not_active_div div {
    opacity: 0.5;
    pointer-events: none;
}

.is_analog {
    margin: 5px 0;
}

.is_analog, .is_digital {
    display: none;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.div_form input[type=checkbox], .div_form input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 5px 0px;
}

.div_div input[type=text] {
    padding: 5px;
    border: 1px solid #2773B2;
    outline: none;
    background: #ffffff;
}

.div_div input[type=checkbox], .div_form input[type=radio] {
    margin-right: 30px;
}

.div_div label {
    padding-right: 5px;
}

.div_form {
    padding: 3px 0px;
}

.div_form.inactive_port {
    background: #d3d3d3;
}

.div_form:not(:last-child) {
    border-bottom: 1px solid #2773B2;
}

.additional_phone.inactive {
    pointer-events: none;
    opacity: 0.5;
}

.additional_phone.active {
    pointer-events: auto;
    opacity: 1;
}

.input_td input[type=text], .input_td input[type=file], .input_td input[type=password], .input_td textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #2773B2;
    outline: none;
    background: #ffffff;
}

.input_td input[type=file] {
    padding: 1px;
}

.input_td input[type=checkbox], .input_td input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 5px 0px;
}

a.edit_icon {
    color: #2773B2;
}

a.delete_icon {
    color: #bf5329;
}

a.add_icon {
    color: #2ab27b;
}

.add_button {
    float: right;
    margin: 0 !important;
	position: absolute;
	bottom: 8px;
	right: 4px;
}

.search_button {
    float: left;
    margin: 0 !important;
}

tr.has-error {
    /*background: #bf5329;*/
}

input:disabled {
    background-color: rgb(235, 235, 228) !important;
}

.not_active_gsm {
    background: indianred !important;
}

.active_gsm {
    background-image: url("../img/gsm_bg.png");
    background-repeat: no-repeat;;
}
/* Table -------------------------------------------------------------------------------------------------------*/

/* Form -------------------------------------------------------------------------------------------------------*/
.submit_form {
    width: 960px;
    margin: auto;
}
/* Form -------------------------------------------------------------------------------------------------------*/

.form_button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    border: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 5px 5px 0px;
}

.save_button {
    background-color: #2773B2;
}

.copy_button {
    background-color: #46b8da;
}

.transfer_button {
    background-color: #0486a7;
}

.sim_button {
    background-color: #009933;
}

.cancel_button {
    background-color: #bf5329;
}

.info_button {
    background-color: #2ab27b;
}

.change_button {
    background-color: #5bc0de;
}

.export_button {
    background-color: lightsalmon;
}

.has-error .chosen-default {
    /*border-color: #a94442;*/
}

textarea {
    resize: none;
}

.pagination {
    margin: 10px 0 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    font-size: 13px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination a:hover {
    background-color: #ddd;
    border-color: #ddd;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.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: #337ab7;
    border-color: #337ab7;
}

.tab_ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.tab_li {
    display: inline-block;
    position: relative;
    height: 38px;
    vertical-align: middle;
}

.tab_li .tab_menu {
    display: block;
    padding: 0 3px;
    color: #000000;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
}

.volume {
    position: absolute;
    left: 0;
    bottom: 100%;
    color: #2773B2;
    text-align: left;
    font-size: 24px;
}

.alarm_tab {
    background: indianred;
}

.alarm_tab_active {
    background: lightpink;
}

.alarm_tab_false {
    background: #EF9393;
}

.alert_tab {
    background: rgb(255, 180, 74);
}

.info_tab {
    background: darkseagreen;
}

.group_tab, .group_tab:hover {
    background: palevioletred;
    color: #000000;
}

.history_tab {
    display: block;
    padding: 0 3px;
    color: #000000;
    background: lightgray;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
}

.close_all_ruptures {
    display: block;
    color: #2773B2;
    font-size: 24px;
    height: 38px;
    line-height: 38px;
}

.event_count {
    background-color: rgb(233, 234, 237);
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.tab_content .table {
    margin: 0;
    color: #000000;
    width: 100%;
}

.table-bordered {
    border: 1px solid #dddddd;
}

#received_alarm thead tr {
    background: indianred;
}

#active_alarm thead tr {
    background: lightpink;
}

#false_alarm thead tr {
    background: #EF9393;
}

#alert thead tr {
    background: rgb(255, 180, 74);
}

#info thead tr {
    background: darkseagreen;
}

#group thead tr {
    background: palevioletred;
}

.table_view_table {
    font-size: 13px;
    color: #000000;
}

.table_view_table:not(:first-child) {
	display: none;
}

.table_view_table th {
    border-top: 0 !important;
    border-right: 0 !important;
}

.table_view_table th:first-child {
    border-left: 0 !important;
}

.table_view_table th, .table_view_table td {
    border-radius: 0 !important;
    font-size: 13px;
    border-color: #FFFFFF;
    color: #000000 !important;
    font-weight: 500;
    text-align: left;
}

.table_view_table td {
    border-right: 0 !important;
    padding: 0 8px;
}

.table_view_table td:first-child {
    border-left: 0 !important;
}

.table_view_table tr {
    background: gainsboro;
}

.table_view_table tr.silent_alarm, .list_table tr.silent_alarm {
    background: #D08585 !important;
}
.table_view_table tr.reason_3 {
    background: #D08585 !important;
}
.table_view_table tr.reason_4 {
    background: #D08585 !important;
}

.table_view_table tr.rupture_alarm {
    background: #D2ABAB !important;
}
.table_view_table tr.reason_7 {
    background: #D2ABAB !important;
}

.table_view_table tr.low_stretch {
    background: rgb(255, 180, 74) !important;
}
.table_view_table tr.reason_12 {
    background: rgb(255, 180, 74) !important;
}
.table_view_table tr.reason_10 {
    background: rgb(255, 180, 74) !important;
}

.table_view_table tr.armed {
    background: darkseagreen !important;
}
.table_view_table tr.reason_13 {
    background: darkseagreen !important;
}

.table_view_table tr.silent_alarm:hover td {
    /* background: #D08585 !important; */
}

.table_view_table tr.rupture_alarm:hover td {
    /* background: #D2ABAB !important; */
}

.table_view_table tr.low_stretch:hover td {
    background: rgb(255, 180, 74) !important;
}

.table_view_table tr.armed:hover td {
    /* background: darkseagreen !important; */
}

.technician_info_div {
    width: 550px;
    background: gainsboro;
    margin: auto;
    border-radius: 5px;
    min-height: 150px;
    height: auto;
    padding: 10px 20px;
	margin-top: 100px;
}

.technician_info_div .info_p {
    color: #2773B2;
}

.technician_info_div .info_p span.red {
    color: red;
}

.technician_info_div .info_p span.green {
    color: green;
}

.technician_info_div_inner {
    width: 100%;
}

.technician_info_div_inner td {
    width: 50%;
    border: 1px solid #000000;
    padding-left: 5px;
    background-repeat: no-repeat;
    position: relative;
}

.show_sim_name {
    font-size: 12px;
    display: block;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.show_connection_type {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 14px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -7px;
}

.show_connection_type_blocks {
    font-weight: bold;
    position: relative;
    left: 35%;
}

.sim_is_active {
    font-weight: bold;
}

.map_main_ul {
    white-space: nowrap;
    margin-bottom: 10px;
}

.map_main_ul li {
    padding: 2px 0;
}

.map_main_ul span {
    color: #000000;
    font-size: 16px;
}

li.signal_220 a span {
	color: #2773B2;
}

.map_main_ul i {
    color: #2773B2;
    margin-right: 5px;
    width: 15px;
    text-align: left;
}

.map_main_ul i.empty_fa {
    color: darkkhaki;
}

.map_main_ul ul {
    padding-left: 15px;
}

.toggle_ul {
    /*display: none;*/
}

.device_filter_p {
    width: 20%;

}
div.device_filter_p {
	width: fit-content !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.find_device_checkbox {
    width: 7%;
    display: inline-block;
    font-size: 12px;
}

.find_object_checkbox {
    width: 25%;
    display: inline-block;
    font-size: 12px;
}

.device_filter_p input[type=checkbox] {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.object_filter_p input[type=checkbox] {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.device_filter_p label {
    margin-left: 5px;
    vertical-align: middle;
}

.object_filter_p label {
    margin-left: 5px;
    vertical-align: middle;
}

.input_bold {
    width: 170px;
    height: 29px;
	line-height: 27px;
    border: 1px solid #2773B2;
    outline: none;
    text-align: right;
    padding: 0 5px;
}

.input_bold span {
    vertical-align: middle;
    font-weight: 500;
    margin-right: 5px;
	float: right;
}

.input_bold input[type=checkbox] {
	vertical-align: middle;
    float: right;
    margin-top: 7px;
}

.float_left_checkbox {
	float: left !important;
}

.input_bold_red {
    background: indianred;
}

.input_bold_orange {
    background: rgb(255, 180, 74);
}

.input_bold_false {
    background: #EF9393;
}

.group_alarm td {
	padding: 8px;
}

#map_wrapper, #monitoring_wrapper, #technician_wrapper {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 30px;
}

.monitoring_div {
    text-align: center;
    float: left;
    outline: 1px solid #ffffff;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.div_for_hover {
    display: none;
    position: absolute;
    background: ivory;
    z-index: 5;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    line-height: initial;
    padding: 10px;
    border: 2px solid red;
    color: #000000;
}

.div_for_hover p {
    margin: 0;
}

.monitoring_div.active_hover > .div_for_hover {
    display: block;
}

.map_left_side {
	float: left;
	width: 550px;
	height: 100%;
	border-right: 1px dashed #2773B2;
	overflow: auto;
    padding: 15px;
    position: relative;
}

.map_right_side {
	float: left;
	width: calc(100% - 550px);
	height: 100%;
    position: relative;
}

.map_right_side .autocomplete_div {
    top: 80px !important;
    width: auto;
    min-width: 100px;
}

.technician_left_side {
    position: relative;
	float: left;
	width: 600px;
	height: 100%;
	border-right: 1px dashed #2773B2;
	overflow: auto;
	padding: 15px;
}

.technician_right_side {
	float: left;
	width: calc(100% - 600px);
	height: 100%;
	position: relative;
}

.autocomplete_div {
	position: absolute;
	left: 10px;
	top: 45px;
    z-index: 1;
}

.autocomplete_input {
	padding: 5px;
	border: 1px solid #2773B2;
	outline: none;
	background: #ffffff;
	height: 29px;
	width: 100px;
	padding-right: 26px;
	-webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.autocomplete_input_long {
	width: 300px !important;
}

.autocomplete_input:focus {
    width: 300px;
}

.autocomplete_a {
	cursor: pointer;
	height: 31px;
	line-height: 31px;
	width: 30px;
	color: #2773B2;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.autocomplete_a i {
    position: relative;
    top:-2px;
}
#autocomplete_result {
    position: absolute;
    left: 0;
    top: 29px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #2773B2;
    max-height: 391px;
    overflow-y: auto;
    display: none;
}

#autocomplete_result li {
    font-size: 12px;
    padding: 3px 2px;
    border-bottom: 1px solid #2773B2;
    color: #2773B2;
    cursor: pointer;
}

#autocomplete_result li.hidden_li {
    display: none;
}

#autocomplete_result li.selcted {
    background: lightgray;
}

#autocomplete_result li:hover {
    background: lightgray;
}

.li_code_span {
    font-weight: bold;
    color: #000000;
}

.li_name_span {
    margin: 0px 5px;
}

.li_device_span {
    font-weight: bold;
    color: saddlebrown;
}

.more_button_p {
	text-align: right;
}

.more_button {
	color: #2773B2;
	border-bottom: 1px solid #0078A8;
}

.object_car_ul, .object_ul, .car_ul {
    display: none;
}

.active_li a span {
	background: grey !important;
}

.technician_popup {
    width: 100%;
}

.info_td p {
    font-size: 14px;
    margin-bottom: 2px;
}

.fv {
	color: #6ebc6e;
}

.fv_error {
	color: red !important;
	margin-left: 5px;
}

.indianred {
	color: red !important;
}

.fv_dark_green {
    color: #025000 !important;
}

.fv_dark {
    color: #012700 !important;
}

.info_td hr {
    margin: 10px 0;
}

.img_td {
    width: 70px;
    text-align: center;
    vertical-align: top;
	border-right: 1px solid #2773B2;
}

.img_td img {
    width: 50px;
}

.object_block_more, .object_block_more:hover {
    color: #0078A8;
    border-bottom: 1px solid #0078A8;
}

.empty_object {
	pointer-events: none;
}

.i_button_input {
    text-transform: uppercase;
}

#map_wrapper .leaflet-popup-content-wrapper {
    border-radius: 0
}

.department_popup p, .object_popup p, .car_popup p {
    margin: 3px 0;
    font-weight: 500;
    font-size: 13px;
}

.note_pp {
	color: indianred !important;
}

.note_pp span {
	color: #2773B2 !important;
}

.note_p span {
	color: indianred !important;
}

.department_popup p span, .object_popup p span, .car_popup p span {
    font-weight: bold;
    color: #2773B2;
}

.department_popup b, .object_popup b, .car_popup b {
    font-size: 14px;
    color: #2773B2;
}

#map_wrapper .leaflet-popup {
    bottom: 10px !important;
    left: -195px !important;
}

#map_wrapper .leaflet-popup-content {
    width: 350px !important;
}

.department_popup, .object_popup {
    width: 350px;
}

.car_popup {
    width: 350px;
}

.technician_popup {
    width: 500px !important;
}

.current_group_list {
	font-size: 13px;
	color: #2773B2;
}

.error_tr td {
    padding: 0 !important;
    background: indianred;
}

.error_tr td p {
    font-size: 12px;
    color: #ffffff;
    padding: 3px 5px;
}

.easy-autocomplete-container {
	border: 1px solid #2773B2;
	background: #fff;
}

.easy-autocomplete-container li {
	font-size: 12px;
	padding: 3px 2px;
	border-bottom: 1px solid #2773B2;
	color: #2773B2;
	cursor: pointer;
}

.easy-autocomplete-container li b {
	color: #000;
}

.easy-autocomplete-container li.selected {
	background: lightgray;
}

.device_type {
	width: 414px;
	margin-bottom: 5px;
    font-size: 0;
}

.device_type  div {
	padding: 3px;
	width: 103.5px;
	color: #ffffff !important;
    border: 1px solid #ffffff;
}

.device_type  .autonomous p, .device_type  .simple p, .device_type  .ignore_old_data p, .signal_220 p, .firmware_version p, .power_supply p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px !important;
}

.device_type  div {
    background: lightgray;
    display: none;
}

.device_type  .autonomous{
    background: #2773B2 !important;
}

.device_type  .simple{
    background: green !important;
}

.device_type  .signal_220{
    background: teal !important;
}
.device_type  .firmware_version{
    background: orange !important;
}
.device_type  .ignore_old_data{
    background: #a83434 !important;
}
.device_type  .power_supply{
    background: #b14b02 !important;
}

.search_brown{
    color:rgb(137, 0, 0);
}

.expand {
    position:fixed;
    top: 65px;
    left: 455px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #2773B2;
}

.expand i {
    color: #ffffff;
}

#result{
    width:339px;
    height:auto;
    border:1px solid black;
    overflow-y:scroll;
    display:none;
    border-radius: 3px;
}

#search{
    border: 3px solid black;
    width: 340px;
    height: 35px;
    border-radius: 11px;
}
.container{
    font-size: 0;
}
.device_container_inner_div {
	display: inline-block;
	font-size: 12px;
	width: 20%;
	vertical-align: top;
}
#schedule{
    margin-left:100px ! important;
    cursor:pointer;
}

.schedule_graph {
	width: 100%;
	height: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	margin-bottom: 10px;
}
.schedule_graph span {
	position: absolute;
	top: 8px;
	font-size: 10px;
	width: 30px;
	text-align: center;
	height: 14px;

}
div.pull_down {
	margin-bottom: 18px;
}
span.pull_down {
	top: 17px !important;
}
span.pull_down::before {
	content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1px 11px 0px;
    border-color: rgba(0, 0, 0, 0.3);
    top: -8px;
    left: 15px;
}
.schedule_graph div {
	position: absolute;
	height: 8px;
	top: 0px;
	background: #6ff383;
}
.week_end{
    color:#ad5656;
    font-weight: bold;
}
.hour_24{
     background-color: #ad5656; 
}
.alert_24{
     color:#ad5656;
     font-weight:bold;
}
.line{
    margin-top: 5px;
}

.toggle_schedule, .toggle_schedule:hover {
	border-bottom: 1px solid #0078A8;
	float: left;
	color: cadetblue !important;
}
.check_object{
    color:#a52a2a;
    margin-left: 5px;
}
.all_type{

}
.at_nomus{   
    padding: 3px 8px 6px 10px;
    border: 1px solid black;
    background-color: #2773B2;
    color: white;
    border: 3px solid #ccc;  
}
.s_imple{
    padding: 3px 8px 6px 10px;
    border: 1px solid black;
    background-color:green;
    color: white;
    border: 3px solid #ccc;
}
.power_supply{
    padding: 3px 8px 6px 10px;
    border: 1px solid black;
    background-color:#b14b02;
    color: white;
    border: 3px solid #ccc;
}
.new_power_supply{
    width: 150px !important;
    padding: 3px 8px 6px 10px;
    border: 1px solid black;
    background-color:#790000 !important;
    color: white;
    border: 3px solid #ccc;
}
.sign_al_220{
    padding: 3px 8px 6px 10px;
    border: 1px solid black;
    background-color:teal;
    color: white;
    border: 3px solid #ccc;
}
.ig_nore_old_data{
    padding: 3px 8px 6px 10px;
    border: 1px solid black;
    background-color: indianred;
    color: white;
    border: 3px solid #ccc;
}

.object_problems_table tbody td {
	text-align: left;
	font-size: 0;
}

.export_excel_div {
	display: inline-block;
	width: 25%;
	text-align: center;
	padding-top: 4px;
}

.export_excel_a {
    display: inline-block;
    text-align: center;
    padding: 5px;
    background: silver;
    border: 1px solid green;
}

.export_excel_a i {
	font-size: 32px;
    color: green;
}

.export_excel_a span {
	display: block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.sim_td {
	white-space: nowrap;
}

.in1_name {
	background: #2ce689 !important;
}
.in2_name {
	background: #fffb06 !important;
}
.in3_name {
	background: #cc7577 !important;
}
.in4_name {
	
}
.in5_name {
	background: #6b97ff !important;
}
.in6_name {
	
}

.version_p .device_name {
	color: saddlebrown;
}

.in_name_span {
	width: 15px;
    height: 15px;
    background: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

.header-username {
    color: #fff;
    margin: 5px 0;
}

.map_main_ul_checkbox {
    margin: 0 7px 0 0 !important;
    vertical-align: text-top !important;
}

.disconnect_connection {
    display: block;
    height: 30px;
    background-color: #c53434;
    font-weight: bold;
}
.show_number_text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.change_page {
    position: relative;
    float: left;
    width: 90px;
    padding: 5px 12px;
    margin-left: 20px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.show_map_popup {
    float: right;
    cursor: pointer;
}

.show_map_popup img {
    width: 25px;
    height: 38px;
}

.show_map_popup i {
    color: red;
    font-size: 22px;
}

.note_coordinate {
    margin: 0 0 10px 0 !important;
}

.coordinate_popup {
    width: 350px !important;
}

.coordinate_popup h4 {
    color: #008e7a;
    margin-bottom: 10px;
    border-bottom: 1px solid #008e7a;
    font-size: 16px;
}

.note_coordinate span {
    font-size: 12px !important;
    color: #2773B2;
    margin-right: 3px;
    font-weight: bold;
    display: inline-block;
}

.sim_select_choosen {
    position: relative;
    left: -10px;
}

.sim_select_choosen {
    position: relative;
}

.sim_select_choosen .chosen-container {
    width: 101px !important;
}

.rapture_text {
    float: inherit !important;
    font-size: 10px;
}

.wrong_sim_choosen_1, .wrong_sim_choosen_2 {
    display: inline;
}

.additional_registered_phone_global .contact_alarm_lists {
    display: none;
}

.additional_registered_phone_global .alarm_list_toggle {
    margin-right: 23px;
}

.additional_registered_phone input, .additional_registered_phone_global input {
    width: 75% !important;
    float: left;
}

.additional_registered_phone .contact_type input[type=checkbox], .additional_registered_phone .contact_alarm_lists input[type=checkbox],
.additional_registered_phone_global .contact_type input[type=checkbox], .additional_registered_phone_global .contact_alarm_lists input[type=checkbox] {
    width: 15px !important;
    display: inline;
    float: none;
    margin-left: 5px;
}

.additional_registered_phone .contact_type input[type=text], .additional_registered_phone .contact_alarm_lists input[type=text],
.additional_registered_phone .contact_type input[type=number], .additional_registered_phone .contact_alarm_lists input[type=number],
.additional_registered_phone_global .contact_type input[type=text], .additional_registered_phone_global .contact_alarm_lists input[type=text],
.additional_registered_phone_global .contact_type input[type=number], .additional_registered_phone_global .contact_alarm_lists input[type=number]  {
    width: 10% !important;
    float: none;
}

.contact_alarm_list_block {
    margin: 5px 0;
}

.contact_alarm_list_block input[name=delay], .contact_alarm_list_block input[name=wait] {
    height: 23px;
    margin-left: 20px;
}

.contact_alarm_list_name {
    width: 40%;
    display: inline-block;
}

.additional_registered_phone .label_td, .additional_registered_phone_global .label_td {
    vertical-align: top;
}

.contact_type {
    float: right;
}

.alarm_list_toggle {
    cursor: pointer;
}

.is_active_sms, .active_sms_label {
    display: none !important;
}

.input_bold_false_rapture, .input_bold_false_sms {
    width: 115px;
    margin-right: 10px;
    float: left;
}

input[type="checkbox"][readonly="readonly"] {
    opacity: 0.5;
}

.check_message_status {
    vertical-align: inherit !important;
    float: right;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.check_in_list_row {
    cursor: pointer;
}

.show_checkin_content {
    position: relative;
    left: -10px;
    font-size: 18px;
    float: right;
    color: #2856ff;
}

.chosen-container .chosen-results {
    max-height: 170px;
}

.multi_images_block {
    min-height: 100px;
}

.multi_images_block .input-images-1 {
    padding-top: .5rem;
}

.multi_images_block .upload-text {
    padding-left: 10px;
}

.multi_images_block .upload-text i {
    display: none !important;
}

.multi_images_block input {
    display: none;
}

.multi_images_block .uploaded .uploaded-image .delete-image i {
    font-style: normal;
}

.popup_object_info .fancybox_img {
    display: inline-block;
    margin: 10px 7px 7px 0;
}

.popup_object_info .fancybox_img img {
    width: 65px;
    height: 65px;
}

.map_info_div {
    position: absolute;
    left: 10px;
    top: 130px;
    z-index: 1;
}

ul#menu {
    width:100%;
    height:3em;
    margin:0;
    color:#eee;
}

ul#menu > li {
    float:left;
    list-style-type:none;
    position:relative;
}

.parent_label {
    position:relative;
    display:block;
    line-height:1em;
    transition:background 0.3s;
    cursor:pointer;
}

.parent_label:after {
    content:"";
    position:absolute;
    display:none;
    top:50%;
    right:5px;
    width:0;
    height:0;
    border-top:4px solid rgba(255,255,255,.5);
    border-bottom:0 solid rgba(255,255,255,.5);
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    transition:border-bottom .1s, border-top .1s .1s;
}

.parent_label:hover, input:checked ~ .parent_label{
}

input:checked ~ .parent_label:after {
    border-top:0 solid rgba(255,255,255,.5);
    border-bottom:4px solid rgba(255,255,255,.5);
    transition:border-top .1s, border-bottom .1s .1s;
}

input#check01 {
    display:none
}

input:checked ~ ul.submenu {
    width: 250px;
    max-height: 500px;
    overflow-y: auto;
    transition:max-height 0.5s ease-in;
}

ul.submenu {
    max-height:0;
    padding:0;
    overflow:hidden;
    color: #000;
    list-style-type:none;
    background:#fff;
    box-shadow:0 0 1px rgba(0,0,0,.3);
    transition:max-height 0.5s ease-out;
    position:absolute;
    min-width:100%;
}

ul.submenu li span {
    display:block;
    padding:12px;
    color:#ddd;
    text-decoration:none;
    box-shadow:0 -1px rgba(0,0,0,.5) inset;
    transition:background .3s;
    white-space:nowrap;
}

ul.submenu li a:hover {
    background:rgba(0,0,0,.3);
}

.group_li {
    padding: 10px;
}

.group_li input, .group_li label {
    cursor: pointer;
}

.group_cluster {
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #00ffdb;
    text-align: center;
    font-size: 14px;
}

.group_cluster span {
    position: relative;
    top: 9px;
}

table.table_view_table tbody tr.silent_alarm:hover,
table.list_table tbody tr.silent_alarm:hover,
.table_view_table tbody tr.rupture_alarm:hover,
.table_view_table tbody tr.armed:hover,
table.table_view_table tbody#received_alarm_body tr:hover,
table.table_view_table tbody#false_alarm_body tr:hover,
table.table_view_table tbody#alert_body tr:hover,
table.table_view_table tbody#info_body tr:hover,
table.table_view_table tbody#group_body tr:hover {
    background-color: #80c1ff !important;
}

table.list_table tbody tr:hover {
    background-color: rgb(210, 222, 255) !important;
}

table.filter_table tbody tr:hover {
    background-color: inherit !important;
}

.more_plus {
    cursor: pointer;
    font-size: 18px;
}
.object_info_more {
    display: none;
}

.device_reg_phones {
    width: 230px;
    margin: 5px 0;
    border: 1px solid #1a96bb;
    background: rgb(211, 211, 255);
    padding: 5px;
}

.device_reg_phones:hover {
    background: lavender;
}

.device_reg_phone_input {
    width: 120px;
    padding: 4px;
    border: 1px solid #2773B2;
}

.device_contact_type {
    float: right;
    margin-top: 3px;
}

.device_contact_alarm_list_name {
    display: block;
    margin: 5px 0;
}

.object_info_more_first {
    border-left: 2px solid #a900ff !important;
}

.object_info_more_last {
    border-right: 2px solid #a900ff !important;
}

.map_object_count {
    position: absolute;
    right: 55px;
}

.ui-datepicker {
    z-index: 10001 !important;
}

.history_reason_option {
    width: 235px;
}

.history_reason_option ul li {
    font-size: 12px;
}

.toggle_map {
    position: relative;
    z-index: 9999;
    top: 170px;
    left: 11px;
    background-color: #f4f4f4;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 4px;
    border-bottom: none;
}

.toggle_map i {
    font-size: 15px;
    position: relative;
    margin-top: 5px;
    margin-left: 7px;
}

.big-map {
    position: fixed !important;
    width: 90% !important;
    height: 90% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}

.automatic_closing_icon {
    color: rgb(236, 0, 0);
}

.automatic_closing_icon_obj {
    font-size: 70px;
    position: absolute;
    left: 15px;
}

.ringer_icon {
    position: absolute;
    top: 22px;
    right: 220px;
    z-index: 9999;
}

.lock_icon {
    color: #fff;
    font-size: 25px !important;
    cursor: pointer;
    margin-right: 5px;
}

.lock_icon_animation {
    -webkit-animation: lock 6s;
	-moz-animation: lock 6s;
	-ms-animation: lock 6s;
	-o-animation: lock 6s;
	animation: lock 6s;
}

.set_alert_ring_animation {
    -webkit-animation: lock 6s;
	-moz-animation: lock 6s;
	-ms-animation: lock 6s;
	-o-animation: lock 6s;
	animation: lock 6s;
}

@-webkit-keyframes lock {
	0% {
		color: #fb0404;
	}
	25% {
		color: #ccc;
	}
	26% {
		color: #fb0404;
	}
	50% {
		color: #ccc;
	}
	51%{
		color: #fb0404;
	}
	75% {
		color: #ccc;
	}
	76% {
		color: #fb0404;
	}
    100% {
		color: #ccc;
	}
}

@-moz-keyframes lock {
	0% {
		color: #fb0404;
	}
	25% {
		color: #ccc;
	}
	26% {
		color: #fb0404;
	}
	50% {
		color: #ccc;
	}
	51%{
		color: #fb0404;
	}
	75% {
		color: #ccc;
	}
	76% {
		color: #fb0404;
	}
    100% {
		color: #ccc;
	}
}
@keyframes lock {
	0% {
		color: #fb0404;
	}
	25% {
		color: #ccc;
	}
	26% {
		color: #fb0404;
	}
	50% {
		color: #ccc;
	}
	51%{
		color: #fb0404;
	}
	75% {
		color: #ccc;
	}
	76% {
		color: #fb0404;
	}
    100% {
		color: #ccc;
	}
}

.volume_icons {
    position: relative;
}

.volume_icon {
    color: #ffffff;
    font-size: 25px !important;
    cursor: pointer;
}

.volume_times_icon {
    position: absolute;
    left: -1px;
    top: -3px;
    font-size: 18px !important;
    color: red;
    cursor: pointer;
    opacity: 1;
}

.role_fullname {
    font-size: 12px;
}

.fv_error_list {
    color: red;
    font-size: 11px;
}

.search_objects {
    padding: 3px;
    border: 1px solid #2773B2;
}

.someclass {
    color: #009118 !important;
}

.user_obj_excell_icon {
    font-size: 20px !important;
    color: #009118 !important;
    cursor: pointer;
}

.search-container {
    width: 200px;
    border: 1px solid #2773B2;
    background-color: #FFF;
    position: relative;
    padding: 3px 37px 3px 10px;
  }
  .search-box {
    background-color: transparent;
    outline: none;
    height: 25px;
    font-size: 15px;
    border: 0;
    width: 100%;
  }
  .search-button {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    background-color: rgb(31, 0, 204);
    border: 0;
    color: #FFF;
    width: 36px;
    height: 31px;
    outline: 0;
  }

  .disable_choosen_select {
    pointer-events: none;
    cursor: not-allowed;
  }

  .disable_choosen_select .chosen-container {
    opacity: 0.7;
  }

  .rotate_icon {
    color: indianred;
    cursor: pointer;
    font-size: 18px !important;
  }

  .transfer_object_plus, .new_object_plus {
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    color: #005e5e;
  }

  .transfer_object_info, .new_object_info {
    display: none;
  }

  .border_left {
    border-left: 2px solid #009191 !important;
  }

  .border_right {
    border-right: 1px solid #009191 !important;
  }