/* CSS Document */
html {
	width: 100%;
	height: 100%;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	position: relative;
	height: 100%;
}

#app-main-container {
	min-height: 88.3vh;
}

.header{
	box-shadow: 0px 0px 5px 0px;
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-color: #fff;
}
.hero{
	padding:30px 0px;
}
.hero h1{
	font-family:Helvetica, Arial;
	font-size:32px;
	font-weight:normal;
	border-bottom:1px solid #0e6092;
	margin-bottom:15px;
	padding-bottom:15px;
}
.hero h3 {
    color: #0e6092;
    font-weight: bold;
}
.heroinner{
	background:url(../images/bootom-bg.png) no-repeat;
	background-size:cover;
}
.heroinner h2{
	padding:40px 0px;
	text-align:center;
}
.count{
	font-family:Helvetica, Arial;
	font-weight:bold;
	font-size:30px;
	color:#FFF;
	padding:20px;
	background:#0e6092;
}
div.count > div:first-child {
	border-right:6px dotted #FFFFFF;
}
.witherrors span.invalid-feedback {
    background: #dc3545;
    color: #fff;
    padding: 5px 5px;
    margin: 5px 0 0;
    display: inline-block;
    border-radius: 3px;
}
.card{
	/*border-top-left-radius:30px;*/
	/*border-top-right-radius:30px;*/
	font-family:Helvetica;
}
.card row{
	display:block;
}
.form-group .input-icon {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}
.card-header:first-child{
	border-top-left-radius:30px;
	border-top-right-radius:30px;
}
.cardsmaintitle{
	color:#0e6092;
}
.cardsmaintitle h2{
	font-size:26px;
	font-family:Helvetica, Arial;
}
.card-title{
	font-size:26px;
}
.card li{
	text-align:left;
}
.bottomblock{
	background:url(../images/bootom-bg.png) no-repeat #e2dae1;
	background-size:cover;
	margin-top:80px;
}
.bottomblock h3{
	padding-top:10%;
	font-size:38px;
	font-family:Helvetica, Arial;
}
.bottomblock img{
	margin-top:-40px;
}
.graycolor{
	color:#383838;
}
.bluecolor{
	color:#0e6092;
}
.bluecolorbtn{
	color:#0e6092;
	border:1px solid #0e6092;
}
.bluecolorbtn1{
	background-color:#0e6092;
	color:#fff;
	border:1px solid #0e6092;
}
.bluecolorbtn2{
	background-color:#193274;
	color:#fff;
	border:1px solid #193274;
	font-weight:bold;
	font-size:18px;
}
.bluecolorbtn2:hover{
	color:#fff;
}
.trial_btn{
	background:#FF6F61;
	border:none;
	outline:none;
	border-radius:20px;
	padding:5px 30px;
}
.trial_btn:hover{
	background: #FF6F61;
}
.trial_btn:focus{
	outline: none !important;
	box-shadow: none !important;
	background: #FF6F61 !important;
}
.redcolorbtn{
	color:#000;
	border:1px solid #fe0000;
}
.redcolorbtn:hover{
	color:#fe0000;
	border:1px solid #fe0000;
}
.greencolorbtn{
	color:#09ff09;
	border:1px solid #09ff09;
}
.facebook-btn{
	background-color:#3b5999;
	color:#fff;
	border:1px solid #3b5999;
	font-weight:bold;
	font-size:18px;
	line-height:36px;
}
.facebook-btn:hover{
	color:#fff;
}
.google-btn{
	background-color:#4286f5;
	color:#fff;
	border:1px solid #4286f5;
	font-weight:bold;
	font-size:18px;
	line-height:36px;
}
.google-btn:hover{
	color:#fff;
}
.graycolorbox{
	background-color:#fff;
	color:#0e6092;
	border:1px solid #0e6092;
}
.graycolorbox .card-title{
	margin-bottom:0px;
}
.graycolorbox .card-title a{
	color:#0e6092;
	font-size:18px;
}
.graycolorbox .card-title a:hover{
	color:#0e6092;
	opacity:0.5;
}
nav.navbar-expand-sm {
	height: 69px;
}
.subcontractor-header {
	height: 69px;
	align-items: center;
}
.nav-link{
	color:#0e6092;
}

