@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

/*------------------------------Typography------------------------------ */


/* h1, h2, h3, h4, h5, h6 {
  font: 300 14px/19px Roboto !important;
  font-size: 100%;
  letter-spacing: 0;
  color: #363636;
  opacity: 1;
} */


/* h1 {
  font-size: 30px !important;
}

h2 {
  font-size: 26px !important;
}

h3 {
  font-size: 19px !important;
} */


/* h4 {
  font-weight: 400 !important;
} */


/* h5 {
  font-weight: 600 !important;
}

h6 {
  font-size: 16px !important;
} */

.container-fluid {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px
}

body,
body:not(.mini-navbar) {
    background: #F6F8F9;
}

.navbar-static-top {
    z-index: 100;
}

.no-gutter {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

a:focus,
a:hover {
    outline: none !important;
}


/* Margin */

.m-30 {
    margin: 30px 0;
}

.m-15 {
    margin: 15px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mtb-15 {
    margin: 15px 0 !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}


/* page loader */

.pace-active {
    position: relative;
    z-index: 9999;
}

.pace .pace-activity {
    border-color: #0098CC;
}

.pace .pace-progress {
    background: #0098CC;
}

.pace .pace-progress-inner {
    box-shadow: none;
}

.ibox {
    margin-bottom: 0;
    width: 100%;
}

.first-column {
    width: 3% !important;
}

.table-outercon {
    position: relative;
    width: 100%;
}

.table-button-outer-wrap {
    position: absolute;
    right: 0;
    z-index: 999;
}

.form-horizontal {
    padding-left: 0px;
    float: left;
    width: 100%;
}

.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 9999 !important;
}

.modal-body {
    padding: 15px;
}

.twocolumn-content-wrap {
    padding: 20px;
    float: left;
    width: 100%;
    background: #fff;
}

.twocolumn-content-wrap h3 {
    margin: 0 0 15px;
}

.settings-menu {
    padding: 0 !important;
    border-left: 0 !important;
}

.settings-box h4:first-child {
    margin-top: 0;
}

.settings-box h4 {
    margin-top: 20px;
}

.settings-box .list-unstyled.settings-nav {
    margin: 0 !important;
}

.settings-content-table-wrap {
    float: left;
    width: 100%;
}

.modal-title {
    font-size: 26px;
}

.table-wrap {
    float: left;
    width: 100%;
    overflow: hidden;
}

.table-wrapper table {
    background: #f6f8f9;
    width: 100% !important;
}

.plan_div {
    float: left;
    width: 100%;
}

/* .modal-open .select2-container {
    z-index: 999 !important;
} */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
    top: 50% !important;
    transform: translateY(-50%);
}

.note-editor.note-frame .note-editing-area {
    min-height: 200px;
}


/*--------------------------Navbar starts here------------------------------*/

.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
    background: #ffffff;
}

.nav.navbar-top-links.navbar-right {
    display: flex;
}

#navbar .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    align-items: center;
    padding-left: 30px;
}

.navbar-header {
    position: relative;
    z-index: 9;
    padding-right: 10px;
    border-right: 1px solid #EAEAEA;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
}

.top-navigation .nav>li a:focus,
.top-navigation .nav>li a:hover {
    background: none;
    color: grey;
}

.top-navigation .nav>li>a {
    padding: 0px;
    margin: 0px 10px;
    font: 400 13px/18px Roboto;
    letter-spacing: 0px;
    color: #797979;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
}

.top-navigation .nav-tabs>li>a {
    padding: 15px 10px;
    margin: 0px;
    border-bottom: none;
}

.top-navigation .navbar .nav>li.active {
    background: none;
}

.top-navigation .nav>li.active>a {
    background: none;
    width: auto;
    transition: all 300ms ease-in-out 0s;
    /* border-bottom: 3px solid #22A7F0; */
}

.top-navigation .nav.navbar-nav>li.active>a:after {
    width: 100%;
}

.top-navigation .nav>li a:hover {
    color: #4099de;
    background: none;
}

.top-navigation .nav.navbar-nav>li>a::after {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: #4099de;
    height: 2px;
    width: 0;
    content: "";
    transition: all 300ms ease-in-out 0s;
}

.top-navigation .nav.navbar-nav>li a:hover:after {
    width: 100%;
}

.top-navigation .wrapper.wrapper-content {
    padding: 0;
}

.nav.navbar-top-links.navbar-right {
    display: flex;
}

.navbar-right {
    padding-left: 20px;
    border-left: 2px solid #F8F8F8;
    margin-right: 0 !important;
}

.navbar-collapse {
    position: relative;
}

.top-navigation .nav>li a:hover {
    border: 0 !important;
}


/*Global Search*/

.global-search-form {
    position: relative;
    padding: 5px 46px 5px 40px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.global-search-form i {
    margin: 0 10px;
    cursor: pointer;
}

.globa-search-form i.fa-search {
    margin-left: 10px;
}

#global_search {
    position: absolute;
    left: 200px;
    right: 0;
    z-index: 99;
    background: #0da5f9;
    display: none;
}

#global_search input::placeholder,
#global_search input {
    color: #fff
}

#global_search input:focus {
    box-shadow: none;
    outline: none;
}

.global-search-input {
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: top;
    padding: 6px 15px;
    font-size: 16px;
    height: auto;
    background: rgba(255, 255, 255, .2);
    color: #fff;
}


/*Global Search result container*/

.search-result {
    width: 92%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 20px;
    border-radius: 5px;
    /*right : 7%;*/
    color: #fff !important;
}

.search-result ul {
    padding-left: 12px;
}

.search-result-card-heading {
    color: #0DA5F9;
}

.search-result a {
    color: #fff;
    line-height: 20px;
    padding-left: 12px;
    overflow-wrap: break-word;
}

.search-result .list-group-item {
    padding: 6px 12px !important;
    border: none !important;
}

.global-search-box {
    background-color: #e5e6e7;
    border: 0px;
    border-radius: 5px;
}

.search-result a.list-group-item:focus,
.search-result a.list-group-item:hover {
    background-color: #f5f5f5eb !important;
}


/*Global search ends here*/


/*logo*/

.logo-responsive {
    width: 100%;
}


/*grey border*/

.bl-2 {
    border-left: 2px solid #F8F8F8;
}

.avatar {
    background-color: #0DA5F9 !important;
    border-radius: 50%;
    padding-top: 10px;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-family: Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 1;
    position: relative;
    /* line-height: 1;
display: block;
height: 34px;
width: 34px;
color: #ffffff;
text-align: center;
border-radius: 50%;
background-color: #0DA5F9 !important;
position: relative; */
}

.white-bg {
    background: #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
    float: left;
    width: 100%;

    /* padding: 0 35px; */
}

#page-wrapper {
    padding: 0;
}

#page-wrapper .page-heading {
    padding: 0 35px 20px;
    background: #FCFCFC;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
}

#page-wrapper .page-heading h2 {
    color: #363636 !important;
    font-size: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 24px 0 11px;
}

#page-wrapper .page-heading.border-bottom {
    border-bottom: 2px solid #EAEAEA !important;
}

.breadcrumb {
    margin-top: 12px;
    background: none;
}

.breadcrumb>li a {
    font-size: 12px;
    color: #797979 !important;
    font-weight: 400;
}

.breadcrumb>li a:hover,
.breadcrumb>li a:active,
.breadcrumb>li a:focus {
    font-weight: 700;
}

.breadcrumb>.active {
    color: #797979;
    font-size: 12px;
    font-weight: 700;
}

