@import "default.css";
@import "scroll.css";
@import "select2.css";
@import "owl.carousel.min.css";

/*Dashboard css*/

.urgent-task-section {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.feedback-section-employee-list {
    position: relative;
    height: calc(100% - 389px);
}
.feedback-section {
	width: 100%;
	height: 100%;
	overflow-y:auto;
}

.feedback-section .list:nth-child(odd) {
	background-color: rgba(0, 102, 179, 1);
	color: rgba(255, 255, 255, 1);
}

.feedback-section .list {
	padding: 10px 15px 20px 15px;
	color: rgba(0, 0, 0, 1);
}

.feedback-section .list .title {
	font-size: 18px;
	font-family: 'Nunito-Bold';
}

.feedback-section .list .day {
	font-size: 14px;
	margin-top: 3px;
}

.feedback-section .list:nth-child(even) .day {
	color: rgba(0, 0, 0, 0.6);
}

.feedback-section .list .text {
	line-height: 20px;
	margin-top: 5px;
}

.employee-list {
	min-width: 168px;
	margin-left: 15px;
	padding: 10px 10px 5px 10px;
	height: 100%;
}
.employee-list-inner{
	height: calc(100% - 30px);
}

.employee-list .list {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid rgb(233, 248, 255);
}
.employee-list .list:last-child{
	border:0px;
}

.employee-list .title {
	font-size: 18px;
	color: rgba(0, 0, 0, 1);
	font-family: 'Nunito-Bold';
	margin-bottom: 15px;
}

.employee-list .profile-pic {
	width: 40px;
	height: 40px;
	min-width: 40px;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 10px;
}

.employee-list .profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.employee-list .name {
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	font-family: 'Nunito-Bold';
}

.employee-list .phone-no {
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	margin-top: 5px;
}


/*Mainentance css*/
.tab-animation{
	padding:0px 10px;
}

.default-select-quick-scan{
	padding:20px 0px 30px 0px;
}
.exhibits-head .default-select-quick-scan{
	padding:5px 0px 10px 0px;
}

.quick-scan-icons {
	margin-top: 6px;
    display: block;
	min-width:90px;
}
.scheduled-task, .special-task, .activity-log {
    padding-top: 10px;
}
.scheduled-task .default-table tbody tr:last-child td, .special-task .default-table tbody tr:last-child td,
.activity-log .default-table tbody tr:last-child td{
	border:0px !important;
}
.maintenance-content-wrapper-inner, .maintenance-content-wrapper-scroll{
	position:relative;
	width:100%;
	height:100%;
}

.maintenance-content-wrapper-scroll{
	overflow-y:auto;
}

.special-notes {
    margin-top: 15px;
}
.special-notes .title-icon, .aquari-collapse .title-icon{
	font-size:24px;
	color:rgb(0,0,0, 1);
	font-family: 'Nunito-Bold';
	line-height:24px;
	cursor:pointer;
	padding: 12px 20px;
}

.toggle-collapse + .special-notes-form {
    padding: 18px 25px 10px 60px;
}
.special-notes textarea{
	padding:15px;
	min-height:100px;
}
.special-notes .btn{
	margin-top:10px;
}
.activity-log  .default-table th:nth-child(2){
    min-width: 160px;
}
.activity-log  .default-table th:nth-child(3){
	min-width: 110px;
}
.activity-log  .default-table th:nth-child(4){
	min-width: 100px;
}
.exhibits-gallery-group-outer .exhibits-gallery-group:not(:last-child){
	margin-bottom:25px;
}
.exhibits-gallery-outer {
    padding-top: 20px;
    position: relative;
    width: 100%;
    height: calc(100% - 55px);
}
.exhibits-content-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.exhibits-gallery-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.exhibits-gallery-box a{
	display: block;
}
.exhibits-gallery-box .img-wrapper{
	position:relative;
	width:100%;
	min-height:80px;
	overflow:hidden;
	display:block;
}
.exhibits-gallery-box .img-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhibits-gallery-group .title{
	font-size: 24px;
    color: rgb(0,0,0, 1);
    font-family: 'Nunito-Bold';
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
.exhibits-gallery-group .name{
	font-size: 18px;
    color: rgb(0,0,0, 1);
	display: block;
    margin-top: 10px;
	line-height: 22px;
}

.exhibits-gallery-width{
	position:relative;
	width:100% !important;
	height:100%;
}
.owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.exhibits-id-card-section-outer{
	display:none;
	position: relative;
    width: 100%;
    height: calc(100% - 238px);
}
.exhibits-id-card-section-outer.aquari-exhibits-id-card{
	display:block;
	height: calc(100% - 178px);
}
.exhibits-id-card-section-inner{
	position:relative;
	width:100%;
	height:100%;
}
.search-sort-by{
	padding:15px 0px;
}
.gallery-sort-link.gallery-sort-link-updated + .search-sort-by{
	padding: 15px 0px 30px 0px;
}
.search-sort-by .aquari-search, .search-sort-by .sort-outer{
	width:50%;
}
.search-sort-by .aquari-search{
	padding-right:7.5px;
}
.search-sort-by .sort-outer{
	padding-left:7.5px;
}
.aquari-search-inner{
position:relative;
}
.aquari-search-inner input.form-control{
    height: 40px;
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid rgba(0, 102, 179, 1);
	font-size:18px;
	padding-right:40px;
}
.aquari-search-inner .search-icon{
	position:absolute;
	top:0px;right:3px;
}
.search-sort-by .sort-inner {
    display: block;
    padding-left: 15px;
    padding-right: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(255,255,255);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
	position:relative;
	z-index:51;
}
.custom-select-dropdown{
	background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 50;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    top:0px;
    padding-top: 40px;
	height:0px;
	overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}
.custom-select-dropdown .option{
    font-size: 18px;
    color: #000;
    padding: 3px 15px;
	margin-bottom:10px;
}

.custom-select-dropdown .arrow-outer .arrow{
width:30px;height:30px;
border-radius:100px;
border:1px solid rgba(91, 91, 91, 1);
position:relative;
margin:0px 0px 0px 8px;
cursor:pointer;
}
.custom-select-dropdown .arrow-outer .arrow:hover{
	background-color:rgba(0, 102, 179, 1);
	border-color:rgba(0, 102, 179, 1);
}
.custom-select-dropdown .arrow-outer .arrow:not(.up):hover:before{
	border-top:7px solid rgb(255,255,255);
}
.custom-select-dropdown .arrow-outer .arrow:not(.down):hover:before{
	border-bottom:7px solid rgb(255,255,255);
}
.custom-select-dropdown .arrow-outer .arrow:before{
	content:"";
	position:absolute;
	top:50%;
	left:50.5%;
	margin-top:-2px;
	margin-left:-7px;
	border-right: 7px solid transparent;
    border-top: 7px solid rgba(91, 91, 91, 1);
    border-left: 7px solid transparent;
	border-radius: 3px;
}
.custom-select-dropdown .arrow-outer .arrow.up:before{
	border-top:0px;
	border-bottom: 7px solid rgba(91, 91, 91, 1);
	margin-top:-3px;
}
.sort-pr{
	position:relative;
	width:100%;
}
.search-sort-by .sort-inner:before{
	position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
	content: " ";
    background-image: url('../images/arrow-shape-up-down.png');
    width: 25px;
    height: 13px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX( 0deg);
    transform: rotateX( 0deg);
}
.search-sort-by .is-active .sort-inner:before{
	-ms-transform: rotateX(180deg);
    -webkit-transform: rotateX( 180deg);
    transform: rotateX( 180deg);
}
.search-sort-by .is-active .custom-select-dropdown{
	height: auto;
    opacity: 1;
    transform: scaleY(1);
}
.opt-hide-show{
	display:none;
}
.exhibits-id-card-box .edit-content, .exhibits-id-card-box .info-content{
	display:none;
}

.exhibits-id-card-box {
    border-radius: 8px;
    background-color: rgb(255,255,255);
	overflow:hidden;
	margin-bottom:15px;
}
.exhibits-id-card-box .img-wrapper{
	position:relative;
	width:100%;
}
.exhibits-id-card-box .img-wrapper a{
	display:block;
}
.exhibits-id-card-box .img-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	min-height:130px;
}
.exhibits-id-card-box .img-wrapper .info-icon{
	position: absolute;
    bottom: 10px;
    right: 10px;
}
.exhibits-id-card-box .img-wrapper .info-icon img{
	width: 25px;
    height: 31px;
    object-fit: initial;
	min-height:initial;
}
.exhibits-id-card-box .detail{
	padding:10px;
}
.exhibits-id-card-box .detail .title{
	font-size: 18px;
    color: rgb(0,0,0);
    font-family: 'Nunito-Bold';
    line-height: 22px;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.exhibits-id-card-box .detail .qty{
	font-size:14px;
	color:#666666;
}
.exhibits-id-card-box .detail .callEditPopup{
	width:100%;
	margin-top:10px;
	display:block;
}
.editModal .modal-dialog{
width:350px;
}
.editModal .modal-body{
	padding:0px;
}
.editModal .modal-content{
	border-radius:8px;
	overflow:hidden;
}
.editModal .img-wrapper{
	position:relative;
	width:100%;
	height:100%;
}
.editModal .img-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 340px;
}
.editModal .detail{
	padding:15px 20px 15px 20px;
}
.editModal .detail .title{
	font-size: 18px;
    color: rgb(0,0,0);
    font-family: 'Nunito-Bold';
    line-height: 22px;
}
.editModal .detail .qty, .editModal .detail .qty-label{
	font-size: 14px;
    color: #666666;
    margin-top: 5px;
}
.editModal .detail .qty-label{
	margin-top:10px;
}
.callInfoPopup{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	font-size:0px;
}
.add-remove-qty {
    margin-top: 5px;
}
a.btn.btn-primary.callEditPopup, a.btn.btn-primary.callEditPopup:focus{
	background-color: rgba(0, 102, 179, 1);
    border-color: rgba(0, 102, 179, 1);
}
a.btn.btn-primary.btn-outline.small-btn.continue-btn, a.btn.btn-primary.btn-outline.small-btn.continue-btn:focus,
a.btn.btn-primary.btn-outline.small-btn.continue-btn:hover, a.btn.btn-primary.btn-outline.small-btn.continue-btn:focus:hover{
	border: 2px solid rgba(0, 102, 179, 1);
    background-color: transparent;
	color:rgba(0, 102, 179, 1);
}
.extra-info{
	height: 100%;
    padding: 10px 10px 20px 10px;
}
.extra-info .label{
	font-family: 'Nunito-Bold';
    font-size: 18px;
    color: rgb(0,0,0, 1);
	line-height:22px;
}
.extra-info p{
	font-size: 18px;
    color: rgb(0,0,0, 1);
	margin:5px 0px 0px 0px;
}
.extra-info .group{
	margin-top:10px;
}
.extra-info-outer {
    position: relative;
    width: 100%;
  

}
.expandable-div-previous-pic{
	position: relative;
    width: 100%;
    padding-top: 15px;
}
.expandable-div-previous-pic-inner{
	position:relative;
	width:100%;
	height:100%;
}
.expandable-div{
	width:100%;
	height:100%;
	position:relative;
}
.previous-pic{
	width:100%;
	height:100%;
	max-width:185px;
	padding-left:15px;
}
.previous-pic .white-box{
	padding: 10px 10px 5px 10px;
    height: 100%;
}
.previous-pic .title{
	font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
    margin-bottom: 15px;
}
.previous-pic .previous-pic-outer {
    height: 420px;
}
.previous-pic-inner{
	position:relative;
	width:100%;
	height:100%;
}
.previous-pic-inner .list {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(233, 248, 255);
}
.previous-pic-inner .circle-img{
	width: 40px;
    height: 40px;
    min-width: 40px;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.previous-pic-inner .circle-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.previous-pic-inner .name {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
}
.previous-pic-inner .date, .previous-pic-inner .label{
	font-size: 14px;
    color: #666666;
}
.previous-pic-inner .img-name{
	-webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.previous-pic-inner .list:last-child{
	margin:0px;
	border:0px;
}
.modal-open .previous-pic-inner .label{
	display:none;
}
.modal-open .previous-pic-inner .circle-img{
display:block;
}
.extra-info-inner{
	position:relative;
	width:100%;
}
.expandable-div-inner{
width:100%;
height:100%;
}
.expandable-div-inner .img-wrapper{
	position:relative;
	width:100%;
}

.expandable-div-inner .img-wrapper .img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 230px;
	max-height:230px;
}
.expandable-div-inner .img-wrapper .expand{
	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
}
.call-expand-modal{
	position:absolute;
	top:0px;left:0px;width:100%;
	height:100%;
	z-index:11;
	font-size:0px;
}
.expandable-div-inner .detail{
	padding:20px 10px;
}
.expandable-div-inner .detail .title{
	font-family: 'Nunito-Bold';
    font-size: 18px;
    color: rgb(0,0,0, 1);
    line-height: 22px;
    margin-bottom: 10px;
}
.expandable-div-inner .detail .label{
	font-size:16px;
	color:#666666;
	margin-bottom:5px;
}
.expandable-div-inner .circle-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.expandable-div-inner .circle-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.expandable-div-inner .name {
    font-family: 'Nunito-Bold';
    font-size: 18px;
    color: rgb(0,0,0, 1);
}
.expandable-div-inner .date{
	font-size:16px;
	color:#666666;
	margin-top:5px;
}
.expandable-div-inner .btn.btn-primary, .expandable-div-inner .btn.btn-primary:focus{
	width: 100%;
    font-size: 18px;
    background-color: rgba(0, 102, 179, 1);
    border-color: rgba(0, 102, 179, 1);
	margin-top:25px;
}
.expandable-div-inner .btn.btn-primary img{
	position: relative;
    top: -2px;
    margin-right: 8px;
}


.expandModal .expandable-div-inner .img-wrapper .expand, .expandModal .call-expand-modal, .expandModal .takePhoto{
	display:none !important;
}
.expandModal .expandable-div-inner .btn.btn-primary.share-btn, .expandModal .expandable-div-inner .btn.btn-primary.share-btn:focus{
	display: inline-block;
    width: initial;
    min-width: 140px;
    margin: 0px;
    height: min-content;
    font-size: 24px;
    font-family: 'Nunito-SemiBold';
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 6px;
	-ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.expandModal .modal-body{
	padding:0px;
}
.expandModal .modal-dialog{
	max-width:650px;
}
.expandModal .expandable-div-inner .img-wrapper{
	height:410px;
}
.expandModal .expandable-div-inner .img-wrapper .img{
	max-height:410px;
}
.expandModal .expandable-div-inner .detail .title {
    font-size: 16px;
    margin-bottom: 5px;
}
.expandModal .expandable-div-inner .detail .label {
    font-size: 14px;
    color: #000;
}
.expandModal .expandable-div-inner .circle-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.expandModal .expandable-div-inner .name{
	font-size:24px;
}
.aquari-collapse {
    margin-bottom: 15px;
}
.aquari-collapse .default-table tr:last-child td{
	border:0px;
}
.aquari-collapse .title-icon .text-info{
	display: block;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    margin-top: 5px;
}
.special-notes-form .btn{
	margin-top:10px;
}

.exhibits-id-card-section-outer.aquari-exhibits-id-card .exhibits-id-card-box .detail .title{
	min-height:initial;
}

.choose-employee-dropdown .select2-results__option {
    padding: 10px 5px;
    user-select: none;
    -webkit-user-select: none;
    border-top: 0px solid #f4f4f4;
    font-size: 16px;
    color: #000;
    font-family: 'Nunito-Bold';
    border-top: 2px solid #e9f8ff;
}
.select2-container--default .choose-employee-dropdown .select2-results__option--highlighted[aria-selected]{
	border-radius:0px;
}
.select2-container--default .choose-employee-dropdown .img-wrapper{
	width: 30px;
    height: 30px;
	min-width:30px;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
	margin-right:10px;
	display:inline-block;
}
.select2-container--default .choose-employee-dropdown .img-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.select2-container.select2-container--default{
	height: 0px;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}
.default-select .select2-container.select2-container--default{
	height: auto;
    opacity: 1;
    transform: scaleY(1);
}
body.select-active .select2-container.select2-container--default{
	height: auto;
    opacity: 1;
    transform: scaleY(1);
	overflow:initial;
}
.default-select.z-index{
	z-index:1065;
}

.select2-container.select2-container--default.select2-container--open{
	z-index:1064;
}

.select2-container--default .choose-employee-dropdown .select2-results__option--highlighted[aria-selected]:before{
	display:none;
}
.default-select.default-select2{
	width:180px;
}
.reports-section-outer{
	height:100%;
}
.default-select.default-select2 .img-wrapper{
	width: 30px;
    height: 30px;
    min-width: 30px;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}
.default-select.default-select2 .img-wrapper img{
	position: absolute;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}

.reports-section-head .switch-button-outer{
	display:block !important;
	opacity:1 !important;
}
.reports-section-head .gallery-sort-link{
	margin-top:0px;
	margin-bottom:15px;
}
.default-select.default-select3{
	width:260px;
	margin-left:15px;
}
.switch-button-outer.switch-button-outer2 {
    margin: 0px;
    margin-top: 15px;
}
.switch-button-outer.switch-button-outer2 .switch-button-case{
	font-size:16px;
}
.switch-button-outer.switch-button-outer2 .switch-button{
	width:100%;
	height:45px;
}
.switch-button-outer.switch-button-outer2 .switch-button .active{
	height:35px;
}
.switch-button-outer.switch-button-outer3{
	margin-left:0px;
}
.chooseReportOutput .title {
    font-family: 'Nunito-Bold';
    font-size: 18px;
    color: rgb(0,0,0, 1);
    margin-bottom: 10px;
}
.reports-section-outer{
	height:100% !important;
}
.livestock-generate-table-content table tr td:last-child, .livestock-generate-table-content table tr th:last-child{
text-align:center;
}

.reports-section-outer .default-table th, .reports-section-outer .default-table td{
	font-size:16px;
}
.livestock-generate-table-content .white-box{
	padding-top:10px;
}
.reports-section-inner{
	position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 63px);
}
.reports-section-inner #activity-log, .reports-section-inner #live-stock, .reports-section-inner #open-tasks{
	position:absolute;
	top:0px;left:0px;width:100%;
	height:100%;
}

.message-section.white-box {
    padding: 15px;
}
.message-section.white-box .title{
	font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
    margin: 0px 0px 25px 0px;
}
.select2-container--default .select2-selection--multiple{
	background-color: #fff;
    border: 0px solid #e1e1e1;
    border-radius: 8px;
    height: 30px;
    outline: none;
    margin-left: 20px;
	cursor:pointer;
	position:relative;
}
.select2-container--default .select2-selection--multiple:before{
	content:"";
	position:absolute;
	top:0px;left: 0px;
	background-image:url('../images/plus-icon.png');
	background-repeat: no-repeat;
	width:31px;height:30px;
	cursor:pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	display: block;
    padding-left: 40px;
    padding-right: 0px;
    overflow: hidden;
    line-height: 30px;
    color: #000;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border:0px;
}
.default-select.default-select2.to-select{
	width:auto;
	min-width:180px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border:0px;
	border-radius:0px;
	padding:0px;
	background-color:transparent;
	margin-top:0px;
	margin-right:10px;
	position:relative;
	padding-right:30px;
	font-family: 'Nunito-Bold';
    font-size: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0px;
    font-size: 20px;
    text-align: center;
}
.default-select.default-select2.to-select .img-wrapper{
	margin-top:0px;
}
.default-select.default-select2.to-select .img-wrapper + .text{
	line-height: 18px;
    font-family: 'Nunito-Bold';
    font-size: 18px;
}
.select2-container .select2-search--inline {
    float: left;
    line-height: 30px;
}
.to-field .label{
	font-size:18px;
}
.select2-container--default .select2-search--inline .select2-search__field{
	cursor: pointer;
}

.has-value .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding-left:0px;
	padding-right:55px;
}
.has-value .select2-container--default .select2-selection--multiple:before{
	left:auto;
	right:15px;
}

