﻿.text-white { color : #fff !important}
.mr-20 {
    margin-right: 20px !important
}
.wrapper{height:100% !important}
a:hover {
    cursor: pointer !important
}

.srv-validation-message {
    color: red !important
}

.modal {
    background: rgba(0,0,0,0.6);
}

.my-modal > .modal-dialog {
    top: 20%;
}

.my-modal .modal-content .modal-header > .close {
    color: red;
    margin-top: -22px;
    opacity: 1;
}

.task-list {
    margin: 10px 0;
}

    .task-list.task-1 {
        display: inline-block;
        width: 100%;
        background-color: rgba(0,0,0,0.05);
        padding-top: 15px
    }

    .task-list.task-2 {
        display: inline-block;
        width: 100%;
        background-color: rgba(0,0,0,0.15);
        padding-top: 15px
    }

.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
    margin: 0px !important;
}

    .radio input,
    .checkbox input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-left: -20px;
        margin-top: 10px !important;
        width: 20px
    }

        .radio input:checked + label::before,
        .checkbox input:checked + label::before {
            border-color: #3c8dbc;
        }

        .radio input:checked + label::after,
        .checkbox input:checked + label::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 13px;
            height: 13px;
            left: 2px;
            top: 4px;
            margin-left: -20px;
            border: 1px solid #3c8dbc;
            border-radius: 50%;
            background-color: #3c8dbc;
        }

    .radio label,
    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before,
        .checkbox label::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 8px;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
        }

    .radio.disabled label,
    .checkbox.disabled label {
        color: #ccc;
    }

        .radio.disabled label::before,
        .checkbox.disabled label::before {
            opacity: 0.54;
            border-color: #ccc;
        }

    .checkbox input:checked + label::before {
        border-color: #3c8dbc;
        background-color: #3c8dbc;
    }

    .checkbox input:checked + label::after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: #fff;
        top: 0;
        left: 1px;
        border-color: transparent;
        background-color: transparent;
    }

    .checkbox label::before {
        border-radius: 2px;
    }

.border-upload-img {
    position: relative;
    display: inline-block;
    min-height: 280px;
    width: 100%;
    border: 1px dashed;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
}

    .border-upload-img .upload-img {
        position: relative;
        display: inline-block;
        height: 200px;
        width: 100%;
        border: 1px solid #EEEEEE;
        border-radius: 0px;
        z-index: 999;
    }

        .border-upload-img .upload-img .thumbnail {
            margin-bottom: 0px;
            padding: 0px;
            position: relative;
        }

            .border-upload-img .upload-img .thumbnail a {
                z-index: 9999;
                position: absolute;
                right: -18px;
                top: -16px;
                display: block;
            }

            .border-upload-img .upload-img .thumbnail img {
                height: 198px;
                max-width: 100%;
            }

            .border-upload-img .upload-img .thumbnail input[type=checkbox] {
                position: absolute;
                right: 5px;
            }

        .border-upload-img .upload-img:hover {
            cursor: pointer;
        }

    .border-upload-img input[type=file] {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
        position: absolute;
        left: 0px;
        opacity: 0;
        top: 0px;
        z-index: 99;
        display: block !important
    }

    .border-upload-img .drag-drop {
        display: inline-block;
        left: 50%;
        margin: 0;
        margin-right: -50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        clear: both;
        z-index: 1;
    }

    .border-upload-img .baner-change-picture {
        height: 40px;
        background-color: #4d4d4d;
        line-height: 40px;
        color: #fff;
        text-align: center;
        opacity: .8;
        bottom: 0px;
        position: absolute;
        width: 100%;
        display: none;
    }

    .border-upload-img:hover {
        cursor: pointer;
    }

.upload-img {
    position: relative;
    height: 200px;
    border: 1px dashed;
    width: 200px;
    margin-bottom: 20px !important;
    margin: 0 auto;
}

    .upload-img .thumbnail {
        margin-bottom: 0px;
        padding: 0px;
        position: relative;
    }

    .upload-img .fa.fa-times {
        color: red !important
    }

    .upload-img .thumbnail .Dropzone {
        height: 198px;
        width: 100%;
        position: absolute;
        z-index: 99;
        background-color: transparent;
    }

    .upload-img .thumbnail a {
        z-index: 99999;
        position: absolute;
        right: -18px;
        top: -16px;
        display: none;
    }

    .upload-img .thumbnail img {
        height: 198px;
        max-width: 100%;
    }

    .upload-img input[type=file] {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
        position: absolute;
        left: 0px;
        opacity: 0;
        top: 0px;
        z-index: 999;
        display: block;
    }

    .upload-img .drag-drop {
        display: inline-block;
        left: 50%;
        margin: 0;
        margin-right: -50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        clear: both;
        z-index: 1;
    }

    .upload-img .baner-change-picture {
        height: 40px;
        background-color: #4d4d4d;
        line-height: 40px;
        color: #fff;
        text-align: center;
        opacity: .8;
        bottom: 0px;
        position: absolute;
        width: 100%;
        display: none;
    }

    .upload-img:hover {
        cursor: pointer;
    }

        .upload-img:hover .text-green-light {
            display: block;
        }

        .upload-img:hover .baner-change-picture {
            display: block;
        }

