@font-face{
	font-family: RaleWay;
	src: url(../fonts/Raleway-Regular.ttf);
}

@font-face{
	font-family: Gnuolane;
	src: url(../fonts/gnuolane-rg.ttf);
}

.banner-text-content{
    font-family: Gnuolane;
    word-wrap: normal;
    color: #E67E22;
}
.banner-text-large{
    font-size: 30px;
}
.banner-text-medium{
    font-size: 25px;
}
.banner-text-small{
    font-size: 23px;
}
.banner-text-extra-small{
    font-size: 20px;
}
body { 
    font-family: RaleWay;
    padding-right: 0px !important
}
  
.modal-open {
overflow-y: auto;
}

.float-right{
    float:right;
}
.float-left{
    float:left;
}
.display-none {
    display: none;
}

.loader{
    color: #E67E22;
}

.pagination li{
    cursor: pointer;
}

.error{
    color: red;
    font-weight: bold;
}

.custom-badge{
    background-color:#e67e22;
    color:white;
    font-weight: bold;
    padding: 2px 10px 5px 10px;
    border-radius:15px;
}
.custom-badge-red{
    background-color:red;
    color:white;
    font-weight: bold;
    padding: 2px 10px 5px 10px;
    border-radius:15px;
}

.custom-badge-gray{
    background-color:gray;
    color:white;
    font-weight: bold;
    padding: 2px 10px 5px 10px;
    border-radius:15px;
}

/* 
 * Log In Styles
 */

.outer-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.line-fc{
	display: block;
	margin: auto;
	width: 80%;
	margin-bottom: 10px;
	text-align: center;
}

.btn-warning {
	display: block;
	margin: auto
}

#login-error{
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	width: 80%;
	color: red;
	font-weight: bold;

}
/* SideBar Style*/








/* Custom Design for Side Bar */

.sidebar-nav > .sidebar-user-details{
    height: 90px;
}

ul .collapse li{
  border-left: 2px solid #ff6400;
}

#user-type{
    color: #E67E22;
}
#user-branch{
    color: #EEE;
}
.main-list ul{
    list-style: none;
    margin: 20px;
    padding: 0;
}
.caret-custom{
    margin-top: 10px;
    margin-right: 30px;
}

/** Content Styles **/

#page-content-wrapper hr{
    border: none;
    height: 1px;
    width: 100%;
    color: #E67E22; /* old IE */
    background-color: #E67E22; /* Modern Browsers */
}
.content-user-details{
    float: right;
}
#content-dp{
    height: 30px;
    width: 30px;
}

.dropbtn {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    color: #000026;
    cursor: pointer;
}
.dropdown a{
    text-decoration: none;
}
.dropdown a:hover{
    color: #E67E22;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-top: 2px solid #E67E22;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1000;
}

