﻿/* -- Login -- */
/*.login-form {
    width: 400px;
    margin: 30px auto;
}

    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.form-control, .login-btn {
    border-radius: 2px;
}

.input-group-prepend .fa {
    font-size: 18px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
}

.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}

    .social-btn .btn:hover {
        opacity: 0.9;
    }

.social-btn .btn-secondary, .social-btn .btn-secondary:active {
    background: #507cc0 !important;
}

.social-btn .btn-info, .social-btn .btn-info:active {
    background: #64ccf1 !important;
}

.social-btn .btn-danger, .social-btn .btn-danger:active {
    background: #df4930 !important;
}

.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #f7f7f7;
        position: relative;
        top: -11px;
        z-index: 1;
    }*/
/* ------ */
/* -- Footer -- */
/*.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0075c6;
    color: white;
    text-align: center;
}*/
/* ------ */
/* -- Blink --*/
/*.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/
/* ------ */
/* -- Screen Loading -- */
/*.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;*/
    /*background-color: #ccc;*/
    /*text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}*/
/* ------ */
/* Test */
/*.default-placeholder {
    width: auto;
    min-width: inherit;
    height: auto;
    min-height: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -250px;
}*/
/* ------ */
/* Telerik Message Box*/
/*.demo-container {
    width: 220px;
}

    .demo-container button,
    .demo-container input[type=button] {
        box-sizing: border-box;
    }

html.RadForm_Black,
html.RadForm_BlackMetroTouch {
    background-color: #fff;
}*/



/* ------------------ */




/* ------------------ */
/* -- Login -- */
.login-form {
    width: 400px;
    margin: 30px auto;
}

    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.form-control, .login-btn {
    border-radius: 2px;
}

.input-group-prepend .fa {
    font-size: 18px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
}

.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}

    .social-btn .btn:hover {
        opacity: 0.9;
    }

.social-btn .btn-secondary, .social-btn .btn-secondary:active {
    background: #507cc0 !important;
}

.social-btn .btn-info, .social-btn .btn-info:active {
    background: #64ccf1 !important;
}

.social-btn .btn-danger, .social-btn .btn-danger:active {
    background: #df4930 !important;
}

.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #f7f7f7;
        position: relative;
        top: -11px;
        z-index: 1;
    }
