
.container {
    max-width: 1350px;
}

/* loader css  */
.loader{
    width: 64px;
    height: 64px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.loader i{
    font-size: 38px;
}
.loaderContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 19999;
	background-color: rgba(0, 0, 0, 0.2);
}

.loaderContainer i {
	font-size: 50px;
	color: #212121;
}

/* Header */

.headerMain {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;       
}

.headerMain .navbar{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar li {
    margin-left: 14px;
}

.navbar li a {
    font-size: 14px;
    color: #c4c4c4;;
}

.navbar li a:hover .dropdown-menu,
.navbar li a:focus .dropdown-menu {
    background-color: white !important;
    color: #1a4345 !important;
}

.dropdown-item:hover {
    background-color: #1a4345 !important;
    color: white;
}
#collapsibleNavbar {
    justify-content: flex-end;
} 

@media (max-width: 768px) {
    .menuBtn {
        border: 0;
    }

    .menuBtn:focus {
        outline: 0 !important;
    }

    .menuBtnIcon {
        font-size: 24px;
        color: #1a4345;
    }

    .navbar-nav {
        margin-top: 5px;
    }

    .navbar li {
        margin-top: 10px;
        margin-left: 0;
    }

    #collapsibleNavbar{
        width: 100%;
        left: 0px;
        position: absolute;
        background: black;
        top: 95px;
        padding-left: 20px;
    }
}

/********************/

/* Footer */
.page-footer {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #1a4345  !important;
    width: 100%;
    padding: 5px;
    text-align: center;
    height: 30px;
    position: fixed;
    bottom: 0;
}
/********************/
head{
    width:100% !important;
    /* font-family: "effra",sans-serif; */
    font-family: "lato", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;

}
body {
    font-family: "lato", Arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #000000;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100% !important;
    overflow-y: scroll;
    padding-bottom:20px;
}

.form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none !important;
    /* border: 1px solid #CED4DA; */
}
 a:hover{
    text-decoration: none !important;
}

.displayNone{
    display:none;
}


.headerItemsCss{
    font-size:14px;
    margin-right:15px; 
}

table {
    border-right: solid 1px #CCC;
    border-top:solid 0px #CCC !important;
    border-bottom:solid 1px #CCC !important;
    border-left:solid 0px #CCC !important;
   
}
th {
    border-right:solid 0px #CCC !important;
    border-bottom:solid 0px #CCC !important;
    border-top:solid 1px #CCC !important;
    border-left:solid 1px #CCC !important;
}
 td {
    border-bottom:solid 0px #CCC !important;
    border-right:solid 0px #CCC !important;
    border-left:solid 1px #CCC !important;
    border-top:solid 1px #CCC;
}
.table-condensed {
    border-right:solid 0px !important;
    border-left:solid 0px !important;
    border-top:solid 0px !important;
    border-bottom:solid 0px !important;
}
.table-condensed td{
    border-right:solid 0px !important;
    border-left:solid 0px !important;
    border-top:solid 0px !important;
    border-bottom:solid 0px !important;
}

.table-condensed th{
    border-right:solid 0px !important;
    border-left:solid 0px !important;
    border-top:solid 0px !important;
    border-bottom:solid 0px !important;
}
.table-condensed td{
    border-right:solid 0px !important;
    border-left:solid 0px !important;
    border-top:solid 0px !important;
    border-bottom:solid 0px !important;
}




.facebookIcon{
    color: #1a4345;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: solid 2px;
    border-radius: 50% !important;
    padding-left: 6px;
    padding-top: 4px;   
    cursor:pointer;
}

.instaIcon{
    color: #1a4345;
    font-size: 27px;
    cursor:pointer;
    margin-top:2px;
}
.linkedIcon {
    color: #1a4345;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border: solid 2px;
    border-radius: 50% !important;
    padding-left: 6px;
    padding-top: 5px;
    cursor: pointer;
}

