﻿body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: Black;
}


A {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: Black;
    text-decoration: none;
}

    A:hover {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        color: Red;
    }


.rcorners1 {
    /* border-radius: 25px;
   background: #f95d26;
    padding: 10px;*/
    width: 460px;
    /*height: 36px;*/
}

.rcornersText {
    color: #000000; /* #ffffff; */
    background-color: #ffffff; /* #ffc2ac;     #f95d26;*/
    /*border-color: #990000;*/
}



.rcornersRowButton1 {
    border-radius: 25px;
    background: #f95d26;
    padding: 10px;
    width: 460px;
    /*height: 36px;*/
}



.rcornersBlue {
    border-radius: 25px;
    background: #1c81b6;
    padding: 24px;
    width: 460px;
    /*height: 270px;*/
}
.rcornersBlueText {
    color: #ffffff;
    background-color: #1c81b6;
    border-color: #990000;
}



.rcornersbutton {
    border-radius: 25px;
    background: #f95d26;
    padding: 10px;
    width: 460px;
    /*height: 36px;*/
}


.rcorners2 {
    
    /*border-radius: 25px;
     background: Orange;    #fba6b6; 
    padding: 10px;*/
    width: 460px;
    /*height: 36px;*/
}



caption {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    color: Black;
    text-align: center;
}


.h1 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 36px;
    color: Black;
    text-align: center;
}


.h2 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 24px;
    color: Black;
    text-align: center;
}


.h3 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    color: Black;
    text-align: center;
}







subheading {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 48px;
    color: Black;
    text-align: center;
}


table.center {
    margin-left: auto;
    margin-right: auto;
}







.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
}

/* Left position*/
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f95d26; /* orange #2196F3;     blue #1c81b6  */
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color:  #ccc;
        -webkit-transition: .4s;
        transition: .4s;
}

/* Right position*/
input:checked + .slider {
    background-color: #1c81b6; /*#ccc;*/
}
input:focus + .slider {
    box-shadow: 0 0 1px #ffffff;
    /* #f95d26;#ccc;*/
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}




.ajax__slider_h_rail {
    border: 0px solid;
    border-radius: 20px 20px 20px 20px;
    height: 18px;
    position: relative;
    background-color: #f95d26;
}

.ajax__slider_h_railOrange {
    border: 0px solid;
    border-radius: 20px 20px 20px 20px;
    height: 18px;
    position: relative;
    background-color: #f95d26;
}

.ajax__slider_h_railGray {
    border: 0px solid;
    border-radius: 20px 20px 20px 20px;
    height: 18px;
    position: relative;
    background-color: lightgray;
}

.ajax__slider_h_railBlue {
    border: 0px solid;
    border-radius: 20px 20px 20px 20px;
    height: 18px;
    position: relative;
    background-color: #1c81b6;
}


.ajax__slider_h_handle {
    height: 10px;
    position: absolute;
    border-radius: 34px;
    top: -1px !important;
    width: 60px;
}

/*
.rail {
    position: relative;
    background: url('../images/ajax-loader.gif') repeat-x;
    height: 22px;
    width: 250px;
}

.handle {
    position: absolute;
    height: 20px;
    width: 50px;
    background-color: Green;
    text-align: center;
}*/




/* http://ianlunn.github.io/Hover/#effects

    Floatshadow is a nice looking one.

*/
.MenuLink {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: Black;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .MenuLink:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .MenuLink:hover, .MenuLink:focus, .MenuLink:active {
        color: white;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 14px;
    }

        .MenuLink:hover:before, .MenuLink:focus:before, .MenuLink:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }





/*.MenuLink:hover {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 16px;
    color: white;
    background-color: cadetblue;
}*/








/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }




/* Shadow Radial */

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

    .hvr-shadow-radial:before, .hvr-shadow-radial:after {
        pointer-events: none;
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-repeat: no-repeat;
        height: 5px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .hvr-shadow-radial:before {
        bottom: 100%;
        background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
        background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    }

    .hvr-shadow-radial:after {
        top: 100%;
        background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
        background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    }

    .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
        opacity: 1;
    }






