@font-face{
    font-family: "prototype";
    src: url('../font/Prototype.ttf');
}

.info-body h1,.info-body h2,.info-body h3,.info-body h4,.info-body .h1,.info-body .h2,.info-body .h3,.info-body .h4, .billing-grid-box h2 {
	font-family: prototype !important;
}

body {
	overflow-x: hidden;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	background: #f4f8f9;
}

* {
    font-family: "Open Sans", FontAwesome, Glyphicons Halflings !important;
}

.h1,.h2,.h3,h1,h2,h3 {
	margin-top:11px;
}

.container-fluid {
	padding: 0;
}

.fa, .fas {
    font-weight: 400!important;
}

.multiselect::after {
	top: 23px !important;
}

.bootstrap-select.form-control {
	height: auto !important;
}

.logo {
    padding: 25px 0;
}

.menu * {
	transition: all ease-in-out 0.5s;
}

.body-cont {
	background: white;
    padding: 20px;
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    margin: 20px 0;
}

a {
	cursor: pointer;
}

a:hover {
	/*background: #faffed;*/
	/*font-weight: 400;*/
	color: #7d9532;
	text-decoration: none;
}

a:focus {
	border: none;
	outline: none;
}

p {
	font-size: 18px;
	/*font-family: sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
	/*text-align: center;*/
	
	font-weight: 400;
	/*color: #277671;*/
	color: #666 !important;
}

.h1 {
	font-size: 32px;
	
	font-weight: 400;
	margin: 0 10px;
	/*color: #666;*/
}

.h2 {
	font-size: 28px;
	margin: 0 10px;
	font-weight: 400;
	/*color: #666;*/
}

.p {
	
	font-size: 14px;
	color: #bbb;
}

input:focus, button:focus, .form-control:focus {

	border-color: rgba(67,84,14,0.85) !important;
	outline: 0 !important;
/*	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67,84,14,0.85) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67,84,14,0.85) !important;
    */
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.btn-primary {
	color: #fff;
	background-color: #7d9532;
	border: none;
	/*max-width: 340px;*/ /*to make buttons full width in registrations pages*/
	/*max-width: auto;*/
	border-radius: 3px;
	padding: 5px 20px;
	font-weight: 400;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #8DA92E !important;
	border: none;
	outline: none;
}

.btn-default {
	background-color: #e5e5e5;
	border: none;
	/*max-width: 340px;*/
	border-radius: 3px;
	padding: 5px 20px !important;
	font-weight: 400;
}
.btn-default:hover,.btn-default:focus,.btn-default:active {
	background-color: #ddd !important;
	border: none;
	outline: none;
}

/*.btn-small{
	padding: 2px 10px 1px 5px !important;
}
*/
.btn-none {
	background: #f5f5f5;
	/*padding: 20px 10px;*/
	font-size: 16px;
	color: #7d9532;
	height: 40px;
}

.float-btn {
	position: absolute;
	top: 18px;
}

.float-left {
	left: 15px;
}
.float-right {
	right: 15px;
}

a {
	color: rgba(67,84,14,0.85);
}
a:focus,a:visited,a:hover {
	color: rgba(67,84,14,1);
}

a.btn-primary {
	color: white;
}

b {
	font-weight: bold;
}

.text-primary {
	color: #7d9532;
}
.text-secondary {
	color: #666;
}

.text-success {
	color: green;
}
.text-warning {
	color: orange;
}
.text-danger {
	color: red;
}

.page-title {
	font-weight: 400;
}

/*status dot*/
.dot {
    height: 7px;
    width: 7px !important;
    border-radius: 100%;
    display: inline-block;
}
.live {
    background-color: #4ea957;
}
.paused {
    background-color: #cd1809;
}
/*status dot*/

/*breadcrumb*/

.breadcrumb {
	/*margin-left: -20px;*/
	white-space: nowrap;
	width: 85%;
	/*overflow-x: scroll;*/
	background: transparent !important;
	position: relative;
	z-index: 0;
	/*padding: 8px 0;*/
	/*margin-top: 10px;*/
}

.breadcrumb::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 2px; /* for horizontal scrollbars */
}