.breadcrumb>li+li::before {
    color: #797979;
    padding: 0 0 0 5px;
}

.ibox-common-title {
    width: 100%;
    border: 0;
    padding: 43px 43px 11px;
    background: #ffffff;
}

.ibox-common-title h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #363636;
    margin: 0;
}

.ibox-title {
    float: left;
    width: 100%;
    border: 1px solid #EAEAEA;
    border-right: none;
    border-left: none;
    background: #FCFCFC;
    padding: 15px 43px 12px;
    min-height: 45px;
}

.ibox-title.page-title h3 {
    margin: 0;
}

.ibox-title.collapse-title {
    float: none;
    padding: 0 43px;
    border: 1px solid #EAEAEA;
    border-left: 0;
    border-right: 0;
}

.ibox-title a.ibox-title-link {
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    outline: none;
}

.collapse-title .ibox-title-link h6 {
    padding: 15px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ibox-title a.ibox-title-link:after {
    position: absolute;
    top: 50%;
    right: 12px;
    font-family: "FontAwesome";
    color: #797979;
    content: "\f107";
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ibox-title a.ibox-title-link.collapsed:after {
    content: "\f105";
}

.ibox-content {
    float: left !important;
    width: 100%;
    background: #ffffff;
    padding: 22px 43px 26px !important;
    border: 0 !important;
}

.ibox-content.collapse-content {
    float: none;
    display: inline-block;
}

.vertical-ibox-content {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 22px 10.5% 26px;
    border: 0;
}

#search-form.user-filter label {
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363636;
    text-transform: capitalize;
    margin-bottom: 10px;
}


/*-------------table row section-----------*/

.col-toggle-style {
    padding: 2px 6px;
    font: Regular 10px Roboto !important;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    background: #ffffff;
    text-transform: capitalize;
    color: #797979;
    margin-bottom: 3px;
    margin-right: 3px;
}

.dt-coltoggler-wrapper>.col-toggle.col-hidden {
    background-color: #e0e0e0;
    border-color: transparent;
    color: #909090;
    font-size: 10px !important;
}

.col-style {
    text-align: left;
    font: Regular 14px/19px Roboto;
    letter-spacing: 0px;
    color: #4099de;
    opacity: 1;
}

.table-wrapper {
    float: left;
    width: 100%;
    background: #F6F8F9;
}

.table-wrapper .ibox-title {
    background: #F6F8F9;
    border: 0;
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
}

.table-wrapper .ibox-content {
    border: 0;
    background: #F6F8F9;
    padding: 22px 43px 15px;
    position: relative;
}

.table-wrapper .ibox-content .dt-coltoggler-wrapper {
    display: none;
}

.table-wrapper table tbody {
    background: #ffffff;
    border-top: 0;
    border: 1px solid #EAEAEA;
    border-top: 0;
}

.table-wrapper .dataTables_scrollBody tr td:first-child {
    border-left: 1px solid #EAEAEA;
}

.table-wrapper .dataTables_scrollBody tr td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #363636;
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #EAEAEA;
}

.table-wrapper .ibox-content .table-responsive .bottom {
    margin-top: 16px;
}


/* export csv button */

#export-csv {
    max-width: 137px;
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #23C6C8;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px 0 34px;
    line-height: 42px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#export-csv:before {
    position: absolute;
    top: 50%;
    left: 15px;
    background: url(../img/file-export.svg)no-repeat left top;
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#export-csv:hover,
#export-csv:active,
#export-csv:focus {
    background: #23C6C8;
    color: #ffffff;
}

#export-csv:hover:before,
#export-csv:focus:before,
#export-csv:active:before {
    background-image: url(../img/file-export-hover.svg);
}


/*Main Add button Style */

#add-new {
    width: auto;
    height: 44px;
    background: #4099de;
    border: 1px solid #4099de;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px 0 31px;
    line-height: 42px;
    position: relative;
    margin-left: 13px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#add-new:before {
    position: absolute;
    top: 50%;
    left: 17px;
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 14px;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#add-new:hover,
#add-new:active,
#add-new:focus {
    background: #ffffff;
    color: #4099de;
    border-color: #4099de;
}

#add-new:hover:before,
#add-new:focus:before,
#add-new:active:before {
    color: #4099de;
}

.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}

.table-wrapper tr td:nth-child(15) a,
table.dataTable>tbody>tr.child ul li:last-child .dtr-data {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #EAEAEA;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.table-wrapper .ibox-content .table-responsive .top {
    z-index: 99;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    letter-spacing: 0;
    float: left;
    padding-bottom: 50px;
}

.table-wrapper .ibox-content .table-responsive #DataTables_Table_0_info {
    padding: 0;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    height: auto;
    margin-top: 28px;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.table-wrapper table {
    background: #f6f8f9;
    width: 100% !important;
}

.footable thead th,
.table-wrapper table th,
.settings-table thead th {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #A8A8A8;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.2px;
}

.table-wrapper table .sorting_disabled,
table .sorting_disabled {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #A8A8A8;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.2px;
}

.table-wrapper .dataTables_scrollBody tr td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #363636;
    text-align: left;
    padding: 3px 8px;
    border-top: 0;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.table>thead>tr>th {
    border-bottom: 1px solid #EAEAEA;
}

table.fixedHeader-floating {
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}

.table-wrapper table tr td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #363636;
    text-align: left;
    padding: 8px;
    border-top: 1px solid #EAEAEA;
}

.table-wrapper table tr td a {
    color: #4099de;
}


/*.table-wrapper .dataTables_scrollBody tr td:nth-child(13){
color: red;
}*/


/* .table>thead>tr>th:first-child, .table-wrapper .table>thead>tr>th:first-child, .table-wrapper .table>tbody>tr>td:first-child {
  padding-left: 20px;
} */

.table>thead>tr>th:last-child,
.table-wrapper .table>thead>tr>th:last-child,
.table-wrapper .table>tbody>tr>td:last-child {
    padding-right: 8px;
}

.table-wrapper .table>tbody>tr>td:last-child {
    padding: 0;
}

.table-wrapper .dataTables_scrollBody tr td:nth-child(15) a,
table.dataTable>tbody>tr.child ul li:last-child .dtr-data {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #EAEAEA;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

table.dataTable>tbody>tr.child ul li:last-child .dtr-data {
    display: inline-block;
}

table.dataTable>tbody>tr.child ul li:last-child .dtr-data a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}


/* .table-wrapper .dataTables_scrollBody tr td:nth-child(12){
  color: #19B395;
} */

table.dataTable>tbody>tr.child ul li:last-child .dtr-data a:hover,
table.dataTable>tbody>tr.child ul li:last-child .dtr-data a:active,
table.dataTable>tbody>tr.child ul li:last-child .dtr-data a:focus,
.table-wrapper .dataTables_scrollBody tr td:nth-child(15) a:hover,
.table-wrapper .dataTables_scrollBody tr td:nth-child(15) a:active,
.table-wrapper .dataTables_scrollBody tr td:nth-child(15) a:focus {
    background: #EAEAEA;
}

.table-wrapper .dataTables_scrollBody tr td:nth-child(15) a i {
    font-size: 14px;
    color: #4099de;
}

.table-wrapper .dataTables_scrollBody tr td:nth-child(15) a i.fa,
table.dataTable>tbody>tr.child ul li i.fa {
    font-family: 'FontAwesome' !important;
}

.table-wrapper .ibox-content .table-responsive .bottom {
    margin-top: 15px;
}