.content-header-breadcrumb {
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .content-header-breadcrumb h1 {
        font-weight: 700 !important;
        color: #666 !important;
        float: left !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        opacity: .9 !important;
        text-transform: uppercase !important;
    }

    .content-header-breadcrumb .breadcrumb {
        background: 0 0 !important;
        color: #666;
        padding: 11px 0 0 0;
        margin: 0 !important;
        float: right;
        background-color: none !important;
    }

        .content-header-breadcrumb .breadcrumb .breadcrumb-item {
            font-size: 18px;
            font-weight: 400;
        }

            .content-header-breadcrumb .breadcrumb .breadcrumb-item a:hover, .content-header-breadcrumb .breadcrumb .breadcrumb-item a:focus {
                text-decoration-style: none;
                text-decoration: none;
            }

            .content-header-breadcrumb .breadcrumb .breadcrumb-item.active a {
                color: #209e91 !important;
                -webkit-transition: color .2s ease;
                transition: color .2s ease;
            }


.my-accordion {
    position: relative !important;
}

    .my-accordion > .panel {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        border-radius: 4px !important;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25) !important;
        border: none;
    }

        .my-accordion > .panel > .panel-heading {
            border-bottom: 0 !important;
            height: 44px !important;
            font-size: 16px !important;
            padding: 14px 22px !important;
            background-color: #f5f5f5 !important;
            line-height: 28px !important;
        }

            .my-accordion > .panel > .panel-heading .panel-title {
                font-weight: 400 !important;
                opacity: .9 !important;
                margin-bottom: 0px !important;
                margin-top: 0 !important;
                font-size: 16px !important;
            }

                .my-accordion > .panel > .panel-heading .panel-title a:first-child {
                    font-weight: 400 !important;
                    opacity: .9 !important;
                    color: #2D95E3 !important;
                    font-size: 16px;
                    text-transform: uppercase;
                    display: inline-block;
                    width: 100%;
                    margin: -14px -22px !important;
                    padding: 14px 22px;
                }

                    .my-accordion > .panel > .panel-heading .panel-title a:first-child:hover {
                        text-decoration: none;
                        color: #666 !important;
                    }

                    .my-accordion > .panel > .panel-heading .panel-title a:first-child:focus {
                        text-decoration: none;
                    }

        .my-accordion > .panel .panel-body {
            border: none !important;
            padding: 10px 24px !important;
        }


.group-taskbutton {
    display: inline-block;
}

    .group-taskbutton:hover .taskbutton {
        background-color: /*#2D95E3*/ #2D95E3;
    }

        .group-taskbutton:hover .taskbutton .taskbutton-right span i:last-child {
            color: #2D95E3;
        }

    .group-taskbutton .taskbutton {
        background-color: #3c8dbc;
        padding: 3px 15px;
        border: none;
        display: inline-block;
        border-radius: 5px;
        margin-bottom: 10px;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
        margin: 0px 0 15px 0;
    }

        .group-taskbutton .taskbutton .taskbutton-left {
            float: left;
            font-size: 18px;
            color: #fff;
            /*font-family: 'Noto Sans HK', sans-serif !important;*/
            display: inline-block;
        }

        .group-taskbutton .taskbutton .taskbutton-right {
            position: relative;
            display: inline-block;
            text-align: right;
            margin-left: 10px;
        }

            .group-taskbutton .taskbutton .taskbutton-right span {
                font-size: 25px;
            }

                .group-taskbutton .taskbutton .taskbutton-right span i:first-child {
                    color: #fff !important;
                }

                .group-taskbutton .taskbutton .taskbutton-right span i:last-child {
                    color: #3c8dbc;
                }

/*Table*/
.my-table-list tbody tr:first-child {
    background-color: transparent !important;
}

    .my-table-list tbody tr:first-child:hover th {
        border-left-color: #eaeaea !important;
    }

        .my-table-list tbody tr:first-child:hover th:first-child {
            border-left-color: transparent !important;
        }

    .my-table-list tbody tr:first-child th {
        border-left: 1px solid transparent;
        border-top: 0px !important;
    }

