﻿html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #ffffed;
    color:#000;
}
h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Open Sans', sans-serif;
}
input, textarea, select {
    font-weight: 600;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    background-color:#fff !important;
}

.w3-input:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border: 1px solid orange !important;
}
.w3-input:focus {
    border: 1px solid orange !important;
}

textarea {
    resize: vertical;
}

.w-300 {
    max-width: 300px;
}

.w-600 {
    max-width: 600px;
}

.wf-600 {
    width: 600px;
}

.w-800 {
    max-width: 800px;
}

.w-1000 {
    max-width: 800px;
}

a,
a:active,
a:visited,
.divclick {
    color: darkgreen;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

    a:hover,
    a:focus
    .divclick:hover {
        background-color: transparent !important;
        color: #041e22;
        text-decoration: underline;
    }

    a, a:hover, a:active, a:focus, a:visited, .divclick {
        outline: none !important;
    }

.w3-btn {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
    .w3-btn.btn {
        padding: 3px 4px;
        font-size: 13px;
        line-height: 1.3333333;
        border-radius: 3px;
    }

        .w3-btn.btn:hover {
            color: yellow;
        }

    .w3-btn.w3-red:hover {
        background-color: yellow !important;
        color: #000 !important;
    }

.mobilrotate {
    display: none;
}

.fa.fa-asterisk {
    color: red;
    font-size:12px;
}

i.fa, i.fas, i.far {
    margin-right: 3px;
}
    i.fa.fa-bars:hover {
        color: red;
    }

.date-input {
    display: inline-block;
    padding: 3px;
    border: 1px solid #c3c3c3;
    text-align: center;
}

.back-to-top,
.back-to-top:active,
.back-to-top:focus {
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 120px;
    display: none;
    z-index: 10000;
    font-size: 30px;
    color: #000;
    opacity: 0.5;
}

    .back-to-top:hover {
        color: #000;
        opacity: 1;
        text-decoration: none;
    }


#myNavbar {
    position: relative;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}



/***********************************************/
/************* CLIENT VIEW HEADER / MENU  ******************/

.w3-top {
    background-color: #4c8c11;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
    height: 200px;
}
div.phone {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 35px;
    background: rgb(9,27,1);
    background: linear-gradient(90deg, rgba(9,27,1,0.008841036414565795) 0%, rgba(12,74,8,0) 0%, rgba(13,79,7,0.5) 30%, rgba(1,28,1,0.5) 50%, rgba(13,80,6,0.5) 70%, rgba(12,74,8,0) 100%);
    padding: 18px 0 0 0;
    color: #ffffed;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 0;
    z-index: 10 !important;
         text-transform:uppercase;
}

    div.phone a {
        color: #ddffdd;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 0;
        cursor: pointer;
         text-transform:uppercase;
    }

        div.phone a:hover {
            color: #ffc107;
            text-decoration: underline;
        }



.welcome {
    position: absolute;
    top: 50px;
    right: 100px;
    color: #ffffed;
    text-align: right;
}


.logo {
    position: relative;
    z-index: 30 !important;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

    .logo img {
        margin-top: 0;
        height: 200px;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

.menu {
    position:absolute;
    bottom:5px;
    right:0;
    width:700px;
    text-align: right !important;
}

    .menu .w3-button {
        color: #ddffdd !important;
        border: 0;
        font-size: 16px;
        background: none;
        font-weight:700 !important;

    }

        .menu .w3-button:hover {
            color: #ffc107 !important;
            background-color: transparent !important;
            border: 0;
        }

.w3-modal-content {
    width: 600px !important;
    min-height: 300px;
    border: 1px solid black;
    background-color: #faebd7;
}

    .w3-modal-content .w3-container span.spanx {
        font-weight: 700;
        font-size: 30px !important;
        color: red;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .w3-modal-content .w3-container div {
        width: 300px;
        height: 30px;
        margin: 50px auto;
    }

        .w3-modal-content .w3-container div.w3-row {
            width: 100%;
            height: auto;
            padding-top: 20px;
        }


        .w3-modal-content .w3-container div a {
            display: block;
            margin: 50px auto;
        }


/*********************************************************************/
/************* LANDING PAGE - CLIENT DEFAILT PAGE  ******************/

.introtope {
    background-color: #000;
    background-image: url(../images/main2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    color: #ffffed;
    padding: 0;
    position: relative;
    margin-top: 120px;
}

    .introtope .w3-panel {
        margin-top: 0;
    }

    .introtope .moto {
        margin: 120px auto 0 auto;
        width: 50%;
        max-width: 800px;
        padding: 50px;
        background: rgba(0, 0, 0, .5);
        text-align: center;
    }

    .introtope h1 {
        color: #ffc107;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 40px;
    }

.introtope h4 {
    color: #ffffed;
}

    .introtope .moto .w3-btn {
        font-size: 20px !important;
    }

        .introtope .moto .w3-btn:hover {
            color: #ffc107 !important;
            text-decoration: none !important;
        }

    .introtope .moto img {
        max-width: 200px;
    }

    .introtope .moto h1 {
        color: #fff;
    }


#products {
    background-color: #5fb22e;
    background-image: url(../images/bg2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.accordionHeader,
.accordionHeaderSelected {
    color: green;
    background-color: #c9daba;
    font-size: 20px;
    cursor: pointer;
    margin-top: 3px;
    padding: 0;
}

.accordionHeaderSelected {
    color: black;
    background-color: #c9daba;
}

.accordionContent {
    background-color: #ffffed;
    border: 1px gray;
    padding: 4px;
}
.specials {
    background: #c9daba;
    color: green;
}

.specialprice {
    font-size: 40px;
    color: #bf0300;
    text-shadow: 1px 1px 0 #444;
}


.specials .w3-panel h3 {
    margin: 0;
    font-weight: 800;
}

.specials h2 {
    color: #bf0300;
}

.specials img {
    padding-top: 10px;
}

.specials .w3-row {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 2px solid #bf0300;
    background-color: #fff !important;
}

.specials .w3-col ss {
    border-right: 1px solid #bf0300;
}
.regprice {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.strikeout {
    line-height: 1em;
    position: relative;
}

    .strikeout::after {
        border-bottom: 0.2em solid red;
        opacity: .8;
        content: "";
        left: 0;
        margin-top: calc(0.125em / 2 * -1);
        position: absolute;
        right: 0;
        top: 50%;
    }

#contact {
    background: #ffffed;
    border-top: 1px solid #c3c3c3;
    padding-bottom: 100px;
}

.map {
    margin: 10px 25px 10px 0;
    width: 100%;
    height: 250px;
    border: 1px solid green;
}


/***********************************************/
/************* CLIENT VIEW PAGES  ******************/
.tope {
    position: relative;
    padding: 220px 0 100px 0 !important;
    min-height: calc(100vh - 60px)
}


/***********************************************/
/************* FOOTER  ******************/
.footer {
    position: relative;
    background-color: #2a3d10;
    padding: 10px 0;
    width: 100%;
    height: 100px;
    bottom: 0;
}

    .footer p, .footer a {
        color: #ddffdd !important;
        font-size: 12px;
        line-height: 12px;
    }

    .footer .fa {
        padding: 0 10px;
        color: #ddffdd !important;
    }

        .footer .fa:hover, .footer a:hover {
            color: orange !important;
        }


/***********************************************/
/************* ADMINISTRATION VIEW HEADER / MENU  ******************/
.adminlogo img {
    height: 100px;
}
.w3-top.admin {
    padding:20px 0;
    position: relative;
    background-image: none;
    height:160px;
}

.topeadmin {
   
    min-height: calc(85vh - 60px)
}

.toplink {
    position: absolute;
    top: 0;
    right: 38px;
    text-align: right;
}

.welcome.admin {
    position: relative !important;
    padding: 0 0 20px 0;
    text-align: right;
    color: #ffffed !important;
    top: 0;
}

.menuadmin {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    padding: 0 5px;
}

    .menuadmin .w3-bar-item {
        border-left: 2px solid orange;
    }

.lst {
    border-right: 2px solid orange;
}

.menuadmin a.w3-bar-item.w3-button {
    color: #fff !important;
    font-size: 12px !important;
}

    .menuadmin a.w3-bar-item.w3-button:hover {
        background-color: orange !important;
        color: #000 !important;
    }



.menuadmin .w3-dropdown-hover:first-child,
.menuadmin .w3-dropdown-click:hover,
.menuadmin .w3-dropdown-hover:hover > .w3-button:first-child,
.menuadmin .w3-dropdown-click:hover > .w3-button:first-child {
    background-color: transparent !important;
    color: #fff !important;
}




.menuadmin .w3-bar-block .w3-bar-item {
    padding: 6px 6px;
    font-size: 14px !important;
    color: #fff !important;
    border: 0 !important;
}

.menuadmin a.w3-bar-block .w3-bar-item {
    font-weight: 600;
    color: #000 !important;
}

.menuadmin .w3-bar-block .w3-bar-item:hover,
.menuadmin .w3-bar-block .w3-bar-item:focus,
.menuadmin .w3-bar-block .w3-bar-item:active,
.menuadmin .w3-bar-block .w3-bar-item:visited {
    background-color: transparent !important;
    color: #fff !important;
}

.re-content{
    display:none;
    background-color:aliceblue;
}

.w-validator {
    padding: 2px;
    color: #000 !important;
    background-color: #ffdddd;
}

.w3-input.w3-border.lineblock {
    display: inline-block;
    text-align: justify;
}

div.divinventory {
    position: absolute;
    top: 5px;
    right: 16px;
}

.foottotal {
    width: 200px;
    margin-right: 50px;
}

.txtprice {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    width: 150px;
}
.showdoc, .showdocup {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.showdocup {
    z-index: 10000 !important;
}

.docimmageclass {
    width: 800px;
}

.iframeclass {
    width: 800px;
    height: 500px;
    border: 0;
}

div.compclass {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}

    div.compclass img {
        width: 100px;
        margin-right: 10px;
    }



/********************************************************/
/**********COMMON ***********************************/

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover,
.w3-dropdown-hover:hover > .w3-button:first-child,
.w3-dropdown-click:hover > .w3-button:first-child {
    background-color: transparent !important;
    color: #ddffdd !important;
}
.w3-dropdown-content {
    margin-top: 30px;
    background-color:darkgreen !important;
    border: 0 !important;
    border-top: 2px solid orange !important;
    min-width: 250px;
}
.w3-dropdown-content a{
   font-weight:600;
}
.w3-bar-block .w3-bar-item {
    padding: 6px 8px;
    font-size: 14px !important;
    color: #ddffdd !important;
    border: 0 !important;
}

a.w3-bar-block .w3-bar-item {
    font-weight: 600;
    color: #000 !important;
}

.w3-bar-block .w3-bar-item:hover,
.w3-bar-block .w3-bar-item:focus,
.w3-bar-block .w3-bar-item:active,
.w3-bar-block .w3-bar-item:visited {
    background-color: transparent !important;
    color: #fff !important;
}

/*******************************************/
/*******************************************/

.w3-table-all {
    font-size: 14px !important;
}

.w3-table {
    background-color: #fff !important;
}

    .w3-table.w3-small td {
        padding: 0 3px !important;
    }

    .w3-table.w3-small th {
        padding: 0 3px !important;
    }

table th a {
    text-decoration: none;
}

    table th a:hover {
        text-decoration: underline;
    }


/*******************************************/
/*******************************************/

.rborder {
    border-right: 2px dotted orange;
}

.lborder {
    border-left: 2px dotted orange;
}

.w3-border.nobleft {
    border-left: 0 !important;
}
.w3-border.bright {
    border-right: 2px solid orange !important;
}
.NoBorder {
    border: 0 !important;
}




/******************************/
.Tab .ajax__tab_header:after {
    clear: both;
}

.Tab .ajax__tab_header:before,
.Tab .ajax__tab_header:after {
    content: "";
    display: table;
}

.Tab .ajax__tab_header {
    background-color: #3d3d3d;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.Tab .ajax__tab {
    display: block;
    float: left;
    width: 130px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    background-color: green;
    font-family: 'Arial', sans-serif;
}

.Tab .ajax__tab_tab,
.Tab .ajax__tab_outer,
.Tab .ajax__tab_inner,
.Tab .ajax__tab_tab span {
    width: 130px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    background-color: green;
    font-family: 'Arial', sans-serif;
}

    .Tab .ajax__tab_tab span {
        display: inline-block !important;
        padding: 3px 0 0 0 !important;
        color: #fff !important;
    }

/*Tab disabled*/
.ajax__tab_xp .ajax__tab_disabled span {
    color: gray !important;
    cursor: default;
    background-color: darkgray !important;
}

/*Body*/
.Tab .ajax__tab_body {
    border: solid 1px #e5e5e5;
    padding: 8px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab,
.Tab .ajax__tab_active .ajax__tab_outer,
.Tab .ajax__tab_active .ajax__tab_inner,
.Tab .ajax__tab_active .ajax__tab_tab span {
    color: #fff;
    width: 130px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: orange;
}

    .Tab .ajax__tab_active .ajax__tab_tab span {
        display: inline-block !important;
        padding: 3px 0 0 0 !important;
    }

        .Tab .ajax__tab_active .ajax__tab_tab span:hover {
            color: #000;
        }

/* ******** ADM GRID ************** */

.mview{
    border:1px solid #c1c1c1;
    padding:10px;
    position:relative;
}
.mGrid {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 2px 0;
    border: solid 1px #ddd;
    border-collapse: collapse;
}

    .mGrid th {
        padding: 3px 6px;
        color: #fff;
        background-color: #3d3d3d;
        border-color: #8d8d8d;
        font-size: 12px;
    }

        .mGrid th a {
            color: #fff !important;
            font-size:12px;
        }

            .mGrid th a:hover {
                color: #5ecc39;

            }


    .mGrid td {
        border: solid 1px #ddd;
        padding: 3px 6px;
        font-size: 13px;
    }
        .mGrid td .w3-input,
        .mGrid td .w3-btn {
            padding: 2px !important;
            border: solid 1px #ddd;
            font-weight: 600;
        }
    

.mGridBorder {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    border-collapse: collapse;
}

    .mGridBorder th {
        padding: 6px;
        color: #000;
        background-color: #fff;
        border: solid 1px #ddd;
        font-size: 13px;
        font-weight: 600;
    }

    .mGridBorder td {
        padding: 6px;
        font-size: 13px;
        border: solid 1px #ddd;
    }



/********************************************/
/********* PANELS **************************/

.ppanelcss {
    position:relative;
    clear:both;
    display:none;
    margin: 25px auto 50px auto;
}
.ppanelcss2 {
    position: relative;
    clear: both;
    display: none;
    margin: 25px auto 0 auto;
}
.ppanelcsslg {
    position: relative;
    clear: both;
    display: none;
    margin: 25px auto 50px auto;
    width:100%;
}
.cssfilter {
    background-color: #ffffed;
    border: 1px solid #cecece;
    margin: 5px 0;
    width: 100%;
    padding: 3px;
    font-size: 12px;
}
    .cssfilter .w3-input {
        padding: 2px 3px !important;
        font-size: 12px;
    }
    .cssfilter .w3-padding {
        padding:2px 3px 3px 0 !important;
    }

    .cssfilter .w3-panel {
        margin: 0 !important;
        padding: 3px !important;
    }
.cssfilter.admin {
    border: 1px solid orange;
  
}


/*****************************************************/
/* ******** GRID and PAGER and tables ************** */

.hright {
    text-align: right !important;
}
.hleft {
    text-align: left !important;
}
.hcenter {
    text-align: center !important;
}

.first {
    cursor: pointer;
    background: transparent url(../images/first.png) no-repeat scroll center;
    height: 18px;
    width: 20px;
}

.last {
    cursor: pointer;
    background: transparent url(../images/last.png) no-repeat scroll center;
    height: 18px;
    width: 20px;
}

.previous {
    cursor: pointer;
    background: transparent url(../images/previous.png) no-repeat scroll center;
    height: 18px;
    width: 20px;
}

.next {
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat scroll center;
    height: 18px;
    width: 20px;
}
/**************************************************/
/* ************* RADIO BUTTON ********************/

.container {
    display:inline-block;
    position: relative;
    padding:0 5px 0 25px;
    margin:0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width:16px;
    background-color: #eee;
    border:1px solid green;
}
.container.price .checkmark {
    top: -15px;
}
.radio {
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: lawngreen;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: lawngreen;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
    left: 4px;
    bottom: 3px;
    width: 8px;
    height:12px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container .checkmark.radio:after {
    top: 2px;
    left:2px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border: solid #000;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.checkdisabled {
    position:relative;
    display:inline-block;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid gray;
}
    .checkdisabled:after {
        content: "";
        position: absolute;
        left: 8px;
        bottom: 5px;
        width: 8px;
        height: 20px;
        border: solid gray;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*******************************************/
/************** MEDIA DISPLAY *********************/

@media screen and (max-width: 600px) {
    html, body {
        font-size: 12px;
    }

    input, textarea, select {
        font-weight: 400;
        color: #000 !important;
        font-size: 13px !important;
    }

    input, textarea, select {
        font-size: 13px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 13px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 12px;
    }
    .lineblock {
        width: 80px !important;
    }
      
    .w3-btn {
        padding: 3px 6px !important;
        font-size: 13px !important;
    }
    /*----------------------------------------------------------*/
    /*------------ CLIENT VIEW HEADER / MENU -------------------*/

    .w3-top{
        position: relative;
        height: 100px;
    }
    div.phone {
        padding: 2px 0 0 0;
        font-size: 14px;
        line-height: 12px;
    }

        div.phone a {
            font-size: 14px;
            line-height: 14px;
        }

            div.phone a:hover {
                color: #ffc107;
                text-decoration: underline;
            }

  
    .logo img {
        margin-top: 15px;
        height: 80px;
    }

   

    .welcome {
        top: 30px;
        right: 16px;
        text-align: right;
    }

   
        #intro .w3-panel {
            margin-top: 0;
            width: 100%;
        }

        #intro .moto {
            width: 100% !important;
            margin: 20px 0 0 0;
            padding: 15px;
        }

        #intro img {
            display: block;
            margin: 0 auto;
            width: 250px;
        }


        #intro h1 {
            font-size: 20px;
            line-height: 25px;
        }

        #intro p {
            font-size: 15px;
            line-height: 15px;
        }

        #intro .w3-button {
            display: block;
            margin: 25px auto;
        }

            #intro .w3-button:hover {
                color: #c9daba !important;
                background-color: #3e741a !important
            }

    .specialprice {
        font-size: 30px;
    }


    .specials .w3-panel h3 {
        font-size: 20px;
    }

    .specials .w3-panel p {
        font-size: 16px;
    }



    .specials img {
        padding-top: 10px;
    }

    .specials .w3-row {
        margin: 0 0 10px 0;
        padding: 5px;
    }


    .w3-modal-content {
        width: 90% !important;
        height: 300px;
    }

        .w3-modal-content .w3-container span.spanx {
            font-weight: 300;
            font-size: 30px !important;
            top: 20px;
            right: 20px;
        }

        .w3-modal-content .w3-container div {
            width: 90%;
            height: 30px;
            margin: 100px auto;
        }

            .w3-modal-content .w3-container div a {
                display: block;
                margin: 50px auto;
                font-size: 13px;
            }
    .accordionHeader, .accordionHeaderSelected {
        font-size: 15px;
        font-weight: 600;
    }




    .docimmageclass {
        width: 310px;
    }

    .iframeclass {
        width: 310px;
        height: 400px;
        border: 0;
    }

  
    .w3-button.butt-menu {
        border: 0;
        margin-top: 50px;
        font-size: 20px;
    }


    .butt-menu:hover {
        background-color: transparent !important;
    }
    .w3-table-all {
        font-size: 12px !important;
    }



    /*----------------------------------------------------------*/
    /*------------ CLIENT VIEW PAGES -------------------*/

    .tope {
        margin-top: 0;
        padding: 16px 16px 50px 16px !important;
        min-height: calc(100vh - 60px)
    }

   
    /*----------------------------------------------------------*/
    /*------------ ADMIN VIEW HEADER / MENU -------------------*/
    .introtope {
        margin-top: 0;
        background-image: url(../images/main2-mobile.jpg);
        padding: 16px 16px 50px 16px !important;
        min-height:160px;
    }
    .w3-top.admin{
        padding:0;
        height:110px;

    }


    .welcome.admin {
        top: 10px;
        right: 16px;
        text-align: right;
    }

    .w3-top.admin
    .w3-button.butt-menu {
        position: absolute;
        top: 0;
        right: 16px;
        background-color: transparent;
        z-index: 100;
    }


    /*----------------------------------------------------------*/

    .rborder {
        border-left: none;
    }

    .mobilrotate {
        display: block;
        border-bottom: 2px dotted gray;
        padding: 0;
        padding-bottom: 5px;
        margin: 0 auto;
    }

        .mobilrotate img {
            width: 70px;
        }

  

    .mview {
        border: 0;
        padding: 0;
    }

    .w3-table-all.w3-small,
    .w3-table-all.w3-small th,
    .w3-table-all.w3-small td {
        font-size: 10px !important;
    }



    


    
    .fa.fa-bars {
        margin-top: 10px;
        margin-right: 20px;
        color: #f3ff6e;
    }



    
    .w3-dropdown-content {
        top: -10px;
        min-width: 200px !important;
        width: 200px !important;
        z-index: 100 !important;
    }

    #ctl00_ContentPlaceHolder1_btout {
        margin: 20px auto !important;
    }

    
    /******************************/
    .Tab .ajax__tab_header {
        margin: 10px 0 0 0 !important;
    }

    .Tab .ajax__tab {
        float: none;
        width: 100% !important;
    }

    .Tab .ajax__tab_tab,
    .Tab .ajax__tab_outer,
    .Tab .ajax__tab_inner,
    .Tab .ajax__tab_tab span {
        width: 100% !important;
        border-bottom: 1px solid #fff !important;
    }

        .Tab .ajax__tab_tab span {
            display: inline-block !important;
            padding: 3px 0 0 0 !important;
            color: #fff !important;
        }

    /*Tab disabled*/
    .ajax__tab_xp .ajax__tab_disabled span {
        color: gray !important;
        cursor: default;
        background-color: darkgray !important;
    }

    /*Body*/
    .Tab .ajax__tab_body {
        border: solid 1px #e5e5e5;
        padding: 8px;
    }
    /*Tab Active*/
    .Tab .ajax__tab_active .ajax__tab_tab,
    .Tab .ajax__tab_active .ajax__tab_outer,
    .Tab .ajax__tab_active .ajax__tab_inner,
    .Tab .ajax__tab_active .ajax__tab_tab span {
        width: 100% !important;
        text-align: center;
    }

        .Tab .ajax__tab_active .ajax__tab_tab span {
            display: inline-block !important;
            padding: 3px 0 0 0 !important;
        }

            .Tab .ajax__tab_active .ajax__tab_tab span:hover {
                color: #000;
            }


    /*-------------------------------------------*/
 
    .mGrid th {
        padding: 2px 4px;
    }

        .mGrid th,
        .mGrid td,
        .mGrid th a {
            font-size: 10px;
        }


    .mGrid td {
        padding: 2px 4px;
    }

        .mGrid td .w3-button.btn {
            font-size: 10px;
            padding: 2px;
        }
 .mGridBorder th {
        padding: 2px 2px;
        font-size: 10px;
    }

    .mGridBorder tr {
        font-size: 10px;
    }


    .mGridBorder td {
        font-size: 10px;
    }

    .cssdrop {
        max-width: 90% !important;
    }

    .lborder {
        border-left: 0;
    }

    .rborder {
        border-right: 0;
    }

    .cssfilter {
        background-color: #ffffed;
        border: 1px solid #cecece;
        margin: 5px 0;
        width: 100%;
        padding: 5px;
        font-size: 10px !important;
    }

        .cssfilter .w3-input {
            padding: 2px 3px !important;
            font-size: 10px !important;
        }

        .cssfilter .w3-padding {
            padding: 2px 3px 3px 0 !important;
        }

        .cssfilter .w3-panel {
            margin: 0 !important;
            padding: 3px !important;
        }

  

    .ppanelcss {
        position: relative;
        padding: 0 !important;
        margin: 0 !important;
    }
    

    .container span {
        font-size: 11px;
    }


    /*-----------------------------------*/


    #mySidebar a.w3-bar-item.w3-button {
        color: #ffffed !important;
        font-size: 11px !important;
    }


        #mySidebar a.w3-bar-item.w3-button.up {
            color: yellow !important;
            font-size: 14px !important;
            font-weight: 700;
            margin-top: 10px;
        }


        #mySidebar a.w3-bar-item.w3-button.logbut,
        .w3-button.logbut {
            color: #bf0300 !important;
        }

            #mySidebar a.w3-bar-item.w3-button:hover,
            #mySidebar a.w3-bar-item.w3-button.logbut:hover,
            .w3-button.logbut:hover {
                background-color: transparent !important;
                border: 0 !important;
            }

    .w3-sidebar {
        padding: 5px 10px;
        font-size: 11px;
    }

        .w3-sidebar.admin {
            padding-bottom: 150px !important;
        }

        .w3-sidebar p {
            padding-left: 15px;
        }

        .w3-sidebar div.subdiv {
            padding-left: 30px;
        }

        /*-------------------------------------------------*/

}

