/************************************** START: Load Roboto Font ****************************/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('Roboto/Roboto-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto/Roboto-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('Roboto/Roboto-500.ttf') format('truetype');
}

/************************************** END: Load Roboto Font ****************************/


/************************************** START: Load Source Sans Pro Font ****************************/
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('Source_Sans_Pro/SourceSansPro-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: url('Source_Sans_Pro/SourceSansPro-300italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('Source_Sans_Pro/SourceSansPro-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url('Source_Sans_Pro/SourceSansPro-400italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('Source_Sans_Pro/SourceSansPro-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url('Source_Sans_Pro/SourceSansPro-600italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('Source_Sans_Pro/SourceSansPro-700.ttf') format('truetype');
}

/************************************** END: Load Source Sans Pro Font ****************************/
body {
    background: rgb(248, 253, 255);
}

a:hover {
    cursor: pointer !important;
}

.login-page {
    background: #f8fdff;
}

.modal-content {
    box-shadow: none;
}

.modal-header {
    border: none;
    color: #fcffce;
}

.modal-body {
    border: 5px solid #e3e3e3;
    border-top: none;
}

.loginBillName {
    font-family: 'Open Sans', sans-serif;
    color: #ffd986;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    4px 4px 0 #88e1fb,
    5px 5px 10px #88e1fb;
    text-align: center;
    margin-top: 40px;
}

.login-box {
    width: auto;
    margin: 45px auto 0;
}

input[readonly] {
    cursor: text;
    background-color: #fff;
}

.img_logo {
    width: 100px;
    margin: 15px;
}

.btn {
    font: 500 13px 'Roboto', sans-serif;
}

.list-unstyled li {
    font: 300 12px 'Roboto', sans-serif;
    margin: 0 0 20px 0;
}

.list-unstyled li span {
    margin: 0 5px 0 0;
}

.list-unstyled li a {
    font: 500 12px 'Roboto', sans-serif;
    text-decoration: underline;
    color: #fbb315;
}

.list-unstyled li a:hover {
    color: #00acd6;
}

.loginPhone, .loginEmail, .loginSkype, .loginWhatsapp {
    margin: 0 0 5px 0;
    font: 400 12px 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.loginPhone i, .loginSkype i, .loginWhatsapp i {
    font-size: 18px;
}

.loginPhone span, .loginSkype span, .loginWhatsapp span {
    position: relative;
    top: -2px;
}

.loginPhone i {
    color: #305aca;
}

.loginPhone span {
    margin: 0 0 0 8px;
}

.loginEmail {
    background: url("../img/gmail.png") no-repeat 1px 3px;
}

.loginEmail span {
    margin: 0 0 0 25px;
}

.loginSkype i {
    color: #00aff0;
}

.loginSkype span {
    margin: 0 0 0 9px;
}

.loginWhatsapp i {
    color: #51ca5d;
}

.loginWhatsapp span {
    margin: 0 0 0 9px;
}

.loginAddress h3 {
    margin: 0 0 7px 0;
    font: 500 12px 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cb8c05;
}

.loginAddress p {
    font: 400 12px 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.loginDialerList li {
    margin: 0 0 30px 0;
}

.loginDialerList li p {
    font: 400 12px 'Source Sans Pro', sans-serif;
    margin: 0 0 3px 0;
}

.thSelectAll {
    position: relative;
    bottom: 2px;
    right: 5px;
}

.loginDialerList li p b {
    font: 700 13px 'Open Sans', sans-serif;
    margin: 0 0 3px 0;
    color: #e9a40f;
    text-shadow: -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    2px 2px 0 #88e1fb,
    3px 3px 5px #88e1fb;
    text-transform: uppercase;
}

.loginDialerList li p a {
    font: 500 12px 'Roboto', sans-serif;
    text-decoration: none;
    color: #689f38;
    text-shadow: none;
    text-transform: lowercase;
}

.loginDialerList li p a:hover {
    color: #00acd6;
}

.modal-header {
    text-align: center;
    background: -webkit-linear-gradient(90deg, #88e1fb 10%, #ffd986 90%); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(90deg, #88e1fb 10%, #ffd986 90%); /* FF3.6+ */
    background: -ms-linear-gradient(90deg, #88e1fb 10%, #ffd986 90%); /* IE10 */
    background: -o-linear-gradient(90deg, #88e1fb 10%, #ffd986 90%); /* Opera 11.10+ */
    background: linear-gradient(90deg, #88e1fb 10%, #ffd986 90%); /* W3C */
}

.modal-header span {
    font: 300 16px 'Source Sans Pro', sans-serif;
}

.table-0024 {
    border-top: none;
}

.table-fixed-height tbody {
    display: block;
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-fixed-height thead tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

.table-fixed-height tbody tr {
    display: table;
    width: -webkit-calc(100% + 17px);
    width: -moz-calc(100% + 17px);
    width: calc(100% + 17px);
    table-layout: fixed;
}

.table-0024,
.table-0024 thead tr th,
.table-0024 tbody tr th,
.table-0024 tbody tr td {
    border-color: #e3e3e3;
    vertical-align: middle;
}

.table-0024 thead tr th {
    font: Bold 11px Tahoma, Verdana, Helvetica;
    padding: 4px;
}

.table-0024 tbody tr th,
.table-0024 tbody tr td {
    padding: 2px 4px;
    font: Normal 11px Tahoma, Verdana, Helvetica;
}

.table-0024 .tdCenter {
    text-align: center;
}

.table-0024 .tdRight {
    text-align: right;
}

.table-0024 .tdSN {
    width: 30px;
}

.dashboard_report {
    border: 2px solid #e3e3e3 !important;
    padding: 5px;
    margin-bottom: 25px !important;
}

.dashboard_report .box-header {
    background: #fff;
    padding: 0;
}

.dashboard_report .box-header h3 {
    font: Bold 12px/15px Tahoma, Verdana, Helvetica;
    margin: 0 0 8px 0;
}

.dashboard_report .box-header h3 b {
    font: Bold 14px Tahoma, Verdana, Helvetica !important;
    color: #095e6c;
}

.dashboard_report .box-header .dash_interval {
    border: 1px solid #e3e3e3;
    background: #e3e3e3;
    padding: 5px;
    line-height: 0;
    text-align: center;
}

.dashboard_report .box-header .dash_interval a {
    display: inline-block;
    margin: 0;
    font: Bold 11px Tahoma, Verdana, Helvetica;
    border: 1px solid #fffeef;
    background: #fffeef;
    border-radius: 10px;
    padding: 2px 10px;
    text-align: center;
    cursor: pointer;
}

.dashboard_report .box-header .dash_interval a.active {
    border: 1px solid #526883;
    background: #526883;
    color: #fff;
}

.table-add {
    font-size: 17px;
    position: relative;
    margin-right: 8px;
    color: #969cbf;
    top: 0;
    float: right;
}

.table-edit {
    font-size: 18px;
    position: relative;
    top: 1px;
    color: #5aa74f;
}

.table-middle-small,
.table-middle-small thead tr th,
.table-middle-small tbody tr th,
.table-middle-small tbody tr td {
    border-color: #e3e3e3;
    vertical-align: middle;
}

.table-middle-small thead tr th {
    padding: 5px;
    text-align: right;
    font: Bold 11px Tahoma, Verdana, Helvetica;
    background: #f7f7f7;
}

.table-middle-small tbody tr td {
    padding: 5px;
    text-align: right;
    font: Bold 18px Tahoma, Verdana, Helvetica;
}

.showHideButton em {
    font: Normal 11px Tahoma, Verdana, Helvetica;
    color: #0027ff;
    position: relative;
    top: -2px;
    cursor: pointer;
    text-decoration: underline;
    right: 5px;
}

.button-plus {
    font-size: 14px;
    position: relative;
    color: #2cad1a;
    cursor: pointer;
}

.button-minus {
    font-size: 14px;
    position: relative;
    color: #ce1b1b;
    cursor: pointer;
}

.table-delete {
    font-size: 18px;
    position: relative;
    top: 1px;
    color: #a74f4f;
}

.box-body-left {
    float: left;
    width: 49%;
}

.box-body-right {
    float: right;
    width: 49%;
}

.lightRed {
    color: #ad5d5d;
}

.lightGreen {
    color: #70a170;
}

.separate-border {
    border-top: #e2e2e2 1px solid;
    margin: 10px 0;
}

.btn-export,
.btn-export-pdf,
.btn-export-excel {
    border-radius: 0;
    padding: 5px 10px;
    background-color: white;
}

.btn-export-pdf {
    border: 2px solid #dd4b39;
}

.btn-export-excel {
    border: 2px solid #3fab0f;
}

.form-group label {
    font: Bold 11px Tahoma, Verdana, Helvetica;
    margin-bottom: 5px !important;
}

.form-group label.error {
    font: Normal 11px Tahoma, Verdana, Helvetica;
    color: #e70606;
    margin: 0 0 5px 0;
    position: relative;
    top: -3px;
}

.form-control {
    font: Normal 11px Tahoma, Verdana, Helvetica;
}

.form-control[readonly] {
    background-color: #f6f6f6;
}

.input-sm {
    padding: 4px 5px;
    height: auto;
}

select.input-sm {
    padding: 3px 4px;
    height: auto;
}

a.btn-search,
.btn-submit {
    font: Bold 11px Tahoma, Verdana, Helvetica;
    padding: 4px 5px;
    border-radius: 0;
}

.btn-submit-big {
    font: Bold 15px Tahoma, Verdana, Helvetica !important;
    padding: 7px 15px !important;
    border-radius: 2px !important;
    margin-bottom: 20px;
}

a.btn-search:hover {
    text-decoration: underline;
}

a.btn-search i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
}

.btnLeft {
    text-align: left;
}

.btnRight {
    text-align: right;
}

.btnCenter {
    text-align: center;
}

.alert {
    border-radius: 0;
    padding: 8px 0 8px 15px;
}

.label {
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    border-radius: 1px;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5) url('../img/loader.gif') 50% 50% no-repeat;
}


/******************Menu Design - START*********************************/
.sidebar-menu li.header {
    font: Normal 11px Tahoma, Verdana, Helvetica;
}

.user-panel {
    padding: 5px 10px 10px 10px;
}

.user-panel > .info {
    padding: 5px 5px 5px 10px;
}

.user-panel > .info > p {
    font: Bold 12px Tahoma, Verdana, Helvetica;
    margin-bottom: 3px;
}

.sidebar-menu > li > a {
    padding: 10px 5px 10px 12px;
    display: block;
}

.sidebar-menu .treeview-menu {
    margin: -7px 0 0 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu li:last-child a {
    padding-bottom: 15px;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    margin-top: 3px;
    margin-right: 0;
}

.sidebar-menu > li > a > span {
    font: Bold 12px Tahoma, Verdana, Helvetica;
    text-transform: capitalize;
}

.main-header .navbar .nav > li.user > a {
    font: Bold 12px Tahoma, Verdana, Helvetica;
}

.top-i {
    font: 700 11px Tahoma, Verdana, Helvetica;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    font-size: 18px;
    position: relative;
    top: 1px;
}

/******************Menu Design - END*********************************/


/******************Select2 Design - START*********************************/
.select2-selection {
    border: 1px solid #d2d6de !important;
    border-radius: 1px !important;
    font: Normal 11px Tahoma, Verdana, Helvetica;
    height: auto !important;
    padding: 6px 5px 3px 5px !important;
}

.select2-selection__rendered {
    line-height: 18px !important;
    padding-left: 0 !important;
}

.select2-search__field,
.select2-results__options li {
    padding: 4px !important;
    font: Normal 11px Tahoma, Verdana, Helvetica;
}

.select2-selection__choice {
    margin: 0 5px 5px 0 !important;
    height: 21px;
    line-height: 18px !important;
    border-radius: 2px !important;
    padding: 0 7px !important;
    color: #000000 !important;
    background: #fffee4 !important;
    font: Normal 11px Tahoma, Verdana, Helvetica;
}

.box-header h3.box-title b {
    color: #d3ffa4;
    font: Bold 18px/13px Tahoma, Verdana, Helvetica;
    position: relative;
    top: 1px;
}

.select2-selection__choice__remove {
    color: #ff0000 !important;
    margin-right: 5px !important;
    font: Normal 11px Tahoma, Verdana, Helvetica;
}

.select2-search__field {
    margin-top: 0 !important;
}

.select2-container--default .select2-results__group {
    padding: 0 !important;
}

.select2-results__options .select2-results__options--nested li {
    padding-left: 20px !important;
}

/******************Select2 Design - END*********************************/


/******************Content Design - Start*********************************/
.content-wrapper {
    min-height: 100%;
}

.content-header {
    position: relative;
    padding: 10px 10px 5px 11px;
}

.content-header > .row > div > h1 {
    font: Bold 18px Tahoma, Verdana, Helvetica;
    margin: 0;
}

.content-header > .row > div > h1 > small {
    font: Normal 11px Tahoma, Verdana, Helvetica;
    padding: 0 0 0 2px;
}

.content-header > .row > div > a.btn-add {
    font: Bold 11px Tahoma, Verdana, Helvetica;
    padding: 3px 5px;
    float: right;
    border-radius: 0;
    margin: 0 0 0 5px;
    color: #fff !important;
}

.content-header > .row > div > a.btn-add:hover {
    text-decoration: underline;
}

.content-header > .row > div > a.btn-add i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
}

.mandatory_color {
    color: #bf0707;
    padding: 0 5px 0 0;
}

.mandatory_horizontal {
    color: #bf0707;
    padding: 0 0 0 1px;
    position: absolute;
    top: 2px;
}

.mandatoryDiv {
    text-align: right;
    font: Bold 11px/22px Tahoma, Verdana, Helvetica;
}

.content {
    min-height: 250px;
    padding: 6px 10px 0 11px;
    margin-right: auto;
    margin-left: auto;
}

.box {
    position: relative;
    border-radius: 0;
    background: #ffffff;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: none;
}

.box-header {
    display: block;
    padding: 5px 12px;
    position: relative;
}

.noOfData {
    position: relative;
    height: 18px;
    border-radius: 50%;
    padding: 0 5px;
}

.box-header h3.box-title {
    color: #fff;
    font: Bold 12px/18px Tahoma, Verdana, Helvetica;
    display: block;
}

.box-body {
    border-radius: 0;
    padding: 0;
}

.form-box-body {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 20px;
}

.form-box-body .form-group {
    margin-bottom: 10px;
}

.form-box-body .control-label {
    padding-top: 4px;
}

.box-footer {
    border: none;
    padding: 0;
}

/******************Content Design - END*********************************/


.table-button {
    padding: 3px 10px 4px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-color: #006DC0;
    font: 500 11px/1 "Roboto", sans-serif;
    color: #FFFFFF !important;
    cursor: pointer;
    -webkit-box-shadow: 0 -2px 0 0 #000000 inset;
    -moz-box-shadow: 0 -2px 0 0 #000000 inset;
    box-shadow: 0 -2px 0 0 #000000 inset;
}

.table-button:active {
    -webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 1) inset;
    border: 1px solid #006DC0 !important;
    padding: 3px 10px 4px;
}

.table-button:hover {
    color: #FFFFFF !important;
}

.my-fa-table {
    font-size: 14px !important;
    line-height: 1 !important;
    vertical-align: -1px !important;
}

.my-fa-padding-right {
    padding: 0 5px 0 0;
}

.ZLP {
    padding-left: 0 !important;
}

.ZRP {
    padding-right: 0 !important;
}

.without-border-box {
    border-radius: 0;
    border-top: none;
    box-shadow: none;
}

.btn-0024 {
    border-radius: 1px !important;
    padding: 0 8px 2px 8px !important;
}

.btn-0024 span {
    position: relative;
    top: 1px;
}

.btn-payment {
    padding: 2px 5px;
    font: Bold 11px/12px Tahoma, Verdana, Helvetica;
    color: #fff;
    background: #5aa74f;
    border-radius: 0;
}

.btn-payment:hover,
.btn-payment:active,
.btn-payment:focus {
    color: #fff;
    background: #2e5d2b;
    border-radius: 0;
}

.btn-payment i {
    font-size: 14px;
    position: relative;
    top: 0;
    color: #fff;
    margin: 0 5px 0 0;
}

.btn-payment span {
    position: relative;
    top: -2px;
}

.spanBoldSmall {
    font-weight: 600;
}

div.pagination {
    font: Bold 11px Tahoma, Verdana, Helvetica;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    display: block;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #526883;
    text-decoration: none;
    color: #526883;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #526883;
    color: #FFF;
    background-color: #526883;
}

div.pagination span.current {
    padding: 2px 5px;
    margin-right: 2px;
    border: 1px solid #526883;
    font-weight: bold;
    background-color: #526883;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px;
    margin-right: 2px;
    border: 0 solid #f3f3f3;
    color: #000000;
}

div.withSelected {
    width: 100%;
}

div.withSelected p {
    font: Bold 11px Tahoma, Verdana, Helvetica;
    margin: 0 0 5px 0;
}

.alert-info {
    padding: 5px 0 5px 15px;
    display: block;
    font: Bold 12px Tahoma, Verdana, Helvetica;
    margin-bottom: 15px;
    background-color: #2da4c2 !important;
    border: 2px solid #2da4c2;
}

.radioName {
    font: Normal 11px Tahoma, Verdana, Helvetica;
    position: relative;
    top: -2px;
    padding: 0 15px 0 0;
}

label.field_suggestion {
    font: Normal 11px/11px Tahoma, Verdana, Helvetica;
    display: block;
    color: green;
    position: relative;
    top: 1px;
}

.simple-marquee-container {
    margin-bottom: 5px;
}

.simple-marquee-container * {
    font: Bold 16px Tahoma, Verdana, Helvetica;
}

.simple-marquee-container {
    background: #d1d5d9 !important;
}

.marquee-content-items li {
    color: #0c376c !important;
    line-height: 25px !important;
}

/*Style added by rubel*/
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    background: -webkit-linear-gradient(90deg, #526883 16%, #777 80%);
    background: -moz-linear-gradient(90deg, #526883 16%, #777 80%);
    background: -ms-linear-gradient(90deg, #526883 16%, #777 80%);
    background: -o-linear-gradient(90deg, #526883 16%, #777 80%);
    background: linear-gradient(90deg, #526883 16%, #777 80%);
    color: #fff;
    text-align: center;
}

/*Status style*/
.status-wrapper {
    display: inline;
}

.status i {
    font-size: 18px;
}

.status i.fa-toggle-on {
    color: green;
}

.status i.fa-toggle-off {
    color: red;
}


/*table row hover and click css*/
.highlight {
    background-color: #bbdef3 !important;
/ / background-color: #a2f3ce !important;
/ / color: #055be0 !important;
    color: #350fa9 !important;
/ / border: 2 px solid #2be07c !important;
    border: 2px solid #C5C5C5 !important;
}

.highlight td a {
    color: #055be0 !important;
}

.highlight td .btn {
    color: white !important;
}

.table tbody tr:hover {
    background-color: #d9ecf7 !important;
}

/*.table tbody tr:nth-child(even) {
    background-color: #f2f2f2!important;
}*/

/*table row hover and click css*/

.router-link-exact-active {
    color: #000 !important;
    font-weight: bold !important;
}

.sidebar-menu .router-link-exact-active {
    background: #f4f4f5 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 600px) {
    .pin-limit-status-head {
        display: none !important;
    }
}

/*CSS for server connection report coloring
 //Less than 20% light dark, 20% to 39% Blue , 40% theke 60% - Green  and 61% to 79% no color, 80% to 95% Yellow , 95%+ Red color
 Less than 20% light dark, 20% to 39% Blue , 40% theke 60% - Green and 61% to 79% Yellow 80% to 95% Orange , 95%+ Red color
*/

.lightGray {
    background-color: #bdbaba !important;
    color: #000;
    font-weight: 100 !important;
}

.green2 {
    background-color: #0FA721 !important;
    color: #fff8f8;
}

.blue2 {
    background-color: #2b69c7 !important;
    color: #fff8f8;
}

.red2 {
    background-color: #f83d28 !important;
    color: #fff8f8;
}

.orange2 {
    background-color: #f39c12 !important;
    color: #fff8f8;
}

.yellow2 {
    background-color: #F5DF49 !important;
}

.text_pre_formate {
    word-wrap: break-word;
    min-width: 160px;
    max-width: 350px;
}

.ips, .ipname {
    display: block;
    margin: 0 0 1px!important;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #EFEFEF;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
    padding: 1px 5px!important;
    color: #367F36;
    font-size: 13px;
    line-height: 1.40;
    padding: 9.5px;
    margin: 0 0 10px;
    min-width: 250px;
}

.ipname{
    color: #7252fc;
}

.table-scroll{
    empty-cells: show;
    border-spacing: 0;
}

.table-scroll tbody {
    display:block;
    overflow:auto;
}

.body-half-screen {
    max-height: 22vh;
}

.table-scroll thead tr, .table-scroll tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.multiselect__select {
    width: 0 !important;
    height: 0 !important;
    right: 15px !important;
    top: 14px !important;
    z-index: 100;
}
.multiselect__tags {
    min-height: 0 !important;
    padding: 0 !important;
}

.multiselect__single {
    font-size: 12px !important;
    margin-top: 3px !important;
}