.table-wrapper .pagination {
    margin: 0 !important;
}


/* paginate button */

.paginate_button.previous a,
.paginate_button.next a {
    width: auto !important;
    height: 40px;
    line-height: 18px !important;
    padding: 10px 19px !important;
    font-size: 14px;
    font-weight: 400;
    color: #4099de;
    font-family: 'Roboto', sans-serif;
    border-color: #CCCCCC;
    background: #ffffff !important;
    color: #4099de !important;
}

.paginate_button.previous a:hover,
.paginate_button.previous a:active,
.paginate_button.previous a:focus,
.paginate_button.next a:hover,
.paginate_button.next a:active,
.paginate_button.next a:focus {
    background: #F4F4F4 !important;
}

.paginate_button a,
.paginate_button.active a {
    width: 40px;
    height: 40px;
    line-height: 38px !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #797979 !important;
    font-family: 'Roboto', sans-serif;
    border-color: #CCCCCC;
    text-align: center;
    background: #ffffff !important;
}

.paginate_button.active a {
    background: #F4F4F4 !important;
}

.paginate_button a:hover,
.paginate_button a:focus,
.paginate_button a:active {
    background: #F4F4F4 !important;
    color: #797979 !important;
    border-color: #CCCCCC !important;
}


/*Main page table*/

.edit-pencil,
.edit-view,
.delete-item {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #EAEAEA;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 10px 0;
}


/*------Header  media queries starts------*/

@media only screen and (min-width: 1366px) and (max-width: 1919px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .navbar-nav>li {
        margin: 15px 0;
    }
}


/* tab landscape */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .navbar-nav>li {
        margin: 15px 0;
    }
    .dashboard-section .mt-22 {
        float: left;
    }
    .dashboard-box table.table thead tr th:first-child {
        padding-left: 0;
    }
}


/* tab portrait */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-nav>li {
        margin: 15px 0;
    }
    #navbar .navbar-nav {
        padding-left: 0 !important;
    }
    .dashboard-section .mt-22 {
        float: left;
    }
    .dashboard-box table.table thead tr th:first-child {
        padding-left: 0;
    }
    .dashboard-section {
        padding: 0 23px 60px !important;
    }
    .dashboard-section h2 {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #navbar .navbar-nav {
        padding-left: 20px;
    }
    .nav.navbar-top-links.navbar-right {
        border-left: 0;
        margin: 0;
        padding: 0;
    }
    #navbar .navbar-nav li {
        width: 100%;
    }
    #navbar .navbar-nav li a {
        margin: 0;
        padding: 10px 0;
    }
    #navbar .navbar-nav li a:after {
        content: none;
    }
    .navbar-collapse.in {
        border-top: 1px solid #EAEAEA;
    }
    .navbar-toggle {
        background: #4099de;
    }
    #global_search {
        left: 0;
    }
    .img-responsive {
        padding: 0 20px;
    }
    .top-navigation .navbar-nav .dropdown-menu {
        border: 0;
        padding-left: 20px;
    }
    .top-navigation .navbar-nav .dropdown-menu li a:hover {
        background: none !important;
        color: #4099de !important;
    }
    .top-navigation .navbar-nav .dropdown-menu li a {
        color: #797979 !important;
    }
    #navbar .navbar-nav li.dropdown.open>a.dropdown-toggle {
        color: #4099de !important;
    }
    .dashboard-section h2 {
        margin: 10px 0 !important;
        float: left;
        width: 100%;
    }
    .dashboard-box {
        padding: 0 0 22px !important;
        float: left;
        width: 100%;
        margin: 0;
    }
    .dashboard-section {
        padding: 20px 15px 0 !important;
    }
    #page-wrapper .page-heading {
        padding: 0 7px 10px !important;
    }
    .dashboard-box table.table thead tr th:first-child {
        padding-left: 0;
    }
    #page-wrapper .page-heading h2 {
        margin: 10px 0 5px !important;
        font-size: 20px !important;
    }
    .table-button-outer-wrap a:first-child {
        margin-left: 0 !important;
    }
    .table-button-outer-wrap {
        position: static;
    }
    .dl-horizontal dd {
        margin-bottom: 15px;
    }
    table.dataTable>tbody>tr.child ul li:last-child .dtr-data {
        border: 0!important;
        display: inline-block!important;
        text-align: left!important;
    }
    .edit-pencil,
    .edit-view,
    .delete-item {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    .form-horizontal .control-label {
        height: auto !important;
    }
}


/*-------Header Media queries Ends----------*/


/*------Accessories page media queries starts------*/

@media only screen and (max-width: 767px) {
    #page-wrapper .page-heading {
        padding: 0 20px 20px;
    }
    .list-inline>li {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .list-inline>li:first-child {
        padding-left: 0 !important;
    }
    .list-inline>li:last-child {
        padding-right: 0 !important;
    }
    .list-inline {
        width: 100px;
    }
}


/*------Accessories media queries Ends------*/


/*------User page media queries starts------*/

.user-page .table-wrapper .dataTables_scrollBody tr td:nth-child(13) a,
table.dataTable>tbody>tr.child ul li:last-child .dtr-data {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #EAEAEA;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

@media only screen and (max-width: 1483px) {
    .table>thead>tr>th:first-child,
    .table-wrapper .table>thead>tr>th:first-child,
    .table-wrapper .table>tbody>tr>td:first-child {
        padding-left: 30px;
    }
    table.dataTable>tbody>tr.child ul {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (max-width: 992px) {
    .white-bg {
        padding: 0 15px;
    }
    .navbar-header {
        width: 130px;
        padding-right: 15px;
    }
    #navbar .navbar-nav {
        padding-left: 15px;
    }
    .ibox-common-title {
        padding: 43px 23px 11px;
    }
    .ibox-title.collapse-title {
        padding: 0 23px;
    }
    .ibox-content {
        padding: 22px 23px 26px !important;
    }
    #page-wrapper .page-heading {
        padding: 0 15px 20px;
    }
    .ibox-title.page-title {
        padding: 15px 23px;
    }
    .fullwidth-container {
        padding: 25px 23px !important;
    }
}

@media only screen and (max-width: 991px) {
    .twocolumn-content-wrap {
        padding: 20px;
        margin-bottom: 15px;
    }
    .ibox.settings-box {
        position: relative;
        z-index: 999;
    }
}

@media only screen and (max-width: 768px) {
    .top-navigation .navbar-header {
        float: left;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .table-wrapper .ibox-title .ibox-tools {
        text-align: left;
    }
    #export-csv {
        margin-left: 0;
    }
    #export-csv,
    #add-new {
        float: left;
    }
    .table-wrapper .ibox-content .table-responsive .top {
        top: 0;
    }
    #DataTables_Table_0_previous.paginate_button a,
    #DataTables_Table_0_next.paginate_button a {
        padding: 10px !important;
        font-size: 12px !important;
    }
    .table-wrapper .ibox-title {
        padding-top: 12px;
    }
    .ibox-title {
        border-left: 0;
        border-right: 0;
    }
    .white-bg {
        padding: 0 !important;
    }
    .nav-outerwrapper .col-lg-12 {
        padding: 0;
    }
    .nav-outerwrapper .navbar-header {
        padding: 0 15px;
        width: 100%;
        display: block;
    }
    .navbar-toggle {
        background: #000000;
        width: 35px;
        height: 35px;
        position: relative;
        border: none;
        padding: 0;
        margin-right: 0;
    }
    .navbar-header a {
        width: 120px;
        height: 50px;
        display: flex;
        align-items: center;
        padding-right: 15px;
        border-right: 1px solid #EAEAEA;
    }
    .img-responsive {
        padding: 0;
    }
    .navbar-toggle span {
        height: 2px;
        width: 25px;
        background: #FFFFFF;
        float: left;
        margin: 2px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        left: 5px;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggle span:nth-child(1) {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 14px;
    }
    .navbar-toggle span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggle span:nth-child(3) {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 14px;
    }
    .navbar-toggle.collapsed span:nth-child(1) {
        top: 8px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggle.collapsed span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggle.collapsed span:nth-child(2) {
        top: 14px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggle.collapsed span:nth-child(3) {
        top: 20px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .table-responsive {
        border: 0;
    }
    div.dataTables_wrapper div.dataTables_info {
        text-align: left;
    }
    .ibox-title.page-title {
        padding: 15px 15px 12px;
    }
    .ibox-content {
        padding: 20px 15px !important;
    }
    .button-alignment {
        float: left !important;
    }
    .ibox-common-title {
        padding: 30px 15px 11px;
    }
    .ibox-title.collapse-title {
        padding: 0 15px;
    }
    .fullwidth-container {
        padding: 15px 15px !important;
    }
    .ticket-button a {
        float: left !important;
    }
    .table-wrapper .ibox-content .table-responsive #DataTables_Table_0_info {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 479px) {
    .table-wrapper .ibox-title .ibox-tools {
        width: 100%;
    }
    #export-csv {
        max-width: 100%;
        width: 48%;
        margin-bottom: 0;
    }
    #add-new {
        max-width: 100%;
        width: auto;
        margin-left: 4%;
    }
    .table-wrapper .ibox-title {
        padding-bottom: 20px;
    }
    #DataTables_Table_0_previous.paginate_button a,
    #DataTables_Table_0_next.paginate_button a {
        padding: 6px !important;
        font-size: 10px !important;
        height: 28px;
        line-height: 14px !important;
    }
    .paginate_button a,
    .paginate_button.active a {
        width: 28px;
        height: 28px;
        line-height: 26px !important;
        font-size: 10px !important;
    }
    .sub-menu {
        padding: 18px 0px 10px !important;
    }
    .add-btn-outer button {
        width: 100%;
    }
    .add-btn-outer {
        padding: 0 15px !important;
    }
    .child {
        border: 0 !important;
    }
}