@media (min-width: 601px) and (max-width: 890px) {
    html, body {
        font-size: 12px;
    }

    input, textarea, select {
        font-size: 16px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 12px;
    }


    input, textarea, select {
        font-size: 14px;
    }

    .w3-top,
    #myNavbar {
        position: relative;
        height: 150px;
    }

    .introtope,
    .tope {
        margin-top: 0;
        padding: 16px 16px 50px 16px !important;
        min-height: calc(100vh - 60px)
    }

    .topeadmin {
        margin-top: 10px !important;
    }

    div.phone {
        height: 35px;
        padding: 18px 0 0 0;
        font-size: 14px;
        line-height: 0;
    }

        div.phone a {
            font-size: 14px;
            line-height: 0;
        }

    .welcome {
        top: 50px;
    }

    .logo img {
        margin-top: 20px;
        height: 100px;
    }


    .lborder {
        border-left: 0;
    }

    .rborder {
        border-left: 0;
    }

    .mview {
        border: 0;
        padding: 10px;
    }



    .menuadmin {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #000;
        padding: 0;
    }


        .menuadmin a.w3-bar-block .w3-bar-item {
            font-weight: 600;
            color: #000 !important;
        }

        .menuadmin .w3-bar-block .w3-bar-item:hover,
        .menuadmin .w3-bar-block .w3-bar-item:focus,
        .menuadmin .w3-bar-block .w3-bar-item:active,
        .menuadmin .w3-bar-block .w3-bar-item:visited {
            background-color: transparent !important;
            color: #fff !important;
        }

   

    .mGrid th, .mGrid td {
        padding: 2px 3px;
        font-size: 10px;
    }

        .mGrid th a {
            font-size: 10px;
        }


        .mGrid td .w3-button.btn {
            font-size: 10px;
        }




    #intro {
        min-height: 300px;
    }

        #intro .moto {
            width: 70%;
            margin-top: 0;
            padding: 0 50px 0 0;
        }

    .w3-responsive {
        z-index: 20 !important;
    }


    .docimmageclass {
        width: 600px;
    }

    .menu {
        width: 600px !important;
    }

        .menu .w3-button {
            font-size: 16px;
        }



}

@media (min-width: 601px) and (max-width: 1080px) {
    .menuadmin a.w3-bar-item.w3-button {
        padding: 3px 3px;
        font-size: 9px !important;
    }
    .menu .w3-button {
        font-size: 13px !important;
        padding:0 10px;
    }
    .w3-dropdown-content {
        margin-top:18px;
        background-color: darkgreen !important;
        border: 0 !important;
        border-top: 2px solid orange !important;
        min-width: 250px;
    }
    .menuadmin .w3-dropdown-content {
        top: -3px;
    }
}

@media (min-width: 1081px) and (max-width: 1380px) {
    .menuadmin a.w3-bar-item.w3-button {
        padding: 3px 3px;
        font-size: 14px !important;
    }

    .menuadmin .w3-dropdown-content {
        top: -5px;
    }
}


@media print {
    .newpage {
        page-break-after: always;
    }
}




  