.breadcrumb::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
}

.breadcrumb::-webkit-scrollbar-thumb
{
  background: #7d9532;
}
.breadcrumb::-moz-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 2px; /* for horizontal scrollbars */
}

.breadcrumb::-moz-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
}


.breadcrumb::-moz-scrollbar-thumb
{
  background: #7d9532;
}
.breadcrumb::-ms-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 2px; /* for horizontal scrollbars */
}

.breadcrumb::-ms-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
}

.breadcrumb::-ms-scrollbar-thumb
{
  background: #7d9532;
}
.breadcrumb::-o-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 2px; /* for horizontal scrollbars */
}

.breadcrumb::-o-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
}

.breadcrumb::-o-scrollbar-thumb
{
  background: #7d9532;
}

.breadcrumb .visited {
	/*margin: 0 5px;*/
}
.breadcrumb .visited a {
	color: #7d9532 !important;
}
.breadcrumb .active {
	margin: 0 5px;
}
.breadcrumb .active a {
	color: #666;
}

/*Form*/

.form-group {
	position: relative;
}

label {
	font-weight: 500;
}

input[type="tel"],input[type="text"],input[type="email"],input[type="password"], select.form-control,input[type="number"] {
	background: #f5f5f5;
	/*padding: 20px 10px;*/
	font-size: 16px;
	color: #7d9532;
	height: 40px;
}
textarea.form-control {
	resize: none;

	background: #f5f5f5;
	/*padding: 20px 10px;*/
	font-size: 16px;
	color: #7d9532;
}
input[type="tel"]:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,select.form-control:focus, textarea.form-control:focus,input[type="number"]:focus, .btn-none:focus {
	background-color: white;
	color: #7d9532;
}

input[readonly] {
	cursor: not-allowed;	
}
input[readonly]:hover,input[readonly]:focus {
	/*border: none;*/
	outline: none;
	box-shadow: none;
	background: #eee;
}

input[type='file'] {
	cursor: pointer;
	background: #f5f5f5;
	/*padding: 20px 10px;*/
	font-size: 16px;
	color: #7d9532;
	height: 40px;
}

/*select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;

	position: relative;
}
*/
.select::after {
	/*content: 'V';*/
	content: "\f0dc";
	/*display: block;*/
	font-size: 16px;
	position: relative;
	right: 10px;
	top: -31px;
	z-index: 10;
	float: right;
	color: #666;
}

.select {
	display: inline-block;
}



.form-inline {
	white-space: nowrap;
}

.form-group {
	width: 100%;
	margin: 30px 0;
}

td select {
	cursor: pointer;
	background: #f5f5f5;
	/*padding: 20px 10px;*/
	font-size: 16px;
	color: #7d9532;
	width: 100%;
	border: dashed 1px #7d9532;
	box-shadow: none;
	display: block;
}


/*body*/

.body-container {

  width: 79.3%;

  min-height: 100vh;

  margin-left: 285px;

  padding: 20px 50px;
}

table {
	width: 100%;
}

.thead {
	background: #7d9532;
}
.thead th {
	padding: 5px 10px;
	color: white;
	font-weight: 400;
	text-align: left;
}

table td {
	padding: 7px 10px;
	/*white-space: nowrap;*/
}
table tr:nth-child(even) {
	background: #faffed;
}

table.nobg tr:nth-child(even) {
	background: white !important;
}

td img {
	margin-right: 10px;
}

.dropdown-menu {
	position: relative;
}

/*#calendar-app {
	transition: all ease-in-out 0s !important;
    }*/

    .datepicker-dropdown,.clockpicker-popover {
       position: absolute;
   }

   .select .btn-default {
       max-width:100% !important;
   }

   .select .form-control {
       box-shadow:none !important;
       height:43px !important;
   }

   .select .btn-group {
       margin-top: 0px !important;
   }

   /* intl-tel-input css*/
   .intl-tel-input {
       width: 100%;
   }

   .example .btn-group, .example select {
    margin-top: 0 !important;
}