@media only screen and (max-width: 350px) {
    .nav.navbar-top-links li.dropdown {
        display: block;
    }
}


/*------Asset Detail page css starts------*/

#change-status {
    font: normal normal normal 14px/19px Roboto;
    color: #4099de !important;
}

#change-asset-tag {
    font: normal normal normal 14px/19px Roboto;
    color: #4099de;
}

#change-asset-tag:hover,
#change-status:hover {
    color: #23C6C8;
}

#change-status-dd,
#form-dd-tag input {
    width: 20% !important;
    padding-bottom: 12px;
}

.details-page {
    padding: 0 2.149% 40px;
    background-color: #F6F8F9 !important;
}

.details-page table thead th {
    font-size: 14px;
    font-weight: 200;
}

#page-wrapper .head-section {
    border-bottom: 2px solid #EAEAEA !important;
}

.subtext-style {
    color: #363636;
    display: inline;
    padding: 0 3.21% 20px;
    font: normal normal normal 12px/16px Roboto;
}

.no-background {
    background: none;
}

#detail-table-outer .edit-input {
    color: #4099de !important;
    font-size: 14px !important;
}

.details-table-outer {
    margin: 21px 0px;
}

.table-head {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    opacity: 1;
}

.table-head th {
    height: 47px;
    width: 1031px;
    text-align: left;
    font: Regular 14px/19px Roboto;
    letter-spacing: 0px;
    color: #363636 !important;
    opacity: 1;
}

.table-body {
    background: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    opacity: 1;
}

.table-body tr {
    font: normal normal normal 13px/18px Roboto;
}

.row-heading {
    color: #363636;
}

.row-value {
    color: #797979;
}

.edit-icon {
    color: #4099de;
}

.subtext-style {
    padding: 0px 7.5px !important;
    margin-right: 7.5px;
    border-right: 1px solid #CCCCCC;
}

.list-inline {
    margin-left: 0px !important;
    margin-bottom: 0;
}

.list-inline>li:first-child {
    padding-left: 0;
}

.list-inline>li {
    padding-right: 8px;
    padding-left: 8px;
}

.tech-spec-style {
    margin-bottom: 10.5px;
}

.asset-tag {
    color: #797979;
    font: 12px/16px Roboto;
}

.asset-status {
    color: #797979;
    font: 12px/16px Roboto;
    margin-top: 10px;
}

.link-style li {
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin: 16px 1%;
}

.link-style a {
    width: 100%;
    height: 100%;
    color: #4099de;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .link-style a:hover,
.link-style a a:active,
.link-style a:focus{
  color: #23C6C8;
  background: #000000;
  border: 1px solid #000000;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
} */

.location-user-outer {
    display: flex;
    justify-content: space-between;
    color: #363636;
    padding: 0 15%;
}

.location-user-outer h6 {
    font: 600 12px/16px Roboto !important;
    letter-spacing: 1.2px;
    color: #A8A8A8 !important;
    position: absolute;
    bottom: 0;
}

.location-left {
    margin: 0 0 10px 54%;
}

.user-right {
    margin-left: 21px;
}

.ticket-no-font a {
    color: #363636;
}

.asset-history-style {
    color: #363636;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    opacity: 1;
}

.details-title {
    padding-left: 12px;
}

.created-at-font {
    color: #797979;
}

.user-name-font {
    color: #4099de;
}

.stream-small,
.stream-small span {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    /* color: #363636; */
    margin: 0;
}

.stream-small {
    margin-bottom: 13px;
    position: relative;
}

.stream-small:before {
    position: absolute;
    top: 8px;
    left: -21px;
    content: "";
    background: #eaeaea;
    border-radius: 50px;
    width: 6px;
    height: 6px;
}

.stream-small:after {
    position: absolute;
    top: 14px;
    left: -19px;
    content: "";
    background: #f8f8f8;
    width: 2px;
    height: 100%;
}

.stream-small:last-child:after {
    content: none;
}

.stream-small span a,
.stream-small a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #4099de;
}

.stream-small .text-muted {
    color: #797979;
}

.stream-small .label.label-success {
    background: #2E46F0;
    border-radius: 4px;
    padding: 4px 6px 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 6px;
}

.stream-small .label {
    position: relative;
}

.stream-small .label:before {
    position: absolute;
    top: 1px;
    left: -19px;
    content: "";
    background: #f8f8f8;
    width: 2px;
    height: 7px;
}

.stream-small:first-child .label:before {
    content: none;
}


/*------Asset Detail page media queries starts------*/

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .stream-small::before {
        left: -16px;
    }
    .stream-small::after,
    .stream-small .label::before {
        left: -14px;
    }
    .common-height .col-lg-4,
    .common-height .col-md-3 {
        height: 45px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .stream-small::before {
        left: -13px;
    }
    .stream-small::after,
    .stream-small .label::before {
        left: -11px;
    }
}