#projectTabs .nav-link{
	background:#f1faee;
	color: black;
}
.navbar-nav li{
	border-right:1px solid #0e6092;
	padding:0px 10px;
}
.navbar-nav li:last-child{
	border-right:none;
}
.navbar-nav li img{
	width:36px;
	height:auto;
	margin-right:5px;
}
.imgicon{
	margin-top:-60px;
}
/*.companyinfo .card{*/
/*	border-top-left-radius:30px;*/
/*	border-top-right-radius:30px;*/
/*	font-family:Helvetica;*/
/*}*/
.companyinfo .card-header:first-child{
	border-top-left-radius:30px;
	border-top-right-radius:30px;
}
.companyinfo .card-title{
	color:#174c90;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
}
.card-title a{
	color:#FFF;
}
.card-title a:hover{
	color:#FFF;
	opacity:0.5;
}
.companyinfo th{
	font-size:20px;
}
.companyinfo td a{
	color:#174c90;
}
.companyinfo small{
	color:#FF6F61;
}
/* Swith Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/*END OF TOGGLE SWITCH*/
.hideme {
  padding:20px;
  background: blue;
  color: white;
  font-weight: 800;
  text-align: center;
}
.iconblcok{
	width:10%;
}
.contractorinfo .card{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	font-family:Helvetica;
	margin-top:10px;
	margin-bottom:10px;
}
.contractorinfo .card-header:first-child{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.contractorinfo .card img{
	width:100%;
	height:auto;
}
/* Calender Style */
.bootstrap-datetimepicker-widget table th{
	font-size:14px;
}
/* Page Breadcrombs Style */
#numberbreadcrombs{
	list-style:none;
}
#numberbreadcrombs li{
	display:inline-block;
	color:#0e6092;
}
#numberbreadcrombs li.circle{
	border:1px solid #0e6092;
	border-radius:50%;
	width:30px;
	padding:3px 10px;
}
#numberbreadcrombs li.active{
	border:1px solid #0e6092;
	background:#0e6092;
	border-radius:50%;
	width:30px;
	padding:3px 10px;
	color:#FFF;
}
#numberbreadcrombs li.active a{
	color:#FFF;
}
#numberbreadcrombs li.active a:hover{
	color:#FFF;
}

/* file upload */
.files input {
    outline: 2px dashed #858585;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 60px 0px 160px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 150px;
    left:20%;
    width:60%;
    right: 20%;
    height: 206px;
    content: "Drag files here or click to browse for a file to upload ";
    /*background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);*/
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 20%;  pointer-events: none;
    width: 60%;
    right: 20%;
    height: 57px;
    content: " (Maximum size limit of 500 MB per file) ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
/* simple css-based tooltip */
[data-tip] {
	position:relative;
}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0e6092;	
	position:absolute;
	top:-10px;
	left:31%;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:-50px;
	left:30%;
	padding:3px 8px;
	background:#0e6092;
	color:#fff;
	z-index:9;
	font-size:22px;
	height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}


@media only screen and ( min-width: 300px) and ( max-width: 479px ) {
	.hero img{
		width:100%;
		height:auto;
	}
	div.count > div:first-child {
		border-bottom:6px dotted #FFFFFF;
		border-right:none;
		margin-bottom:10px;
		padding-bottom:10px;
}
	.bottomblock{
		text-align:center;
		padding-bottom:30px;
	}
	.bottomblock img{
	margin-top:-40px;
	width:100%;
	height:auto;
}
.navbar-nav li{
	border-right:none;
	padding:0px 10px;
}
}

.field-icon{
          float: right;
          margin-top: -25px;
          margin-right: 5px;
          position: relative;
          z-index: 2;
}

input.valid.success-alert {
	border: 2px solid #4CAF50;
	color: green;
}

textarea.valid.success-alert {
	border: 2px solid #4CAF50;
	color: green;
}

.loaded_files p {
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	margin:0;
}