a{
    color:#1a4345;
}
a:hover{
    color:#1a4345;
}

/* .................BLUE BUTTON SUBMIT OR SEND................  */
.greenButtonsCss{
    background-color: #1a4345;
    color:white !important;
    
}
.redButtonsCss{
    background-color: rgba(208, 0, 0, 0.87);
    color:white !important;
}


/* ................MAIN HEADER CSS ................. */
.mainHeaderIcons{
    color: #1a4345;
    font-size:15px;
    margin-right:6px;
    margin-left:5px;
}
.mainHeaderButtons{
    padding-top:7px;
    padding-bottom: 7px;
    font-size:14px;
}
.greenBackground{
    background-color: #1a4345;
}
.whiteColor{
    color:white !important;
}

.mainFooterIcons{
    color: white;
    font-size:16px;
    cursor: pointer;
}

.boxCss{
    padding: 10px;
    border: solid 1px #CCC;
    margin-left: 0;
    margin-right: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1a4345 !important;
}

/* Selectpicker */
.bs-searchbox {
    padding: 0!important;
}
 
.bs-searchbox input {
    height: 32px!important;
}
 
.bootstrap-select .dropdown-menu {
    padding: 0!important;
    transform: translate3d(0, -3px, 0) !important;
} 


.bootstrap-select button{
    background-color: white !important;
    border: solid 1px #ced4da !important;
}
.bootstrap-select .dropdown-menu li{
    font-size:14px !important;
}
/* END OF Selectpicker */

.greenButtonsCssModal {
    color: #1a4345 !important;
    border: solid 1px;
}
.redButtonsCssModal {
    color: red!important;
    border: solid 1px red;
    margin-right: 10px;
}

.closeModal {
    color: red !important;
    font-size: 29px !important;
    opacity: 1 !important;
}
.modal-header .close {
    padding: 11px 1rem !important;
    margin: -1rem -1rem -1rem auto;
}

.dataTables_filter input, .dataTables_length select{
    height:30px;
    border:solid 1px #CCC;
}

/* X Button For Search DataTable */
.clearSearchContainer {
    position: relative;
    right: -14px;
    opacity: 0;
    transition: 0.5s;
}

.clearSearchContainer i {
    color: red;
    cursor: pointer;
    font-size: 17px;
    margin-top: 6px;
    position: absolute;
    margin-left: -11px;
}

.moveClearSearchContainerLeft {
    right: 7px !important;
    opacity: 1;
    font-size:14px;
}
/* END OF X Button For Search DataTable */


table tr:hover > td {
    background: #f3fff470 !important
} 

.tooltip-inner{
    background-color: #ffff99 !important;
    color:black;
    padding: 10px;
    max-width:400px;
}



.greenColor{
    color: #1a4345;
}

.blueButtonsCssModal {
    color: rgb(38, 140, 228) !important;
    border: solid 1px;
}


.headerLogo{
    width: 250px;
    position: absolute;
    top: 4px;
    z-index: 10;
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}


.image-container {
    position: relative;
    width: 100%;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #00a02e03;
}
.image-container:hover .after {
    display: block;
}


.headerParagraphToEdit{
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
    text-shadow: 0 2px 50px rgba(0,0,0,.25),0 1px 1px rgba(0,0,0,.4);
    margin-top: 68px;
}

.mainButtonInHeader{
    color: #fff;
    font-size: 1.3rem;
    border: solid 1px rgba(0,0,0,.7)aliceblue;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    cursor: pointer;
}

.mainButtonInHeader2{
    color: #fff;
    font-size: 1.3rem;
    background-color: rgba(0,0,0,.4);
    padding: 15px;
    cursor: pointer;
}

.mainButtonInHeader3{
    color: #fff;
    font-size: 1.3rem;
    border: solid 1px rgba(0,0,0,.7)aliceblue;
    background: rgba(0,0,0,.7);
    padding: 15px;
    margin-top: 11px;
}