@media only screen and (max-width: 767px) {
    #page-wrapper .page-heading h1 {
        font-size: 25px !important;
        margin-bottom: 0;
    }
    .breadcrumb {
        margin-top: 0px;
    }
    .detail-top-section,
    .detail-bottom-section,
    .detail-bottomright-outer {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .detail-topright-outer ul li:first-child,
    .detail-bottomright-block:first-child {
        margin-left: 0;
    }
    .detail-topleft-outer h3 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .detail-bottomright-block {
        margin-left: 0;
        margin-bottom: 8px;
    }
    #detail-box-outer .dl-horizontal dt {
        float: left;
    }
    .stream-small::after,
    .stream-small .label::before,
    .stream-small::before {
        content: none;
    }
}

@media only screen and (max-width: 479px) {
    #detail-box-outer .dl-horizontal dt {
        width: 100%;
    }
    #detail-box-outer .dl-horizontal dd {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
}


/*------Asset Detail page media queries ends------*/


/*------Asset Detail page css ends----------------*/

.chosen-container-multi .chosen-choices {
    min-height: 45px !important;
    font-size: 15px !important;
}


/*Margin*/

.mb-0 {
    margin-bottom: 0px;
}


/*Padding Styles*/

.no-padding {
    padding: 0px;
}


/*-----------------------------------------------------------Login style starts here--------------------------------------------------*/

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.middle-box .form-control,
.login-btn {
    height: 34px !important;
}

.middle-box .btn-primary {
    color: #fff;
    background-color: #43a422 !important;
    border-color: #43a422 !important;
}

.font-bold h2 {
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .middle-box{
        width: 100%!important;
    }
    .middle-box .row{
        margin: 0px;
    }
}

/*-----------------------------------------------------------Login style Ends here--------------------------------------------------*/


/*
.details-page-heading{DataTables_Table_0
  text-align: left;
  font: Regular 20px/26px Roboto !important;
  letter-spacing: 0px;
  color: #363636 !important;
  opacity: 1;
  }*/


/*Asset Details Page Table Style*/


/*-------------------------Common Styles-------------------------*/


/*Common Button Style*/

.btn-primary {
    width: auto;
    min-width: 92px;
    height: 45px;
    line-height: 2;
    border-radius: 5px !important;
    transition: all 300ms ease-in-out 0s;
}

.btn-primary:hover{
    background: #fff;
    border-color: #4099de;
    color: #4099de;
}
.btn-primary:focus,
.btn-primary:active {
    background: #4099de;
    border-color: #4099de;
}

.flex-container {
    display: flex !important;
    justify-content: space-between;
}

.fullwidth-container {
    float: left;
    width: 100%;
    padding: 45px 43px;
}


/* Margin */

.m-30 {
    margin: 30px 0;
}

.m-15 {
    margin: 15px;
}


/* Padding */

.pl-17 {
    padding-left: 17px !important;
}


/*common col height*/

.divHeight {
    min-height: 75px !important;
}

.link-style a {
    padding: 6px;
    text-align: center;
    font: Solid 14px/17px Font Awesome 5 Free;
    letter-spacing: 0px;
    color: #4099de;
    opacity: 1;
}

.sub-menu {
    background: #f7f7f7;
    padding: 20px 23px 10px;
}

.label-left label {
    line-height: 3.5;
}


/*Saved Search Container*/

.saved-search-container {
    margin: 0px 32px;
}

.common-height .col-lg-4,
.common-height .col-md-3 {
    height: 65px!important;
}


/*radio btn*/

.radio-group-container {
    display: inline-flex;
}

.radio-outer {
    padding: 9px 0px;
}


/*Horizontal form padding*/

.bottom-line {
    border: 1px solid #EAEAEA;
    opacity: 1;
    margin-bottom: 12px;
}


/* Search box that comes with table */

.search-in-table {
    margin: 9px 0 28px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto !important;
}


/* dropdown menu */

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, .7);
    display: none;
    float: left;
    font-size: 12px;
    left: 9px;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    z-index: 1000;
}

label {
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363636;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#createModal .modal-body .form-horizontal .control-label,
.modal-body .form-horizontal .control-label,
.settings-table-outer .form-horizontal .control-label,
.form-horizontal .control-label {
    padding: 0;
    height: 45px;
}

.form-horizontal .control-label {
    display: flex;
    align-items: center;
}

.button-alignment {
    float: right;
}

.access-level-update-button{
    margin-top: 30px;
}

.switchery {
    margin: 6px 0;
}


/* form-control focus */

.form-control:focus,
.single-line:focus {
    border-color: #CCCCCC !important;
}


/* modal */

.inmodal .modal-body {
    background: #f8fafb;
    width: 100%;
    float: left;
}

.modal-footer {
    clear: both;
}


/*Select2 style*/

.select2-container {
    width: 100% !important;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

select.select2::-ms-expand {
    display: none;
}

.select2-container:before {
    position: absolute;
    content: "";
    right: 1px;
    top: 0px;
    width: 20px;
    height: 43px;
    background: url("plugins/chosen/chosen-sprite.png") no-repeat 0 14px;
    z-index: 9;
}

.select2-container--default .select2-selection--single {
    min-height: 45px !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #CCCCCC !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #cccccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection.select2-selection--multiple {
    min-height: 45px !important;
    border-radius: 4px !important;
    border: 0;
    height: 100% !important;
    border: 1px solid #e5e6e7;
}

.select2-selection__rendered {
    overflow: hidden !important;
    height: auto !important;
}

.select2-selection__rendered {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 12px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 45px;
    font-size: 14px;
    line-height: 18px !important;
    color: black;
    /* border: 1px solid #e5e6e7; */
    overflow-y: scroll;
    min-height: auto !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #CCCCCC;
}

.select2-container .select2-search--inline {
    height: 41px !important;
}

.select2-search__field,
.form-control {
    width: 100% !important;
    height: 45px !important;
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px !important;
    color: #000000;
    border-radius: 4px !important;
    border: 1px solid #e5e6e7;
    text-align: left;
}

.select2-container .select2-search.select2-search--inline .select2-search__field {
    margin-top: 0!important;
    padding-left: 0 !important;
}

.select2-search__field::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #CCCCCC;
}

.select2-search__field:-moz-placeholder,
.form-control:-moz-placeholder {
    opacity: 1;
    color: #CCCCCC;
}

.select2-search__field::-moz-placeholder,
.form-control::-moz-placeholder {
    opacity: 1;
    color: #CCCCCC;
}

.select2-search__field:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #CCCCCC;
}


/* placeholder single select */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #cccccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FCFCFC !important;
    border: 1px solid #EAEAEA !important;
    padding: 4px 29px 2px 9px !important;
    margin-top: 9px !important;
    margin-right: 10px !important;
    position: relative;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.chosen-container .chosen-results li.highlighted {
    background: #0DA5F9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
    border-color: #797979 transparent transparent transparent;
}

#select2-asset_age_unit-container {
    line-height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    min-height: 26px;
    color: #797979;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 6px;
    font-size: 19px;
    color: #CCCCCC;
}

.select2-selection__clear {
    display: none;
}

.two-column-content>.form-group {
    float: left;
    width: 48.3%;
    margin-bottom: 0;
}

.two-column-content .form-group:first-child {
    margin-right: 3.4%;
}

.two-column-content .form-group .input-group.date .input-group-addon i {
    color: #797979;
    font-size: 13px;
}

.form-group {
    margin: 0 0 15px !important;
    float: left;
    width: 100%;
}

