﻿body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}


    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background-color: #282828;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgb(255,204,41);
        border-radius: 10px;
    }


header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


@media only print 
{
   .nonPrintable 
   {
        display: none !important;
   }
}

/* Styles for image buttons
-----------------------------------------------------------*/


.verButtonDmd {
    background: url(../Content/themes/base/images/ver.png) no-repeat!important;
    cursor: pointer!important;
     width: 30px;
        height: 30px;
        border: none;
}


@media only screen and (max-width: 991px) {
    /* For mobile phones: */
    .mobile-responsive {
        position:relative !important;
        z-index:auto !important;
    }
    .mobile-responsive-content {
        width:100% !important;
        padding-left: 5px !important;
    }
    .mobile-responsive-content-master {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
}


