﻿.form-control {
    height: 32px !important;
}

/*Fading message*/
.fade-message {
    -webkit-animation: fadeOut 2s forwards !important;
    animation: fadeOut 2s forwards !important;
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
    animation: fadeOut 2s;
    -moz-animation: fadeOut 2s;
    -webkit-animation: fadeOut 2s;
    -o-animation: fadeOut 2s;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}
/*------------------------------*/
.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.padding-trim {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.full-width {
    width: 100% !important;
}

.auto-width {
    width: auto !important;
}

.width-95 {
    width: 95% !important;
}

.table-header-color {
    background-color: gainsboro;
}
/*-------------iform---------------------*/
.iform {
    background-color: #fff;
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}

    .iform header {
        display: block;
        padding: 20px 30px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        background: rgba(248,248,248,.9);
        font-size: 25px;
        font-weight: 300;
        color: #232323;
    }

    .iform fieldset {
        display: block;
        padding: 25px 15px 0px 15px;
        border: none;
        background: rgba(255,255,255,.9);
    }

        .iform fieldset + fieldset {
            border-top: 1px solid rgba(0,0,0,.1);
        }

    .iform section {
        margin-bottom: 10px;
    }

    .iform footer {
        display: block;
        padding: 15px 30px 25px;
        border-top: 1px solid rgba(0,0,0,.1);
        background: rgba(248,248,248,.9);
    }

        .iform footer:after {
            content: '';
            display: table;
            clear: both;
        }

    .iform a {
        color: #2da5da;
    }

    .iform .label {
        line-height: 19px;
        font-weight: 400;
    }

        .iform .label.col {
            margin: 0;
            padding-top: 10px;
        }

    .iform .note {
        margin-top: 6px;
        padding: 0 1px;
        font-size: 11px;
        line-height: 15px;
        color: #999;
    }

    .iform .input,
    .iform .select,
    .iform .textarea,
    .iform .radio,
    .iform .checkbox,
    .iform .toggle,
    .iform .button {
        position: relative;
        display: block;
    }

        .iform .input input,
        .iform .select select,
        .iform .textarea textarea {
            display: block;
            box-sizing: border-box;
            order-box;
            width: 100%;
            height: 39px;
            padding: 6px 10px;
            outline: none;
            border-width: 2px;
            border-style: solid;
            border-radius: 0;
            background: #fff;
            font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
            color: #404040;
            appearance: normal;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

    .iform .progress {
        float: right;
        margin-top: 10px;
        line-height: 39px;
        color: #232323;
    }

    .iform button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    /**/
    /* captcha inputs */
    /**/
    .iform .input-captcha img {
        position: absolute;
        top: 2px;
        right: 2px;
        border-left: 1px solid #e5e5e5;
    }


    /**/
    /* file inputs */
    /**/
    .iform .input-file .button {
        position: absolute;
        top: 4px;
        right: 4px;
        float: none;
        height: 31px;
        margin: 0;
        padding: 0 20px;
        font-size: 13px;
        line-height: 31px;
    }

        .iform .input-file .button:hover {
            box-shadow: none;
        }

        .iform .input-file .button input {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            font-size: 30px;
            cursor: pointer;
            opacity: 0;
        }



    /*Buttons*/
    .iform .button {
        float: right;
        height: 39px;
        overflow: hidden;
        /*margin: 10px 0 0 20px;*/
        padding: 0 25px;
        outline: none;
        border: 0;
        font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
        text-decoration: none;
        border: 0;
        font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    .iform .button-uploading {
        position: relative;
        color: transparent;
        cursor: default;
    }

        .iform .button-uploading:after {
            content: 'Uploading...';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            -o-animation: blink 1s linear infinite;
            -ms-animation: blink 1s linear infinite;
            -moz-animation: blink 1s linear infinite;
            -webkit-animation: blink 1s linear infinite;
        }

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}


/**/
/* icons */
/**/
.iform .icon-append,
.iform .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.iform .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.iform .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.iform .input .icon-prepend + input,
.iform .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

.iform .input .icon-append + input,
.iform .textarea .icon-append + textarea {
    padding-right: 46px;
}

.iform .input .icon-prepend + .icon-append + input,
.iform .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}

/**/
/* normal state */
/**/
.iform .input input,
.iform .select select,
.iform .textarea textarea,
.iform .radio i,
.iform .checkbox i,
.iform .toggle i,
.iform .icon-append,
.iform .icon-prepend {
    border-color: #e5e5e5;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

    .iform .toggle i:before {
        background-color: #2da5da;
    }

.iform .rating label {
    color: #ccc !important;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.iform .button {
    background-color: #2da5da;
    opacity: 0.8;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .iform .button.button-secondary {
        ;
        -ms-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -webkit-transition: color 0.3s;
    }

.iform .button {
    background-color: #2da5da;
    opacity: 0.8;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .iform .button.button-secondary {
        background-color: #b3b3b3;
    }

.iform .icon-append,
.iform .icon-prepend {
    color: #ccc;
}


/**/
/* hover state */
/**/
.iform .input:hover input,
.iform .select:hover select,
.iform .textarea:hover textarea,
.iform .radio:hover i,
.iform .checkbox:hover i,
.iform .toggle:hover i,
.iform .ui-slider-handle:hover {
    border-color: #8dc9e5;
}

.iform .rating input + label:hover,
.iform .rating input + label:hover ~ label {
    color: #2da5da;
}

.iform .button:hover {
    opacity: 1;
}


/**/
/* focus state */
/**/
.iform .input input:focus,
.iform .select select:focus,
.iform .textarea textarea:focus,
.iform .radio input:focus + i,
.iform .checkbox input:focus + i,
.iform .toggle input:focus + i {
    border-color: #2da5da;
}


/**/
/* checked state */
/**/
.iform .radio input + i:after {
    background-color: #2da5da;
}

.iform .checkbox input + i:after {
    color: #2da5da;
}

.iform .radio input:checked + i,
.iform .checkbox input:checked + i,
.iform .toggle input:checked + i {
    border-color: #2da5da;
}

.iform .rating input:checked ~ label {
    color: #2da5da;
}


/**/
/* error state */
/**/
.iform .state-error input,
.iform .state-error select,
.iform .state-error select + i,
.iform .state-error textarea,
.iform .radio.state-error i,
.iform .checkbox.state-error i,
.iform .toggle.state-error i,
.iform .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.iform .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.iform .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}


/**/
/* success state */
/**/
.iform .state-success input,
.iform .state-success select,
.iform .state-success select + i,
.iform .state-success textarea,
.iform .radio.state-success i,
.iform .checkbox.state-success i,
.iform .toggle.state-success i,
.iform .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.iform .state-success + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.iform .note-success {
    color: #6fb679;
}


/**/
/* disabled state */
/**/
.iform .input.state-disabled input,
.iform .select.state-disabled,
.iform .textarea.state-disabled,
.iform .radio.state-disabled,
.iform .checkbox.state-disabled,
.iform .toggle.state-disabled,
.iform .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}

    .iform .input.state-disabled:hover input,
    .iform .select.state-disabled:hover select,
    .iform .textarea.state-disabled:hover textarea,
    .iform .radio.state-disabled:hover i,
    .iform .checkbox.state-disabled:hover i,
    .iform .toggle.state-disabled:hover i {
        border-color: #e5e5e5;
    }


/**/
/* submited state */
/**/
.iform .message {
    display: none;
    color: #6fb679;
}

    .iform .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px;
    }

.iform.submited fieldset,
.iform.submited footer {
    display: none;
}

.iform.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255,255,255,.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}

