﻿HTML, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}



.red {
    color: red;
}

.thick {
    font-size: 20px;
}

.green {
    color: green;
}

.divlocation {

    position: absolute;
    color: aquamarine;
    top: 100px;
    left: 100px;

}

.splashflex-container {
    display: flex;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    align-items: center;
}

.DetailImage {

    max-width: 100px;
    height: auto;

}

.col-container {
    display: table; /* Make thecontainer element behave like a table */
    width: 100%; /*Set full-width to expand the whole page */
}

.col {
    display: table-cell;
    width: 25%;
    padding: 10px;
}

.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after thecolumns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#css-table {
    display: table;
}

    #css-table .colx {
        display: table-cell;
        width: 25%;
        padding: 10px;
    }

        #css-table .colx:nth-child(even) {
            background: #ccc;
        }

        #css-table .colx:nth-child(odd) {
            background: #eee;
        }

.mybutton {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.orderbutton {
    color: white;
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 300;
    padding-bottom: 5px;
    text-decoration: none;
}

.orderpanel {
    background-color: blue;
    height: 40px;
    margin-bottom: 10px;
}

.wishlistpanel {
    background-color: #ccc;
    height: 40px;
    margin-bottom: 10px;
}

.iteminline {
    display: inline-block;
}

.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #cccccc;
    color: #444444;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 300;
    padding-bottom: 5px;
}

a:hover {
    color: #f7f6f6;
}

.link_button_selected {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #c4d9a6;
    color: #444444;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
}

.dropdown_list {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 300;
    padding-bottom: 5px;
    height: 25px;
}

.CheckBoxListCssClass {
    font-family: "Segoe UI",Arial,sans-serif;
    color: black;
    font-style: inherit;
    font-weight: normal;
    font-size: smaller;
    
}


.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

.Text3D {
       text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}


