﻿@media all {
    *, ::after, ::before {
        box-sizing: border-box;
    }

    .TeklifIste [tabindex="-1"]:focus {
        outline: 0 !important;
    }

    .TeklifIste h3 {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .TeklifIste p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .TeklifIste strong {
        font-weight: bolder;
    }

    .TeklifIste a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    .TeklifIste a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .TeklifIste a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

    .TeklifIste a:not([href]):not([tabindex]):focus, .TeklifIste a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

    .TeklifIste a:not([href]):not([tabindex]):focus {
        outline: 0;
    }

    .TeklifIste label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .TeklifIste button {
        border-radius: 0;
    }

    .TeklifIste button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .TeklifIste button, .TeklifIste input {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .TeklifIste button, .TeklifIste input {
        overflow: visible;
    }

    .TeklifIste button {
        text-transform: none;
    }

    .TeklifIste button, .TeklifIste html [type=button] {
        -webkit-appearance: button;
    }

    .TeklifIste [type=button]::-moz-focus-inner, .TeklifIste button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    .TeklifIste input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
    }

    .TeklifIste h3 {
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    .TeklifIste h3 {
        font-size: 1.75rem;
    }

    .TeklifIste .form-control {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .TeklifIste .form-control {
            transition: none;
        }
    }

    .TeklifIste .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .TeklifIste .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #fab900;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .TeklifIste .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .TeklifIste .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .TeklifIste .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .TeklifIste .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .TeklifIste .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .TeklifIste .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

    .TeklifIste .form-group {
        margin-bottom: 1rem;
    }

    .TeklifIste .form-check-input {
        position: absolute;
        margin-top: .3rem;
        margin-left: -1.25rem;
    }

    .TeklifIste .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

    .TeklifIste .form-check-label {
        margin-bottom: 0;
    }

    .TeklifIste .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .TeklifIste .btn {
            transition: none;
        }
    }

    .TeklifIste .btn:focus, .TeklifIste .btn:hover {
        text-decoration: none;
    }

    .TeklifIste .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .TeklifIste .btn:disabled {
        opacity: .65;
    }

    .TeklifIste .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .TeklifIste .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .TeklifIste .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .TeklifIste .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .TeklifIste .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .TeklifIste .btn-block {
        display: block;
        width: 100%;
    }

    .TeklifIste .fade {
        transition: opacity .15s linear;
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .TeklifIste .fade {
            transition: none;
        }
    }

    .TeklifIste .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }

    .TeklifIste .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }

    .TeklifIste .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .TeklifIste button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
    }

    .TeklifIste .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .TeklifIste .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }

    .TeklifIste .modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
    }

    .TeklifIste .modal.fade .modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .TeklifIste .modal.fade .modal-dialog {
            transition: none;
        }
    }

    .TeklifIste .modal.show .modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    .TeklifIste .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
    }

    .TeklifIste .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }

    .TeklifIste .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

    .TeklifIste .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .TeklifIste .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem;
    }

    @media (min-width:576px) {
        .TeklifIste .modal-dialog {
            max-width: 500px;
            margin: 1.75rem auto;
        }
    }

    .TeklifIste .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .TeklifIste .justify-content-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .TeklifIste .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .TeklifIste .w-100 {
        width: 100% !important;
    }

    .TeklifIste .ml-1 {
        margin-left: .25rem !important;
    }

    .TeklifIste .mb-3 {
        margin-bottom: 1rem !important;
    }

    .TeklifIste .mt-4 {
        margin-top: 1.5rem !important;
    }

    .TeklifIste .mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .TeklifIste .mb-5 {
        margin-bottom: 2rem !important;
    }

    .TeklifIste .pb-3 {
        padding-bottom: 1rem !important;
    }

    .TeklifIste .pb-4 {
        padding-bottom: 1.5rem !important;
    }

    .TeklifIste .py-5 {
        padding-top: 3rem !important;
    }

    .TeklifIste .px-5 {
        padding-right: 3rem !important;
    }

    .TeklifIste .py-5 {
        padding-bottom: 3rem !important;
    }

    .TeklifIste .px-5 {
        padding-left: 3rem !important;
    }

    .TeklifIste .text-center {
        text-align: center !important;
    }

    .TeklifIste .font-weight-bold {
        font-weight: 700 !important;
    }

    .TeklifIste .text-white {
        color: #fff !important;
    }

    @media print {
        *, ::after, ::before {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        .TeklifIste a:not(.btn) {
            text-decoration: underline;
        }

        .TeklifIste h3, .TeklifIste p {
            orphans: 3;
            widows: 3;
        }

        .TeklifIste h3 {
            page-break-after: avoid;
        }
    }

    .TeklifIste .green-text {
        color: #4caf50 !important;
    }

    .TeklifIste .white-text {
        color: #fff !important;
    }

    .TeklifIste .rgba-stylish-strong {
        background-color: rgba(62,69,81,.7);
    }

    .TeklifIste .z-depth-1 {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    }

    .TeklifIste .z-depth-4 {
        -webkit-box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21) !important;
        box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21) !important;
    }

    :disabled {
        pointer-events: none !important;
    }

    .TeklifIste a {
        cursor: pointer;
        text-decoration: none;
        color: #007bff;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .TeklifIste a:hover {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        text-decoration: none;
    }

    .TeklifIste a:disabled:hover {
        color: #007bff;
    }

    .TeklifIste a:not([href]):not([tabindex]), .TeklifIste a:not([href]):not([tabindex]):focus, .TeklifIste a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

    .TeklifIste h3 {
        font-weight: 300;
    }

    .TeklifIste .font-small {
        font-size: .9rem;
    }

    .TeklifIste .waves-effect {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .TeklifIste .btn {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        padding: .84rem 2.14rem;
        font-size: .81rem;
        -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        margin: .375rem;
        border: 0;
        -webkit-border-radius: .125rem;
        border-radius: .125rem;
        cursor: pointer;
        text-transform: uppercase;
        white-space: normal;
        word-wrap: break-word;
        color: #fff;
    }

        .TeklifIste .btn:active, .btn:focus, .btn:hover {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
            outline: 0;
        }

    .TeklifIste .btn:not([disabled]):not(.disabled):active {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    }

        .TeklifIste .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover {
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        }

    .TeklifIste .btn.btn-block {
        margin: inherit;
    }

    .TeklifIste .btn-success {
        background-color: #fab900 !important;
        color: #fff !important;
    }

    .TeklifIste .btn-success:hover {
        background-color: #00e25b;
    }

    .TeklifIste .btn-success:focus {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    }

        .TeklifIste .btn-success:active, .btn-success:focus {
            background-color: #006228;
        }

    .TeklifIste .btn-success:not([disabled]):not(.disabled):active {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        background-color: #006228 !important;
    }

    .TeklifIste .btn-success:not([disabled]):not(.disabled):active:focus {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    }

    .TeklifIste .card {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        border: 0;
        font-weight: 400;
    }

    .TeklifIste .modal-dialog .modal-content {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        border: 0;
        -webkit-border-radius: .125rem;
        border-radius: .125rem;
    }

    .TeklifIste .modal-dialog .modal-content .modal-header {
        -webkit-border-top-left-radius: .125rem;
        border-top-left-radius: .125rem;
        -webkit-border-top-right-radius: .125rem;
        border-top-right-radius: .125rem;
    }

   .TeklifIste .modal {
        padding-right: 0 !important;
    }

    .md-form {
        position: relative;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .md-form input[type=text], .md-form input[type=email], .md-form input[type=password] {
            -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
            -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            border-bottom: 1px solid #ced4da;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            background-color: transparent;
        }

            .md-form input[type=email]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]) {
                -webkit-box-shadow: 0 1px 0 0 #4285f4;
                box-shadow: 0 1px 0 0 #4285f4;
                border-bottom: 1px solid #4285f4;
            }

                .md-form input[type=email]:focus:not([readonly]) + label, .md-form input[type=password]:focus:not([readonly]) + label {
                    color: #4285f4;
                }

            .md-form input[type=email] + label:after, .md-form input[type=password] + label:after {
                content: "";
                position: absolute;
                top: 65px;
                display: block;
                opacity: 0;
                -webkit-transition: .2s opacity ease-out,.2s color ease-out;
                -o-transition: .2s opacity ease-out,.2s color ease-out;
                transition: .2s opacity ease-out,.2s color ease-out;
            }

        .md-form .form-control {
            margin: 0 0 .5rem 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            padding: .3rem 0 .55rem 0;
            background-image: none;
            background-color: transparent;
            height: auto;
        }

            .md-form .form-control:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                background: 0 0;
            }

            .md-form .form-control:disabled {
                border-bottom: 1px solid #bdbdbd;
                background-color: transparent;
            }

        .md-form .validate {
            margin-bottom: 0.5rem;
        }

        .md-form label {
            font-size: 1rem;
        }

        .md-form label {
            position: absolute;
            top: .65rem;
            left: 0;
            -webkit-transition: .2s ease-out;
            -o-transition: .2s ease-out;
            transition: .2s ease-out;
            cursor: text;
            color: #757575;
        }

    button, html [type=button] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .btn-rounded {
        -webkit-border-radius: 10em;
        border-radius: 10em;
    }

    .card.card-image {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        width: 100%;
    }

        .card.card-image [class*=rgba-] {
            -webkit-border-radius: .25rem;
            border-radius: .25rem;
        }

    [type=checkbox]:checked, [type=checkbox]:not(:checked) {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .form-check-input[type=checkbox] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 1.5625rem;
        line-height: 1.5625rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #8a8a8a;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            margin-top: 3px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

    .form-check-input[type=checkbox]:not(.filled-in) + label:after {
        border: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .form-check-input[type=checkbox]:checked + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 1.375rem;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #4285f4;
        border-bottom: 2px solid #4285f4;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .form-check-input[type=checkbox]:checked:disabled + label:before {
        border-right: 2px solid #bdbdbd;
        border-bottom: 2px solid #bdbdbd;
    }

    .form-check-input[type=checkbox]:disabled:checked + label:before {
        background-color: transparent;
    }

    .form-check-input[type=checkbox]:disabled:checked + label:after {
        background-color: #bdbdbd;
        border-color: #bdbdbd;
    }

    button:focus {
        outline: 0 !important;
    }
}