.coordinates {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 40px;
    left: 10px;
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
}



.mapboxgl-popup-content {
    background: white;
    padding: 0px 0px 0px;
    border-radius: 14px !important;
    pointer-events: auto;
    color: rgba(0, 0, 0, 0.808);
}

/* for mapbox X CSS zid l font-size la tbayenn  */
.mapboxgl-popup-close-button {
    position: absolute;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 0px;
    color: red;
    padding-top: 5px;
    padding-right: 5px;
    color:white;

  }



.mapboxgl-popup-content{
    max-height: 300px;
    width: 210px;
    /* overflow-y: auto; */
}



.coolBorderBackground {
    margin-top: 80px;
    padding: 10px;
    background-color: #263521a8;
    border: radiu;
    border-radius: 49px;
    border-radius: 10px !important;
    margin-left: 0px;
    margin-right: 0px;
}



.propertyOnHover:hover{
    border: solid 1px #1a4345; 
    background: antiquewhite;
}

.addClassHover{
    border: solid 1px #1a4345; 
    background: antiquewhite;
}


.lineClass{
    height: 1px;
    background-color: #448e29;
    align-self: center;
}
.buttonStyle{
    border-color: black;
    border-radius:0;
    border-width: 1px;
    border-style: solid;
    line-height: 1px;
    font-weight: bold;
    font-size :12px;
    padding:9px;
    width: 100%;
    text-align: left;
}

/* ...............RED BUTTONS DELETE OR CANCEL...........*/
.redButtonsCss{
    background-color: #dc3545;
    color:white !important;
    font-size:13px;
    margin-right: 10px;
}

/* .................BLUE BUTTON SUBMIT OR SEND................  */
.blueButtonsCss{
    background-color: #0193f5;;
    color:white !important;
    font-size:13px;
    
}


.pinkButtonsCss{
    background-color: #ed3a96;;
    color:white !important;
    font-size:13px;
}

.purple{
	color:#7b00f5 !important;
}

.grey{
	color:#CCC!important;
}
.limegreen{
	color:limegreen !important ;
}
.red{
	color:red !important;
}
.darkGreen{
	color:darkgreen !important ;
}
.blueColorForPlane{
	color: #4CCCC0 !important ;
}
.orangeColorForBeach{
	color: #FF8300 !important ;
}
 
.yellowForStar{
	color:#f9d202 !important;
}

.makeEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.greenButtonsCssShop {
	margin: auto;
	border-radius: 20px;
	background-color: #667292;
	box-shadow: 5px 5px 10px #36486b90;
	width: 220px;
	height: 65px;
	font-size: 20px;
	font-family: cambria;
	color: #bccad6;
	border: none;
}

.greenButtonsCssShop:hover {
	border: none;
	background-color: #8d9db6;
	opacity: 1;
	color: #36486b;
}
.itemSizeSelected, .itemColorSelected{
    border-color: #1a4345;
}


.greenButtonsCssShop {
	--color1: #1a4345;
	--color2: #1a434587;
	font-family: cambria;
	text-align: center;
	font-size: 25px;
	background: repeating-linear-gradient(
		45deg,
		var(--color1),
		var(--color1) 30px,
		var(--color2) 45px,
		var(--color2) 60px
	);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	animation: 40s linear 0s infinite move;
}

@keyframes move {
	from {
		background-position: 0px;
	}

	to {
		background-position: 1000px;
	}
}

.itemImageDisplayed{
    width:100%;
    height: auto;
    padding: 15px;
    max-height: 900px;
    max-width: 600px;
}

.nav-item .dropdown-menu{
    background:black;
}
.categoryToDisplay{
    height:31px;
    cursor:pointer;
}



/* only for mobile */
.onlyForMobile{
    display:none;
}
@media (max-width: 768px) {
    .onlyForMobile{
        display:flex;
    }   
    .removeFromMobile{
        display:none !important;
    }
}