.date input {
    border-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-addon {
    border-color: #e5e6e7;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* Table that comes with vertical filters */

.table-container {
    margin-top: 34px;
}


/*--------------------------------Common style ends-----------------------------*/


/*--------------------------Report Page Starts Here-----------------------------*/

.report-graphs-outer {
    margin: 20px 0px 20px 0px;
}

.box-container .ibox-title {
    background: #FFFFFF;
}

.box-container .ibox-content {
    background: #FCFCFC;
    margin-top: 0;
}

.reports-graph-content {
    padding: 0 2.7% !important;
}

.assets-created-graphs .ibox-content {
    margin-bottom: 25px;
}

.generate-btn,
.generate-btn button {
    float: right;
}


/*-----------------------------Report Page ends-----------------------------*/


/*-----------------------------Dashboard Starts here-----------------------------*/

h2.page-title {
    text-align: left;
    font: 400 20px/26px Roboto !important;
    letter-spacing: 0px;
    color: #363636;
    opacity: 1;
    padding: 0 28px;
}

.dashboard-section h2 {
    text-align: left;
    font: 400 20px/26px Roboto !important;
    letter-spacing: 0px;
    color: #363636;
    opacity: 1;
    margin: 33px 0 0 0;
}

.dashboard-box .box-title {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 13px 15px;
    min-height: 46px;
    border: 1px solid #EAEAEA;
    border-radius: 4px 4px 0px 0px;
    font: 400 14px/19px Roboto;
    letter-spacing: 0px;
    color: #363636;
}

.dashboard-box .box-content {
    float: left;
    width: 100%;
    background: #FCFCFC;
    padding: 15px;
    border: 0;
    border-style: solid;
    border-color: #EAEAEA;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px !important;
}

.dashboard-section a {
    color: #0DA5F9 !important;
}

.dashboard-box table tbody td,
.dashboard-box table tbody th {
    padding: 7px !important;
    padding-left: 0 !important;
    font-weight: 400 !important;
    color: #363636;
}

.dashboard-box table.table thead tr th {
    border-bottom: 1px solid #f4f4f4;
}

.dashboard-box table.table tbody tr:last-child td {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    /* font-weight: 700 !important; */
    border-bottom: 0 !important;
}

.footable thead th,
.table-wrapper table th,
.settings-table thead th,
.dashboard-box table thead th {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #A8A8A8;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.2px;
    padding-left: 0;
    background: transparent;
}

.dashboard-section .table {
    margin-bottom: 0;
}


/*.dashboard-section a:hover{
  color: #337ab7 !important;
  }*/

.dashboard-section {
    padding: 6px 43px 84px;
    background: #F6F8F9;
}

#wrapper {
    width: 100%;
}


/*-------------------------------Dashboard Ends here-------------------------------*/


/*-------------------------------asset search page--------------------------------*/

#search-asset-design {
    background: none;
}

#search-asset-design .form-horizontal {
    padding-left: 43px;
}

.asset-search-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.asset-search-box .form-control {
    width: 91.26% !important;
    margin-right: 1.3% !important;
}

.asset-search-box .input-group-btn {
    width: 7.44%;
    display: block;
    float: left;
}

.asset-search-box .input-group {
    display: block;
}

#search-asset-design .page-title h2 {
    margin: 25px 0 15px;
}

#search-asset-design .form-horizontal .control-label {
    padding: 7px 0 9px;
}

.search-asset-outer .list-unstyled {
    padding-left: 8px;
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
    color: #4099de;
    text-decoration: none;
}

.delete-item {
    color: #e53935!important;
}

.delete-item:hover {
    opacity: 0.8;
}


/*-----------------------------Location page starts here---------------------------*/


/* For Active and Inactive Cases */


/* .table-wrapper tr td:nth-child(13) p.active{
  color: #19B395;;
}

.table-wrapper tr  p.in-active{
  color: red;
} */


/*table padding*/

.pd-tr tr td {
    padding-left: 13px !important;
}


/*-------------------------------Location page  Ends here-------------------------------------*/


/*-------------------------------Create Page Styles--------------------------------------------*/


/* Add to scroll button */

.add-btn-outer {
    padding: 0 30px;
}


/* table-save button */

.save-btn-outer {
    padding-right: 31px;
}


/* download template link */

.download-link {
    padding: 18px 2.6%;
    float: right;
}


/* table title box for create pages  */

.table-title {
    float: left;
    width: 100%;
    height: 45px;
    padding: 9px 2.149%;
    background: #FCFCFC;
    /* border: 1px solid #EAEAEA; */
}