.my-table-list tbody tr:nth-child(2):hover {
    background-color: transparent !important;
}

.my-table-list tbody tr td {
    line-height: 30px !important;
}

/***********My-btn***********/
.my-btn {
    border-radius: 5px !important;
    -webkit-transition: all .1s ease !important;
    transition: all .1s ease !important;
    color: #fff !important;
    margin-right: 20px;
}

    .my-btn i {
        padding-right: 10px;
    }

    .my-btn:hover {
        outline: none !important;
    }

    .my-btn:focus {
        outline: none !important;
    }

/*Form-Control*/
.react-date-picker {
    width: 100%;
}

.react-date-picker__wrapper {
    color: #666 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 300 !important;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc !important
}

.react-date-picker__button {
    padding: 0 !important
}

.react-date-picker__clear-button react-date-picker__button {
    margin-right: 10px !important
}


.form-control.my-textbox {
    color: #666 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.form-control.my-textbox-group {
    color: #666 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.my-form label {
    line-height: 34px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    margin-top: 0px !important;
}

h3.with-line {
    border-bottom: 1px solid #d6d6d6 !important;
    color: #666 !important;
    font-weight: 500 !important;
    padding-top: 30px !important;
    margin-bottom: 14px !important;
    line-height: 39px !important;
    width: 100% !important;
    margin-top: 0px !important;
    font-size: 20px
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #209e91;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border: 1px solid #666;
}

    .option-input:hover {
        background: #9faab7;
        outline: none !important;
    }

    .option-input:checked {
        background: #40e0d0;
        outline: none !important;
    }

    .option-input:before {
        height: 40px;
        width: 40px;
        position: absolute;
        content: '\2714';
        display: inline-block;
        font-size: 26.66667px;
        text-align: center;
        line-height: 40px;
        outline: none
    }

    .option-input:after {
        background: #40e0d0;
        content: '';
        display: block;
        position: relative;
        z-index: 100;
        outline: none !important
    }

    .option-input:focus {
        outline: none !important
    }

.radio {
    border-radius: 50%;
}

    .radio:after {
        border-radius: 50%;
    }


.my-radio-color span {
    position: absolute;
    top: 20px;
    left: 70px;
}

.span-map {
    position: absolute;
    top: 15px;
    left: 70px;
}

.mr-20 {
    margin-right: 20px !important
}

a:hover {
    cursor: pointer !important
}

.srv-validation-message {
    color: red !important
}

.modal {
    background: rgba(0,0,0,0.6);
}

.my-modal > .modal-dialog {
    top: 20%;
}

.my-modal .modal-content .modal-header > .close {
    color: red;
    margin-top: -22px;
    opacity: 1;
}

.task-list {
    margin: 10px 0;
}

    .task-list .task-1 {
        background-color: #eaeaea;
    }

    .task-list .task-1 {
        background-color: #eaeaea;
    }

.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
    margin: 0px !important;
}

    .radio input,
    .checkbox input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-left: -20px;
        margin-top: 10px !important;
        width: 20px
    }

        .radio input:checked + label::before,
        .checkbox input:checked + label::before {
            border-color: #3c8dbc;
        }

        .radio input:checked + label::after,
        .checkbox input:checked + label::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 13px;
            height: 13px;
            left: 2px;
            top: 4px;
            margin-left: -20px;
            border: 1px solid #3c8dbc;
            border-radius: 50%;
            background-color: #3c8dbc;
        }

    .radio label,
    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before,
        .checkbox label::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 8px;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
        }

    .radio.disabled label,
    .checkbox.disabled label {
        color: #ccc;
    }

        .radio.disabled label::before,
        .checkbox.disabled label::before {
            opacity: 0.54;
            border-color: #ccc;
        }

    .checkbox input:checked + label::before {
        border-color: #3c8dbc;
        background-color: #3c8dbc;
    }

    .checkbox input:checked + label::after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: #fff;
        top: 0;
        left: 1px;
        border-color: transparent;
        background-color: transparent;
    }

    .checkbox label::before {
        border-radius: 2px;
    }