.select2-dropdown.choose-employee-dropdown.choose-employee-dropdown2{
	padding-top:45px;
}
.select2-dropdown.choose-employee-dropdown.choose-employee-dropdown2 .select2-results {
    padding: 0px 10px 0px 10px;
}
.has-value .select2-container--default .select2-selection--multiple{
	padding-left:15px;
}

.message-section.white-box .form-control{
	min-height: 50px;
    padding: 6px 12px;
    font-size: 18px;
}
.message-section.white-box textarea.form-control{
	padding:12px;
}
.message-section.white-box .form-group{
	margin-top:20px;
}

.exhibit-create-wrapper .main-title {
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
	margin-bottom:30px;
}
.exhibit-create-wrapper .main-title img{
	margin-right:5px;
}
.exhibit-create-wrapper .main-title img, .exhibit-create-wrapper .main-title span{
	cursor:pointer;
}
.exhibit-create-wrapper .hd {
    font-size: 18px;
    margin: 15px 0px 5px 0px;
    font-family: 'Nunito-Bold';
    color: #707070;
}
.exhibit-create-wrapper .white-box {
    padding: 0px 15px;
}
.exhibit-create-wrapper .white-box .title{
	font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
	margin-top:15px;
}
.exhibit-create-wrapper .white-box .form-control{
	padding:0px;
	height:34px;
	border-radius:0px;
	border-bottom:2px solid rgb(217,244,255);
	font-size: 18px;
	background-color: transparent;
}
.exhibit-create-wrapper .white-box .row{
	margin:0px -20px;
}
.exhibit-create-wrapper .white-box .col-sm-6{
	padding:0px 20px;
}
.exhibit-create-wrapper .white-box .aquarium-picture .title{
	margin-top:25px;
	padding:0px 25px;
}
.aquarium-picture {
    width: 100%;
}
.aquarium-picture-wrapper {
    display: block;
    width: 100%;
    position: relative;
    background-color: #0095da;
    margin-top: 15px;
	min-height:240px;
}
.aquarium-picture-wrapper-btn{
	cursor:pointer;
	padding:40px 0px 10px 0px;
	overflow:hidden;
}
.aquarium-picture-wrapper-btn .db{
	display: block;
}
.aquarium-picture-wrapper-btn .db img{
	float:right;
	margin-right: 15px;
}
.aquarium-picture-wrapper-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.aquarium-picture-wrapper-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhibit-create-wrapper, .exhibit-create-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.exhibit-create-wrapper a.btn.btn-primary, .exhibit-create-wrapper a.btn.btn-primary:focus{
	min-width:115px;
	font-size:18px;
	background-color: #0066b3;
    border-color: #0066b3;
	margin-top:30px;
}
.manage-task-section .btn.btn-primary span, .manage-task-section .btn.btn-primary:focus span{
font-size:24px;
}
.assign-tank-to-exhibit {
    margin-bottom: 20px;
}
.assign-tank-to-exhibit .title {
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
    margin: 10px 0px;
}
.manage-task-main-content .main-title {
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
    margin-bottom: 25px;
    margin-left: 10px;
}
.manage-task-main-content .switch-button-outer.switch-button-outer2{
	margin-top:25px;
}
.manage-task-section {
    position: relative;
    width: 100%;
    height: 100%;
}
.manage-task-main-content, .manage-task-assign-new-task {
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn.btn-primary.assignBtn, .btn.btn-primary.assignBtn:focus{
	min-width:115px;
	font-size:18px;
	background-color: #0066b3;
    border-color: #0066b3;
	margin-top:30px;
}

.btn.btn-primary.bulkAssignBtn{
	font-size:18px !important;
    min-width: 156px !important;
	margin-top:0px !important;
}

a.btn.btn-primary.assignBtn {
    min-width: 156px !important;
    position: fixed;
    bottom: 30px;
}
.btn.btn-primary.btn-outline.btn-outline-opt, .btn.btn-primary.btn-outline.btn-outline-opt:focus{
    border: 2px solid rgb(102,163,209, 1);
    background-color: transparent;
    color: rgb(102,163,209, 1);
	font-size:18px;
	min-width:130px;
	margin-right:20px;
}
.btn.btn-primary.btn-outline.btn-outline-opt.deselectBtn, .btn.btn-primary.btn-outline.btn-outline-opt.deselectBtn:focus{
	border: 2px solid rgb(102,163,209, 1) !important;
    background-color: transparent !important;
    color: rgb(102,163,209, 1) !important;
}
.btn.btn-primary.btn-outline.btn-outline-opt.deselectBtn img{
	position: relative;
    top: -2px;
    margin-right: 8px;
}
.btn.btn-primary.btn-outline.btn-outline-opt:hover, .btn.btn-primary.btn-outline.btn-outline-opt:focus:hover{
    background-color: rgb(102,163,209, 1);
	color:#fff;
}

.manage-task-assign-new-task .main-title{
	font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
    margin-bottom: 20px;
}
.manage-task-assign-new-task .main-title img {
    margin-right: 5px;
}
.manage-task-assign-new-task .main-title img, .manage-task-assign-new-task .main-title span{
	cursor:pointer;
}
.manage-task-assign-new-task .switch-button-outer.switch-button-outer2{
	margin-top:25px;
}
.manage-task-assign-new-task .switch-button-outer.switch-button-outer2 .switch-button{
	margin-bottom:30px;
}
.assign-scheduled-tasks-content-head {
    padding: 10px;
}
.assign-scheduled-tasks-content-head .title{
	font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
}
.aquari-search-field{
	position:relative;
	margin-top:20px;
}
.aquari-search-field input.form-control{
	border: 2px solid rgb(233, 248, 255);
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 5px 30px 5px 15px;
    color: #000;
    font-size: 18px;
	background-color:transparent;
}
.aquari-search-field img{
	position: absolute;
    top: 12px;
    right: 15px;
    width: 16px;
    height: 16px;
}
.manage-task-assign-new-task-outer {
    position: relative;
    width: 100%;
    height: calc(100% - 194px);
}
.assign-scheduled-tasks-content.white-box, .assign-special-tasks-content.white-box {
    position: absolute;
    width: 100%;
    height: 100%;
}
.assign-scheduled-tasks-content-inner {
    position: relative;
    width: 100%;
    height: calc(100% - 122px);
}
.manage-task-section .default-table tr:last-child td{
	border:0px;
}
.checkbox-more-contents{
	padding-left: 35px;
    font-size: 15px;
}
.bulk-task-asign-overlay {
    position: fixed;
    background-color: rgba(0, 102, 179, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1062;
    top: 0px;
    right: -100%;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.bulk-task-asign-popup{
	position:fixed;
	bottom:0px;
	right:-100%;
	background-color:#fff;
	border-radius:8px 0px 0px 8px;
	z-index:1063;
	width:340px;
	min-height:400px;
	height:400px;
	padding:20px;
	-webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.bulkAssignPopupOpen .bulk-task-asign-popup, .bulkAssignPopupOpen .bulk-task-asign-overlay{
right:0px;
}
.bulk-task-asign-popup .btn_adj {
    position: relative;
    width: 100%;
    height: calc(100% - 184px);
}
.bulk-task-asign-popup .title{
	font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
	margin-bottom:20px;
}
.bulk-task-asign-popup .default-select{
z-index:1065;
}
.bulk-task-asign-popup .category-title {
    font-size: 18px;
    color: #707070;
    font-family: 'Nunito-Bold';
}
.bulk-task-asign-popup .category-name{
	font-size: 18px;
    color: #707070;
}
.bulk-task-asign-popup .day-to {
    margin-top: 15px;
}
.bulk-task-asign-popup .day-to .hd{
	font-size:18px;
}
.bulk-task-asign-popup .select2-container .select2-selection--single .select2-selection__rendered{
	padding:0px;
	font-size:18px;
	position:relative;
	left:0px;
	text-decoration:underline;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.bulk-task-asign-popup .select2-selection__arrow:before{
	display:none;
}
.bulk-task-asign-popup .select2-results__option {
    padding: 7px 0px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    color: #000;
    border-top: 2px solid #e9f8ff;
	text-decoration:underline;
	border-radius: 0px !important;
}
.bulk-task-asign-popup .select2-results__option:before{
	display:none;
}
.bulk-task-asign-popup .select2-container .select2-selection--single .select2-selection__rendered:before {
    content: "";
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgb(233, 248, 255);
}
a.btn.btn-primary.assignToBtn {
    font-size: 18px;
    background-color: #0066b3;
    border-color: #0066b3;
    min-width: 115px;
	position: absolute;
    bottom: 0px;
    right: 0px;
}

.bulk-task-asign-popup .default-select .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{
	left:15px;
}
.aquari-select-dropdown2 .select2-container--default .select2-results>.select2-results__options,
.aquari-select-dropdown3 .select2-container--default .select2-results>.select2-results__options{
	max-height:180px;
}
.aquari-select-dropdown2 .select2-container.select2-container--default, .aquari-select-dropdown3 .select2-container.select2-container--default{
	height: 0px;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}
.aquari-select-dropdown2 span.select2-container.select2-container--default.select2-container--open,
.aquari-select-dropdown3 span.select2-container.select2-container--default.select2-container--open {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    overflow: initial;
}

.manage-task-content-outer{
	position:relative;width:100%;
	height:calc(100% - 178px);
}
.manage-task-content{
	position:absolute;
	top:0px;left:0px;
	width:100%;
	height:100%;
}
.day-employee-section {
    margin-top: 30px;
	margin-bottom:20px;
}
.day-employee-section .default-select.default-select2{
	min-width:180px;
}
.day-employee-section .title {
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nunito-Bold';
    margin-bottom: 10px;
}
.view-by-day{
	width:100%;
}
.view-by-day .week-day{
border-radius:8px;
border:1px solid #5b5b5b;
width:40px;height:40px;
font-size:17px;
color:#5b5b5b;
float:left;
margin-right:10px;
cursor:pointer;
}
.view-by-day .week-day.active{
	color:#fff;
	background-color:rgba(0, 102, 179, 1);
	border-color:rgba(0, 102, 179, 1);
}
.view-by-day .week-day:last-child(){
	margin-right:0px;
}
a.btn.btn-primary.assignBtn.assignBtn2{
	position:relative;
	bottom:auto;
	margin:0px;
}
.white-box-outer{
	position: relative;
    width: 100%;
    height: calc(100% - 122px);
}
.white-box-outer .white-box{
	position:relative;
	width:100%;
	height:100%;
}
.cl-height {
    position: relative;
    width: 100%;
    height: calc(100% - 62px);
}
a.btn.btn-primary.assignBtn2 {
    font-size: 18px;
    background-color: #0066b3;
    border-color: #0066b3;
    min-width: 156px;
}
.manage-task-assign-new-task .main-title.d-none{
	display:none !important;
}
.default-select-adj .select2-container .select2-selection--single .select2-selection__rendered{
	padding-right:0px;
	padding-left:0px;
	position:relative;
	left:0px;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.default-select-adj .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{
left:10px;
}
.default-select-adj{
	min-width:110px;
}
.default-select-adj .select2-selection__arrow:before, .default-select-adj .img-wrapper{
	display:none;
}
.cl-height .table-outer .day {
    font-size: 18px;
    color: #0066b3;
    font-family: 'Nunito-Bold';
    padding-left: 10px;
    margin-bottom: 5px;
}
.cl-height .table-outer{
	margin-top:10px;
}
.message-section.white-box .form-control::-webkit-input-placeholder,
.exhibit-create-wrapper .white-box .form-control::-webkit-input-placeholder,
.aquari-search-field input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #707070;
  }
  .message-section.white-box .form-control::-moz-placeholder,
  .exhibit-create-wrapper .white-box .form-control::-moz-placeholder,
  .aquari-search-field input.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #707070;
  }
  .message-section.white-box .form-control:-ms-input-placeholder,
  .exhibit-create-wrapper .white-box .form-control:-ms-input-placeholder,
  .aquari-search-field input.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #707070;
  }
  .message-section.white-box .form-control:-moz-placeholder,
  .exhibit-create-wrapper .white-box .form-control:-moz-placeholder,
  .aquari-search-field input.form-control:-moz-placeholder { /* Firefox 18- */
	color: #707070;
  }
  .default-select{
    min-height:40px;
}

.m-top-25 {
    margin-top: 25px;;
}