.modalBackground {
    background-image: url(~/images/login-box-backg.png);
}


/* Gradient filled text box - Numbers */
.textboxNumber {
    /*	background-image:url(~/images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;

	color:#333333;*/
    font-size: 24px;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: tahoma, arial, sans-serif;
    text-align: right;
    vertical-align: middle;
}

.textboxNumber12 {
    /*	background-image:url(~/images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;

	color:#333333;*/
    font-size: 12px;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: tahoma, arial, sans-serif;
    text-align: right;
    vertical-align: middle;
}
.textboxNumber14 {
    /*	background-image:url(~/images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;

	color:#333333;*/
    font-size: 14px;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: tahoma, arial, sans-serif;
    text-align: right;
    vertical-align: middle;
}

.textboxNumber16 {
    /*	background-image:url(~/images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;

	color:#333333;*/
    font-size: 16px;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: tahoma, arial, sans-serif;
    text-align: right;
    vertical-align: middle;
}


/* Gradient filled text box - Text */
.textboxText {
    background-image: url(~/images/login-box-backg.png);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    color: #333333;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: tahoma, arial, sans-serif;
    text-align: center;
}



.textboxNormalNumber {
    font-size: 12px;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: tahoma, arial, sans-serif;
    text-align: right;
    vertical-align: middle;
}


.EmailSentlabel {
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-family: tahoma, arial, sans-serif;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
}











/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 200px;
    position: relative;
    background: #99CCFF;
}

.left-sidebar-menu {
    padding: 15px 15px 15px 15px;
    float: left;
    position: relative;
}


.mainPageContent {
    padding: 15px 15px 15px 15px;
    float: left;
    position: relative;
    margin: 15px 10% 15px 5%;
    width: 65%;
    text-align: center;
}



/* 
-----------------------------------------------------------------------------
    Parts
-----------------------------------------------------------------------------
*/

