﻿@charset "UTF-8";
/*!
 *
 * Centric - Bootstrap Admin Template
 *
 * Version: 1.9.5
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: https://wrapbootstrap.com/help/licenses
 *
 */
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700");

/**
 * Bootstrap Reset
 */

.support-ticket-response-iframe {
	border: none;
	width: 100%;
	height: 40px;
}

.label {
	display: inline-block;
}

.select2-results {
	overflow-y: scroll;
	max-height: 300px;
}

.vis-time-axis .vis-text,
.vis-labelset .vis-label {
	color: #4F5256 !important;
}

.dashboard-counter-container-success {
	border: 1px solid green;
}

.dashboard-counter-container-info {
	border: 1px solid skyblue;
}

.dashboard-counter-container-warning {
	border: 1px solid orange;
}

.dashboard-counter-container-danger {
	border: 1px solid red;
}

.dashboard-counter-success {
	font-weight: bold;
	color: green;
}

.dashboard-counter-info {
	font-weight: bold;
	color: skyblue;
}

.dashboard-counter-warning {
	font-weight: bold;
	color: orange;
}

.dashboard-counter-danger {
	font-weight: bold;
	color: red;
}

.dashboard-scroll-small {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dashboard-scroll-medium {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dashboard-scroll-large {
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dashboard-fixed-small {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dashboard-fixed-medium {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dashboard-fixed-large {
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dark-theme .fc-unthemed .fc-list-heading td {
	background: #373737 !important;
	border-color: #373737 !important;
}

.dark-theme .fc-unthemed .fc-list-item:hover td {
	background: #161616 !important;
}

.dark-theme .fc-unthemed td,
.dark-theme .fc-unthemed .fc-list-view {
	border-color: #373737 !important;
}

.marketing-report-table-background {
	background-color: #FF6600;
	background-clip: padding-box;
}

.chart-container {
	min-height: 500px;
}

.c3-axis-x text, .c3-axis-y text {
	font-size: 12px;
}

.c3-region.c3-region-green {
	fill: green;
}

.c3-region.c3-region-amber {
	fill: orange;
}

.c3-region.c3-region-red {
	fill: red;
}

.inverted.c3 .c3-axis-x path,
.inverted.c3 .c3-axis-x line,
.inverted.c3 .c3-axis-y path,
.inverted.c3 .c3-axis-y line {
	stroke: white;
}

.inverted.c3 .c3-legend-item text {
	fill: white;
}

.inverted.c3 .c3-axis-x g,
.inverted.c3 .c3-axis-y g,
.inverted.c3 .c3-legend-item-data text {
	fill: whitesmoke;
}

.inverted.c3 .c3-tooltip td {
	color: #000000;
}

#video-list .fa-grip-lines:hover {
	cursor: move;
}

.dropzone {
	background-color: inherit;
}

#password-assigned-user-table tr {
	cursor: pointer;
}

.tab-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 32px;
  vertical-align: middle;
}
.tab-icon > svg {
  position: absolute;
  display: inline-block;
  color: inherit;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #448AFF;
  fill: #64B5F6;
}

.table > tbody > tr > td{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.theme-3 .fc-unthemed td.fc-today {
	background-color: rgba(68, 138, 255, 0.49);
}

.theme-3 .fc-unthemed .fc-list-item:hover td {
	background-color: rgba(68, 138, 255, 0.49);
}

.theme-3 .fc-unthemed .fc-list-heading td {
	background-color: rgba(162, 162, 162, 0.19);
}

.theme-3 .fc-unthemed .fc-list-empty {
	background-color: inherit;
}

.bootgrid-table td.loading, .bootgrid-table td.no-results {
	background-color: transparent;
}

.form-control-invalid {
	border: 1px solid #ED7676 !important;
}

.btn-invoice{
	background-color:hsl(0, 100%, 100%, 0);
}


.marrightzero {
	margin-right:0px !important
}

.pr-0{
	padding-right:0px !important;
}


.p0{
	padding:0px !important;
}

.p20{
	padding:20px;
}

.ptop20{
	padding-top:20px;
}

.pbottom20{
	padding-bottom:20px;
}

.plr0{
	padding-left:0px !important;
	padding-right:0px !important;
}



.ptb-0 {
	padding-top:0px !important;
	padding-bottom:0px !important;
}


.pt-55{
	padding-top: 55px;
}



.pbody {
	padding-bottom:32px !important;
	padding-top:0px !important;
}


.p20{
	padding:20px;
}



.plr15{
	padding-left:15px !important;
	padding-right:15px !important;
}



.mb-50{
	margin-bottom:50px;
}


.mleftright0{
	margin-left:0px !important;
	margin-right:0px !important;
}

.mtop0px {
	margin-top:0px !important;
}


.mbottom0 {
	margin-bottom:0px !important;
}

.mleft10{
	margin-left:10px !important;
}

.marginb50{
	margin-bottom:50px !important;
}


.mbottom25px{
	margin-bottom:25px !important;
}



.navbottom{
	border-bottom-color: #005aa6 !important;
}




.leftauto{
	left:auto !important;
}

.flright {
	float:right;
}





.tabsize30{
	width:30px;
	height:30px;
}










.nav-tabs10 > li.active > a,
.nav-tabs10 > li.active > a:focus,
.nav-tabs10 > li.active > a:hover,
.nav-tabs10.nav-justified10 > .active > a,
.nav-tabs10.nav-justified10 > .active > a:hover,
.nav-tabs10.nav-justified10 > .active > a:focus {
  border: 0;
  border-style: solid;
  border-color: #ff9500;
  border-bottom: 2px solid;
  color: inherit;
  background-color: transparent;
}





.cfff{
	color:#fff;
}






.dashtitle{
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 5px;
}


.dashborder{
	border-style:solid;
	border-color:#efefef;
	border-width:4px;
}


.dashunderline{
	border-width: 2px 0px 0px 0px;
	border-top-color:#005aa6;
	border-style:solid;
	margin-bottom:20px;
}


.dashunderlinesmall{
	border-width: 1px 0px 0px 0px;
	border-top-color:#005aa6;
	border-style:solid;
	margin-bottom:10px;
}

.listminus30{
	list-style-type:none;
	margin-left:-30px;
	color:#000;
}



.cblack{
	color:#000 !important;
}


.underline{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#cdcdcd;
	margin-bottom:25px;
}


.invoicetable{
	border-style:solid;
	border-width:3px 0px 3px 0px;
	border-color:#cdcdcd;
	margin-bottom:25px;
	margin-top:25px;
}

.invoiceblue{
	background-color:#337ab7;
	color:#fff;
}



.displaycenter{
	display:block;
	 margin-left:auto;
	 margin-right:auto;
	 width:50%;
}



.blockb{
	background: #ffb300;
	border: 0px;
}

.deleteb{
	background: #f44336;
	border: 0px;
}


.height-25{
	height:25px;
}


.height-200{
	height:200px;
}


.font-12{
	font-size: 12px;
}

.font-15{
	font-size: 15px;
}

.font-18{
	font-size: 18px;
}

.font-32{
	font-size: 32px;
}

.font-48{
	font-size: 48px;
}


.bora150{
	border-radius: 150px;
}

.lineheight-200{
	line-height: 200px;
}

.notification-unseen td {
	background-color: #D3E4FF;
}

.theme-3 .notification-unseen td {
	background-color: #5C687B;
}

.bc1{
	background-color: #00a3de;
}



.tableth {
    width: auto !important;
}



.sidebar-header-2 {
	height: 65px;
	padding-left: 16px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}



.sidebar-header-logo-2 {
	display:inline-block;
	height:100%;
	line-height:65px;
	text-decoration:none;
	color:inherit;
	font-size:22px;
	letter-spacing:.023em;
}


.sidebar-header-2 > sidebar-header-logo-2 > img{
	display: inline-block;
 	width: auto;
	height: auto;
	vertical-align: -5%;
}



.sidebar-header-2 > .sidebar-header-logo-2 > img + .sidebar-header-logo-text-2 {
  margin-left: 16px;
}


.sidebar-header-2 > .sidebar-header-logo-text-2 {
  font-weight: 500;
  font-size: 20px;
  vertical-align: middle;
}


.dashrow {
	background-color: #f7f7f7;
}


.mlr-0 {
	margin-right:0px !important;
	margin-left:0px !important;
}


.modal-onright {
	left:88% !important;
}






.mainsection {
margin-left: 240px;

}



.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}



.normaltable {
	overflow-x: 0% !important;
}


.icon-treeview {
	margin-right: 5px;
	width: 1.25em;
}

.error-input-validation {
    border: 1px solid red !important;
    border-radius: 4px !important;
}

.quickbooksBtn{
    cursor:pointer;
    border:none;
    width:200px;
    height:35px;
}

/* dashboard bt touch screen start */

.vl{

	border-left:2px solid #cacaca; 
	height: 50px;
	
}

.vl-2{
 
	height: 75px;
	
}

.vl-3{

	 
	height: 43.5px;
	
}


.topcard {

  position: relative;
  border-radius: 7px;
  background-color: #fff;
  color: #202122;
  padding-left: 5%;
}
.midcard {

  position: relative;
  border-radius: 7px;
  background-color: #fff;
  color: #202122;
  padding-left: 5%;
}

.texttoptitle{
	font-size: 150%;
	font-weight: 400;
}
.texttitle{
	font-size: 100%;
	font-weight: bold;
}



.flex-display{
	
	display: flex; 
	flex-direction: row;
	justify-content: flex-start;
	align-items : center;
	column-gap: 0.6%;


}


.flex-display-stretch{
	
	display: flex; 
	flex-direction: row;
	justify-content: space-around;
	align-content: stretch;
	align-items : center;
	padding: 0 !important;
    flex-grow: 1;

}


.flex-display-space-around{
	
	display: flex; 
	flex-direction: row;
	justify-content: space-around;
	align-items : center;
    column-gap: 5%;
}

.flex-display-space-around-1{
	
	display: flex; 
	flex-direction: row;
	justify-content: space-around;
	align-items : center;
    column-gap: 6%;
}

.flex-display-space-between{
	
	display: flex; 
	flex-direction: row;
	justify-content: space-between;
	align-items : center;
}
.flex-display-center{
	
	display: flex; 
	flex-direction: row;
	justify-content: center;
	align-items : center;

}
.flex-display-start{
	
	display: flex; 
	flex-direction: row;
	justify-content: start;
	align-items : center;
	column-gap: 0.3%;

}

.font-md{
	font-size: 12px;
	font-weight: 420;
}

.img-icon{
	width: 3vh;
	height: 4vh;	
}
.img-icon-custom{
	width: 3.0vw;
	height: 4.5vh;	
}
.img-icon-small{
	width: 1.5vh;
	height: 2vh;	
}
.scrollhelp{
	height : 45px;
	width : 220px;
	overflow: auto;
}
.backgroundpurple{
	height: 7rem;
	width: 16rem;
	background: #b853e1;
}
.fix-commission{
	height: 7rem;
	width: 15rem;

}
.p-15{
	padding: 15px 15px 15px 20px;
}
.p-10{
	padding: 10px 10px 10px 10px;
}
.p-fix2{
	padding: 20.5px;
    margin: -15px;
}

.p-fix3{
	padding: 23.5px;
    margin: -15px;
}

.p-side-icon{
	padding: 20px 10px 20px 10px;
}
.p-fix{
	padding: 15px;
	margin: -15px;
}


.p-11{
	padding: 11.8px;
}

.backgroundgreen{
	background: #33b148;
}
.backgroundblue{
	background: #146aa2;
}
.textwhite{
	
	color: white;
}
.mycard{
  position: relative;
  background-color: #fff;
}
.mycard-sub{
  position: relative;
  background-color: #fff;
  border-top-right-radius: 7px;	
  border-top-left-radius: 7px;
  height : 6rem;
  z-index :3;
}
.borderslim{
	border: 1px solid #cdcdcd;
}

.bordergrey{
	border: 3px solid grey;
}
.borderorange{
	border: 3px solid orange;
}
.borderred{
	border: 3px solid red;
}
.bordergreen{
	border: 3px solid green;
}
.display-flex-vertical-right{
	position: fixed;
	right:1vw;
	top : 43vh;
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items : flex-end;
	row-gap: 30px;
}

.img-icon-left{
	height: 30px;
	width: 30px;
}

.mycard-side{
  position: relative;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 55px;
 
}

.topheader{
  position: fixed;
  display: inline-block;	
  top: 65px;
  width: 99.8%;	
  left: 0;
  right: 0;
  height: 100px;	
  z-index:2 ;
  padding: 1% 0% 0% 1%;	
  background-color: #ededed; 
}

.topSubHeader{
  position: fixed;
  display: inline-block;	
  top: 150px;
  width: 99vw;	
  left: 0.8%;
  right: 0;
  height: 80px;	
  z-index:3 ;
  padding: 0% 0% 0% 0%;	
  background-color: #dedede; 
  border-top-right-radius: 7px;	
  border-top-left-radius: 7px;
}

.topSubHeader2{
  position: fixed;
  display: inline-block;	
  top: 210px;
  width: 98.1%;	
  left: 0.8%;
  right: 0;
  height: 80px;	
  z-index:3 ;
  padding: 0% 0% 0% 0%;	
  background-color: #dedede; 
  border-top-right-radius: 7px;	
  border-top-left-radius: 7px;
}

.subHeader {
	display: flex; 
	background-color: #fff; 
	margin: 8px 18px 18px 8px; 
	padding:10px;
	height: 60px;
	align-items : center;
	width:94.5%;
	border-top-right-radius: 7px;	
    border-top-left-radius: 7px;
}


.midheader{
  position: fixed;
  display: inline-block;	
  top: 165px;
  width: auto;	
  border-top-right-radius: 7px;	
  border-top-left-radius: 7px;	 	
  left: 0;
  right:5px;	
  margin-left: 12px;	
  margin-right: 12px;	
  height: 60px;	
  z-index:2 ;
  padding: 0% 0% 0% 1%;	
  background-color: #dedede; 

}

.datarows{
	border-top-right-radius: 7px;	
    border-top-left-radius: 7px;
	margin-top: 16rem;
    width: 99vw;	
	background-color: #dedede;
	z-index:1 ;

}

.datarow-sub{
	position: fixed;
    display: flex;
    border-top-right-radius: 7px;	
    border-top-left-radius: 7px;
	top: 15rem;
    width: 98.1vw;	
	
    background-color: #dedede;
    z-index:2 ;
}

.datarows-1{
	margin-top: 22rem;
    width: 102vw;	
	background-color: #dedede;
    z-index:1 ;
}

.overflow-text{
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.br-7{
	border-radius: 7px;
}
.transition {
   -webkit-transform: scale(1.025); 
   -moz-transform: scale(1.025);
   -o-transform: scale(1.025);
   transform: scale(1.025);
}
.m-5{
	margin: 5px;
}

.panel-border-green{
	border-color:#56DF52 !important;
}

.panel-header-green{
	background-color:#B4FFB2 !important;
	border-color:#56DF52 !important;
}

.panel-body-green{
	background-color:#EBFFEB !important;
	border-color:#56DF52 !important;
}


.panel-border-amber{
	border-color:#EED276 !important;
}

.panel-header-amber{
	background-color:#FFEDB2 !important;
	border-color:#EED276 !important;
}

.panel-body-amber{
	background-color:#FFF9E6 !important;
	border-color:#EED276 !important;
}

.panel-tick-color{
	color:#148E10 
}

.panel-clock-color{
	color:#C2680D 
}

.p3{
	padding:3px !important;
}



@media only screen and (min-width: 1200px) {
	.vertical-devider{
		border-style:solid;
		border-color:#f0f0f0;
		border-width:0px 1px 0px 0px;
	}
}

@media only screen and (max-width: 1199px) {
	.vertical-devider{
		border-style:solid;
		border-color:#f0f0f0;
		border-width:0px 0px 1px 0px;
	}
}


@media only screen and (max-width: 991px) {
	.vertical-devider{
		border-style:solid;
		border-color:#f0f0f0;
		border-width:0px 1px 0px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.vertical-devider{
		border-style:solid;
		border-color:#f0f0f0;
		border-width:0px 0px 1px 0px;
	}
}


.font-16{
	font-size:16px;
}


@media only screen and (max-width: 1632px) {
	.responsive-font{
		font-size:10px;
  	}
}


@media only screen and (min-width: 1633px) {
	.responsive-font{
		font-size:14px;
  	}
}


@media only screen and (max-width: 991px) {
	.responsive-font{
		font-size:10px;
  	}
}


@media only screen and (max-width: 767px) {
	.responsive-font{
		font-size:14px;
  	}
}


@media only screen and (max-width: 418px) {
	.responsive-font{
		font-size:10px;
  	}
}


.table-border-right{
	border-style:solid;
	border-color:#f0f0f0;
	border-width:0px 1px 0px 0px;
}




.img-icon-msg{
	width: 2.5vh;
	height: 3.0vh;	
}

.p-right-custom{
	padding: 0px 6% 0px 0px;
}
.p-right-custom-fix{
	padding: 0px 4.5% 0px 0px;
}


.text-small-sub{
	font-size: 80%;
}

.select2 {
	width:100%!important;
}

.removeBtnCss{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	
}


.table-responsive .allProjects td:nth-child(20) {
	white-space: nowrap !important;
}

.text-left-align{
    text-align: left !important;
}