.form-dark .font-small {
    font-size: 0.8rem;
}

.form-dark [type="checkbox"] + label {
    font-size: 0.8rem;
}

    .form-dark [type="checkbox"] + label:before {
        top: 2px;
        width: 15px;
        height: 15px;
    }

.form-dark .md-form label {
    color: #fff;
}

.form-dark input[type=email]:focus:not([readonly]) {
    border-bottom: 1px solid #fab900;
    -webkit-box-shadow: 0 1px 0 0 #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}

    .form-dark input[type=email]:focus:not([readonly]) + label {
        color: #fff;
    }

.form-dark input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fab900;
    -webkit-box-shadow: 0 1px 0 0 #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}

    .form-dark input[type=password]:focus:not([readonly]) + label {
        color: #fff;
    }

.form-dark input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #fff;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-dark input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #00c851 #00c851 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-dark .modal-header {
    border-bottom: none;
}
.md-form label.active {
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
}

.md-form label.active {
    font-size: .8rem;
}

.md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    color:#fff !important;
}

    .md-form textarea.md-textarea:focus:not([readonly]) {
        -webkit-box-shadow: 0 1px 0 0 #fab900;
        box-shadow: 0 1px 0 0 #fab900;
        border-bottom: 1px solid #fab900;
    }

        .md-form textarea.md-textarea:focus:not([readonly]) + label {
            color: #fff;
        }

    .md-form textarea.md-textarea + label:after {
        content: "";
        position: absolute;
        top: 65px;
        display: block;
        opacity: 0;
        -webkit-transition: .2s opacity ease-out,.2s color ease-out;
        -o-transition: .2s opacity ease-out,.2s color ease-out;
        transition: .2s opacity ease-out,.2s color ease-out;
    }
.bootstrap-select .dropdown-menu li.disabled span.text{
    color:#fff;
}