.PartsDetails {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 48%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.PartsSuppliersDetails {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 25%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.PartsSubAssemblyDetails {
    position: absolute;
    top: 10px;
    left: 76%;
    width: 23%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.PartsList {
    position: absolute;
    top: 520px;
    left: 1%;
    width: 48%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.PartsMovements {
    position: absolute;
    top: 520px;
    left: 50%;
    width: 49%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}








/* 
-----------------------------------------------------------------------------
    Clients
-----------------------------------------------------------------------------
*/

.ClientsInsert {
    position: absolute;
    top: 10px;
    left: 15%;
    width: 70%;
    height: 630px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}





.ClientsDetails {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.ClientsContacts {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.ClientsQuotation {
    position: absolute;
    top: 500px;
    left: 1%;
    width: 49%;
    height: 800px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.ClientsQuotationDetails {
    position: absolute;
    top: 500px;
    left: 51%;
    width: 48%;
    height: 800px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: blanchedalmond;
    z-index: 2;
}


.ClientsActions {
    position: absolute;
    top: 500px;
    left: 51%;
    width: 48%;
    height: 800px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



/* 
-----------------------------------------------------------------------------
   PurchaseOrders
-----------------------------------------------------------------------------
*/

.PurchaseOrder {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.PurchaseOrderEstimates {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.PurchaseOrderGrid {
    position: absolute;
    top: 500px;
    left: 1%;
    width: 98%;
    height: 800px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.NewPurchaseOrder {
    position: absolute;
    top: 30px;
    left: 5%;
    width: 90%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


/* 
-----------------------------------------------------------------------------
   GoodsReceived
-----------------------------------------------------------------------------
*/

.GoodsReceivedDeliveryNote {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 380px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.GoodsReceivedDeliveryNoteGridview {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 380px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}





.GoodsReceivedDeliveryNoteDetails {
    position: absolute;
    top: 400px;
    left: 1%;
    width: 49%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.GoodsReceivedDeliveryNoteDetailsGridview {
    position: absolute;
    top: 400px;
    left: 51%;
    width: 48%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.PickList {
    position: absolute;
    top: 10px;
    left: 0%;
    right: 0%;
    width: 800px;
    height: 800px;
    background-color: white;
}

.h3PickList {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    color: Black;
    text-align: left;
}







/* 
-----------------------------------------------------------------------------
   Picking History
-----------------------------------------------------------------------------
*/

.PickingHistory {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 100%;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.PickingHistoryDetails {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 100%;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}










/* 
-----------------------------------------------------------------------------
  Work In Progress
-----------------------------------------------------------------------------
*/

.WorkInProgress {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 100%;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.WorkInProgressDetails {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 100%;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}





/* 
-----------------------------------------------------------------------------
  Product
-----------------------------------------------------------------------------
*/

.Products {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    height: 300px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.ProductsGrid {
    position: absolute;
    top: 320px;
    left: 1%;
    width: 98%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.ProductsDetails {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 510px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




/* 
-----------------------------------------------------------------------------
  Client Orders
-----------------------------------------------------------------------------
*/

.ClientOrdersGrid {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 330px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.ClientOrders {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 330px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.ClientOrdersDetailsGrid {
    position: absolute;
    top: 350px;
    left: 1%;
    width: 49%;
    height: 300px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.ClientOrdersDetails {
    position: absolute;
    top: 350px;
    left: 51%;
    width: 48%;
    height: 300px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.ClientOrdersDetailsProductsGrid {
    position: absolute;
    top: 660px;
    left: 1%;
    width: 98%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.ClientOrdersDetailsProducts {
    position: absolute;
    top: 660px;
    left: 51%;
    width: 48%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}





/* 
-----------------------------------------------------------------------------
  Outstanding Orders / Allocate Stock
-----------------------------------------------------------------------------
*/

.OutstandingOrders {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 880px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.OutstandingOrdersStock {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 880px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




/* 
-----------------------------------------------------------------------------
  Outstanding Orders / Allocate Stock
-----------------------------------------------------------------------------
*/



.AllocateProductsClient {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 32%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.AllocateProductsOrder {
    position: absolute;
    top: 10px;
    left: 34%;
    width: 32%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.AllocateProductsOrderDetails {
    position: absolute;
    top: 10px;
    left: 67%;
    width: 32%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.AllocateProductsCurrent {
    position: absolute;
    top: 500px;
    left: 1%;
    width: 62%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.AllocateProductsProducts {
    position: absolute;
    top: 500px;
    left: 64%;
    width: 35%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}






.form-background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e3f2+0,8b8b91+20,ffffff+100&0.62+0,0.61+100 */
    background: -moz-linear-gradient(-45deg, rgba(228,227,242,0.62) 0%, rgba(139,139,145,0.62) 20%, rgba(255,255,255,0.61) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(228,227,242,0.62) 0%,rgba(139,139,145,0.62) 20%,rgba(255,255,255,0.61) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(228,227,242,0.62) 0%,rgba(139,139,145,0.62) 20%,rgba(255,255,255,0.61) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ee4e3f2', endColorstr='#9cffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afb3bc+0,7f8093+20,ffffff+100 * /
    background: rgb(175,179,188); /* Old browsers * /
    background: -moz-linear-gradient(-45deg, rgba(175,179,188,1) 0%, rgba(127,128,147,1) 20%, rgba(255,255,255,1) 100%); /* FF3.6-15 * /
    background: -webkit-linear-gradient(-45deg, rgba(175,179,188,1) 0%,rgba(127,128,147,1) 20%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 * /
    background: linear-gradient(135deg, rgba(175,179,188,1) 0%,rgba(127,128,147,1) 20%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+  * /
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb3bc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient * /
   
        background: rgb(181,189,200);
    / * Old browsers * / background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
    / * FF3.6-15 * / background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 * /
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}









/* 
-----------------------------------------------------------------------------
  Product
-----------------------------------------------------------------------------
*/

.Users {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 33%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.UsersLeave {
    position: absolute;
    top: 10px;
    left: 35%;
    width: 32%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.UsersPermission {
    position: absolute;
    top: 10px;
    left: 68%;
    width: 31%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.UsersGrid {
    position: absolute;
    top: 620px;
    left: 1%;
    width: 98%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}









/* 
-----------------------------------------------------------------------------
  Invoices
-----------------------------------------------------------------------------
*/


.InvoicesButtons {
    position: absolute;
    top: 450px;
    left: 2%;
    width: 44%;
    height: 50px;
    border: 0px;
    background-color: aliceblue;
    z-index: 3;
}


.Invoices {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 510px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




.InvoicesAddress {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 510px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.InvoicesDetails {
    position: absolute;
    top: 530px;
    left: 1%;
    width: 98%;
    height: 500px; /* 500 */
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.InvoicesReceipts {
    position: absolute;
    top: 530px; /* 530 */
    left: 1%;
    width: 98%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}







/* 
-----------------------------------------------------------------------------
  Customer
-----------------------------------------------------------------------------
*/

.Customer {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    height: 600px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


/* 
-----------------------------------------------------------------------------
  InvoicesRegular
-----------------------------------------------------------------------------
*/

.InvoicesRegular {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.InvoicesAddressRegular {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 48%;
    height: 500px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.InvoicesDetailsRegular {
    position: absolute;
    top: 530px;
    left: 1%;
    width: 98%;
    height: 500px; /* 500 */
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}








/* 
-----------------------------------------------------------------------------
  Meeting
-----------------------------------------------------------------------------
*/
.MeetingMenuBar {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    height: 40px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingDetails {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 49%;
    height: 280px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingAttendees {
    position: absolute;
    top: 60px;
    left: 51%;
    width: 48%;
    height: 280px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingMinutes {
    position: absolute;
    top: 350px;
    left: 1%;
    width: 49%;
    height: 560px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingAgenda {
    position: absolute;
    top: 350px;
    left: 51%;
    width: 48%;
    height: 560px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.MeetingRunningOrder {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 98%;
    height: 380px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.MeetingRunningOrderDetails {
    position: absolute;
    top: 450px;
    left: 1%;
    width: 49%;
    height: 560px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingRunningOrderAgenda {
    position: absolute;
    top: 450px;
    left: 51%;
    width: 48%;
    height: 560px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




.MeetingActions {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 49%;
    height: 250px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.MeetingInvitees {
    position: absolute;
    top: 320px;
    left: 1%;
    width: 49%;
    height: 240px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingAgendaItems {
    position: absolute;
    top: 570px;
    left: 1%;
    width: 49%;
    height: 260px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.MeetingAgendaEmails {
    position: absolute;
    top: 840px;
    left: 1%;
    width: 49%;
    height: 260px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.MeetingAgendaNewItems {
    position: absolute;
    top: 60px;
    left: 51%;
    width: 49%;
    height: 520px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.MeetingAgendaActions {
    position: absolute;
    top: 590px;
    left: 51%;
    width: 49%;
    height: 510px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.MeetingAddToAction {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 24%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: #79BCFF; /* aliceblue; */
    z-index: 2;
}



.MeetingAddToActionDetails {
    position: absolute;
    top: 60px;
    left: 26%;
    width: 48%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: #B1C7FE; /* aliceblue; */
    z-index: 2;
}


.MeetingAddToActionAgenda {
    position: absolute;
    top: 60px;
    left: 76%;
    width: 23%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: #79BCFF; /* aliceblue; */
    z-index: 2;
}



.MeetingAddAction {
    position: absolute;
    top: 510px;
    left: 1%;
    width: 98%;
    height: 540px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}





/* 
-----------------------------------------------------------------------------
  Vehicle Product Details
-----------------------------------------------------------------------------
*/
.VehicleProductDetailsSearchBar {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 98%;
    height: 100px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 2;
}

.VehicleProductDetailsList {
    position: absolute;
    top: 200px;
    left: 1%;
    width: 98%;
    height: 800px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 2;
}




/* 
-----------------------------------------------------------------------------
  Vehicle Product Details
-----------------------------------------------------------------------------
*/
.ExpiryDetailsSearchBar {
    position: absolute;
    top: 40px;
    left: 1%;
    width: 98%;
    height: 100px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
}

.ExpiryVehicleProductDetailsList {
    position: absolute;
    top: 180px;
    left: 1%;
    width: 98%;
    height: 800px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 2;
}

.ExpiryCalendar {
    position: absolute;
    top: 20px;
    left: 10%;
    width: 20%;
    height: 260px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}








/* 
-----------------------------------------------------------------------------
 Documents
-----------------------------------------------------------------------------
*/
.Documents {
    position: absolute;
    top: 20px;
    left: 1%;
    width: 49%;
    height: 300px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
}

.DocumentsHistory {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 49%;
    height: 300px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}

.DocumentsList {
    position: absolute;
    top: 340px;
    left: 1%;
    width: 98%;
    height: 560px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 2;
}





/* 
-----------------------------------------------------------------------------
ChangeRequest  
-----------------------------------------------------------------------------
*/
.AddRequestNotes {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
    height: 800px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
}









/* 
-----------------------------------------------------------------------------
 DeviceTests
-----------------------------------------------------------------------------
*/
.DeviceTests {
    position: absolute;
    top: 20px;
    left: 1%;
    width: 39%;
    height: 100%;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
}

.DeviceTestsHistory {
    position: absolute;
    top: 20px;
    left: 41%;
    width: 58%;
    height: 100%;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}




@media (max-width: 800px) {

    .DeviceTests {
        position: absolute;
        top: 20px;
        left: 1%;
        width: 100%;
        height: 400px;
        border: 3px solid #025dcc;
        background-color: aliceblue;
        z-index: 1;
    }

    .DeviceTestsHistory {
        position: absolute;
        top: 420px;
        left: 1%;
        width: 100%;
        /*height: 100%;*/
        border: 3px solid #025dcc;
        background-color: aliceblue;
        z-index: 3;
        margin-left: auto;
        margin-right: auto;
    }



}





/* 
-----------------------------------------------------------------------------
 Expenses
-----------------------------------------------------------------------------
*/
.Expenses {
    position: absolute;
    top: 20px;
    left: 1%;
    width: 39%;
    height: 100%;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
}

.ExpensesTransactions {
    position: absolute;
    top: 20px;
    left: 41%;
    width: 58%;
    height: 100%;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}






/* 
-----------------------------------------------------------------------------
 Cost Centre
-----------------------------------------------------------------------------
*/
.CostCentre {
    position: absolute;
    top: 20px;
    left: 1%;
    width: 49%;
    height: 390px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
    overflow: scroll;
}

.CostCentreAccounts {
    position: absolute;
    top: 20px;
    left: 51%;
    width: 48%;
    height: 390px;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 1;
    overflow: scroll;
}


.CostCentreTransactions {
    position: absolute;
    top: 424px;
    left: 1%;
    width: 98%;
    height: 100%;
    border: 3px solid #025dcc;
    background-color: aliceblue;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
}











/* 
-----------------------------------------------------------------------------
   Supplier
-----------------------------------------------------------------------------
*/

.SupplierInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 480px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.SupplierOrders {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 480px; /*870px;*/
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.SupplierList {
    position: absolute;
    top: 500px;
    left: 1%;
    width: 49%;
    height: 380px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.SupplierOrdersDetails {
    position: absolute;
    top: 500px;
    left: 51%;
    width: 49%;
    height: 380px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.SupplierOrdersGRN {
    position: absolute;
    top: 500px;
    left: 51%;
    width: 49%;
    height: 380px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
    /*
    visibility: hidden;*/

}




/* 
-----------------------------------------------------------------------------
   OnLineStock
-----------------------------------------------------------------------------
*/

.OnLineStockInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 420px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.OnLineStockList {
    position: absolute;
    top: 440px;
    left: 1%;
    width: 49%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.OnLineStockMovements {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 24%;
    height: 420px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.OnLineStockInstallerOrders {
    position: absolute;
    top: 440px;
    left: 51%;
    width: 24%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.OnLineStockMovementsOrders {
    position: absolute;
    top: 10px;
    left: 76%;
    width: 24%;
    height: 420px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: LightSteelBlue;
    z-index: 2;
}

.OnLineStockMovementsOrdersDetails {
    position: absolute;
    top: 440px;
    left: 76%;
    width: 24%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: LightSteelBlue;
    z-index: 2;
}


.OnLineStockMovementsOrdersGRN {
    position: absolute;
    top: 440px;
    left: 76%;
    width: 24%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: LightSteelBlue;
    z-index: 2;
}









/* 
-----------------------------------------------------------------------------
   OnLineStock
-----------------------------------------------------------------------------
*/

.InstallerInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 420px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.InstallerList {
    position: absolute;
    top: 440px;
    left: 1%;
    width: 49%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}


.InstallerStock {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 420px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




.InstallerStockMovements {
    position: absolute;
    top: 440px;
    left: 51%;
    width: 49%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.InstallerOrders {
    position: absolute;
    top: 440px;
    left: 51%;
    width: 49%;
    height: 440px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
    visibility: hidden;
  

}





/* 
-----------------------------------------------------------------------------
   Customers
-----------------------------------------------------------------------------
*/

.CustomersInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 450px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.CustomersPolicy {
    position: absolute;
    top: 470px;
    left: 1%;
    width: 29%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.CustomersPolicyAnimals {
    position: absolute;
    top: 470px;
    left: 31%;
    width: 19%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




.CustomersAnimal {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 860px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}



.CustomerList {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    height: 860px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




/* 
-----------------------------------------------------------------------------
   Sanctuary
-----------------------------------------------------------------------------
*/

.SanctuaryInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 450px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.SanctuaryList {
    position: absolute;
    top: 470px;
    left: 1%;
    width: 49%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.SanctuaryAnimal {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 860px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}






/* 
-----------------------------------------------------------------------------
   Breeder
-----------------------------------------------------------------------------
*/

.BreederInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 450px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.BreederList {
    position: absolute;
    top: 470px;
    left: 1%;
    width: 49%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.BreederAnimal {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 860px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}





/* 
-----------------------------------------------------------------------------
   Animal
-----------------------------------------------------------------------------
*/

.AnimalInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 850px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.AnimalList {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 850px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}






/* 
-----------------------------------------------------------------------------
   Vet
-----------------------------------------------------------------------------
*/

.VetInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 49%;
    height: 450px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.VetList {
    position: absolute;
    top: 470px;
    left: 1%;
    width: 49%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.VetAnimal {
    position: absolute;
    top: 10px;
    left: 51%;
    width: 49%;
    height: 860px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




/* 
-----------------------------------------------------------------------------
   FAQ
-----------------------------------------------------------------------------
*/

.FAQInsert {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    height: 470px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}

.FAQList {
    position: absolute;
    top: 490px;
    left: 1%;
    width: 98%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: aliceblue;
    z-index: 2;
}




/* Default Button Colours */
.SaveButton {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: lightgreen;
}

.CancelButton {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: Orange;
}

.DeleteButton {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: red;
    color: white;
}

.DeleteYesButton {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: LightGreen;
}

.DeleteNoButton {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: lightpink;
}



.EmailButton {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: aquamarine;
}