.border-upload-img {
    position: relative;
    display: inline-block;
    min-height: 280px;
    width: 100%;
    border: 1px dashed;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
}

    .border-upload-img .upload-img {
        position: relative;
        display: inline-block;
        height: 200px;
        width: 100%;
        border: 1px solid #EEEEEE;
        border-radius: 0px;
        z-index: 999;
    }

        .border-upload-img .upload-img .thumbnail {
            margin-bottom: 0px;
            padding: 0px;
            position: relative;
        }

            .border-upload-img .upload-img .thumbnail a {
                z-index: 9999;
                position: absolute;
                right: -18px;
                top: -16px;
                display: block;
            }

            .border-upload-img .upload-img .thumbnail img {
                height: 198px;
                max-width: 100%;
            }

            .border-upload-img .upload-img .thumbnail input[type=checkbox] {
                position: absolute;
                right: 5px;
            }

        .border-upload-img .upload-img:hover {
            cursor: pointer;
        }

    .border-upload-img input[type=file] {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
        position: absolute;
        left: 0px;
        opacity: 0;
        top: 0px;
        z-index: 99;
        display: block !important
    }

    .border-upload-img .drag-drop {
        display: inline-block;
        left: 50%;
        margin: 0;
        margin-right: -50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        clear: both;
        z-index: 1;
    }

    .border-upload-img .baner-change-picture {
        height: 40px;
        background-color: #4d4d4d;
        line-height: 40px;
        color: #fff;
        text-align: center;
        opacity: .8;
        bottom: 0px;
        position: absolute;
        width: 100%;
        display: none;
    }

    .border-upload-img:hover {
        cursor: pointer;
    }

.upload-img {
    position: relative;
    height: 200px;
    border: 1px dashed;
    width: 200px;
    margin-bottom: 20px !important;
    margin: 0 auto;
}

    .upload-img .thumbnail {
        margin-bottom: 0px;
        padding: 0px;
        position: relative;
    }

    .upload-img .fa.fa-times {
        color: red !important
    }

    .upload-img .thumbnail .Dropzone {
        height: 198px;
        width: 100%;
        position: absolute;
        z-index: 99;
        background-color: transparent;
    }

    .upload-img .thumbnail a {
        z-index: 99999;
        position: absolute;
        right: -18px;
        top: -16px;
        display: none;
    }

    .upload-img .thumbnail img {
        height: 198px;
        max-width: 100%;
    }

    .upload-img input[type=file] {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
        position: absolute;
        left: 0px;
        opacity: 0;
        top: 0px;
        z-index: 999;
        display: block;
    }

    .upload-img .drag-drop {
        display: inline-block;
        left: 50%;
        margin: 0;
        margin-right: -50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        clear: both;
        z-index: 1;
    }

    .upload-img .baner-change-picture {
        height: 40px;
        background-color: #4d4d4d;
        line-height: 40px;
        color: #fff;
        text-align: center;
        opacity: .8;
        bottom: 0px;
        position: absolute;
        width: 100%;
        display: none;
    }

    .upload-img:hover {
        cursor: pointer;
    }

        .upload-img:hover .text-green-light {
            display: block;
        }

        .upload-img:hover .baner-change-picture {
            display: block;
        }

.content-header-breadcrumb {
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .content-header-breadcrumb h1 {
        font-weight: 700 !important;
        color: #666 !important;
        float: left !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        opacity: .9 !important;
        text-transform: uppercase !important;
    }

    .content-header-breadcrumb .breadcrumb {
        background: 0 0 !important;
        color: #666;
        padding: 11px 0 0 0;
        margin: 0 !important;
        float: right;
        background-color: none !important;
    }

        .content-header-breadcrumb .breadcrumb .breadcrumb-item {
            font-size: 18px;
            font-weight: 400;
        }

            .content-header-breadcrumb .breadcrumb .breadcrumb-item a:hover, .content-header-breadcrumb .breadcrumb .breadcrumb-item a:focus {
                text-decoration-style: none;
                text-decoration: none;
            }

            .content-header-breadcrumb .breadcrumb .breadcrumb-item.active a {
                color: #209e91 !important;
                -webkit-transition: color .2s ease;
                transition: color .2s ease;
            }


.my-accordion {
    position: relative !important;
}

    .my-accordion > .panel {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        border-radius: 4px !important;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25) !important;
        border: none;
    }

        .my-accordion > .panel > .panel-heading {
            border-bottom: 0 !important;
            height: 44px !important;
            font-size: 16px !important;
            padding: 14px 22px !important;
            background-color: #f5f5f5 !important;
            line-height: 28px !important;
        }

            .my-accordion > .panel > .panel-heading .panel-title {
                font-weight: 400 !important;
                opacity: .9 !important;
                margin-bottom: 0px !important;
                margin-top: 0 !important;
                font-size: 16px !important;
            }

                .my-accordion > .panel > .panel-heading .panel-title a:first-child {
                    font-weight: 400 !important;
                    opacity: .9 !important;
                    color: #2D95E3 !important;
                    font-size: 16px;
                    text-transform: uppercase;
                    display: inline-block;
                    width: 100%;
                    margin: -14px -22px !important;
                    padding: 14px 22px;
                }

                    .my-accordion > .panel > .panel-heading .panel-title a:first-child:hover {
                        text-decoration: none;
                        color: #666 !important;
                    }

                    .my-accordion > .panel > .panel-heading .panel-title a:first-child:focus {
                        text-decoration: none;
                    }

        .my-accordion > .panel .panel-body {
            border: none !important;
            padding: 10px 24px !important;
        }