.dropdown-content a {
    color: #000026;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.page-content-menu a:hover {background-color: #f1f1f1}

.show {display:block;}

@media(min-width:769px) {

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* Log out */
.title-warning{
    color: red;
}
@media (min-width : 0px) and (max-width: 767px){
	/* Log In */
	.inner-wrapper{
		margin-left: 30px;
    }
    
    .banner-text-large{
        font-size: 25px;
    }
    .banner-text-medium{
        font-size: 18px;
    }
    .banner-text-small{
        font-size: 15px;
    }
    .banner-text-extra-small{
        font-size: 13px;
    }
}

/* Card Panels Style */
.card-panel{
    border-left: 3px solid #e67e22;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.card-panel h1{
    font-size: 70px;
    text-align:center;
    margin-top: 0px;
}
.card-panel h4{
    text-align: center;
    font-weight: bold;
}
.card-panel-announcement{
    border-left: 3px solid #e67e22;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.card-panel-banner{
    border-radius: 15px 50px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.user-thumbnail{
    height: 50px;
    width: 50px;
}
.centered{
    text-align:center; 
    vertical-align:middle;
}
/* File Upload Style */
.btn-file {
  position: relative;
  overflow: hidden;
  width:200px;
  display:block;
  margin-left: 0;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-file-2 {
  position: relative;
  overflow: hidden;
  display: block;
}

.btn-file-2 input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.customer-dp-preview-wrapper{
    border: 2px solid #EEE;
    border-radius: 2rem;
    width: 200px;
    height: 200px;
}

.customer-dp-preview-wrapper img{
    width: 100%;
    height: 100%;
}

/** INBOX Styles **/
.messages-container{
    cursor: pointer;
}

#admin-convo-chat-box{
    overflow-y: scroll;
    border:1px solid #eee;
    height:300px;
    max-height: 300px;
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.msg-container {
    display: inline-block;
}

.incoming {
    background-color:#0084FF;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    color:white;
    display: inline-block;
    float: left;
    padding: 15px; 
    margin: 10px;
    border-radius: 10px;
    max-width: 80%;
}

.incoming a {
    color: white;
}

.outgoing {
    background-color:#F1F0F0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: inline-block;
    padding: 15px; 
    margin: 10px;
    border-radius: 10px;
    float: right;
    max-width: 80%;
}

.time-stamp-incoming {
    color: white;
    display: block;
    font-size: 1.15rem;
    font-style: italic;
    margin-top: 0.5rem;
}

.time-stamp-outgoing {
    color: #90949C;
    display: block;
    font-size: 1.15rem;
    font-style: italic;
    margin-top: 0.5rem;
}

#message-box-container{
    
    margin-top:5px;
}

.convo-img{
    max-width: 100%;
    max-height: 300px;
}
.quotation-details-pane{
    border-top: 1px solid #eee;
    border-left: 2px solid #e67e22;
    padding: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#qd-title{
    color:#e67e22;
    font-size: 15px;
    font-weight:bold;
    margin-bottom:0px;
}
.offline{
    color: gray;
}
.online{
    color: #42B72A;
}
.inbox-title{
    font-size: 18px;
}
.option-btn{
    cursor: pointer;
}
.queued-container{
    cursor: pointer;
}
.queue-details{
    color: red;
    font-size: 15px;
    font-weight: bold;
    float: right;
}
.queue-details2{
    color: #E67E22;
    font-size: 15px;
    font-weight: bold;
    float: left;
}

.unread-message{
    background-color: #DFD8E0;
}
.unread-message:hover
{
    background-color: #DFD8E0!important;
}
/** MONITORING **/
.monitoring-item{
    cursor: pointer;
}
.overview-item{
    cursor: pointer;
}
/** REPORTS **/
.printable-table{
    display:none;
}
@media print{
    #sidebar-wrapper,#menu-toggle,.content-user-details,.non-printable{
        display: none;
    }
    #sidebar-wrapper {
        width: 0px;
    }
    .printable-table table{   
        width: 100%;
    }
    .printable-table{
        display: block;
    }
}

/*** MOBILE-FIRST DESIGN ***/
@media(min-width: 769px) and (max-width: 1199px)
{
    .quotation-details-container {
        display: none;
    }

    #mov-show-quo-details-btn{
        display: block!important;
    }

    .banner-text-large{
        font-size: 20px;
    }
    .banner-text-medium{
        font-size: 20px;
    }
    .banner-text-small{
        font-size: 18px;
    }
    .banner-text-extra-small{
        font-size: 15px;
    }

}
@media(min-width: 769px) and (max-width: 990px)
{
    #seller-send-btn{
        margin-top: 5px;
    }
    .search-bar{
        margin-top:10px !important;
    }
}
@media(max-width:768px) {

    .mobile-nav{
        display: block !important; 
    }

    #mob-log-out-btn{
        display: block !important;
    }
    #mob-space{
        display: block !important;
    }
    .search-bar{
        margin-top:10px !important;
    }

    .quotation-details-container {
        display: none;
    }

    #mov-show-quo-details-btn{
        display: block!important;
    }
    #seller-send-btn{
        margin-top: 5px;
    }
    #banner-admin-pic-preview{
        display: none;
    }
    
}


.mob-badge:after{
    content:attr(data-count);
    position: absolute;
    background: #E67E22;
    height:2rem;
    top:1rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid #E67E22;
}

.search-bar{
    margin-top: 0;
    z-index: 0;
}



.idle{
    color: #FCD116;
}
.status-color
{
    font-size: 11px;
}

.clickable{
    cursor: pointer
}

.hoverable:hover{
    color: #E67E22;
}