/* ------ */
/* -- Theme Colors -- */
/* Override Bootstrap navbar colors with new theme */
.navbar-light {
/*    background-color: #63A844 !important;
*/    background: linear-gradient(135deg, #5ba83e 0%, #4c8532 100%);
}

    .navbar-light .navbar-brand {
        color: #ffffff !important;
    }

        .navbar-light .navbar-brand:hover,
        .navbar-light .navbar-brand:focus {
            color: #f8f9fa !important;
        }

    .navbar-light .navbar-nav .nav-link {
        color: #ffffff !important;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link:focus {
            color: #f8f9fa !important;
        }

        .navbar-light .navbar-nav .show > .nav-link,
        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .nav-link.active {
            color: #f8f9fa !important;
        }

    .navbar-light .navbar-toggler {
        color: #ffffff !important;
        border-color: #ffffff !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

/* Primary button styling */
.btn-primary {
    background-color: #63A844 !important;
    border-color: #63A844 !important;
}

    .btn-primary:hover {
        background-color: #528a37 !important;
        border-color: #528a37 !important;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        background-color: #528a37 !important;
        border-color: #528a37 !important;
        box-shadow: 0 0 0 0.2rem rgba(99, 168, 68, 0.5) !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #447431 !important;
        border-color: #447431 !important;
    }

/* Links */
a {
    color: #63A844;
}

    a:hover {
        color: #528a37;
    }

/* Form controls focus */
.form-control:focus {
    border-color: #63A844;
    box-shadow: 0 0 0 0.2rem rgba(99, 168, 68, 0.25);
}


/* ------ */
/* -- Telerik RadGrid Theme Customization -- */

/* WebBlue Skin Override */
.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue .rgHeader a {
    background-color: #63A844 !important;
    color: white !important;
    border-color: #528a37 !important;
}

.RadGrid_WebBlue .rgRow {
    background-color: #f8fcf4 !important;
    color: #333 !important;
}

    .RadGrid_WebBlue .rgRow:hover {
        background-color: #e8f5e0 !important;
    }

.RadGrid_WebBlue .rgAltRow {
    background-color: #ecf7e5 !important;
    color: #333 !important;
}

    .RadGrid_WebBlue .rgAltRow:hover {
        background-color: #d8eed1 !important;
    }

.RadGrid_WebBlue .rgSelectedRow {
    background-color: #63A844 !important;
    color: white !important;
}

.RadGrid_WebBlue .rgFooter {
    background-color: #63A844 !important;
    color: white !important;
    border-color: #528a37 !important;
}

.RadGrid_WebBlue .rgPager {
    background-color: #f0f8ec !important;
    border-color: #63A844 !important;
}

    .RadGrid_WebBlue .rgPager .rgPagerButton {
        background-color: #63A844 !important;
        color: white !important;
        border-color: #528a37 !important;
    }

        .RadGrid_WebBlue .rgPager .rgPagerButton:hover {
            background-color: #528a37 !important;
        }

.RadGrid_WebBlue .rgFilterBox {
    background-color: #f8fcf4 !important;
    border-color: #63A844 !important;
}

/* BlackMetroTouch Skin Override */
.RadGrid_BlackMetroTouch .rgHeader,
.RadGrid_BlackMetroTouch .rgHeader a {
    background-color: #63A844 !important;
    color: white !important;
    border-color: #528a37 !important;
}

.RadGrid_BlackMetroTouch .rgRow {
    background-color: #f8fcf4 !important;
    color: #333 !important;
    border-color: #e0e0e0 !important;
}

    .RadGrid_BlackMetroTouch .rgRow:hover {
        background-color: #e8f5e0 !important;
    }

.RadGrid_BlackMetroTouch .rgAltRow {
    background-color: #ecf7e5 !important;
    color: #333 !important;
    border-color: #e0e0e0 !important;
}

    .RadGrid_BlackMetroTouch .rgAltRow:hover {
        background-color: #d8eed1 !important;
    }

.RadGrid_BlackMetroTouch .rgSelectedRow {
    background-color: #63A844 !important;
    color: white !important;
}

.RadGrid_BlackMetroTouch .rgFooter {
    background-color: #63A844 !important;
    color: white !important;
    border-color: #528a37 !important;
}

.RadGrid_BlackMetroTouch .rgPager {
    background-color: #f0f8ec !important;
    border-color: #63A844 !important;
}

.RadGrid_BlackMetroTouch .rgCommandRow {
    background-color: #63A844 !important;
    color: white !important;
}

/* Default Skin Override */
.RadGrid_Default .rgHeader,
.RadGrid_Default .rgHeader a {
    background-color: #63A844 !important;
    color: white !important;
    border-color: #528a37 !important;
}

.RadGrid_Default .rgRow {
    background-color: #f8fcf4 !important;
    color: #333 !important;
}

    .RadGrid_Default .rgRow:hover {
        background-color: #e8f5e0 !important;
    }

.RadGrid_Default .rgAltRow {
    background-color: #ecf7e5 !important;
    color: #333 !important;
}

    .RadGrid_Default .rgAltRow:hover {
        background-color: #d8eed1 !important;
    }

.RadGrid_Default .rgSelectedRow {
    background-color: #63A844 !important;
    color: white !important;
}

/* Generic RadGrid styling (will apply to all skins) */
.RadGrid .rgHeader {
    background: linear-gradient(to bottom, #6bb34a, #63A844) !important;
    color: white !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important;
}

    .RadGrid .rgHeader a {
        color: white !important;
    }

        .RadGrid .rgHeader a:hover {
            color: #f0f8ec !important;
        }

/* Filter row styling */
.RadGrid .rgFilterRow {
    background-color: #f0f8ec !important;
    border-color: #63A844 !important;
}

    .RadGrid .rgFilterRow input[type="text"] {
        border-color: #63A844 !important;
    }

        .RadGrid .rgFilterRow input[type="text"]:focus {
            border-color: #528a37 !important;
            box-shadow: 0 0 3px rgba(99, 168, 68, 0.5) !important;
        }

/* Specific styling for buttons within RadGrid */
.RadGrid .rgActionButton,
.RadGrid .rgPagerButton,
.RadGrid input[type="submit"],
.RadGrid input[type="button"] {
    background-color: #63A844 !important;
    color: white !important;
    border: 1px solid #528a37 !important;
    border-radius: 3px;
}

    .RadGrid .rgActionButton:hover,
    .RadGrid .rgPagerButton:hover,
    .RadGrid input[type="submit"]:hover,
    .RadGrid input[type="button"]:hover {
        background-color: #528a37 !important;
        border-color: #447431 !important;
    }

/* RadComboBox in filter templates */
.RadComboBox {
    border-color: #63A844 !important;
}

.RadComboBox_Default .rcbInputCell .rcbInput {
    border-color: #63A844 !important;
}

    .RadComboBox_Default .rcbInputCell .rcbInput:focus {
        border-color: #528a37 !important;
        box-shadow: 0 0 3px rgba(99, 168, 68, 0.5) !important;
    }

.RadComboBox_Default .rcbArrowCell .rcbArrowCellRight {
    background-color: #63A844 !important;
}

/* RadButton styling within RadGrid */
/*.RadButton.RadButton_Default {
    background: linear-gradient(to bottom, #6bb34a, #63A844) !important;
    border-color: #528a37 !important;
    color: white !important;
}

    .RadButton.RadButton_Default:hover {
        background: linear-gradient(to bottom, #528a37, #447431) !important;
    }*/

/* Delete button specific styling */
/*.RadButton .rbDecorated .rbHovered,
.RadButton .rbDecorated .rbFocused {
    background: linear-gradient(to bottom, #d9534f, #c9302c) !important;
}*/


/* ------ */
/* -- Footer -- */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #63A844;
    color: white;
    text-align: center;
}
/* ------ */
/* -- Blink --*/
.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* ------ */
/* -- Screen Loading -- */
.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: #ccc;*/
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
/* ------ */
/* Test */
.default-placeholder {
    width: auto;
    min-width: inherit;
    height: auto;
    min-height: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -250px;
}
/* ------ */
/* Telerik Message Box*/
.demo-container {
    width: 220px;
}

    .demo-container button,
    .demo-container input[type=button] {
        box-sizing: border-box;
    }

html.RadForm_Black,
html.RadForm_BlackMetroTouch {
    background-color: #fff;
}

/* ------------------ */

.RadWindow .rwTitlebar, .RadWindow .rwTopLeft, .RadWindow .rwTopRight {
    background-color: #63A844 !important;
}

.RadWindow .rwIcon {
    display: none !important;
}