﻿/*input[type='text']::-webkit-input-placeholder {
    font-size: 12px;
}

input[type='text']:-ms-input-placeholder {
    font-size: 0.8rem;
    transform: scale(0.9) translateX(-0.1rem);
}

input[type='text']:-moz-placeholder {
    font-size: 12px;
}

input[type='text']::-moz-placeholder {
    font-size: 12px;
}*/

.table-title{
    padding-left:20px;
}
.disclaimer-text {
    font-size: 14px !important;
    color: #67717B;
    font-weight: 300;
    letter-spacing: -0.23px;
    line-height: 20px;
}

.custom-h3-label {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    margin: 0;
}
    .container {
    padding-right:0px
}
form input.form-control
{
    font-size:15px;
    
}

form .input-group-addon.newdatepicker {
    padding-top: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /*border-left: 1px solid rgba(92, 102, 112, .5);
    border-top: 1px solid rgba(92, 102, 112, .5);
    border-bottom: 1px solid rgba(92, 102, 112, .5)*/
}
.modal > .modal-dialog > .modal-content > .modal-body {
    padding-top: 0px;
}

.modal > .modal-dialog > .modal-content > .modal-header
{
    padding-bottom:0px;
}

.form-group label.error, .form-group .input-label.error {
    color: #cc5965;
    margin-left: 5px
}

.terminate-member-form .form-group label.error {
    color: #cc5965;
    margin-left: 5px
}

.textarea {
    width: 700px;
    height: 120px;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.btn-default {
    height: 34px
}

.panel {
    margin: 0px;
}

.panel-body {
    border: none
}

form input.form-control {
    height: 30px
}
.customerror {
        color: #cc5965;
        display: inline-block;
        margin-left: 5px;
        font-size: 16px;
        font-weight: 600;
        font-family: InterstateLight,InterstateLight_IE, Helvetica, sans-serif;
        margin-bottom: 5px;
    }

    .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
        height: 2em !important;
    }

    .intl-tel-input {
        width: 100%;
    }

    .important-note {
        padding: 15px;
        background-color: #f0f0f2;
        border-left: 4px solid #FF5959;
    }

    input.error {
        border: 1px dotted red;
    }

    .single-line, .form-control {
        border-radius: 4px;
    }

    .txtbox-orange {
        margin-bottom: 5px;
        Font-size: 12px;
        Font-weight: bold;
        Line-height: 18px;
        color: #FF5959;
    }

    .panel-default {
        margin-top: 10px;
    }

        .panel-default > .panel-heading {
            background-color: #0079c1;
            color: white;
            font-weight: bold
        }
    /*.ui-widget {
        font-family: 'Segoe UI';
        font-size: 12px;
        font-style: italic
    }*/

    .ui-widget-content {
        background: #F9F9F9;
        border: 1px solid #0079c1;
        color: #696969
    }

    .ui-dialog {
        left: 0;
        outline: 0 none;
        position: absolute;
        top: 0;
    }


        .ui-dialog .ui-dialog-content {
            background: none repeat scroll 0 0 white;
            border: 1px solid #DEDEDE;
            overflow: auto;
            position: relative;
            border-radius: 5px;
            margin: 5px 5px 5px 5px
        }

    .ui-widget-header {
        background: #0079c1;
        border: 0;
        color: #fff;
        font-weight: normal;
        height: 35px;
        vertical-align: middle;
        line-height: 30px;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.1em .5em;
        position: relative;
        font-size: 1em;
    }

    .SuccessButton {
        background-color: #90C93E
    }

    .ErrorButton {
        background-color: #D9534F
    }

    .button {
        background-color: #FF5959;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border: 0px solid #e97c00;
        border-radius: 5px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        color: #FFFFFF;
        Font-size: 12px;
        Font-weight: bold;
        Line-height: 14px;
        font-style: normal;
    }

        .button:hover {
            background-color: #FF5959;
            color: #FFFFFF;
            Font-size: 1em;
            Font-weight: bold;
        }