@charset "utf-8";
::selection {
    background-color: #e4f0e0;
    color: #666666;
}
body {
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
    font-family: "Helvetica Neue";
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    line-height: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Light.eot");
    src: url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.eot");
    src: url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueMedium.eot");
    src: url("../fonts/HelveticaNeueMedium.woff") format("woff"), url("../fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../fonts/HelveticaNeueMedium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.eot");
    src: url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-CondensedBlack.eot");
    src: url("../fonts/HelveticaNeue-CondensedBlack.woff") format("woff"), url("../fonts/HelveticaNeue-CondensedBlack.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBlack.svg") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
a {
    color: #f48243;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
.disabled {
    opacity: 60%;
    cursor: not-allowed;
}
:root {
    --container-width: 1500px;
    --container-padding: calc((100vw - var(--container-width)) / 2);
}
#wrapper {
    display: inline-block;
    width: 100%;
}
.header {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    margin-bottom: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.header .logo {
    float: left;
    width: 105px;
    transition: all 0.3s ease-in-out;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .menu {
    display: flex;
    align-items: center;
}
.header .menu .navbar {
    padding: 0;
}
.header .menu .navbar .navbar-nav {
    display: flex;
    align-items: center;
    grid-gap: 20px;
	flex-direction: row;
}
.header .menu .navbar .navbar-nav .counterlink {
    margin-right: 15px;
    display: flex;
}
.header .menu .navbar .navbar-nav .counterlink a {
    padding: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.header .menu .navbar .navbar-nav .nav-item {
    position: relative;
    width: auto;
    float: right;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.header .menu .navbar .navbar-nav .nav-item .logout {
    width: auto;
    height: auto;
    float: left;
}
.header .menu .navbar .navbar-nav .nav-item .logout img {
    width: auto;
    height: auto;
    display: inline-block;
}
.header .menu .navbar .navbar-nav .logoutTooltip .tooltip.top {
    white-space: nowrap;
}
.header .menu .navbar .navbar-nav .nav-item:first-child {
    padding: 15px 20px;
}
.header .menu .navbar .navbar-nav .nav-item:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #d1d1d1;
}
.header .menu .navbar .navbar-nav .nav-link {
    padding: 0; /*display: flex;    align-items: center;    grid-gap: 10px;*/
}
.header .menu .navbar .navbar-nav .nav-item span {
    width: calc(100% - 70px);
    min-width: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex !important;
    flex-direction: column;
}
.header .menu .navbar .navbar-nav .nav-item span strong {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.header .menu .navbar .navbar-nav .nav-item .img-profile {
    border-radius: 5px;
    border: 1px solid #d1d1d1;
}
.header .hdrtopmenu {
    width: 55%;
    display: inline-block;
}
.header .hdrtopmenu ul {
    width: 100%;
    display: flex;
    grid-gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .hdrtopmenu ul li {
    width: auto;
    display: inline-block;
}
.header .hdrtopmenu ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f48243;
}
.header .hdrtopmenu ul li a:hover,
.header .hdrtopmenu ul li a.active {
    font-size: 14px;
    font-weight: 500;
    color: #000;
} /*------------------ Checkbox CSS --------------------*/
.checkboxRow {
    width: 100%;
    display: inline-block;
    margin: 30px 0 10px 0;
}
.form-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #f48243;
    border-radius: 5px;
} /* On mouse-over, add a grey background color .form-checkbox:hover input ~ .checkmark {  background-color: #ccc;}*/ /* When the checkbox is checked, add a blue background .form-checkbox input:checked ~ .checkmark {  background-color: #2196F3;}*/
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.form-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #f48243;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} /*------------------ Checkbox CSS END--------------------*/ /* ------------------ Radio CSS END-------------------- */
.radioboxRow {
    width: 100%;
    display: inline-block;
    margin: 10px 0 10px 0;
}
.border-botm {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.radioboxRow h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #000000;
}
.radioboxRow > p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000000;
}
.radioboxRow .feildRow {
    width: 100%;
    display: inline-block;
}
.radioboxRow .form-upload {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0px 0px;
}
.radioBox {
    display: inline-block;
    position: relative;
    width: 15%;
    padding-left: 30px;
    margin: 0 15px 15px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioBox > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radioBox > .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #909090;
    border-radius: 50%;
    border: 0;
}
.radioBox:hover > input ~ .checkmark {
    background-color: #f48243;
}
.radioBox > input:checked ~ .checkmark {
    background-color: #f48243;
}
.radioBox > .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radioBox > input ~ .checkmark:after {
    display: block;
}
.radioBox > .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
} /*------------------ File Upload CSS --------------------*/
.form-upload {
    width: 100%;
    display: inline-block;
    padding: 5px 0 20px 30px;
}
.form-upload label {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.file-upload {
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
    padding: 0;
}
.file-upload .image-upload-wrap {
	min-width: 500px;
    height: 41px;
    float: left;
    border: 1px solid #F48243;
}
.file-upload .drag-text {
    background-color: #ffffff;
    padding: 0;
    border-radius: 5px;
    text-align: right;
}
.file-upload .drag-text img {
    border-left: 1px solid #f48243;
    padding: 10px;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-input {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.image-upload-wrap {
    position: relative;
    border-radius: 5px;
    border: 1px dashed #8a8f97;
}
.image-title-wrap {
    display: inline-block;
}
.drag-text {
    padding: 33px;
    text-align: center;
}
.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 10px;
}
.remove-image {
    width: auto;
    margin: 0;
    color: #F48243;
    background-color: #FFE6D8;
    border: 1px solid #FFE6D8;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    transition: all .2s ease;
    outline: none;
    margin-bottom: 5px;
    height: auto;
    text-align: left;
    position: relative;
}
.remove-image:hover {
    background: #f48243;
    border: 1px solid #f48243;
    color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.remove-image img {
    width: 18px;
    position: absolute;
    right: 0px;
    top: calc(50% - 9px);
}
.remove-image img:hover {
    background-color: #eee;
    border-radius: 5px;
}
.removeFile {
    position: absolute;
    top: 0px;
    padding-right: 80px;
    margin: 0;
    overflow: hidden;
    height: 39px;
}
.removeFile .remove-image {
    position: relative;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    padding: 4px 20px 4px 8px;
    min-height: 40px;
} 
/*------------------ File Upload CSS END--------------------*/
