body{
	background-color: #fff;
}

a{text-decoration: none !important; }
label{color: #7f7f7f;}
p{color: #7f7f7f;}
small{color: #7f7f7f;}

.truncate {
  max-width:200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.platform_nav{
	background-color: #ffce00 !important;
	border-radius: unset !important; 
	border: unset !important;
}

.navbar-brand{
	color: #000 !important;
	font-weight: normal !important;
}

.nav-link{
	color: #000 !important;
}

.btngreen{
    background-color: #ffce00 !important;
    border-color: #ffce00 !important;
    color: #000 !important;
    box-shadow: unset;
}

 .btnoutline{
	border-color: #2e2b3f !important;
	color: #2e2b3f !important;
	background-color: #fff;
 }

.settings-dropdown{
	top: 100% !important;
	left: -5em !important;
	margin-top: 0.5rem !important;
	border-radius: 0px 0px 5px 5px !important;
	right: 0;
}



.active-menu{
	border-left: 5px solid #d5392e;
	color: #000 !important;
	background-color: #f7f7f7;
	font-weight: bold;
}

.sidebar_menu{
	list-style: none;
}

.sidebar_menu li{
	padding: 5px !important;
}

.sidebar_menu li a{
  display: block;
  position: relative;
  color: #7f7f7f;
}

.sidebar_menu li:hover{
	background-color: #E2F0F1 !important;
}


.sidebar_menu li a:hover{
	color: #EA484B !important;
}

.menu_active{
	background-color: #E2F0F1 !important;
}

.menu_active a{
	color: #EA484B !important;
}


.sidebar_menu_icon{
	width: 25px;
}

/*DATA TABLE CSS*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
}
thead input {
    width: 100%;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table.dataTable > thead > tr > th{
	border-bottom-width: 0px !important;
}


.dataTables_info{
	width: 100% !important;
}

.dtable_header{
	background-color: #ffce00;
	color: #000;
	font-size: 14px;
 }

 .dtable_custom_btn_white{
	border-color: #2e2b3f !important;
	color: #2e2b3f !important;
	background-color: #fff;
 }

 .dtable_custom_btn_white:hover, .dtable_custom_btn_white:active, .dtable_custom_btn_white:focus {
	background-color: #ece7e7;
 }

.dtable_custom_btn_green{
	background-color: #ffce00 !important;
	border-color: #ffce00 !important;
	color: #000 !important;
}

.table-hover>tbody>tr:hover{
	background-color:#daeceb;
	color: #7f7f7f;
}

.odd{
	color: #7f7f7f !important;
}

.even{
	color: #7f7f7f !important;
}

.dtable_column_search_box{
	display: block;
	height: 34px;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: normal;
	font-style: italic;
}
.dt-button a {
	color: #7f7f7f !important;
}
.dt-buttons{
	float: left;
}

.dataTables_info{
    color: #7f7f7f !important;
    font-size: 14px;
    width: 20%;
    float: left;
    padding-top: 5px !important;
}

.dataTables_paginate{
    font-size: 12px;
    margin-top: 10px !important;
}

.pagination > .active > a{
    background-color: #ffce00 !important;
    border-color: #ffce00 !important; 
    color: #000 !important;
}

.pagination > .active > a:hover{
    background-color: rgb(101, 205, 166);
    border-color: rgb(101, 205, 166); 
}
.pagination > .active > a:focus{
    background-color: rgb(101, 205, 166);
    border-color: rgb(101, 205, 166); 
}

/*
table thead tr th{
	color: #000;
}
*/
/* MODAL CSS */

.modal-body{
	color: #7f7f7f;
}

input{
	color: #7f7f7f;
}

select{
	color: #7f7f7f;
}

.animation_model_dialog{
    position: fixed;
    margin: auto;
    width: 80%;
    max-width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.animation_model_content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

.animation_model.fade .animation_model_dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.animation_model.fade.show .animation_model_dialog {
    right: 0px;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #ffce00 !important;
    color: #000 !important;
}

.modal-header h5{
    color: #000 !important;
}

.modal-header small{
    color: #000 !important;
}


.floating_image_field{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	padding-left: 25px !important;
}

.modal_header_with_sub{
	line-height: 1;
	font-size: 17px;
	color: #7f7f7f;
}

.modal_header_with_sub small{
	font-size: 14px;
}

.settings-menu{
	font-size: 14px;
}

.settings-menu li a{
	color: #7f7f7f;
}

.create-menu{
	font-size: 14px;
}

.create-menu li a{
	color: #7f7f7f;
}

.lan-menu{
	font-size: 14px;
	min-width: 4rem !important;
}

.lan-menu li a{
	color: #7f7f7f;
}

.nav_tab_menu{
	border-bottom: 1px solid #c1c1c1;
}

.nav_tab_link{
	padding-left: 0px;
	border-radius: 0px;
	color: #7f7f7f !important;
	float:left !Important

}

.nav_tab_menu .nav_tab_link.active, .nav_tab_menu .show > .nav_tab_link {
	background-color: #fff;
	color: red !important;
	border-bottom: 2px solid #4da399;
	border-radius: 0px;
}

.beeplan_badge{
	color: #FFF;
	background-color: #7f7f7f; 
	/*background-color: #D5392EE6; */
	border-radius: 23px;
	position: relative;
	top: 7px;
	font-size: 10px;
	left: -10px;
}

/* KANBAN CSS */
.highlight{
		background-color: red;
	}

.success {
background: none;
}


.warning {
background: none;
}

.error {
background: none;
}

.kanban-board{
	background: none;
	border-right: 1px solid #cecece;
	padding: 4px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 25% !important;
}

.kanban-container{
	width: 100% !important;
}

.kanban-title-board{
	color: #7f7f7f;
}


.kanban-board-header{
	padding: 4px !important;
	font-size: 15px !important;
	background-color: #ddd;
}


.info {
   background: none;
}

.kanban-drag{
	padding: 4px !important;
}

.kanban-item {
	padding: 5px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #7f7f7f;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px #9f9f9f;

}

.task_done{
	margin-right: 6px;
	background-color: #87b769;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.task_cancelled{
	margin-right: 6px;
	background-color: #c44637;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.task_open{
	margin-right: 6px;
	background-color: #d59b8f;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.task_working{
	margin-right: 6px;
	background-color: #4faeea;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}


.kanban-drag{
	overflow-y: scroll;
	height: calc(76vh - 30px);
}

.kanban-title-button{
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.kanban-item {
	padding: 5px !important;
	margin-bottom: 5px !important;
}



.hidden_input{
	width: 60px !important;
	flex: unset;
	text-align: center;
	border: none;
	background-color: transparent;
	resize: none;
	outline: none;
	border: 1px solid #eee;
}

.round_button{
	border-radius: 100px;
	padding: 6px 9px;
	font-size: 10px;
	transition: unset;
	border: none;
}

/* Chrome, Safari, Edge, Opera */
.number_pm input::-webkit-outer-spin-button,
.number_pm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.number_pm input[type=number] {
  -moz-appearance: textfield;
}


.beeplan_card{
	background-color: #ffce00;
	border: 1px solid #ffce00;

}

.beeplan_card .card-header{
	padding: 0px;
	border: none;
}

.beeplan_card .card-header a{
	color: #000;
}


.beeplan_card .card-body{
	background-color: #fff;
}



.select2 {
    width: 100% !important;
    float: left !important;
}

.select2-selection__rendered{
	margin-top: 21px;
	margin-left: 3px;
}

.select2-container .select2-selection--single {
	height: 58px !important;
}

.select2-id_apiary-container{
	margin-top: 13px;
}

.select2-selection__arrow{
	margin-top: 14px;
}

.select2-selection__clear{
	margin-top: 14px;
	margin-right: 20px;
	color: #7f7f7f;
}

.btn-get-started {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid green;
    padding: 5px 10px;
    color: rgb(101, 205, 166) !important;
    border-radius: 10px;
    border-color: rgb(101, 205, 166) !important;
    background-color: white;
}


.input-group > .form-control:focus, .input-group > .form-select:focus {
	z-index: 0;
}



.fc-timegrid-axis-cushion{
	color: #7f7f7f;
	font-size: 14px;
}

.fc-timegrid-slot-label-cushion{
	color: #7f7f7f;
	font-size: 14px;
}

.select2-selection__choice__display{
	font-size: 12px;
}


.sidebar_badge {
	color: #FFF;
	background-color: #7f7f7f;
	border-radius: 23px;
	position: relative;
	font-size: 10px;
  }

.menu_active a span{
	background-color: #EA484B !important;
}


.dtable_custom_btn_green {
  margin-bottom: 5px;
}

.dtable_custom_btn_white{
	margin-bottom: 5px;
}

.payment_btn:hover{
	background-color: #ffce00 !important;
}




/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	.kanban-board{
		width: 100% !important;
	}

	.fc-button-group{
		margin-left: 0px !important;
	}
	.fc-button{
		margin-bottom: 10px !important;
	}
	/*animation_model_dialog*/
	.animation_model_dialog{
		min-width: 95% !important;
	}
	
	.dataTables_paginate {
	  font-size: 12px;
	  margin-top: 40px !important;
	}

	.long_comment {
		height: 100px !important;
	}
	.pollination_comment {
		height: 130px !important;
	}

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {}


@supports  (selector(:nth-child(1 of x))) or (-webkit-touch-callout: none) {
	.safari_mt25{
		margin-top: 25px !important;
	}
	.safari_mt10{
		margin-top: 10px !important;
	}
}