.unread-ticket{
    background-color: #DFD8E0;
}
.unread-ticket:hover
{
    background-color: #DFD8E0!important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.selected-tr
{
    background-color:#e67e22;
    color:white;
    font-weight:bold;
}

.img-preview-sm
{
    width:18px;
    height:18px;
    float:left;
    margin-right:5px;
}

.img-preview-md
{
    width:50px;
    height:50px;
    float:left;
    margin-right:5px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.sort-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:0;
}

/* Links inside the dropdown */
.sort-dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    
}

/* Change color of dropdown links on hover */
.sort-dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.sort-dropdown:hover .sort-dropdown-content {
    display: block;
}


/* ===================================== CUSTOM BOOTSTRAP ==================================*/
.line-fc{
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #E67E22;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.line-fc:focus,.line-fc-light:focus{
	outline: none;
	border-bottom: 2px solid #E67E22;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/* .fc-flat{
	border-radius: 0;
}
.btn{
	border-radius: 0;
} */
.alert{
    text-align: center;
    font-weight: bold;
}
.badge{
	text-align: left;
	background-color:red;
	margin-left: 0;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

@media(min-width: 0px) and (max-width: 524px)
{
    .quotation-form-btn{
        width: 100%;
        margin-bottom: 5px;
    }

    #ac-attach-btn{
        margin-right:0px!important;
        margin-left:0px!important;
    }
}

/* ===================================JQUERY DATEPICKER CSS ===============================*/
.ui-datepicker {
    background-color: #fff;
    border: 0px;
    border-radius: 1rem;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    display: none;
    margin-top: 0px;
    padding: 10px;
    width: 240px;
    font-size: 14px !important;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
       -moz-transition: color 0.1s ease-in-out;
         -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 20px;
    color: #999;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
    color: #000 !important;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
       -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
         -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover:not(.ui-datepicker-current-day) {
    background-color: #eee;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
    color: #000;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #E67E22;
    /* background-color: #4289cc; */
}
.ui-datepicker td.ui-datepicker-current-day a {
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

.ui-datepicker-month {
    border: 0px;
    color: #E67E22;
}
.ui-datepicker-year {
    border: 0px;
    color: #E67E22;
}
.ui-datepicker-unselectable{
    background-color: #eee;
    
}

.tariff-category-items,
.resa-tariff-category-items,
.admin-tariff-category-items {
    color: #525252;
}

.tariff-category-items:hover,
.tariff-subcategory-items:hover,
.resa-tariff-category-items:hover,
.resa-tariff-subcategory-items:hover,
.admin-tariff-category-items:hover,
.admin-tariff-subcategory-items:hover {
    color: #e67e22!important;
}

body {
    background-color: #F0F2F5;
}

.logo {
    display: block;
    margin: auto;
    max-width: 240px;
    width: auto;
}

.wrapper {
    padding-left: 0;
}

.sidebar-wrapper {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background: #000026;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 2rem;
    height: calc(100% - 2rem);
    left: 26rem;
    margin-left: -30rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2rem 1rem;
    position: fixed;
    transition: all 0.2s ease;
    width: 0;
    z-index: 1000;
}

.wrapper.toggled .sidebar-wrapper {
    padding: 2rem 1rem 2rem 5rem;
    width: 32rem;
}

.sidebar-wrapper-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.sidebar-wrapper-inner::-webkit-scrollbar {
    border-radius: 1rem;
    width: 10px;
}

.sidebar-wrapper-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1rem;
}

.sidebar-wrapper-inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1rem;
}

.sidebar-wrapper-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 28rem;
    margin: 0 0 0 -2rem;
    padding: 0 0 0 2rem;
    list-style: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    height: 130px;
    line-height: 60px;
    padding: 0 0 0 2.75rem;
    text-align: center;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
    text-align: center;
}

.sidebar-nav > .sidebar-brand a:hover {
    background: none;
    color: #fff;
}

.company-logo {
    max-height: 120px;
}

.sidebar-user-profile-image {
    height: 50px;
    width: 50px;
    margin: 1rem 1.5rem;
    float: left;
}

.sidebar-user-name {
    color: yellow;
    padding-top: 1rem;
}

.sidebar-user-type {
    color: #e67e22;
}

.sidebar-user-status {
    color: #e67e22;
    cursor: pointer;
}