.project-modal-files .nav-tabs  {
	position: relative;
}

.project-modal-files .nav-tabs .download_all_container {
	position: absolute;
	right: 0;
}

.project-modal-files .nav-link.active {
	border-color: #dd0a27 #dd0a27 #fff;;
}

#layer {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(91, 91, 91, 0.44);
}

#page-loading {
	display: inline-block;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	/*transform: translate(-50%, -50%);*/
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: blue;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	z-index: 40;
}

@keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}

label.project-files {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

label.project-files .mep-files {
	display: inline-block;
	max-width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.logo-container {
	width: 120px;
	height: 120px;
	border: 1px dashed gray;
	border-radius: 5px;
	background-color: rgba(204, 203, 203, 0.42);
	background-image: url("../images/image-icon.png");
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-position: center;
}
.logo-container .company-logo-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#company-info-general #input-logo {
	width: 20%;
	border: 1px solid #ced4da !important;
	padding: 2px;
}
a.company-info-edit-btn {
	cursor: pointer;
}

#company-team-add {
	color: #0e6092;
	cursor: pointer;
}

#company-team-add.disabled {
	color: rgba(128, 128, 128, 0.55);
}

.company-team-remove-btn {
	color: rgba(128, 128, 128, 0.55);
	cursor: pointer;
}

.company-team-remove-btn.active {
	color: black;
}

.company-team-remove-btn.active:hover {
	color: #0e6092;
}

#company-location {
	width: 100%;
	height: 500px;
	position: relative;
}

#company-location-disable {
	position: absolute;
	width: 98.3%;
	height: 94%;
	top: 0;
	right: 15px;
	background: rgba(30, 29, 29, 0.43);
	cursor: no-drop;
}
.companyinfo label.error{
	font-size: 15px;
	color: red;
}
.create-project .project-info-input {
	position: relative;
}
.create-project label.error {
	position: absolute;
	z-index: 999;
	bottom: -32px;
	font-size: 15px;
	right: 0;
	color: red;
}

.companyinfo .filter-container .filter {
	width: 15%;
}

#subscribe-modal .modal-content {
	min-width: 580px;
}

