@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
:root {
    --background: #f9f9f9;
    --second-background: #c73536;
    --third-background: #cb0039;
    --border: #dddddd;
    --color: #000000;
}

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    background: var(--background);
    font-size: 13px;
    overflow-y: hidden;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--border);
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--color);
}

div.panel {
    box-shadow: none;
    background-color: #f5f5f5;
}

div.panel center.panel-heading h1 {
    color: #222222;
}

button.btn-primary {
    background: var(--second-background) !important;
    border: 0;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.04cm;
    outline: none !important;
    box-shadow: none;
    border-radius: 0 !important;
}

button.btn-primary:hover {
    background-color: var(--third-background);
}

label {
    color: var(--color);
    font-weight: 400;
}


/*login styles*/

div.introbox {
    height: 100vh;
    background-color: #c73536;
}

div.formbox-container {
    padding-top: 80px;
    overflow-y: scroll;
    height: 100vh;
    background-color: #c73536;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

div.loginfooter {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#loader, #holderloader, #sdocloader, #docloader, #bankloader {
    display: none;
    color: #fafafa;
}

table thead th {
    font-weight: bold;
    color: #000;
    letter-spacing: 0.05cm;
    font-size: 12px;
    white-space: nowrap;
}

table thead tr th {
    color: #7c7c7c;
    border: none !important;
}

table tbody tr {
    background-color: #fafafa !important;
    margin-bottom: 10px !important;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

table tbody tr:hover {
    background-color: #eeeeee !important;
    cursor: pointer;
}

table tbody tr td {
    color: #222;
    align-items: center;
}

table tbody tr td div.profile_image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--second-background);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

table tbody tr td div.profile_image span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
}

.deleteitem {
    color: #f50;
}

.viewitem {
    color: #e1e8ed;
    padding-right: 15px;
}


/*navbar*/

div.headernav nav {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 0px;
}

a.navbar-brand {
    color: #222222 !important;
    letter-spacing: 0.05cm !important;
    white-space: nowrap;
}

a.navbar-brand span {
    color: #222222;
    letter-spacing: 0.05cm;
    white-space: nowrap;
}

a.navbar-brand span.redname {
    color: #c73536;
}

ol.breadcrumb {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    white-space: nowrap;
}

.breadcrumb li a {
    color: #222222 !important;
    letter-spacing: 0.05cm !important;
    font-size: 16px;
    white-space: nowrap;
}

.breadcrumb li.active {
    letter-spacing: 0.05cm !important;
    font-size: 16px;
}

.navbar-nav li {
    letter-spacing: 0.05cm;
}

.navbar-nav li a {
    color: #222222 !important;
}

.navbar-nav li i {
    font-size: 15px;
}


/*modal*/

div.modal-header {
    padding: 0px;
    display: flex;
    background-color: #e1e8ed;
}

h5#exampleModalLabel {
    padding: 15px;
    font-size: 18px;
    color: #222222;
}

button.close {
    position: absolute;
    right: 0;
    padding: 18px;
}

.close span {
    color: #ffffff !important;
}

button.btn-secondary {
    border: 1px solid #aab8c2;
    padding: 5px;
    min-width: 80px;
    border-radius: 0;
}

button.btn-secondary:focus {
    outline: none;
    box-shadow: none;
}


/*home*/

div.contianer-data {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    position: relative;
    margin-bottom: 100px;
}

div.content {
    height: 90vh;
    overflow-y: scroll;
    padding-right: 0px;
    padding-top: 15px;
    /* display: flex;
    align-items: center; */
}

div.content div.panel1 {
    background-color: #c7254e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
    position: relative;
}

div.content div.panel1:hover {
    cursor: pointer;
    opacity: 1;
}

div.content div.panel1 a {
    color: #ffffff;
    letter-spacing: 0.05cm;
    font-size: 18px;
    text-decoration: none;
}

div.content div.panel2 {
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
    position: relative;
}

div.content div.panel2:hover {
    cursor: pointer;
    opacity: 1;
}

div.content div.panel2 a {
    color: #ffffff;
    letter-spacing: 0.05cm;
    font-size: 18px;
    text-decoration: none;
}

div.content div.panel3 {
    background-color: #c7254e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
    position: relative;
}

div.content div.panel3:hover {
    cursor: pointer;
    opacity: 1;
}

div.content div.panel3 a {
    color: #ffffff;
    letter-spacing: 0.05cm;
    font-size: 18px;
    text-decoration: none;
}

