﻿
/*for material design and other changes*/
/*elecomplain.aspx*/
.form-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}

.input-group {
    position: relative;
}

.form-control {
    display: block !important;
    height: 45px !important;
    width: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    color: white !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #757575 !important;
}

.input-group .form-control {
    position: relative;
    z-index: inherit;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #fcbf04 !important;
    outline: none;
    color: white !important;
    box-shadow: none;
}

/* -- label styles ---------------------------------- */
label {
    position: absolute;
    /*top: -18px;*/
    /*color: #fcbf04 !important;*/
    font-size: 12px;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;    
}

.form-horizontal .control-label {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        font-size: 16px;
    }
}

.float-label {
    left: 0;
    top: 7px;
    font-size: 16px;
    pointer-events: none;
    color: #fcbf04 !important;
}

/* active state */
.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    /*top: -18px;*/
    font-size: 12px;
}


/* input colors ---- */
// default .form-control:focus {
    ~ label;

{
    color: white;
    ;
}

~ .form-bar:before, ~ .form-bar:after {
    background: #03a9f4;
}

}

.form-control:valid ~ .control-label {
}

/* help-block */
.form-group .help-block {
    position: absolute;
}

.help-block {
    color: #bdbdbd;
    // caption font-size: 12px;
    font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
    border: none;
    background: transparent;
}

/* ------  inline ----*/
.input-group-addon, .form-inline .input-group {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: inherit;
}

.input-group {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-top: 16px;
    }

    .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
        display: inline-block;
    }

    .input-group {
        width: auto;
    }
}

/* -- bar styles -------------------------------------- */
.form-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .form-bar:before, .form-bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
    }

    .form-bar:before {
        left: 50%;
    }

    .form-bar:after {
        right: 50%;
    }

/* active state */
.form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
    width: 50%;
}

/* -- highlighter styles ------------------------------ */
.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

/* active state */
.form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


@media (min-width: 768px) {
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 5px;
    }
}

.form-control-static {
    font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-style: dashed;
}

#focusedInput {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    box-shadow: none;
}

.content-wrapper, .right-side, .main-footer {
    margin-left: 0px !important;
    height: 100% !important;
}


.btn {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    border-radius: 3px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #555 !important;
    font-weight: normal !important;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #fff;
        background-color: #333;
        border-color: #ccc;
    }

    .btn-default:hover {
        color: #fff !important;
        background-color: #4d9254 !important;
        border-color: #4d9254 !important;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }




@media (max-width:641px) {
    .marginsel {
        margin-top: 10px !important;
    }

    .txtAlign {
        text-align: left;
    }

    .form-control {
        font-size: 35px !important;
    }

    .DDAutocomp {
        font-size: 22px !important;
    }


    .lbltimer {
        font-size: 35px;
        text-align: left;
    }
}

@media (max-width:375px) {
    .form-control {
        font-size: 33px !important;
    }

    .DDAutocomp {
        font-size: 18px !important;
    }

    .lbltimer {
        font-size: 25px;
        text-align: left;
    }
}

@media (max-width:365px) {
    .form-control {
        font-size: 25px !important;
    }

    .DDAutocomp {
        font-size: 18px !important;
    }

    .lbltimer {
        font-size: 25px;
        text-align: left;
    }
}

@media (min-width:642px) {
    .marginsel {
        margin-top: 7px !important;
    }

    .txtAlign {
        text-align: right;
    }

    .DDAutocomp {
        font-size: 22px !important;
    }

    .lbltimer {
        font-size: 35px;
        text-align: left;
    }
}



.AutoExtender {
    font-size: 18px !important;
    min-height: 80px !important;
}

.AutoExtenderList {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

option {
    /* Whatever color  you want */
    background-color: #333 !important;
    padding: 5px;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    border-color: #333 !important;
}

.LabelHeader {
    Font-family: "Roboto",sans-serif;
    color: #fcbf04;
    font-weight: normal;
    font-size: 20pt;
    height: 30px;
    text-align: left;
}

input[type=text]:disabled + label {
    top: -18px !important;
}


/*cropping*/

.Imgcontainer, .Imgcontainer1, .Imgcontainer2, .Imgcontainer3 {
    position: relative;
}

.Imgimage {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.Imgcontainer:hover .Imgimage {
    opacity: 0.3;
}

.Imgcontainer:hover .middle {
    opacity: 1;
}

.Imgcontainer1:hover .Imgimage {
    opacity: 0.3;
}

.Imgcontainer1:hover .middle {
    opacity: 1;
}

.Imgcontainer2:hover .Imgimage {
    opacity: 0.3;
}

.Imgcontainer2:hover .middle {
    opacity: 1;
}

.Imgcontainer3:hover .Imgimage {
    opacity: 0.3;
}

.Imgcontainer3:hover .middle {
    opacity: 1;
}


.Imgtext {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
