body {
    font-family: 'Encode Sans', sans-serif;
    font-size: 16px;
}

html {scroll-behavior:smooth!important;}

.box-emp {
/*    width: 50%;*/
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    border-bottom: inset 5px #e3e3e3;
    margin-bottom: 20px;
}

.box-img {
    width: 500px;
    height: 220px;
    display: inline-block;
    overflow: hidden;
}

.box-img img {
    height: 100%;
}

.box-empinfo {
    width: 365px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
}

.box-empinfo i {
    color: #b91433;
}

.box-empinfo p {
    margin: 0;
    padding: 10px 0px 0px 10px ;
}

.box-title {
/*    width: 100%;*/
/*    display: inline-block;*/
    vertical-align: top;
    padding: 10px;
    font-weight: 600;
    font-size: 28px;
}

.box-title i {
    margin-left: 20px;
}

.box-empfunc {
    width: 240px;
    padding-left: 15px;
    padding-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.box-emp-embrace {
    width: 645px;
    display: inline-block;
    vertical-align: top;
}

.box-button {
    width: 225px;
    padding: 7px;
    margin-bottom: 5px;
    background: #b91433;
    color: #FFF;
    cursor: pointer;
}

.box-button:hover {
    background: #de1943;
}

.null {
    background: #898989;
    cursor: not-allowed;
}

.null:hover {
    background: #898989;
    cursor: not-allowed;
}


.box-button i {
    width: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px #FFF;
}

.box-title-inside {
    width: calc(100% - 30px);
/*    display: inline-block;*/
    vertical-align: top;
    padding: 15px;
    background: #f7f7f7;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

.box-title-inside span {
    font-size: 20px;
    margin-left: 30px;
    border-left: solid 1px #CCC;
    padding-left: 20px;
    color: dimgrey;
}

.box-part {
    padding: 10px 0px;
/*    position: relative;*/
}

.box-unity {
/*    width: 120px;*/
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 8px 12px;
    background: #f4f4f4;
    font-weight: 600;
/*    margin-right: 40px;*/
}

.box-unity i {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #CCC;
}

.box-unity-side {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    margin-bottom: 15px;
}

.box-form-container li , .box-form-container span {
    display: inline-block;
    margin: 0px 5px;
}

.box-form-container ul {
    list-style: none;
}

.box-form-container button {
    margin: 0;
/*    padding: 3px 10px;*/
/*    display: inline-block;*/
    vertical-align: top;
}

.box-form-container textarea {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
/*    margin-left: 30px;*/
    min-height: 70px;
}

.box-adress {
    width: -moz-calc(100%-30px);
    width: -webkit-calc(100%-30px);
    width: calc(100%-30px);
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 10px;
/*    margin-top: 10px;*/
}

.box-adress i , .box-feature-title i {
    font-size: 18px;
    width: 40px;
    text-align: center;
/*    padding-left: 5px;*/
/*    padding-right: 15px;*/
    margin-right: 15px;
    border-right: solid 1px #CCC;
}

.box-icon {}

.box-icon i {
    font-size: 18px;
    width: 20px;
    text-align: center;
/*    padding-left: 5px;*/
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px #CCC;
}

.box-icon-tab {}

.box-icon-tab i {
    font-size: 16px;
    width: 20px;
    text-align: center;
/*    padding-left: 5px;*/
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #FFF;
}

.box-feature-title {
    width: -moz-calc(100%-30px);
    width: -webkit-calc(100%-30px);
    width: calc(100%-30px);
    padding: 15px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
}

.box-unity-values {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 8px 8px;
    margin-bottom: 5px;
    background: #f4f4f4;
    font-weight: 600;
}

.min-width-money {
    min-width: 135px;
}

.min-width-area {
    min-width: 105px;
}

.box-unity-values i {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #CCC;
}

.box-unity-embrace {
    display: inline-block;
    vertical-align: top;
}

.box-unity-control {
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    position: relative;*/
/*    left: 150px;*/
/*    top: -35px;*/
}


.input-button {
    display: inline-block;
    height: 14px;
    min-width: 16px;
    padding: 12px 5px;
    line-height: 30px;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #CCC;
    vertical-align: top;
    color: #666;
}

.input-button i {
    margin: 0;
}

.form-files input {
    padding: 8px 5px 0px 5px;
    font-family: 'Encode Sans', sans-serif;
    color: #777;
    border: solid 1px #CCC;
}

.box-features {
    width: calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: -webkit-calc(50% - 35px);
    display: inline-block;
    padding: 30px 15px 15px 15px ;
    vertical-align: top;
/*    font-size: 18px;*/
    text-transform: uppercase;
}

.box-features p {
    margin-left: 5px;
}

.box-features i {
    color: #b91433;
}

.box-icon-right {}

.box-icon-right i {
    font-size: 18px;
    width: 20px;
    text-align: center;
/*    padding-left: 5px;*/
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #CCC;
    color: #969696;
}

.box-icon-right i:hover { color: #646464;}

.box-features-text {
    width: calc(100% - 35px);
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    font-size: 18px;
}

.box-features-text img {
    margin-right: 30px;
    height: 210px;
}

.box-features li {
    line-height: 26px;
}

.box-feature-image {
/*    width: 50%;*/
    padding: 10px;
    height: 340px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    border-bottom: inset 5px #e3e3e3;
    margin-bottom: 20px;
}

.box-feature-hover {
    display: hidden;
    padding-top: 130px;
    height: 210px;
    text-align: center;
    color: transparent;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-feature-hover:hover {
    background: rgba(0, 116, 219,0.7);
    width: 100%;
    padding-top: 130px;
    height: 210px;
    text-align: center;
    vertical-align: middle;
    color: #c9e6ff;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.font-white {
    color: #FFF;
}
/*

.btn-available {
    background: #14b97a;
}

.btn-unavailable {
    background: #b91414;
}

.btn-reserved {
    background: #646464;
}
*/

.box-accordioff {
    display: none;
    height: 10px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.box-accordion {
    display: block;
    opacity: 1;
/*    min-height: 100%;*/
/*    overflow: visible;*/
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.padding-ten {
    padding: 10px;
}

.center {
    text-align: center;
}

.font-medium {
    font-size: 20px;
    font-weight: 500;
}

.box-table table {
    padding: 5px;
}

.box-table td {
    padding: 15px;
}

.box-table tr {
    padding: 5px;
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.box-table tr:hover {
    background: #efefef;
/*    background: #ebebeb;*/
/*    background: #da203d;*/
/*    color: #FFF;*/
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.tr-head {
    font-weight: 700;
    background: #e3e3e3;
}

.tr-head:hover, .tr-head tr:hover {
    background: #e3e3e3!important;
    color: #333!important;
}

.box-table p {
    margin-top: 15px;
}

.box-table {
    font-size: 13px;
}

.circle {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
/*    vertical-align: top;*/
/*    text-decoration:none;*/
	text-align:center;
    color:#FFF;
/*	font-family:Arial;*/
	font-size:9px;
    font-weight: 500;
/*	font-weight:bold;*/
/*	font-style:normal;*/
/*    background-color: yellow;*/
}

.box-circle-link a:hover {
    color: #FFF;
}

.circle-legenda {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
/*    background-color: yellow;*/
}

.circle-side {
    border-left: solid 1px #CCC;
    padding-left: 10px;
    margin-left: 8px;
}

.red-circle { background-color: #b91414; } 
.orange-circle { background-color: #FF7F50; } 
.gray-circle { background-color: #777777; } 
.green-circle { background-color: #1d8b1d; }
.ocean-circle { background-color: #2626a2; }
.sky-circle { background-color: #6495ED; }
.blue-circle { background-color: #000080; } 
.yellow-circle { background-color: #eddc0e; }
.ocean-circle { background-color: #006780; } 
.carbon-circle { background-color: #1c1c1c; }
.rented-circle { background-color: #d3d3d3; }
.distrato-circle { background-color: #b22222; }

/*
.yellow-circle { background-color: #eddc0e; }
.beige-circle { background-color: #dbb207; }
.purple-circle { background-color: #5d2a90; }
.green-circle { background-color: #1d8b1d; }
.ocean-circle { background-color: #2626a2; }
.sky-circle { background-color: #0a97ff; }
.red-circle { background-color: #b91414; }
.carbon-circle { background-color: #3e3e3e; }
*/

.box-top {
/*    height: 130px;*/
}

.box-emp , .box-accordioff {
    text-transform: uppercase;
}

.button-class button {
    padding: 4px 15px 4px 4px;
    margin-left: 10px;
}

.margin-ten {
    margin-left: 5px;
}

.box-graphic {
    padding: 25px 0px 0px 0px;
}

.margin-upten {
    margin: 10px 0px;
}

.box-graphic-hight {
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    padding-left: 20px;
    min-height: 350px;
    margin-top: 25px;
}

.warning-icon {
    color: #edb10e;
    font-size: 14px;
    vertical-align: text-top;
    padding-left: 10px;
}

.right-corner {
    position: absolute;
    right: 0;
    top: 30px;
}

.box-form-container {
    padding-top: 10px;
    position: relative;
}



.font-weight {
    font-weight: 600;
}

.box-uppercase {
    text-transform: uppercase!important;
}

.font-gray {
    color: #777;
}

.margin-right {
    margin-right: 10px;
}

.box-up {
    position: fixed;
    width: 50px;
    height: 37px;
    padding-top: 12px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #b91414;
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    color: #FFF;
    right: 20px;
    bottom: 20px;
}