.subscribe-modal-btn.per {
	height: 100%;
	border: 2px solid #4978a9;
	color: #4978a9;
	font-weight: bold;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dashboard-alert p {
	font-size: 20px;
	width: 530px;
}

.dashboard-alert i {
	font-size: 70px;
	padding-bottom: 20px;
	color: #ffb100;
}

/******************************************NEW Design*/
.gradient-border-mask {
	position: relative;
	padding: 12px 35px;
	text-decoration: none;
}

.gradient-border-mask::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	border: 3px solid transparent;
	background: linear-gradient(195deg,#0e6092 14%,#2cdfbe ) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}
.gradient-border-mask:hover {
	text-decoration: none !important;
}
.gradient-border-mask:hover::before {
	border: 4px solid transparent;
}
.modal-backdrop {
	z-index: 40 !important;
}
.header-logo {
	color: #0e6092;
	font-weight: 700;
	font-size: 1.9vw;
}
.header-logo .part-two {
	color: #4d4d4d;
	font-size: 1.5vw;
}
.custom-modal {
	display: none;
	position: absolute;
	top: 90px;
	left: 75%;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-right: 25px;
	z-index: 1;
}
.modal-text {
	display: flex;
	padding: 10px;
}
.modal-text > p {
	font-size: 18px;
}
.flag-svg {
	padding-right: 15px;
}

.modal-title {
	color: #0e6092;
}
.logo{
	text-align: center;
	padding: 20px 80px 20px 0px;
	display: inline-block;
}
.logo img{
	width: 100%;
}

.dashboard-header{
	background-color: #0f5680;
}

.dashboard-header nav a{
	position: relative;
	display: inline-block;
	margin: 0 10px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.dashboard-header nav a:after{
	content: '';
	position: absolute;
	left:-12px;
	top:0;
	height: 100%;
	width:1px;
	background: #fff;

}
.after_none:after{
	display:none !important;
}
.dashboard-header nav a:hover{
	text-decoration: underline;
}

#subcontractor-project-table th{
	border: 3px solid #f1faee;
	background-color: #fff;
}
#subcontractor-project-table tr{
	border: 3px solid #fff;
	background-color: #f1faee;
}

.newtablestyle{
	border:1px solid #245c86;
	margin:5px 0px;
	text-align:left;
	border-radius:5px;
}
.newtablestyle .heading{

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#0f5680;
	padding:5px;
}
.contenttable{
	min-height: 62px;
	border:1px solid #245c86;
	margin:5px 0px;
	text-align:left;
	background:#f1faee;
	border-radius:5px;
}
.contenttable div{
	padding:5px;
}
.green-border{
	border:1px solid #50c878 !important;
}
.general-table{
	padding-top:69px;
}



@media (min-width: 992px) {
	.me-lg-auto {
		margin-right: auto !important;
	}
}


.mobiletable{
	margin: 5px 0px 30px;
	text-align: left;
	border-radius: 5px;
	border-top: 4px solid #0072bc;
}

@media (max-width: 992px) {
	.general-table{
		padding-top:120px;
	}
}

@media (max-width: 768px) {


	.general-table{
		padding-top:170px;
	}
	/* Скрываем все элементы, начиная с 8-го, кроме последнего */
	.pagination-container .pagination li:nth-child(n+9):not(:last-child) {
		display: none;
	}

	/* Гарантируем отображение первого и последнего элемента */
	.pagination-container .pagination li:first-child,
	.pagination-container .pagination li:last-child {
		display: inline-block;
	}

	/* Гарантируем видимость активной страницы */
	.pagination-container .pagination li.active {
		display: inline-block!important;
	}
	.pagination-container .pagination li.active + li {
		display: inline-block !important;
	}
}
.hnav{
	background: #0f5680;
	margin-top: 69px;
}
.hnav ul{
	padding: 0px 30px;
	margin: 0px;
}
.hnav li{
	list-style: none;
	display: inline;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.hnav li a{
	color: #fff;
}

.plan_room_keywords{
	line-height: 130%;
}
.plan_room_keywords span{
	display: inline-block;
	padding: 1px 4px;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	background-color: #0e6092;
	margin: 1px -2px;
	line-height: 150%;
}
.green-button{
	background: #f1faee;
	border: 1px solid #50c878;
	width: fit-content;
	font-size: 18px !important;
	padding: 10px;
	border-radius: 5px;
}
.keywords_content{
	width: 100% !important;
	height: 250px;
	word-break: break-all;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.see_more{
	display: inline-block;
	background: #ff7b6e;
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px;
	cursor: pointer;
	font-size: 12px;
}
.planroomtable{
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.plantableheader{
	background: #f1faee;
	padding: 10px 0px;
}
.plantableitems{
	border-bottom: 1px solid #969696;
	padding: 10px 0px;
}
.planroomcard .card{
	border:1px solid #50c878;
	padding: 10px;

}
.planroomcard p{
	margin-bottom: 0px;
}
.planroomcard img{
	width: 60%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.contractor-img{
	width:200px;
	height: auto;
}
.dark-blue{
	color:#0f5680;
}
.bg-dark-blue{
	background:#0f5680;
}


.files input {
	outline: 5px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	text-align: center !important;
	margin: auto;
	width: 80% !important;
}
.files input:focus{
	outline: 5px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	border:0px solid #92b0b3;
}
.files{ position:relative}
.files:after {
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 50px;
	right: 0;
	height: 56px;
	content: "";
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.files:before {
	position: absolute;
	bottom: 10px;
	left: 0;  pointer-events: none;
	width: 100%;
	right: 0;
	height: 57px;
	content: "Drag and drop files here or choose files to attach";
	display: block;
	margin: 0 auto;
	color: #2ea591;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}
.select2-selection__choice{
	margin-left:2px !important;
}
.select2-container{
	width: 100% !important;
}
.select2-results__option--selectable:hover{
	background: #0e6092 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background: #0e6092 !important;
	color:#fff;
}