/* Colors */
.color-michougreen { color: #fff !important; background-color: #c9d8a7 !important}
.color-red {color: #fff !important; background-color: #f44336 !important}
.color-grey {color: #333333 !important; background-color: #ccc !important}

.color-white {
    color: #333333 !important;
    background-color: #fff !important
}

/* Font Sizes */
.fontsize-8 {
    font-size: 8pt;}
.fontsize-10 {font-size: 10pt;}
.fontsize-12 {font-size: 12pt;}
.fontsize-16 {font-size: 16pt;}
.fontsize-20 {font-size: 20pt;}
.fontsize-24 {font-size: 24pt;}
.fontsize-36 {font-size: 36pt;}
.fontsize-48 {font-size: 48pt;}
.fontsize-60 {font-size: 60pt;}
.fontsize-72 {font-size: 72pt;}

/* Corners */
.roundcorner-10{border-radius: 10px;}
.roundcorner-20 {border-radius: 10px;}
.roundcorner-30 {border-radius: 30px;}
.roundcorner-40 {border-radius: 40px;}

/* Borders */
.border-2 {border: 1px solid #fff;}

.border-1 {
    border: 1px solid #fff;
}
.darkborder-1 {
    border: 1px solid black;
} 

/* Padding */
.padding-20 {
    padding: 20px;
}

.padding-5 {
    padding: 5px;
}

.leftrightpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.bottompadding-20 {
    padding-bottom: 20px;
}

.bottompadding-10 {
    padding-bottom: 10px;
}

.toppadding-10 {
    padding-top: 10px;
}

.item-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.itemtext-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.itemcontainer-margins {
    margin-left: 10px;
    margin-right: 10px;
}

/* Text Alignment */
.textalign-center {text-align: center}

/* Corners */
.bottomroundcorner-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bottomroundcorner-20 {
    border-radius: 0px 0px 10px 10px;
}

.bottomroundcorner-30 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bottomroundcorner-40 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.toproundcorner-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.toproundcorner-20 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.toproundcorner-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.toproundcorner-40 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.topbox {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.bottombox {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.darktopbox {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.darkbottombox {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.darksidebox {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

body {
    margin: 0;
    padding: 0;
    background: url(image.jpg);
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
}

.login-box {
    border-top: 2px solid #505050;
    border-left: 2px solid #505050;
    border-right: 2px solid #505050;
    border-bottom: 2px solid #505050;
    border-radius: 10px;
    color: #333333 !important;
    background-color: #fff !important;
    width: 350px;
    background: white;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 50px 20px;
    justify-content: center;
    align-items: stretch;
    text-align: center;
}

.itemdetail-box {
    max-width: 600px;
    min-width: 300px;
    margin: auto;
    background: #fff;
    color: black;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.itemdetail-image {
    margin: auto;
    align-content: center;
}



.closeX {
    position: absolute;
    right: 3px;
    top: 11px;
    width: 27px;
    background-color: #b9b9b9;
    color: black;
    margin-top: -10px;
    margin-right: 0px;
    border-radius: 20px;
    padding-left: 3px;
    padding-top: 1px;
    cursor: pointer;
    z-index: -1;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}



.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

h1 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.logintext-14 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 14px;
}

.login-boxxxx p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.login-box input {
    width: 100%;
    margin-bottom: 20px;
}

.login-box input[type="email"], input[type="password"] {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 4px 0;
    outline: none;
    padding: 4px;
    box-sizing: border-box;
    transition: .3s;
    
    background: transparent;
  
}

    .login-boxxxx input[type="submit"] {
        border: none;
        outline: none;
        height: 40px;
        background: #b9b9b9;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
    }

        .login-boxxxx input[type="submit"]:hover {
            cursor: pointer;
            background: #c9d8a7;
            color: #000;
        }

.login-boxxxx a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

    .login-boxxxx a:hover {
        color: #c9d8a7;
    }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}

.rft-sidebar {
    height: 100%;
    width: 200px;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    top: 0;
}

.accountbox {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 200px;
    height: 120px; 
}

.titlebox {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 200px;
    height: 120px;
}

.rft-sidebarcolor {
    background-color: #e4e1e1;
}

.rft-textbox {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 4px 0;
    outline: none;
    padding: 4px;
    box-sizing: border-box;
    transition: .3s;
}

.rft-textbox:focus {
    border-color: #036c05 !important;
    box-shadow: 0 0 8px 0 #036c05 !important;
}

.rft-textbox-alert {
    border: 1px solid #aaa;
    box-shadow: 0 0 8px 0 Red !important;
}

.yellow-background {
    background-color: yellow;
}



input:required:focus {
    border: 1px solid red;
    outline: none;
}



textarea:required:focus {
    border: 1px solid red;
    outline: none;
}





.linkbutton:hover {
        color: darkslategrey;
        font-size: medium;
    }


.item-container {
    border-top: 2px solid #505050;
    border-left: 2px solid #505050;
    border-right: 2px solid #505050;
    border-bottom: 2px solid #505050;
    border-radius: 10px;
    color: #333333 !important;
    background-color: #fff !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 16px !important;
}

.message-container {
    border-top: 2px solid #505050;
    border-left: 2px solid #505050;
    border-right: 2px solid #505050;
    border-bottom: 2px solid #505050;
    border-radius: 10px;
    color: #333333 !important;
    background-color: #c4d9a6 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 16px !important;
   float: right;
}

.mediaobject-container {
    border-top: 2px solid #505050;
    border-left: 2px solid #505050;
    border-right: 2px solid #505050;
    border-bottom: 2px solid #505050;
    border-radius: 10px;
    color: #333333 !important;
    background-color: #fff !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 16px !important;
}

.mediaobject-itemfont {
    font-size: 20px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 300;
    margin: 5px 0;
    display: block;
}

.mediaobject-titlefont {
    font-size: 16px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 300;
    margin: 5px 0;
    display: block;
}

.mediaobject-textfont {
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 300;
    margin: 5px 0;
    display: block;
}

.mediaobject-roundcorner {
    border-radius: 10px;
}

.flexsome-page-wrapper {
    margin: 0px;
    background-color: red;
    
}

.flexrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.flexcol1-column {
    background-color: blue;
    height: 100%;
}

.flexcol2-column {
    background-color: green;
    height: 100%;
}
.flexcol3-column {
    background-color: orange;
    height: 100%;
}



