﻿
@font-face {
    font-family: 'Gotham-Book';
    src: url('../font/Gotham-Book.otf') format('opentype'), url('../font/GothamBook.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../font/Gotham-Bold.otf') format('opentype'), url('../font/GothamBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../font/Gotham-Light.otf') format('opentype'), url('../font/GothamLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../font/Gotham Medium.otf') format('opentype'), url('../font/GothamMedium.ttf') format('truetype');
}

.carousel-inner .item .guts_ViewMoreButton {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    bottom: 50px !important;
}

.guts_ViewMoreButton .btn {
    border-color: #fff !important;
    background: #fff;
    border-radius: 25px !important;
    color: #000 !important;
    font-size: 12px !important;
    padding: 9px 20px !important;
}

.guts_ViewMoreButton .btn2lg {
    font-size: 14px !important;
    padding: 16px 48px !important;
}

    .guts_ViewMoreButton .btn2lg a {
        text-decoration: none !important;
        color: inherit !important;
    }

.guts_ViewMoreButton .btn:hover {
    color: #808080 !important;
}

.guts_ViewMoreButton .btn.active {
    border-color: #fff !important;
    background: transparent;
    color: #fff !important;
}

    .guts_ViewMoreButton .btn.active:hover {
        color: #808080 !important;
    }


#GutsCarousel .carousel-inner .item img {
    max-height: initial;
    margin-top: -28%;
    width: 100% !important;
    height: initial;
}

.guts_section {
    min-height: 0 !important;
    height: 0;
    overflow: hidden;
}

    .guts_section.active {
        min-height: 1px !important;
        height: 100%;
        overflow: auto;
    }

.guts_about {
    padding: 10%;
    /*background: #1e1f1e;*/
    background: #000;
}

    .guts_about .guts_about_inner {
        width: 50%;
        margin: 0 auto;
        line-height: 2em;
        color: #999b90;
        font-size: 12px;
    }

        .guts_about .guts_about_inner p {
            padding-top: 3%;
        }

.guts_ourProcess {
    padding: 10% 10% 5% 10%;
    background: #fff;
}


    .guts_ourProcess .guts_ourProcess_inner {
        width: 70%;
        margin: 0 auto;
    }

.guts_ourProcess_heading {
    display: inline-block;
    text-align: left;
}

    .guts_ourProcess_heading .heading {
        line-height: .8em;
        font-size: 5em;
    }

.guts_ourProcess_imgTriger img {
    width: 60%;
    margin: 0 auto;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    cursor: pointer;
}

.ourProcess_content {
    display: none;
}

.ourProcess_content_pointer {
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: left;
    font-size: 0;
}

.process_arrow {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    height: 4rem;
}

.ourProcess_content_pointer_arrowLeft {
    width: 10%;
    background: #fff;
    display: inline-block;
}

.ourProcess_content_pointer_arrowRight {
    width: 85%;
    background: #fff;
    display: inline-block;
    float: right;
}

.ourProcess_content_arrowcenter {
    display: inline-block;
    width: 5%;
    background: url(../Picture/GutsToGlory/Pointer2.png) transparent no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.ourProcess_contentImage, .ourProcess_contentText {
    height: 70vh;
}

    .ourProcess_contentImage img {
        height: 100%;
        width: auto;
        max-width: initial;
    }

.ourProcess_contentText {
    background: #000;
}

.guts_ourProcess_imgText {
}

.ourProcess_contentText_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: left;
    margin: 0 auto;
    width: 60%;
    min-height: 50%;
}

