﻿/********* Variables *********/
:root {
    --main-color: #FF5500;
    --alt-color: #186EA4;
}

/*********Main Style*********/

html,
body,
form {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*background-color:aqua;*/
}

.container {
    min-height: 100%;
    position: relative;
}

.allContent {
    padding-top: 77px;
    padding-bottom: 26px;
}

.content {
}

.header1 {
    background-color: var(--main-color);
    color: white;
    /*border-bottom: solid 1px #e7e7e7;*/
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 7001;
    height: 26px;
    line-height: 26px;
}

.show-on-small {
    display: none !important;
}

@media (max-width: 768px) {
    .mainmenu {
        float: right !important;
    }

    .hide-on-small {
        display: none; /* Hides the element completely */
    }

    .show-on-small {
        display: inline-block !important; /* Or block depending on the design */
    }
}


.header2 {
    background-color: #f8f8f8;
    color: orangered;
    border-bottom: solid 1px #e7e7e7;
    position: fixed;
    width: 100%;
    top: 26px;
    z-index: 7001;
    height: 50px;
    line-height: 50px;
}

.article1 {
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    color: #777777;
    border-top: solid 1px #e7e7e7;
    border-top: solid 1px black;
    line-height: 26px;
    font-size: small;
    background-color: var(--main-color);
    color: white;
}

.ClientBtn {
    text-decoration: none;
    color: white;
    font-weight: bold;
    border: solid 1px #337ab7;
    border-radius: 10px;
    padding: 5px;
    background-color: var(--alt-color);
}

a.ClientBtn:hover {
    background-color: var(--main-color);
}

.RadMenu_MetroTouch .rmRootGroup .rmSelected > .rmRootLink, .RadMenu_MetroTouch .rmRootGroup .rmExpanded > .rmRootLink {
    background-color: var(--alt-color) !important;
}

.link-main {
    color: var(--main-color);
    font-weight: bold;
    text-decoration: none;
}

/*********Second Style*********/

/*html .t-container-fluid,
html .t-row-wrap > .t-row {
    max-width: 1920px;
}
*/
.sidebar {
    background-color: #d6d6d6;
    border: solid 1px #e7e7e7;
}

.LogoutMenu,
.LogoutMenu .rmRootGroup,
/*.LogoutMenu .rmItem,*/
.LogoutMenu .rmLink {
    border: none !important;
    line-height: 40px !important; /*50px*/
    /*padding: 0 10px !important;*/
}

    .LogoutMenu .rmLink {
        /*padding: 0 10px !important;*/
    }

/*********Side Style*********/

.NoPad {
    padding: 0 !important;
}

.Center {
    text-align: center;
}

.Box {
    border-color: #DDD;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 1em;
}

.BoxTop {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDD;
    padding: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.BoxMiddle {
    padding: 3px;
    border-radius: 4px;
}

.BoxBottom {
    background-color: #F5F5F5;
    padding: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #DDD;
}

.BoxPrimary {
    border-color: #337ab7;
}

    .BoxPrimary > .BoxTop {
        color: #fff;
        background-color: #337ab7
    }

.BoxBlue {
    border-color: #bce8f1;
}

    .BoxBlue > .BoxTop {
        color: #31708f;
        background-color: #d9edf7
    }

.BoxRed {
    border-color: #337ab7;
}

    .BoxRed > .BoxTop {
        color: #fff;
        background-color: #337ab7
    }

.BoxYellow {
    border-color: #337ab7;
}

    .BoxYellow > .BoxTop {
        color: #fff;
        background-color: #337ab7
    }


/************** Rad Glow Skin *****************/
.RadInput_Glow .riTextBox, .RadInput_Glow .riSelect, .RadInput_Glow .rcSelect, .RadInputMgr_Glow {
    border-color: var(--alt-color) !important;
    color: black !important;
    background-color: white !important;
}

.RadInput_Glow.RadInputFocused .riTextBox, .RadInput_Glow.RadInputFocused .riSelect, .RadInput_Glow.RadInputFocused .rcSelect, .RadInput_Focused_Glow {
    border-color: var(--main-color) !important;
    color: black !important;
    background-color: white !important;
}

.RadDropDownList_Glow .rddlInner {
    border-color: var(--alt-color) !important;
    color: black !important;
    background-color: white !important;
    background-image: linear-gradient(#eee, #fff) !important;
    background-image: none !important;
}

.rddlPopup_Glow {
    border-color: var(--alt-color) !important;
    color: black !important;
    background-color: #eee !important;
}

    .rddlPopup_Glow .rddlItemSelected {
        color: white !important;
        background-color: var(--main-color) !important;
    }

    .rddlPopup_Glow .rddlItemHovered, .rddlPopup_Glow .rddlItemLoading {
        color: white !important;
        background-color: var(--alt-color) !important;
    }

.RadButton_Glow.rbButton, .RadButton_Glow.rbButton.rbDisabled, .RadButton_Glow .rbSplitPart {
    border-color: #35434b;
    color: white !important;
    background-color: var(--alt-color) !important;
    background-image: none !important;
}

    .RadButton_Glow.rbButton.rbHovered, .RadButton_Glow.rbButton.rbToggled.rbHovered, .RadButton_Glow.rbButton .rbHovered {
        border-color: #cd8100;
        color: white !important;
        background-color: var(--main-color) !important;
        background-image: none !important;
    }

/************** Contact Form ****************/

/* Container v2 */
.contact-container {
    width: 100%;
    /*background-color: rgb(1, 73, 111);*/
    text-align: center;
    padding: 50px 10px;
}

.contact-header {
    /*color: white;*/
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Grid */
.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 50px;
}

.contact-form {
    flex: 3;
    border: 1px solid black;
    border-radius: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.form-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-field {
    flex: 1;
    display: flex;
    align-items: center;
}

    .form-field label {
        flex: 0 0 110px;
        font-weight: bold;
    }

.form-row.submit {
    display: block;
    text-align: center;
}

    .form-row.submit button {
        border-radius: 10px;
    }

.contact-info {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: stretch;
    height: auto;
}

.info-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    font-weight: bold;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #333;
}

    .info-box a {
        text-decoration: none;
        color: #E42E00;
    }

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .contact-grid {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column; /* Stack the fields vertically */
        gap: 20px; /* Increased spacing for better readability */
    }
}

/************************ Containers ************************/
/* Container */
.alt-container {
    width: 100%;
    background-color: var(--alt-color);
    text-align: center;
}

/* Header */
.alt-header {
    color: white;
    padding: 50px 0;
    font-size: 2em;
    font-weight: bold;
}

.main-header {
    color: black;
    padding: 50px 0;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}