.group-taskbutton {
    display: inline-block;
}

    .group-taskbutton:hover .taskbutton {
        background-color: /*#2D95E3*/ #2D95E3;
    }

        .group-taskbutton:hover .taskbutton .taskbutton-right span i:last-child {
            color: #2D95E3;
        }

    .group-taskbutton .taskbutton {
        background-color: #3c8dbc;
        padding: 3px 15px;
        border: none;
        display: inline-block;
        border-radius: 5px;
        margin-bottom: 10px;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
        margin: 0px 0 15px 0;
    }

        .group-taskbutton .taskbutton .taskbutton-left {
            float: left;
            font-size: 18px;
            color: #fff;
            /*font-family: 'Noto Sans HK', sans-serif !important;*/
            display: inline-block;
        }

        .group-taskbutton .taskbutton .taskbutton-right {
            position: relative;
            display: inline-block;
            text-align: right;
            margin-left: 10px;
        }

            .group-taskbutton .taskbutton .taskbutton-right span {
                font-size: 25px;
            }

                .group-taskbutton .taskbutton .taskbutton-right span i:first-child {
                    color: #fff !important;
                }

                .group-taskbutton .taskbutton .taskbutton-right span i:last-child {
                    color: #3c8dbc;
                }

/*Table*/
.my-table-list tbody tr:first-child {
    background-color: transparent !important;
}

    .my-table-list tbody tr:first-child:hover th {
        border-left-color: #eaeaea !important;
    }

        .my-table-list tbody tr:first-child:hover th:first-child {
            border-left-color: transparent !important;
        }

    .my-table-list tbody tr:first-child th {
        border-left: 1px solid transparent;
        border-top: 0px !important;
    }

.my-table-list tbody tr:nth-child(2):hover {
    background-color: transparent !important;
}

.my-table-list tbody tr td {
    line-height: 30px !important;
}

/***********My-btn***********/
.my-btn {
    border-radius: 5px !important;
    -webkit-transition: all .1s ease !important;
    transition: all .1s ease !important;
    color: #fff !important;
    margin-right: 20px;
}

    .my-btn i {
        padding-right: 10px;
    }

    .my-btn:hover {
        outline: none !important;
    }

    .my-btn:focus {
        outline: none !important;
    }

/*Form-Control*/
.react-date-picker {
    width: 100%;
}

.react-date-picker__wrapper {
    color: #666 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 300 !important;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc !important
}

.react-date-picker__button {
    padding: 0 !important
}

.react-date-picker__clear-button react-date-picker__button {
    margin-right: 10px !important
}


.form-control.my-textbox {
    color: #666 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.form-control.my-textbox-group {
    color: #666 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.my-form label {
    line-height: 34px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    margin-top: 0px !important;
}

h3.with-line {
    border-bottom: 1px solid #d6d6d6 !important;
    color: #666 !important;
    font-weight: 400 !important;
    padding-top: 30px !important;
    margin-bottom: 14px !important;
    line-height: 39px !important;
    width: 100% !important;
    margin-top: 0px !important;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #209e91;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border: 1px solid #666;
}

    .option-input:hover {
        background: #9faab7;
        outline: none !important;
    }

    .option-input:checked {
        background: #40e0d0;
        outline: none !important;
    }

    .option-input:before {
        height: 40px;
        width: 40px;
        position: absolute;
        content: '\2714';
        display: inline-block;
        font-size: 26.66667px;
        text-align: center;
        line-height: 40px;
        outline: none
    }

    .option-input:after {
        background: #40e0d0;
        content: '';
        display: block;
        position: relative;
        z-index: 100;
        outline: none !important
    }

    .option-input:focus {
        outline: none !important
    }

.radio {
    border-radius: 50%;
}

    .radio:after {
        border-radius: 50%;
    }


.my-radio-color span {
    position: absolute;
    top: 20px;
    left: 70px;
}

.span-map {
    position: absolute;
    top: 15px;
    left: 70px;
}