div.content div.panel4 {
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
    position: relative;
}

div.content div.panel4:hover {
    cursor: pointer;
    opacity: 1;
}

div.content div.panel4 a {
    color: #ffffff;
    letter-spacing: 0.05cm;
    font-size: 18px;
    text-decoration: none;
}

.outer-container {
    display: flex;
    width: 100%;
    height: 100%;
    /*background-color: red;*/
    overflow: hidden;
}


/*sidebar*/

div.sidebar {
    background-color: #000000;
    /*width: 20%;*/
    opacity: 0.9;
    z-index: 999;
    display: table-cell;
    vertical-align: top;
    min-width: 250px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

div.sidebar div.responsive {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    background-color: #252525;
}

.responsive div.logobox {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #000000;
}

.responsive div.logobox span {
    color: #c7254e;
    font-size: 20px;
    font-family: "Great Vibes", cursive;
    font-weight: 900;
    padding-top: 3px;
}

.responsive a {
    padding-left: 25px;
    color: #ffffff;
    font-size: 16px;
}

.responsive a span {
    color: #c7254e;
    font-weight: 900;
}

div.sidebar ul {
    margin: 0;
    padding: 0px;
}

div.sidebar ul li {
    padding: 15px;
    position: relative;
}

div.sidebar ul li.active {
    background-color: #202020;
    opacity: 0.8;
}

div.sidebar ul li:hover {
    background-color: #202020;
    opacity: 0.8;
    cursor: pointer;
}

div.sidebar ul a {
    text-decoration: none;
    position: relative;
}

div.sidebar ul li i {
    color: #c7254e;
    font-size: 20px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

div.sidebar ul li {
    color: var(--background);
    font-size: 16px;
    white-space: nowrap;
}


/*content*/

.main_container {
    /*display: table-cell;*/
    width: 100%;
    /*vertical-align: top;*/
    overflow: scroll;
    height: 100vh;
}

div.maincontent {
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
}

div.containerloader {
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none;
}

div.containerloader i {
    font-size: 40px;
    color: #bfbfbf;
}

div.boxcontainer {
    /*height: 100vh;*/
    display: none;
    /*overflow-y: scroll;*/
    padding-bottom: 150px;
    padding-top: 10px;
}

div.right_menus {
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    /* align-items: flex-end;
  justify-content: flex-end; */
    /* float: right; */
}

div.right_menus input {
    background-color: #f5f5f5;
    margin-right: 10px;
    letter-spacing: 0.05cm;
}

div.right_menus select {
    background-color: #f5f5f5;
    box-shadow: none;
    margin-right: 10px;
    letter-spacing: 0.05cm;
}


/*card style*/

div.cardheader {
    display: flex;
}

div.card-item-container {
    width: 400px;
    height: 100%;
}

div.cardheader div.active {
    background-color: #eeeeee;
    cursor: pointer;
}

div.cardheaderdefault {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardheaderdefault:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

div.cardheaderdefault h2 {
    color: #7c7c7c;
    white-space: nowrap;
}

div.cardheaderdanger {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #eb092e;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardheaderdanger div {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.cardheaderdanger div span {
    font-size: 9px;
    color: #000000;
    opacity: 0.9;
    font-weight: bold;
}

div.cardheaderdanger:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

div.cardheaderdanger h2 {
    color: #7c7c7c;
    white-space: nowrap;
}

div.cardheadersuccess {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid green;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardheaderinfo {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid rgb(123, 193, 240);
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardheadersuccess div {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.cardheadersuccess:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

div.cardheadersuccess h2 {
    color: #7c7c7c;
    white-space: nowrap;
}

div.cardheaderadd {
    padding: 15px;
    background-color: #f5f5f5;
    border-left: 6px solid #f5f5f5;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardheaderadd h2 {
    color: #7c7c7c;
    white-space: nowrap;
}

div.cardheaderadd:hover {
    cursor: pointer;
    background-color: #eee;
}

div.cardcontent {
    padding: 15px;
    background-color: #ffffff;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.3);
}

div.cardcontentlost {
    padding: 15px;
    background-color: #ffffff;
    border-left: 6px solid #eb092e;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardcontentclosed {
    padding: 15px;
    background-color: #ffffff;
    border-left: 6px solid rgb(123, 193, 240);
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.cardcontentwon {
    padding: 15px;
    background-color: #ffffff;
    border-left: 6px solid green;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.rowcardcontent {
    display: flex;
    opacity: 0.8;
}

div.rowcardcontent:hover {
    cursor: pointer;
    opacity: 1;
}

div.rowcardcontent div.profile-logo {
    width: 30px;
    height: 30px;
    background-color: var(--second-background);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

div.rowcardcontent div.profile-logo span {
    color: #ffffff;
}

div.rowcardcontent div.dealtitle {
    position: relative;
    bottom: 15px;
}

div.rowcardcontent div.dealtitle h2 {
    font-size: 14px;
    color: black;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

div.rowcardcontent div.details span {
    color: #7c7c7c;
    font-size: 12px;
}

div.rowdates {
    display: flex;
}

div.userscharge {
    padding-top: 10px;
    display: flex;
}

div.userscharge div.profile_image {
    width: 30px;
    height: 30px;
    background-color: #fc636b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #fafafa;
}

div.userscharge div.profile_image:hover {
    cursor: pointer;
}

div.userscharge div.profile_image span {
    color: #ffffff;
}

div.userscharge div.profile_imageother {
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fafafa;
}

div.userscharge div.profile_imageother span {
    font-size: 11px;
}

div.userscharge div.profile_imageother:hover {
    cursor: pointer;
}

div.daterange {
    padding: 5px;
    margin-top: 4px;
    margin-bottom: 10px;
}

div.daterange span {
    float: right;
    color: #aab8c2;
}

div.daterange span.Overdue {
    float: right;
    color: #ff0055;
}

.alertPopup button {
    position: absolute;
    width: 20px;
    margin-left: 5px;
    color: #aab8c2;
    border: 0px;
    background-color: transparent;
    margin-top: -10px;
    outline: none;
    box-shadow: none;
}

div.mycard-footer button {
    position: absolute;
    width: 20px;
    margin-left: 5px;
    color: #aab8c2;
    border: 0px;
    background-color: transparent;
    margin-top: 5px;
    outline: none;
    box-shadow: none;
}

div.mycard-footer button:hover {
    color: #000;
    cursor: pointer;
}

div.alertPopup button:hover {
    color: #000;
    cursor: pointer;
}

div.mycard-footer button:focus {
    outline: none;
    box-shadow: none;
}

div.alertPopup button:focus {
    outline: none;
    box-shadow: none;
}

div.mycard-footer div#cardmenus {
    background-color: #ffffff;
    border-radius: 3px;
    width: 150px;
    float: left;
    padding-top: 10px;
    z-index: 999;
    position: relative;
    display: none;
}

div.alertPopup div#cardmenus {
    background-color: #ffffff;
    border-radius: 3px;
    width: 150px;
    float: left;
    padding-top: 10px;
    z-index: 999;
    position: relative;
    display: none;
    right: 65px;
    margin-top: 5px;
}

div.mycard-footer div#cardmenus ul {
    text-align: left;
}

div.alertPopup div#cardmenus ul {
    text-align: left;
}

div.mycard-footer div#cardmenus ul a li {
    text-align: left;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div.alertPopup div#cardmenus ul a li {
    text-align: left;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div.mycard-footer div#cardmenus ul a {
    color: #aab8c2 !important;
}

div.alertPopup div#cardmenus ul a {
    color: #aab8c2 !important;
}

div.peapleinvited_ {
    max-height: 350px;
    overflow-y: scroll;
    position: relative;
}

div.personalincharge div.panel-heading {
    padding-bottom: 0px;
}

div.personalincharge div.panel-heading h2 {
    font-size: 16px;
    font-weight: bold;
}

div.agentincharge {
    overflow-y: scroll;
    min-height: 300px;
}

div.agentincharge div.panel-heading {
    border: none !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

div.agentincharge div.panel-heading h2 {
    font-size: 16px;
    font-weight: bold;
}

div.panel div.panel-body div.contact {
    display: flex;
    padding-left: 10px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

div.panel div.panel-body div.contact.active {
    border-left: 3px solid #c82f2b;
    cursor: pointer;
    background-color: #fafafa;
    opacity: 0.9;
}

div.panel div.panel-body div.contact:hover {
    border-left: 3px solid #c82f2b;
    cursor: pointer;
    background-color: #fafafa;
    opacity: 0.9;
}

div.panel div.panel-body div.contact div.profile_image {
    width: 36px;
    height: 36px;
    background-color: var(--second-background);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fafafa;
}

div.panel div.panel-body div.contact div.profile_image span {
    color: #ffffff;
}

div.panel div.panel-body div.contact div.fullname {}

div.panel div.panel-body div.contact div.fullname p {
    color: #222222;
    font-size: 15px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

div.panel div.panel-body div.contact div.fullname a {
    color: #626262;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

div.comments {
    padding-bottom: 15px;
    padding-top: 5px;
    cursor: pointer;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 300px;
    position: relative;
}

div.comments div.contact {
    display: flex;
    margin-bottom: 20px;
}

div.comments div.contact div.profile_image {
    width: 36px;
    height: 36px;
    background-color: var(--second-background);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fafafa;
    position: absolute;
    opacity: 0.8;
}

div.comments div.contact div.fullname {
    margin-left: 46px;
}

div.comments div.contact div.fullname p {
    color: #222222;
    font-size: 15px;
    margin-bottom: 0px;
}

div.comments div.contact div.fullname a {
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

div.comments div.contact div.profile_image span {
    color: #ffffff;
}

div.carddealdetails {
    border: none !important;
}

div.dealstatus {
    padding: 10px;
}

p.tracking {
    color: #ab8625;
}

div.meetingscontent {
    border: none !important;
    background-color: #fafafa !important;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.meetingsform {
    border: none !important;
    background-color: #fafafa !important;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

div.listmeetings {
    padding: 10px;
}

span.editmeeting {
    padding-left: 10px;
    opacity: 1;
}

span.editmeeting:hover {
    cursor: pointer;
    opacity: 0.7;
}

div.deletelist {
    position: absolute;
    right: 0px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
}

div.deletelist span {
    color: #ff0055;
}

a.delete {
    color: #ff0055;
}

div.deletelist:hover {
    opacity: 1;
}

div#googlemaplocation {
    height: 100vh;
}

#html-table {
    display: none;
}

.edititem {
    padding-right: 15px;
}

#loaderupdate {
    display: none;
}


/*//finance*/

.addincome {
    margin-right: 10px;
}

table td {
    vertical-align: middle !important;
}

td.description {
    font-size: 18px;
    color: #222222;
}

td.description span {
    font-size: 14px;
    color: #657786;
}

td.date {
    font-size: 15px;
    color: #657786;
    position: relative;
}

.checkbox {
    position: relative;
}

td.amount {
    font-size: 15px;
    color: #00ad45;
    font-weight: 900;
    position: relative;
}

select.showtotal {
    border: 1px solid #eeeeee;
    background-color: transparent;
    box-shadow: none;
    font-weight: 900;
}

.badge {
    font-size: 11px;
}

.badge-default {
    background-color: rgb(131, 131, 131);
    position: relative;
}

.badge-success {
    background-color: green;
    position: relative;
}

.badge-info {
    background-color: #b1d4e5;
    position: relative;
}

.newbadge-info {
    background-color: #b1d4e5;
}

.newbadge-danger {
    background-color: #c7254e;
}

.newbadge-success {
    background-color: green;
}

td.categ {
    position: relative;
    opacity: 0.8;
}

.showtatalamount {
    border: 0px;
    background-color: transparent;
}

div.notificationbox {
    display: flex;
}

div.notificationbox div.icon {
    padding-right: 20px;
}

div.notificationbox div.icon i {
    font-size: 30px;
}

div.notificationbox div.detailsnotification {
    padding-top: 10px;
}

div.headerpersonalincharge div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 20px;
    border: 1px solid #d4d4d4;
}

div.headerpersonalincharge div:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

div.removepcharge {
    position: absolute;
    right: 0px;
    margin-right: 55px;
    opacity: 0.5;
    padding-top: 10px;
}

div.removepcharge:hover {
    opacity: 1;
}

div.removepcharge a {
    color: #c7254e;
}

.emptyinput {
    display: none;
}

.specialTo {
    display: none;
}

.updateData,
.updatecontactData {
    display: none;
}

div.responsive div.menu {
    display: none;
}


/*media queries*/

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .deal_container_mobile {
        width: 1300px;
    }
    .menu_profile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chevron-d i {
        font-size: 11px;
        opacity: 0.5;
    }
    .user_menu_profile {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ddd;
        margin-right: 3px;
    }
    .user_menu_profile span {
        color: white;
        font-weight: 600;
    }
    .navbar-toggle {
        margin-top: 0px;
    }
    div.sidebar {
        display: none !important;
    }
    .checkhome {
        flex: 1;
    }
    div.responsive {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 25px;
    }
    div.responsive div.menu {
        width: 40px;
        height: 30px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.responsive div.menu.border {
        border: 1px solid #ddd;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle {
        border: 1px solid transparent;
    }
    div.responsive div.menu i {
        font-size: 20px;
        opacity: 0.7;
    }
    div.responsive a {
        flex: 1;
        margin-left: 15px;
    }
    .close_sidebar {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .close_sidebar i {
        color: white;
        font-size: 20px;
    }
    div.overlay_sidebar {
        display: block !important;
        position: absolute !important;
        left: 0;
        width: 250px;
        top: 0;
        bottom: 0;
        cursor: col-resize;
    }
    div.introbox {
        height: 200px;
    }
    .right_menus {
        margin-bottom: 10px;
    }
    div.boxcontainer {
        padding-right: 0px;
        padding-right: 10px;
    }
    div.sidebar ul li span {
        /* display: none; */
    }
    .responsive a {
        /* display: none; */
        padding-left: 5px;
    }
    div.sidebar.show {
        display: block;
    }
    div.sidebar.hide {
        display: none;
    }
}

div.no_device_status {
    width: 16px;
    height: 16px;
    background-color: #a7a7a7;
    border-radius: 50%;
    border: 2px solid #9f9f9f;
}

div.drop_menu_status {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #222222;
    margin-top: 10px;
}

.popover .close {
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: 10px;
}

.title_popup {
    margin-right: 20px;
}

.popup_content {}

.popup_content span {
    position: absolute;
    bottom: 8px;
    margin-left: 30px;
    opacity: 0.7;
    white-space: nowrap;
}

button.update {
    display: none;
}

div.admin {
    display: none;
}

.pac-container {
    z-index: 10000 !important;
}

div.my-div-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: black;
    border: 2px solid #9d9d9d;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#allcompaniesonmap {
    height: 500px;
}


/*.my-div-icon-green{*/


/*background-color: #0cc557;*/


/*width: 3rem;*/


/*height: 3rem;*/


/*display: block;*/


/*left: -1.5rem;*/


/*top: -1.5rem;*/


/*position: relative;*/


/*border-radius: 3rem 3rem 0;*/


/*transform: rotate(45deg);*/


/*border: 1px solid #FFFFFF;*/


/*}*/


/*.my-div-icon-blue{*/


/*background-color: blue;*/


/*width: 3rem;*/


/*height: 3rem;*/


/*display: block;*/


/*left: -1.5rem;*/


/*top: -1.5rem;*/


/*position: relative;*/


/*border-radius: 3rem 3rem 0;*/


/*transform: rotate(45deg);*/


/*border: 1px solid #FFFFFF;*/


/*}*/

.my-div-icon-green {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: 115px;
    border-radius: 50%;
    border: 8px solid #0cb153;
    width: 8px;
    height: 8px;
    box-shadow: 0 19px 38px rgba(54, 54, 54, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.my-div-icon-green::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    bottom: -29px;
    left: -6px;
    border: 8px solid transparent;
    border-top: 17px solid #0cb153;
}

.my-div-icon-red {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: 115px;
    border-radius: 50%;
    border: 8px solid #b10c0c;
    width: 8px;
    height: 8px;
    box-shadow: 0 19px 38px rgba(54, 54, 54, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.deal-legends {
    position: absolute;
    top: 0;
    background-color: rgb(255, 255, 255, 0.8);
    width: 150px;
    padding: 10px 15px;
    z-index: 349434343434;
    border-radius: 10px;
    right: 0;
    margin: 10px;
}

.required {
    color: #f05;
}

.deal-legends .l {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.deal-legends .l .lc {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 1rem;
}

.deal-legends .l .lc.red {
    background-color: red;
}

.deal-legends .l .lc.blue {
    background-color: blue;
}

.deal-legends .l .lc.green {
    background-color: green;
}

.my-div-icon-red::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    bottom: -29px;
    left: -6px;
    border: 8px solid transparent;
    border-top: 17px solid #b10c0c;
}

.my-div-icon-blue {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: 115px;
    border-radius: 50%;
    border: 8px solid blue;
    width: 8px;
    height: 8px;
    box-shadow: 0 19px 38px rgba(61, 61, 61, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.my-div-icon-blue::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    bottom: -29px;
    left: -6px;
    border: 8px solid transparent;
    border-top: 17px solid blue;
}

center.forgotpssword {
    padding-top: 20px;
}

.message {
    border-radius: 0px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: var(--color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
    background: aliceblue;
}

.remove_request {
    color: red;
    font-size: 15px;
    opacity: 0.8;
}

.remove_request:hover {
    cursor: pointer;
    text-decoration: underline;
    opacity: 1;
}

div.request_form {
    display: none;
}

.report_company_n {
    font-size: 14px;
}

.report_order_n {
    font-size: 14px;
}

.dil_ p {
    font-size: 14px;
}

.ordn {
    font-weight: 600 !important;
}

div.previous {
    position: fixed;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    /* display: none */
}

div.previous:hover {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

div.next {
    position: fixed;
    margin-bottom: 15px;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    margin-right: 25px;
}

div.next:hover {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

div.notification_count {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 0, 0.8);
    border: 1px solid rgba(255, 255, 0, 0.8);
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.sidebar_notification_count {
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 0, 0.8);
    border: 1px solid rgba(255, 255, 0, 0.8);
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

div.notification_count span {
    font-weight: 600;
    color: var(--color);
}

table tbody tr.confirmed td {
    background-color: #a3ffc8;
}

.paginationjs-pages {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 50px;
    border-top: 2px solid #b10c0c;
}

.paginationjs-pages ul {
    display: flex;
    /* align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; */
    overflow-y: auto;
}

.paginationjs-pages ul li {
    list-style: none;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .count_card{
    background: white !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
  border:0 !important
} */

.count_card h1 {
    font-weight: 900;
    color: #c82f2b;
}

.count_card h2 {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.8;
}

table tr td:first-letter {
    text-transform: capitalize;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.search_faq {
    background: white !important;
    /* border-radius: 50px; */
    opacity: 0.8;
}

.panel-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.panel-title a span {
    margin-right: 10px;
    opacity: 0.8;
}

.list-group-item {
    font-size: 16px;
}

.add_fqs {
    /* height: 28px; */
}

.btn-default {
    background-color: #ddd;
}

.upload_table_container {
    max-height: 300px;
    overflow-y: auto;
}

.action_btn_faq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    margin-top: -22px;
    margin-right: 30px;
    width: 80px;
}

.expandfaq {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.expandfaq i {
    color: rgb(170, 169, 169);
    font-weight: 100 !important;
}

.expandfaq:hover {
    opacity: 1;
    cursor: pointer;
}

.deletefaq {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    background: red;
}

.deletefaq i {
    color: white;
    font-weight: 100 !important;
}

.deletefaq:hover {
    opacity: 1;
    cursor: pointer;
}

.list-group-item {
    border: 0;
}

.list-group-item span {
    color: #c7254e !important;
    font-weight: 600;
    font-size: 12px;
    padding-right: 10px;
}

.nav-tabs li a {
    color: var(--color);
    opacity: 0.8;
    font-size: 12px;
    /* font-weight: 600; */
}


/* .nav-link.active {
  color: var(--color);
  opacity: 1;
} */

.sales_conversion_count {
    /* border: 2px solid #c7254e; */
}

.sales_conversion_count h1 {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
}

.sales_conversion_count p {
    font-size: 35px;
    font-weight: 900;
    color: #c7254e;
    margin-bottom: 0;
}

.executive_analytics .well h1 {
    font-size: 16px;
}

.total_transactions p,
.total_revenues p,
.total_revenues_per_transactions p {
    font-weight: 700;
    font-size: 25px;
}

.executive_analytics {
    position: relative;
}

.executive_analytics .well {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
}

.executive_analytics .date {
    color: #909090;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03cm;
}

.executive_analytics .title {
    color: #000;
    font-size: 15px;
}

.executive_analytics .circleIcon {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 3px solid #f50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.executive_analytics .circleIcon:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #f50;
    border-radius: 50%;
}

.executive_analytics .circlePlus {
    position: absolute;
    top: -8px;
    right: -5px;
    background-color: deepskyblue;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.executive_analytics .circlePlus i {
    font-size: 8px;
    color: #ffffff;
}

.list-item {
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 10px;
}

.executive_analytics .list-item-text {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
    color: #292929;
    flex: 1;
}

.executive_analytics .total {
    font-size: 25px;
    font-weight: 300;
    color: deepskyblue;
    flex: 1;
}

.well-executive-chart-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    height: 80vh;
    justify-content: center;
    background-color: rgba(247, 247, 247, 1);
}

.well-executive-chart-loader i {
    font-size: 40px;
}

.rec_total_count {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 15px 15px;
    font-size: 12px;
    opacity: 0.6;
}

.rec_well_card {
    position: relative;
}