.table-title h5 {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.add-new-plan-form .parsley-errors-list .parsley-required, .add-new-plan-form .parsley-errors-list .parsley-min,
.add-new-plan-form .parsley-errors-list .parsley-max{
    color: #cc5965;
    display: inline-block;
    line-height: 1.5;
    margin: 5px 0 !important;

    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.add-new-plan-form .sel2 .parsley-errors-list.filled{
    position: absolute;
}
.add-new-plan-form .sel2 .parsley-errors-list.filled + span.select2 span.select2-selection--single {
    background: #fff !important;
}
.add-new-plan-form .parsley-error {
    background-color: #fff !important;
}

.edit-plan-form .parsley-errors-list .parsley-required{
    color: #cc5965;
    display: inline-block;
    line-height: 1.5;
    margin: 5px 0 !important;

    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.edit-plan-form .sel2 .parsley-errors-list.filled{
    position: absolute;
}
.edit-plan-form .sel2 .parsley-errors-list.filled + span.select2 span.select2-selection--single {
    background: #fff !important;
}
.edit-plan-form .parsley-error {
    background-color: #fff !important;
}

/*-----------------Accessories Paage Starts Here------------------*/


/*------------------Accessories Paage Ends Here-------------------*/


/*---------------------------------------------Settings Page Starts Here------------------------ */

.settings-page .col-sm-6.col-md-4 {
    margin-bottom: 25px;
}

.settings-page {
    margin: 0 0.129% !important;
}

.settings-page .row {
    display: flex;
}

.bbox {
    border: 1px solid #ccc;
    margin-top: 2rem;
}

h4.bbox-title {
    margin: 0;
    border-bottom: 1px solid #ccc !important;
    padding: 10px;
}

.bbox-content {
    padding: 10px;
}

.h-100 {
    height: 100%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    display: inline;
}

.settings-table-outer .ibox-content {
    background: #F6F8F9 !important;
}

.settings-table tbody td {
    background: white;
}

.settings-table th {
    background: #f6f8f9;
}

.btn-primary-styles-excluded .btn-primary {
    height: auto;
    border-radius: 0 !important;
    padding: 2px 10px;
    min-width: auto;
}

.location-history-page input {
    width: 93% !important;
}

.modal-body .select2-container {
    z-index: 9999;
}

label.error {
    line-height: 1.5;
    margin: 5px 0 !important;
}

.settings-page ul.list-unstyled li a,
.settings-box ul.list-unstyled li a {
    color: #797979 !important;
    line-height: 2;
}

.settings-page ul.list-unstyled li a:hover,
.settings-box ul.list-unstyled li a:hover {
    color: #4099de !important;
}


/*---------------------------------------------Settings Page Ends Here------------------------ */

.dashboard-section a {
    color: #4099de !important;
}

span.avatar {
    background-color: #4099de !important;
}

.top-navigation .nav>li.active>a {
    color: #4099de !important;
}

.top-navigation .nav.navbar-nav>li>a::after{
    background: #4099de !important;
}
.btn-primary {
    background: #4099de;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .chosen-container .chosen-results li.highlighted{

    background: #4099de;
}

.datepicker.dropdown-menu tfoot tr .clear {
    display: revert;
}

.custom-height-343 {
    min-height: 343px;
}

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

.swal-footer {
    text-align: center;
}

.text-capital {
    text-transform: capitalize;
}

#hardware-standard-table th.first-column {
    width: 15% !important;
  }





.loginpage .middle-box {
    width: 460px;
    margin: auto;
    margin-top: 30px;
    max-width: 460px;
}
.loginpage .ibox-content {
    box-shadow: 3px 1px 19px 5px rgb(207 207 207 / 20%);
    border-radius: 10px;
    padding: 30px 43px 35px !important;
}
.loginpage .ibox-content h2.font-bold {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #3B3B53;
}
.loginpage .ibox-content  label{
    margin-bottom: 5px;
    font-size: 16px;
    color: #3B3B53;
}
.loginpage .ibox-content .form-control {
    height: 40px !important;
    border: 1px solid #b8b8b8;
    border-radius: 5px!important;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}
.loginpage .ibox-content label {
    margin-bottom: 5px;
    text-align: left;
}
.loginpage .ibox-content .form-group {
    margin: 0 0 25px !important;
}
.loginpage .ibox-content .btn-primary {
    text-transform: uppercase;
    border-radius: 30px !important;
    background-color: #3ad1f1 !important;
    border-color: #3ad1f1 !important;
    margin-top: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    float: left;
}
.loginpage .forgot_link {
    margin-top: 15px!important;
    float: left;
    width: 100%;
}
.loginpage .forgot_link{
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.625rem;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
.loginpage .forgot_link a{
    color: #203950;
}


.btn-round-bg-blue {
    margin-right: 7px;
    padding: 9px 18px;
    height: 40px;
    background-color: #3AD1F1;;
    border-color: #3AD1F1;;
    color: #fff;
    border-radius: 3.125rem !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.btn-round-bg-blue:hover {
    background-color: #2AEDFF;;
    border-color: #2AEDFF;;
    color: #fff;
    border-radius: 3.125rem !important;
}

.btn-round-bg-red {
    margin-right: 7px;
    padding: 9px 18px;
    height: 40px;
    background-color: #f75f52;;
    border-color: #f75f52;;
    color: #fff;
    border-radius: 3.125rem !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.btn-round-bg-red:hover {
    background-color: #ee8076;;
    border-color: #ee8076;;
    color: #fff !important;
    border-radius: 3.125rem !important;
}

.custom-blocks .widget {
    box-shadow: 2px 2px 4px #e8e8e8;
    border-radius: 15px !important;
    color: #3B3B53;
}

.custom-blocks .widget small {
    color: #9191AA;
}

/* plans page card design */
.plans-list .grid-layout {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.plans-list .grid-layout .grid-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}
.plans-list .card {
    background: #fff;
    box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 30px;
    width: 100%;
    align-items: center;
    border: 0;
    height: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
}
.plans-list .active-plan .card{
    border: 2px solid #3AD1F1;
}
.plans-list .design-element {
    background: #B6ECF3;
    border-radius: 30px;
}
.plans-list .design-element.small {
    width: 50px;
    height: 3.5px;
}
.plans-list .design-element.center {
    margin: 0 auto;
}
.plans-list .card .card-head {
    padding: 25px 0 10px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #EEEEF1;
}
.plans-list .card .card-head h3 {
    font-weight: 800;
    font-size: 16px;
    color: #3B3B53;
    text-transform: uppercase;
}
.plans-list .card .card-head p {
    color: #9191AA;
    font-size: 15px;
}
.plans-list .card .card-body {
    width: 100%;
    border-bottom: 1px solid #EEEEF1;
    padding: 0 0 23px;
    margin-top: 25px;
}
.plans-list .subscription-plan p {
    font-size: 14px;
    float: left;
    width: 100%;
}
.plans-list .subscription-plan p span{
    padding: 0px 15px;
    float: right;
    color: #3B3B53;
}
.plans-list .subscription-plan p span:first-child{
    text-transform: uppercase;
    color: #9191AA;
    float: left;
}
.plans-list .card-body .primary-btn{
    padding: 15px 30px;
    background: #3AD1F1;
    color: #fff;
    outline: none;
    border-radius: 30px!important;
    font-size: 13px;
    line-height: 1.21875rem;
    font-weight: 700;
    box-shadow: none;
    margin-top: 0.625rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.plans-list .card-body .danger-btn {
    background: #FF6A6A;
}

.plans-list .card-body .danger-btn:hover {
    background: #FF5353 !important;
    border-color: #FF5353 !important;
}

.plans-list .card .card-foot {
    width: 100%;
    margin-top: 25px;
    padding: 0 16px;
}
.plans-list .card .card-foot h4 {
    color: #9191AA;
    font-size:14px;
    font-weight: 400;
    text-align: left;
}
.plans-list .icon-list ul li {
    position: relative;
    padding-left: 25px;
    text-align: left;
    font-size: 14px;
    color: #3B3B53;
}
.plans-list .icon-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.plans-list .list-icon-plus:before{
    width: 2px;
    height: 12px;
    left: 5px;
    top: 4px;
}
.plans-list .list-icon-plus:after {
    width: 13px;
    height: 2px;
    left: 0px;
    top: 9px;
}
.plans-list .list-icon-plus:after, .plans-list .list-icon-plus:before {
    content: "";
    position: absolute;
    background: #9191AA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.plans-list .active-plan .active-plan-label{
    display: block;
}
.plans-list .active-plan-label{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.plans-list .active-plan-txt{
    position: relative;
}
.plans-list .active-plan-txt p{
    position: absolute;
    text-align: center;
    top: 4px;
    left: 13px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}
@media only screen and (min-width:992px) and (max-width: 1600px) {
    .plans-list .grid-layout .grid-item {
        width: 33.333%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1200px) {
    .plans-list .card {
        padding: 25px 18px;
    }
    .plans-list .subscription-plan p, .plans-list .card-body .primary-btn, .plans-list .card .card-foot h4, .plans-list .icon-list ul li {
        font-size: 12px;
    }

    .plans-list .subscription-plan p span {
        padding: 0px 0px;
        float: right;
    }
    .plans-list .list-icon-plus:before {
        top: 3px;
    }
    .plans-list .list-icon-plus:after {
        top: 8px;
    }
}
@media only screen and (min-width:768px) and (max-width: 992px) {
    .plans-list .card {
        padding: 25px 18px;
    }
    .plans-list .subscription-plan p, .plans-list .card-body .primary-btn, .plans-list .card .card-foot h4, .plans-list .icon-list ul li {
        font-size: 12px;
    }

    .plans-list .subscription-plan p span {
        padding: 0px 0px;
        float: right;
    }
    .plans-list .list-icon-plus:before {
        top: 3px;
    }
    .plans-list .list-icon-plus:after {
        top: 8px;
    }
    .plans-list .grid-layout .grid-item {
        width: 50%;
    }
}
@media only screen and (min-width:0px) and (max-width: 767px) {
    .plans-list .card {
        padding: 25px 18px;
    }
    .plans-list .subscription-plan p, .plans-list .card-body .primary-btn, .plans-list .card .card-foot h4, .plans-list .icon-list ul li {
        font-size: 12px;
    }

    .plans-list .subscription-plan p span {
        padding: 0px 0px;
        float: right;
    }
    .plans-list .list-icon-plus:before {
        top: 3px;
    }
    .plans-list .list-icon-plus:after {
        top: 8px;
    }
    .plans-list .grid-layout .grid-item {
        width: 100%;
    }
}


.custom-blocks.plans-list .card .card-head h3{
    line-height: 1.1;
    margin-bottom: 10px;
}
.custom-blocks.plans-list .card .card-body {
    float: left;
}
.custom-blocks.plans-list .subscription-plan p span{
    float: none;
    color: #9191AA;
}
.custom-blocks.plans-list .subscription-plan p.subscription-plan-name span{
    color: #3B3B53;;
}
.custom-blocks.plans-list .subscription-plan p:last-child{
    margin-bottom: 0px;
}
.custom-blocks.plans-list .subscription-plan p.subscription-plan-renewal{
    margin-top: 10px;
}
.custom-blocks.plans-list .subscription-plan p.subscription-plan-renewal span{
    color: #3B3B53;;
}
.custom-blocks.plans-list .subscription-plan small{
    color: #9191AA;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.custom-blocks.plans-list .button-block-sec{
    display: flex;
    gap: 5px;
    border-bottom: 0px;
    padding-bottom: 0px;
    justify-content: space-between;
}
.custom-blocks.plans-list .card-body .primary-btn {
    padding: 13px 30px;
    width: auto;
}
.plans-list .card-body .primary-btn:hover {
    background-color: #2AEDFF;
    border-color: #2AEDFF;
    color: #fff;
    border-radius: 3.125rem !important;
}
@media only screen and (min-width:1400px) and (max-width: 1700px) {
    .custom-blocks.plans-list .card-body .primary-btn {
        padding: 10px 25px;
        font-size: 11px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1400px) {
    .custom-blocks.plans-list .card-body .primary-btn {
        padding: 10px 15px;
        font-size: 11px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1200px) {
    .custom-blocks.plans-list .card-body .primary-btn {
        padding: 10px 12px;
        font-size: 11px;
        width: 100%;
    }
    .custom-blocks.plans-list .button-block-sec{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (min-width:768px) and (max-width: 992px) {
    .custom-blocks.plans-list .col-md-4 {
        width: 50%;
        float: left;
    }
    .custom-blocks.plans-list .button-block-sec{
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-blocks.plans-list .card-body .primary-btn {
        padding: 10px 12px;
        font-size: 11px;
        width: 100%;
    }
    .custom-blocks.plans-list{
        flex-direction: row;
    }
}
@media only screen and (min-width:0px) and (max-width: 767px) {

    .custom-blocks.plans-list .button-block-sec{
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-blocks.plans-list .card-body .primary-btn {
        padding: 10px 12px;
        font-size: 11px;
        width: 100%;
    }
    .custom-blocks.plans-list .card {
        padding: 25px 18px!important;
    }
}

/* Domain sec css */
.w-100{
    width: 100%;
}
.copy-btn {
    cursor: pointer;
}
 a.info-link {
    margin-bottom: 10px;
    float: left;
}
.domain-outer label {
    text-transform:lowercase;
}
.domain-section .ibox:first-child {
    padding-bottom: 0;
}
.bg-white-sec.domain-section{
    background:none;
    display: flex;
    justify-content: center;
}
.domain-section table td i {
    margin-right: 6px;
}
.bg-white-sec.domain-section form{
    width: 75%;
}
.domain-section .fa-copy{
    font-size: 15px;
}
.bg-white-sec{
    background: #fff;
    padding: 30px 25px;
}
.bg-white-sec form{

    width: 60%;
    border-radius: 10px;
    overflow: hidden;
}
.bg-white-sec .form-group{
    margin-bottom: 0!important;
}
.bg-white-sec .domain-outer-flex{
    display: flex;
    align-items: center;
}
.bg-white-sec .ibox-title{
    border: none;
    padding: 20px 43px 12px;
}
.bg-white-sec .ibox-content{
    padding: 5px 43px 25px !important;
}
.bg-white-sec .box-sep-shadow{
    /* box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 1rem 2rem 0px rgb(0 0 0 / 5%);
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ededed;
}
.bg-white-sec .ibox{
    padding: 20px;
    float: left;
}
.bg-white-sec .mt-20{
    margin-top: 20px;
}
.bg-white-sec .ibox-content h4{
    margin-bottom: 20px;
    position: relative;
}
.bg-white-sec .ibox-content h4 span.tooltiptext{
    visibility: hidden;
    background-color: #d1d1d1;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 11px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    top: -5px;
    left: 40px;
    color: #000;
    line-height: 1;
    float: left;
    min-width: 100px;
}
.bg-white-sec i.text-danger-i {
    color: #FF0000;

}
.bg-white-sec .ibox-content h4 span.tooltiptext:after {
    content: " ";
    position: absolute;
    left: -4px;
    top: 10px;
    border-top: 4px solid transparent;
    border-right: 4px solid #d1d1d1;
    border-left: none;
    border-bottom: 4px solid transparent;
    transform: translate(0px, -0%);
}
.bg-white-sec .ibox-content h4 .tooltipspan{
    position: relative;
}
.bg-white-sec .ibox-content h4 .tooltipspan:hover .tooltiptext {
    visibility: visible;
  }
.bg-white-sec .a-record{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.bg-white-sec .c-name{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.bg-white-sec .txt-record{
    padding-bottom: 20px;
}
.bg-white-sec i{
    color: #4099de;
}

.bg-white-sec .a-record i{
    margin-left: 15px;
}
.bg-white-sec .c-name i{
    margin-left: 15px;
}
.bg-white-sec .txt-record i{
    margin-left: 15px;
}
@media only screen and (min-width:1200px) and (max-width: 1500px) {
    .bg-white-sec form {
        width: 50%;
    }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    .bg-white-sec form {
        width: 60%;
    }
}
@media only screen and (min-width:768px) and (max-width: 992px) {
    .bg-white-sec form {
        width: 80%;
    }
    .bg-white-sec {
        padding: 30px 5px;
        float: left;
    }
    .custom-payment-form {
        float: unset;
    }
}
@media only screen and (min-width:0px) and (max-width: 767px) {
    .bg-white-sec form {
        width: 100%;
    }
    .bg-white-sec {
        padding: 20px 0px;
        float: left;
    }
    .custom-payment-form {
        padding: 20px !important;
    }
    .custom-payment-form form {
        padding: 20px !important;
    }
}

#payment-form {
    margin: 0 auto;
}


.custom-payment-form-btn a {
    margin: 10px 15px;
}

.domain-alert-sm {
    padding: 5px 10px!important;
    font-size: 12px;
    line-height: 1.5;
}

.domain-alert-btn{
    cursor: pointer;
}

.setup-email-alert-sm {
    padding: 5px 10px!important;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: capitalize;
}
.verification-failed {
    font-size: 18px;

}
.domain-section  .table-container {
    margin-top: 10px
}

.btn-h-sm {
    margin-left: 10px;
    height: 35px !important;
}

/* Tool tip */
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 150px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    line-height: 15px !important;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

.tool-tip {
    margin-left: 5px;
}
table .tool-tip {
    margin-left: 0px;
}
.tool-tip span{
    text-transform: none;
}

#top {
    top: -40px;
    left: -50%;
}

#top::before {
    top: 80%;
    left: 45%;
}

#bottom {
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0%);
}

table button#bottom {
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#bottom::before {
    top: -5%;
    left: 46%;
}

#left {
    top: -8px;
    right: 120%;
}

#left::before {
    top: 35%;
    left: 94%;
}

#right {
    top: -14px;
    left: 130%;
}

#right::before {
    top: 35%;
    left: -2%;
}

.hover-text {
    position: relative;
    display: inline-block;
    font-family: Arial;
    text-align: center;
}

table .btn {
    white-space: normal;
}

.show-value .form-control {
   padding: 10px;
}