.dropdown-status {
    display: inline-block;
    position: relative;
}

.dropdown-status-content {
    background-color: #f9f9f9;
    border-radius: 1rem;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    display: none;
    margin-left: -1rem;
    min-width: 18rem;
    padding: 1rem 1.5rem;
    position: absolute;
    z-index: 1;
}

.dropdown-status-content a {
    color: black;
    display: block;
    text-decoration: none;
}

.dropdown-status-content a:hover {
    color: #e67e22;
}

.dropdown-status:hover .dropdown-status-content {
    display: block;
}

.sidebar-nav li.main-list {
    line-height: 40px;
    padding-right: 1rem;
}

.sidebar-nav li.main-list a {
    border-radius: 0 2rem 2rem 0;
    color: #EEE;
    display: block;
    padding-left: 2rem;
    text-decoration: none;
}

.sidebar-nav li.main-list.active-menu a.main-link {
    border-left: 3px solid #E67E22;
    color: #E67E22;
    font-weight: bold;
}

.sidebar-nav li.main-list a:hover {
    color: #E67E22;
    text-decoration: none;
}

.sidebar-nav li.main-list a:active,
.sidebar-nav li.main-list a:focus {
    text-decoration: none;
}

.sidebar-caret {
    margin-top: 1.25rem;
    margin-right: 0;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.mobile-nav-bar {
    border-radius: 0 0 2rem 2rem;
    display: block;
    overflow: hidden;
}

ul.mobile-nav-list-ita,
ul.mobile-nav-list,
ul.mobile-nav-list-resa {
    background-color: #000026;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.mobile-nav-list li {
    float: left;
    width: 11.11111111111111%;
}

ul.mobile-nav-list-resa li {
    float: left;
    width: 14.2857142857%;
}

ul.mobile-nav-list-ita li {
    float: left;
    width: 14.2857142857%;
}

ul.mobile-nav-list-ita li a,
ul.mobile-nav-list li a,
ul.mobile-nav-list-resa li a {
    display: block;
    padding: 15px;
    background-color: #000026;
    color: white;
    text-align: center;
}

.active-mobile-nav {
    border-bottom: solid 3px #E67E22 !important;
    color: white !important;
}

.page-content-wrapper {
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.wrapper.toggled .page-content-wrapper {
    margin-right: -28rem;
    position: absolute;
}

.menu-toggle {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background: #000026;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    color: white!important;
    font-size: 1.75rem;
    transition: all 0.2s ease;
}

.menu-toggle:hover {
    color: #DDDDDD!important;
}

.wrapper.toggled .menu-toggle {
    margin-left: 28rem;
}

.resa-announcements-container {
    height: 75vh;
    min-height: 25rem;
    max-height: calc(100vh - 28rem);
    overflow-y: auto;
}

.seller-announcements-container {
    height: 75vh;
    min-height: 25rem;
    max-height: calc(100vh - 28rem);
    overflow-y: auto;
}

.announcement-banner {
    height: 21rem;
    width: 100%;
}

.announcement-banner-sm {
    height: 15rem;
    width: 100%;
}

.announcement-title {
    color: #e67e22;
    margin-top: 0px;
    text-align: center;
}

.banner-ads-item {
    cursor: pointer;
    height: 15rem;
}

.unread-announcement-profile {
    border: 3px solid #E67E22;
}

.unread-announcement-name {
    color: #000026;
    font-size: 1.25rem;
    font-weight: bold;
}

.seller-user-presence-container {
    height: 75vh;
    min-height: 25rem;
    max-height: calc(100vh - 23.25rem);
    overflow-y: auto;
}

.access-level-details-profile-image {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-right: 1rem;
    width: 6rem;
}

.user-list-profile-image {
    height: 3rem;
    width: 3rem;
}

.ticket-priority-queue-container {
    height: calc(50vh - 12.25rem);
    min-height: 20rem;
    overflow-y: auto;
}

.ticket-normal-queue-container {
    height: calc(50vh - 12.25rem);
    min-height: 20rem;
    overflow-y: auto;
}

.other-priority-queue-container {
    height: calc(50vh - 12.25rem);
    min-height: 20rem;
    overflow-y: auto;
}

.other-normal-queue-container {
    height: calc(50vh - 12.25rem);
    min-height: 20rem;
    overflow-y: auto;
}

.incoming-user-details {
    margin-bottom: 1rem;
}

.incoming-user-name {
    font-size: 1.75rem;
    color: #E67E22;
}

.chat-box-container {
    border: 1px solid #eee;
    border-radius: 2rem;
    overflow-y: scroll;
    height: 35rem;
    margin-bottom: 1.5rem;
    max-height: 450px;
}

.chat-box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.quotation-details-container {
    margin-top: 0;
}

.my-profile-image {
    width: 100%;
}

.alert {
    border-radius: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.alert .close {
    margin-top: -0.75rem;
}

.breadcrumb-container {
    padding: 4rem 2rem 0;
}

.breadcrumb-title {
    margin-top: 0.75rem;
}

.button {
    border-radius: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.button-icon {
    align-items: center;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: inline-flex;
    height: 3.5rem;
    justify-content: center;
    width: 3.5rem;
}

.button-icon-sm {
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 3rem;
    width: 3rem;
}

.card {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.card-body {
    padding: 1.5rem 2rem;
}

.card-body-sm {
    padding: 1.5rem 2rem;
}

.card-title {
    color: #e67e22;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
}

.close {
    font-size: 3rem;
    opacity: 0.4;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-control {
    background-color: #F0F2F5;
    border: 1px solid #DADFE7;
    border-radius: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.form-control:focus {
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 3px 0px, rgba(60, 64, 67, 0.15) 0px 2px 4px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 3px 0px, rgba(60, 64, 67, 0.15) 0px 2px 4px 2px;
}

.form-control[disabled], 
fieldset[disabled] .form-control {
    background-color: #CED5DE;
}

.form-control.invalid {
    border: 1px solid #FF0000;
}

.form-submit {
    border-radius: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.form-submit:focus,
.form-submit:active,
.form-submit:focus-visible {
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 3px 0px, rgba(60, 64, 67, 0.15) 0px 2px 4px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 3px 0px, rgba(60, 64, 67, 0.15) 0px 2px 4px 2px;
    outline: none;
}

.input-group {
    display: block;
}

.input-group .form-control {
    border-radius: 2rem!important;
}

.input-group .form-control + .input-group-btn .button {
    border-radius: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 32px;
    position: absolute;
    right: 1rem;
    top: 1px;
    width: auto;
    z-index: 9;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 2rem;
}

.modal-footer {
    border-top: none;
    text-align: left;
}

.pagination a {
    align-items: center;
    border-radius: 50%!important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    width: 3.5rem;
}

.pagination > li {
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.table {
    margin-bottom: 2rem;
}

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

.caret-color-transparent {
    caret-color: transparent;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #FFFFFF;
}

.color-green {
    color: #008000;
}

.color-red {
    color: #FF0000;
}

.cursor-pointer {
    cursor: pointer;
}

.display-flex-center-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.ellipsis-1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.float-right-lg {
    float: none;
}

.margin-0 {
    margin: 0;
}

.margin-1 {
    margin: 0.5rem;
}

.margin-2 {
    margin: 1rem;
}

.margin-3 {
    margin: 1.5rem;
}

.margin-4 {
    margin: 2rem;
}

.margin-5 {
    margin: 4rem;
}

.margin-10 {
    margin: 8rem;
}

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

.margin-bottom-1 {
    margin-bottom: 0.5rem;
}

.margin-bottom-2 {
    margin-bottom: 1rem;
}

.margin-bottom-3 {
    margin-bottom: 1.5rem;
}

.margin-bottom-4 {
    margin-bottom: 2rem;
}

.margin-bottom-5 {
    margin-bottom: 4rem;
}

.margin-bottom-10 {
    margin-bottom: 8rem;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-1 {
    margin-left: 0.5rem;
}

.margin-left-2 {
    margin-left: 1rem;
}

.margin-left-3 {
    margin-left: 1.5rem;
}

.margin-left-4 {
    margin-left: 2rem;
}

.margin-left-5 {
    margin-left: 4rem;
}

.margin-left-10 {
    margin-left: 8rem;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-1 {
    margin-right: 0.5rem;
}

.margin-right-2 {
    margin-right: 1rem;
}

.margin-right-3 {
    margin-right: 1.5rem;
}

.margin-right-4 {
    margin-right: 2rem;
}

.margin-right-5 {
    margin-right: 4rem;
}

.margin-right-10 {
    margin-right: 8rem;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-1 {
    margin-top: 0.5rem;
}

.margin-top-2 {
    margin-top: 1rem;
}

.margin-top-3 {
    margin-top: 1.5rem;
}

.margin-top-4 {
    margin-top: 2rem;
}

.margin-top-5 {
    margin-top: 4rem;
}

.margin-top-10 {
    margin-top: 8rem;
}

.padding-0 {
    padding: 0;
}

.padding-1 {
    padding: 0.5rem;
}

.padding-2 {
    padding: 1rem;
}

.padding-3 {
    padding: 1.5rem;
}

.padding-4 {
    padding: 2rem;
}

.padding-5 {
    padding: 4rem;
}

.padding-10 {
    padding: 8rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-1 {
    padding-bottom: 0.5rem;
}

.padding-bottom-2 {
    padding-bottom: 1rem;
}

.padding-bottom-3 {
    padding-bottom: 1.5rem;
}

.padding-bottom-4 {
    padding-bottom: 2rem;
}

.padding-bottom-5 {
    padding-bottom: 4rem;
}

.padding-bottom-10 {
    padding-bottom: 8rem;
}

.padding-left-auto {
    padding-left: auto;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-1 {
    padding-left: 0.5rem;
}

.padding-left-2 {
    padding-left: 1rem;
}

.padding-left-3 {
    padding-left: 1.5rem;
}

.padding-left-4 {
    padding-left: 2rem;
}

.padding-left-5 {
    padding-left: 4rem;
}

.padding-left-10 {
    padding-left: 8rem;
}

.padding-right-auto {
    padding-right: auto;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-1 {
    padding-right: 0.5rem;
}

.padding-right-2 {
    padding-right: 1rem;
}

.padding-right-3 {
    padding-right: 1.5rem;
}

.padding-right-4 {
    padding-right: 2rem;
}

.padding-right-5 {
    padding-right: 4rem;
}

.padding-right-10 {
    padding-right: 8rem;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-1 {
    padding-top: 0.5rem;
}

.padding-top-2 {
    padding-top: 1rem;
}

.padding-top-3 {
    padding-top: 1.5rem;
}

.padding-top-4 {
    padding-top: 2rem;
}

.padding-top-5 {
    padding-top: 4rem;
}

.padding-top-10 {
    padding-top: 8rem;
}

.readyonly-1::-moz-selection {
    background: transparent;
}

.readyonly-1::selection {
    background: transparent;
}

.width-100 {
    width: 100%;
}

.width-14-rem {
    width: 14rem;
}

.width-auto {
    width: auto;
}

@media(max-width: 1200px) {
    .width-lg-100 {
        width: 100%;
    }   
}

@media(max-width: 992px) {
    .width-md-100 {
        width: 100%;
    }   
}

@media(max-width: 768px) {
    .text-align-center-sm {
        text-align: center;
    }
    
    .width-sm-100 {
        width: 100%;
    }

    .width-sm-48 {
        width: 48%;
    }
}

@media(max-width: 576px) {
    .width-xs-100 {
        width: 100%;
    }

    .width-xs-47 {
        width: 47%;
    }
}

@media(min-width: 769px) {
    body {
        padding: 1rem;
    }

    .wrapper {
        padding-left: 28rem;
    }

    .wrapper.toggled {
        padding-left: 28rem;
    }

    .sidebar-wrapper {
        left: 29rem;
        margin-left: -28rem;
        padding: 2rem 1rem 2rem 0;
        width: 28rem;
    }

    .wrapper.toggled .sidebar-wrapper {
        padding: 2rem 1rem;
        width: 28rem;
    }

    .page-content-wrapper {
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        position: relative;
    }

    .wrapper.toggled .page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .quotation-details-container {
        margin-top: -7rem;
    }

    .quotation-details-card {
        margin-bottom: 0;
        min-height: calc(100vh - 4rem);
    }

    .breadcrumb-container {
        padding: 0 2rem;
    }

    .card-body {
        padding: 3rem 4rem;
    }

    .float-right-lg {
        float: right;
    }
}