.iform-select {
    float: left;
}

    .iform-select select {
        min-height: 250px;
        padding: 0;
        width: 100%;
    }

        .iform-select select option {
            padding: 4px 10px 4px 10px;
        }

            .iform-select select option:hover {
                background: #eee;
            }


/*--------------------------------------------*/
@media screen and (min-width: 992px) {
    .col-top-padding {
        padding-top: 125px;
    }
}

@media screen and (max-width: 600px) {
    .col-top-padding {
        padding-top: 10px;
    }
}

/*--------------------------------------------*/
/* Modal Dialog*/
/*Modal Section*/
.modal {
    text-align: center;
    /*padding: 0 !important;*/
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
    /*min-width: 64%;*/
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        /*min-width: 36%;*/
        /*margin: 30px auto;*/
    }
}
/*.modal-content {   
    width: inherit;
    height: inherit;    
    margin: 0 auto;
    pointer-events: all;
}

.modal-body {
}

.modal-position {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.modal-center {    
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}*/
.modal-xs {
    margin: 0%;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    height: 100%;
}

.modal-body-flat {
    width: 74%;
    height: auto;
    background-color: white;
    /*margin:25%;*/
}
/*modal-responsive .modal-body {
    background-color: white;
}*/
.modal-sm {
    /*margin: 0%;*/
    /*padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;*/
    width: 50%;
    height: auto;
}

.modal-md {
    margin: 0%;
    /*padding: 5%;*/
    width: 90%;
    height: auto;
}

.modal-md-1 {
    overflow: hidden;
    margin: 0%;
    padding-left: 14%;
    padding-right: 12%;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}


.modal-lg {
    overflow: hidden;
    margin: 0%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

@media (min-width: 768px) {
    .modal-lg {
        overflow: hidden;
        margin: 0%;
        padding-left: calc(1% + 35px);
        width: 100%;
        height: 100%;
        overflow-y: hidden;
    }

    .modal-md {
        margin: 0%;
        padding-left: calc(1% + 20px);
        width: 90%;
        height: 80%;
    }
}

.modal-content-full {
    height: 100% !important;
}

.modal-body-full {
    height: calc(100% - 100px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: ghostwhite;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.modal-footer {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/*.modal-open .modal {
    overflow-y: hidden;
}*/

.modal-header .close {
    margin-top: 2px;
    font-size: 30px;
    font-weight: normal;
}

    .modal-header .close:hover {
        color: red;
    }
/*--------------------------------------------*/
/*Page*/
.page-header {
    margin: 0px 0px 15px 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: darkblue !important;
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);*/
}

    .page-header > h2 {
        margin: 0px;
        padding: 0px;
        color: darkblue !important;
    }

    .page-header > h3 {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        color: darkblue !important;
    }

    .page-header > div {
        margin: 0px;
        padding: 0px;
    }

.page-header-fluid {
    margin: 0px 0px 0px 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    color: darkblue !important;
}

    .page-header-fluid > h2 {
        margin: 0px;
        padding: 0px;
        color: darkblue !important;
    }

    .page-header-fluid > h3 {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        color: darkblue !important;
    }

    .page-header-fluid > h4 {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        color: darkblue !important;
        font-size: 20px;
    }

    .page-header-fluid > div {
        margin: 0px;
        padding: 0px;
    }

.page-content {
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
}

    .page-content > h2 {
        margin: 0px;
        padding: 0px;
    }

    .page-content > div {
        margin: 0px;
        padding: 0px;
    }
/*-------------------------------------------*/