.ourProcess_contentText_heading {
    border-bottom: 2px solid #fff;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

body {
    font-family: 'Gotham-Book' !important;
    color: #58595b;
}

.d-hide-lg {
    display: none !important;
}

html, body {
    height: 100%;
    margin: 0;
}

.holder {
    min-height: 100%;
    position: relative !important;
}


.body {
    /*padding-bottom: 50px;*/
}

footer {
    /*bottom: -12px;*/
    min-height: 30px;
    left: 0;
    /*position: absolute;*/
    right: 0;
    background: #000;
    color: #fff;
    z-index: 3;
}

.FooterMenu_heading {
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    /* font-size: 14px; */
    text-transform: uppercase;
}

.bg-black {
    background: #000000;
}

.bg-black2 {
    background: #000000 !important;
}

.bg-orange {
    background: #ff7c00;
}

.bg-gray {
    background: #d2d2d2 !important;
    color: #fff;
}

.bg-white {
    background: #fff !important;
}

.bg-lightGray {
    background: #f2f2f2 !important;
}

.d-inline {
    display: inline-block !important;
}

.v-hidden {
    visibility: hidden;
}

.d-hide {
    display: none !important;
}

.vertical-align-top {
    vertical-align: top;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .nav li {
        float: left;
    }

        .nav li a {
            display: block;
            text-align: center;
            padding: 16px !important;
            text-decoration: none;
            color: #fff;
        }

        .nav li input[type=submit] {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

        .nav li a:hover {
            /*background-color: #111111;*/
        }

.no-listStyle {
    list-style: none !important;
    margin: 0;
    padding: 0;
}


select {
    -webkit-appearance: none;
    background: url('/images/arrowdown_gray.png') no-repeat right #FEFEFE !important;
    background-size: 15px !important;
    padding-right: 24px !important;
    background-position: 98% !important;
    cursor: pointer;
}

    select option {
        padding-right: 10px !important;
    }

.comboBoxDropdown button {
    -webkit-appearance: none;
    background: url(/images/arrowdown_gray.png) no-repeat right #FEFEFE !important;
    background-size: 15px !important;
    padding-right: 24px !important;
    background-position: 50% !important;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    height: 34px;
}

.comboBoxDropdown table, .comboBoxDropdown {
}

    .comboBoxDropdown input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
    }

    .comboBoxDropdown * {
        width: 100%;
        border: none;
        /*display: flex;*/
    }

.gray-filter {
}

.imgcontiner {
    height: 20px;
    text-align: right !important;
    width: 20px;
}

    .imgcontiner input {
        height: 20px;
        width: 20px;
        display: initial;
    }

    .imgcontiner img {
        height: 100% !important;
    }

.imgcontiner30 {
    height: 30px;
    text-align: right !important;
    width: 30px;
}

    .imgcontiner30 * {
        height: 100% !important;
    }

.w-3 {
    width: 40px;
}

.w-20px {
    width: 20px !important;
}

.w-3 input {
    min-width: 20px !important;
    vertical-align: top;
}

.w-3 img {
    min-width: 10px !important;
    max-width: 10px !important;
}

.w-2 {
    width: 2%;
}

.w-33 {
    width: 33% !important;
}

.w-100 {
    width: 100% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.no-gutters {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.border-1 {
    border: 1px solid #dadee2;
}

.borderBlack-1 {
    border: 1px solid #000;
}

.border-2 {
    border: 2px solid #dadee2;
}

.br-b-1 {
    border-right: 1px solid #000;
}

.border-bottom-1 {
    border-bottom: 1px solid #4D4D4D;
}

.border-top-1 {
    border-top: 1px solid #4D4D4D;
}

.border-top-2White {
    border-top: 2px solid #fff;
}

.border-top-1White {
    border-top: 1px solid #fff;
}

.border-bottom-1White {
    border-bottom: 1px solid #fff;
}

.border-left-1White {
    border-left: 1px solid #fff;
}

.border-right-1White {
    border-right: 1px solid #fff;
}

.border-bottom-2black {
    border-bottom: 2px solid #000;
}

.border-bottom-2 {
    border-bottom: 2px solid #dadee2;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-top-left-10 {
    border-top-left-radius: 10px;
}

.border-radius-top-right-10 {
    border-top-right-radius: 10px;
}

.border-radius-bottom-left-10 {
    border-bottom-left-radius: 10px;
}

.border-radius-bottom-right-10 {
    border-bottom-right-radius: 10px;
}

[align =center] {
    text-align: center !important;
}

[align =left] {
    text-align: left !important;
}

[align =right] {
    text-align: right !important;
}

.shadow-bottom-2 {
    -webkit-box-shadow: 0px 0px 7px 0px gray;
    box-shadow: 0px 0px 7px 0px gray;
}

.border-top-2 {
    border-top: 2px solid #dadee2;
}

.h-50 {
    height: 50px !important;
}

.h-30 {
    height: 30px !important;
}

.h-20 {
    height: 20px !important;
}

.h-34 {
    height: 34px !important;
}

.h-4 {
    height: 3rem !important;
}

.hmin-50 {
    min-height: 50px !important;
}

.white-space-normal {
    white-space: normal !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.word-wrap {
    word-wrap: break-word;
}

.font90 {
    font-size: 90% !important;
}


@media (max-width: 768px) {
    .guts_ourProcess_imgText {
        font-size: 11px;
    }

    .guts_ourProcess_imgTriger img {
        width: 90%;
        margin: 0 auto;
    }

    .process_arrow {
        height: 1rem !important;
    }

    .guts_ourProcess_heading .heading {
        font-size: 4em;
    }

    .guts_about .guts_ViewMoreButton {
        text-align: center !important;
    }

        .guts_about .guts_ViewMoreButton .btn2lg {
            font-size: 14px !important;
            padding: 16px 48px !important;
        }

    .guts_about .guts_about_inner {
        width: 70%;
    }

    .carousel-inner .item .guts_ViewMoreButton {
        bottom: 20px !important;
    }

    .guts_ViewMoreButton .btn {
        font-size: 11px !important;
        padding: 6px 17px !important;
    }

    .w-95-sm .center-div {
        padding-left: 30px;
        width: 95% !important;
        padding-right: 20px;
    }

    .w-95-sm {
        /*width: 100% !important;*/
    }

    .btn-sm-custom {
        font-size: 11px !important;
        padding: 2px 5px !important;
        height: 40px !important;
    }
}

@media (max-width:510px) {
    table.OptionsCBL tbody td label {
        width: 82% !important;
        /*vertical-align: middle !important;*/
    }

    .ourProcess_contentText {
        height: auto;
    }

    .ourProcess_contentText_inner {
        width: 90%;
        position: initial;
        transform: initial;
    }
}


@media (max-width: 480px) {
    .ourProcess_content {
        margin-top: 1em !important;
    }

    .guts_ourProcess_inner {
        width: 90% !important;
        text-align: justify;
    }

    .guts_ourProcess_imgTriger img {
        width: 100%;
        margin: 0 auto;
    }

    .guts_ourProcess_imgTriger {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .guts_ourProcess_heading .heading {
        font-size: 3em;
    }

    .guts_about .guts_ViewMoreButton .btn2lg {
        font-size: 12px !important;
        padding: 14px 40px !important;
    }

    .p-absolute-xs {
        position: absolute;
    }

    .font11-sm {
        font-size: 11px !important;
    }

    .carousel-inner .item .guts_ViewMoreButton {
        bottom: 5px !important;
    }

    .guts_ViewMoreButton .btn {
        font-size: 10px !important;
        padding: 4px 15px !important;
    }

    .guts_about .guts_about_inner {
        width: 90%;
        text-align: justify;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 1300px) {
}

@media (max-width:1180px) {
    .process_arrow {
        height: 2rem;
    }
}

@media (max-width: 992px) {
    .ourProcess_contentImage img {
        height: initial !important;
        width: initial !important;
        max-width: initial;
        max-height: initial !important;
        width: 100% !important;
        height: auto !important;
    }

    .process_arrow {
        height: 3rem;
    }

    .ourProcess_contentImage {
        height: auto;
    }

    .d-block-xs {
        display: block !important;
    }

    .w-95-sm .center-div {
        /*width: 100% !important;*/
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
}

@media (max-width:1200px) {
}



@media (max-width:1280px) {
}

@media (max-width: 992px) and (min-width:768px) {
}

@media (max-width: 992px) {
}

.no-border-radius {
    border-radius: initial !important;
}

.form-control.no-border-radius.placeholder1::-webkit-input-placeholder {
    color: #999 !important;
}

.form-control.no-border-radius.placeholder1::-moz-placeholder {
    color: red;
    font-size: 20px;
}

.no-border {
    border: none !important;
}

.no-outline {
    outline: none !important;
}

.fontnormal {
    font-weight: normal !important;
}

    .fontnormal * {
        font-weight: normal;
    }

.chkboxlist tbody tr td label {
    margin-right: 2rem !important;
}

/*input[type='radio']
{
    -webkit-appearance: none;
    outline: none !important;
    margin: 6px 0 0 !important;
}

    input[type='radio']:after
    {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: -3px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        box-shadow: 0px 0px 0px 1px gray;
    }

    input[type='radio']:checked:after
    {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: -3px;
        position: relative;
        background-color: #58595b;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px solid white;
    }*/

.custom-checkbox input[type=checkbox] {
    outline: none;
    -webkit-appearance: none;
    border-radius: 10px !important;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 5px;
    /*left: -5px;*/
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

    .custom-checkbox input[type=checkbox]:checked {
        outline: none;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        top: 5px;
        /*left: -5px;*/
        position: relative;
        background: url("/images/checkmark_default.png") no-repeat;
        background-size: 60%;
        background-position: center !important;
        border: 1px solid white;
    }

.OptionsCBL tbody td label {
    width: 85% !important;
    vertical-align: middle !important;
}
/*.custom-checkbox-l-0 input
{
    left: 0 !important;
}

.custom-checkbox-l-0 label
{
    margin-left: 5px;
}*/
.custom-checkbox label {
    padding-left: 5px;
}

.custom-checkbox_square input[type=checkbox] {
    background: #fff !important;
    border-radius: 0px !important;
    border: 1px solid #58595b !important;
}

    .custom-checkbox_square input[type=checkbox]:checked {
        border-radius: 0px !important;
        background: url("/images/checkmark_default.png") #fff no-repeat !important;
        background-size: 70% !important;
        background-position: center !important;
    }

.custom-checkbox-red input[type=checkbox] {
    background: #ff0303 !important;
    border-radius: 3px !important;
    border: 1px solid #ff0303 !important;
}

    .custom-checkbox-red input[type=checkbox]:checked {
        border-radius: 3px !important;
        background: url("../images/checkmark_white.png") #ff0303 no-repeat !important;
        background-size: 70% !important;
        background-position: center !important;
    }

.custom-checkbox-green input[type=checkbox] {
    background: #139113 !important;
    border-radius: 3px !important;
    border: 1px solid #139113 !important;
}

    .custom-checkbox-green input[type=checkbox]:checked {
        border-radius: 3px !important;
        background: url("../images/checkmark_white.png") #139113 no-repeat !important;
        background-size: 70% !important;
        background-position: center !important;
    }

.custom-checkbox-green label {
    vertical-align: middle;
}

.custom-checkbox_right input[type=checkbox] {
    left: 5px !important;
}



.checkbox_square_top_0 input[type=checkbox] {
    background: #fff !important;
    border-radius: 0px !important;
    top: 0px !important;
    left: 0px !important;
    border: 1px solid #58595b !important;
}

    .checkbox_square_top_0 input[type=checkbox]:checked {
        border-radius: 0px !important;
        background: url("../images/checkmark_default.png") #fff no-repeat !important;
        background-size: 70% !important;
        background-position: center !important;
        top: 0px !important;
        left: 0px !important;
    }

.btn-green {
    color: #fff !important;
    background-color: #139113 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-green:hover {
        background-color: #107a10 !important;
    }

.btn-gray {
    color: #fff !important;
    background-color: #666666 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-gray:hover {
        background-color: #919191 !important;
    }

.btn-lightgreen {
    color: #333 !important;
    background-color: #ebffe5 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-lightgreen:hover {
        background-color: #aefd97 !important;
    }

.btn-lightgray {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-lightgray:hover {
        background-color: #f5f5f5 !important;
    }

.btn-red {
    color: #fff !important;
    background-color: #e31d1a !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-red:hover {
        color: #000 !important;
        background-color: #fff !important;
    }

.btn-lightorange {
    color: #333 !important;
    background-color: #fff2e5 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-lightorange:hover {
        background-color: #fec994 !important;
    }

.btn-orange {
    color: #333 !important;
    background-color: #ff7c00 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-orange:hover {
        background-color: #d36700 !important;
    }

.btn-yellow {
    color: #fff !important;
    background-color: #ffd303 !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-yellow:hover {
        background-color: #efc500 !important;
    }

.btn-blue {
    background: #8ed6df !important;
    color: #fff !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-blue:hover {
        background-color: #80c3cb !important;
    }

.btn-black {
    background: #000 !important;
    color: #fff !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

    .btn-black:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

.fontgreen {
    color: #139113 !important;
}

.fontWhite {
    color: #fff !important;
}

.fontRed {
    color: #e31d1a !important;
}

.pull-none {
    float: none !important;
}

.h-auto {
    height: auto !important;
}

.flipdown {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.flipleft {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.flipup {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.flipright {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.align-middle {
    vertical-align: middle;
}

.marginCenter {
    margin: 0 auto;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-300 {
    line-height: 300% !important;
}

.fontOrange {
    color: #ff7c00 !important;
}

.fontBold {
    font-weight: bold !important;
    font-family: Gotham-Bold;
}

.Gotham-Bold {
    font-family: Gotham-Bold !important;
}

.text-right {
    text-align: right !important;
}

.small tbody td {
    font-size: 80%;
}

.ui-datepicker {
    z-index: 1050 !important;
}

.small80 * {
    font-size: 9px !important;
}

.small thead th {
    border: none !important;
}

.fontintial h4 {
    font-size: initial !important;
}

.fontsmall {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font0 {
    font-size: 0px;
}

.fontintial {
    font-size: initial !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font9 {
    font-size: 9px !important;
}

.font70Percent {
    font-size: 70%;
}

.chk label {
    display: inline-block;
    width: 94%;
    vertical-align: top;
}

.chk input {
    top: -5px !important;
}

.chk2 {
    width: 100%;
}

    .chk2 tr {
        display: inline-block !important;
        width: 100% !important;
    }

    .chk2 td {
        display: inline-block !important;
        width: 40% !important;
    }

.bt-2 {
    border-top: 2px solid #dadee2 !important;
}

.bgyellow {
    background: #ffd202;
}

.bglightgray {
    background: #f3f3f3;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.uppercase {
    text-transform: uppercase !important;
}

.initialcase {
    text-transform: initial !important;
}

.w-2 {
    width: 2% !important;
}

.custom-checkbox2 input {
    vertical-align: text-top !important;
    top: -10px !important;
}

.fontblue {
    color: #306f9d !important;
}

.underline {
    text-decoration: underline !important;
}

.no-underline {
    text-decoration: none !important;
}

.fontaqua {
    color: #8ed6df;
}

.fontgray {
    color: #666666;
}

.fontblack {
    color: #000 !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.label-middle {
    height: 34px;
    line-height: 34px;
}

.vertical-align-baseline-middle {
    vertical-align: -webkit-baseline-middle;
}

.vertical-align-text-top {
    vertical-align: text-top;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

/*datepicker style*/
.ui-datepicker {
    font-family: 'AvenirLTStd-Light' !important;
    font-size: 90%;
    background: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 6px 20px -4px black !important;
    box-shadow: 0px 6px 20px -4px black !important;
    color: #EEE !important;
    padding: 0 !important;
}

.ui-datepicker-calendar tr th {
    color: #717171;
    font-weight: 100;
}

.ui-datepicker-calendar tr td {
    background: none !important;
    border: none !important;
    text-align: center !important;
    padding: 0px !important;
}

    .ui-datepicker-calendar tr td a {
        background: none !important;
        border: none !important;
        text-align: center !important;
        padding: 5px !important;
    }

        .ui-datepicker-calendar tr td a:hover {
            background: #ffbc7d !important;
            border: none !important;
            color: #000 !important;
            /*border-radius:100%;*/
        }

.ui-datepicker table {
    font-size: initial;
    border-collapse: collapse;
    margin: 0em !important;
}
/*.margince*/
.ui-datepicker-header a:hover {
    border: 0 !important;
    background: none !important;
    top: 0 !important;
    right: 0 !important;
}

.ui-datepicker-next-hover {
    border: 0 !important;
    background: none !important;
    top: 0 !important;
    right: 0 !important;
}

.ui-icon-circle-triangle-w {
    background: url("/images/Back.png") no-repeat !important;
    background-size: cover !important;
    cursor: pointer;
}

    .ui-icon-circle-triangle-w:hover {
    }

.ui-icon-circle-triangle-e {
    background: url("/images/Next.png") no-repeat !important;
    background-size: cover !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
}

.ui-state-hover {
    top: 0 !important;
    right: 0 !important;
}

.ui-datepicker-calendar tr td .ui-state-highlight {
    background: #ff7c00 !important;
    /*border-radius:100%;*/
    color: #fff;
}

.ui-datepicker-header {
    border: 0 !important;
    border-radius: 0 !important;
    background: #ff7c00 !important;
}

.ui-datepicker-title {
    color: #fff !important;
    font-weight: 100 !important;
}

.form-group span {
    text-align: left !important;
}

.DatepickerWithCalandarIcon {
    background-image: url("../images/Calendar.png") !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95%;
}

.Datepicker {
    cursor: pointer !important;
}

::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
}

::-moz-placeholder {
    color: #a9a9a9;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
}

:-moz-placeholder {
    color: #a9a9a9;
    font-size: 12px;
}

.bg-white {
    background-color: #fff !important;
}

.bg-yellow {
    background-color: #ffff01 !important;
}

.d-block {
    display: block !important;
}

.cs-d-none {
    display: none !important;
}

input[type=image] {
    cursor: pointer;
}
/*.border-top-1
{
    border-top: 1px solid #dadee2 !important;
}*/

.pointer {
    cursor: pointer;
}

.RBL input[type="radio"] {
    margin-right: 2px !important;
}

.RBL label {
    padding-right: 20px;
}

.text-bold {
    font-weight: bold;
}

.projectContentPanel {
    width: 45%;
    margin: auto;
}

    .projectContentPanel .ContentControl {
        position: relative;
        min-height: 1px;
        float: left;
        text-align: right !important;
        width: calc(100% - 180px);
        padding-right: 15px;
        padding-left: 15px;
    }

    .projectContentPanel .ContentControlName {
        position: relative;
        min-height: 1px;
        float: left;
        text-align: right !important;
        width: 180px;
    }