.form-control{
	box-shadow: none;
	/*border : none;*/
	outline: none;
}

.radio-custom label {
	margin-left: 10px;
}

td, th {
	vertical-align: initial;
}

.panel-footer {
    padding: 0px 25px 15px;
}


.tipso_style {
	border-bottom: none !important;
}


#projects_list{
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.select .btn-default {
	padding: 12px 30px !important;
}

/*.menu-sub::-webkit-scrollbar,.menu-sub::-moz-scrollbar,.menu-sub::-o-scrollbar, .menu-sub::-ms-scrollbar {

display:none;

}*/

.webui-popover.pop {

    transition:none !important;
    transform:none !important;
}

.web-popover.pop p {
	margin: 0 0 5px;
	font-size: 14px;
}

.breadcrumb {

    padding: 8px 0px;

}

/* .menu-sub {

    overflow-y: hidden;

    overflow-x: hidden;

    display: block;

    min-height: 62vh;

    position: relative;

    margin-bottom: 50px;

    height: 62vh;

    margin-bottom: -180px;

    position: relative;

    } */



/* .menu-sub {

overflow-y: hidden;

} */

.menu-sub:hover {
    overflow-y:auto;
}

/*.menu-sub::-webkit-scrollbar {
    width: 13px;
}
.menu-sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.menu-sub::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5); 
}
body::-webkit-scrollbar {
    width: 13px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5); 
}

*/

/*.select .form-control {

    box-shadow: none !important;

    height: 36px !important;

    }*/
/*input[type="tel"], input[type="text"], input[type="email"], input[type="password"], select.form-control, input[type="number"] {

    background: #f5f5f5;

    padding: 20px 10px;

    font-size: 16px;

    color: #7d9532;

    height: 36px;

    }*/

    .btn.btn-primary.change {
        font-size: 12px;
        padding-bottom: 3px;
    }

    a.addmore {

        padding: 1px 0px 1px 7px;
        margin: 10px 0;

    }

    .btn-small {

        padding: 1px 7px !important;

    }

    #publish_data_btn_parent {
        right: 155px;
        position: absolute;
        top: 0;
    }

    .row.billing-grid-box {
       margin-top: 20px;
   }

   .billing-span {
       position: absolute;
       top: 51px;
   }

   /* select */
   .select::after {
    top: -33px;	   
}
.select .btn.dropdown-toggle.bs-placeholder.btn-default {
  border: solid 1px #62a8ea ;
  background: #f5f5f5 ;
  font-size: 16px;
  color: #7d9532 ;
  padding: 7px 20px !important;
  height: 45px;
}

/* aida speaks*/
.webui-popover-content p, .webui-popover-content h2{
	font-size: 14px;
}

#aida-pre-chat{
	border-top: 1px solid #eee;
	max-height: 300px;
	overflow-y: scroll;
}

#aida-pre-chat h2{
	font-size: 18px;
}

#aida-pre-chat .faq-item:hover{
	background: #fff;
}

#aida-pre-chat .faq-item{
	padding: 0px;
}
.panel-body { overflow: hidden; }

h4{
    font-size: 16px !important;
}

select#timezone , select#selectchannel {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
}


#selectchannel
{
	position: absolute;
    right: -70px;
    width: 120px;
    top: 0;
}

div.swal2-actions button.swal2-confirm
{
	background-color: #7d9532;;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px #7d9532;;
    color: #fff;
}

form.searchprojectip input[type=text] {
    padding: 10px;
    font-size: 17px;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border:1px solid #7d9532;
    border-radius:5px 0px 0px 5px; 
}

form.searchprojectip button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #7d9532;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    border-radius:0px 5px 5px 0px;
}

form.searchprojectip button:hover {
    background: #7d9532;
}

form.searchprojectip::after {
    content: "";
    clear: both;
    display: table;
}