﻿html
{
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}


#body
{
    background-color: #e2e2e2;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    padding-bottom: 35px;
}

tr.ui-search-toolbar input
{
    font-size: 8px;
}

header, footer, hgroup nav, section
{
    display: block;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.highlight
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* main layout 
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 960px;
}


.main-content
{
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content
{
    background: url("../images/heroaccent.png") no-repeat;
}

footer
{
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
    font-size: 2.3em;
    margin: 20px 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* featured */
.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
    background-image: -o-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7AC0DA), color-stop(1, #A4D4E6));
    background-image: -webkit-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
    background-image: linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}


/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}


/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

fieldset label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

fieldset label.checkbox
{
    display: inline;
}

fieldset input[type="text"], fieldset input[type="password"]
{
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

fieldset input[type="text"]:focus, fieldset input[type="password"]:focus
{
    border: 1px solid #7ac0da;
}

fieldset input[type="submit"]
{
    background-color: #d3dce0;
    border: solid 1px #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
}

/* ajax login/registration dialog */
.modal-popup
{
    font-size: 0.7em;
}

.modal-popup input[type="text"], .modal-popup input[type="password"]
{
    width: 90%;
}

/* info and errors */
.message-info
{
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.success
{
    color: #7ac0da;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error
{
    border: solid 1px #e80c4d;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

    /* header  
            	            ----------------------------------------------------------*/
    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        font-size: .85em;
        margin-top: 0;
        text-align: center;
    }

    #login ul
    {
        margin: 5px 0;
        padding: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a
    {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover
    {
        color: #333;
    }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li
    {
        margin: 0;
        padding: 0;
    }


    /* main layout  
            	            ----------------------------------------------------------*/
    .main-content, .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.one, ol.round li.two, ol.round li.three
    {
        background: none;
    }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

    /* forms */
    fieldset input[type="text"], fieldset input[type="password"]
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer  
            	            ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }

    ul#social
    {
        padding: 0;
        margin: 0;
    }

    a.facebook, a.twitter
    {
        background: none;
        display: inline;
        float: none;
        height: auto;
        padding-left: 0;
        text-indent: 0;
        width: auto;
    }
}
.ui-jqgrid .ui-pg-input
{
    width: 21px;
    height: 16px !important;
}
.ui-jqgrid .ui-pg-selbox
{
    width: 80px;
    height: 26px !important;
    font-size: inherit !important;
}
.ui-jqgrid .ui-jqgrid-pager
{
    height: 31px !important;
}

.ui-jqgrid .ui-pg-table
{
    margin-top: 2px;
}
.ui-jqgrid .ui-pg-table td
{
    border: 1px none;
    padding: 1px !important;
}

.ui-jqgrid-btable a
{
    text-decoration: underline;
}

.bold
{
    font-weight: bold;
}

.grid-container
{
    min-width: 500px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.cart-submit
{
    margin-top: 15px;
    float: right;
}

input.error
{
    border-color: #B94A48 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}

.filter-inline
{
    float: left;
    margin: 5px;
}

.ui-widget-header
{
    background-color: #006DCC !important;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    color: #FFFFFF !important;
}
.ui-widget-header .ui-icon
{
    background-image: url("/content/themes/base/images/ui-icons_ffffff_256x240.png") !important;
}

.ui-jqgrid-titlebar-close:hover
{
    background: none !important;
    border: none !important;
}
.content-wrapper
{
    max-width: 100% !important;
}

.input-mini-red
{
    width: 60px;
    color: Red !important;
}

.color-blue
{
    color: Blue !important;
}

.color-red
{
    color: Red !important;
}

.height-size
{
    height: 30px;
}
.heightproduct-size
{
    height: 20px;
}
.italic
{
    font-style: italic;
}

.hiddenControl
{
    visibility: hidden;
}

.btn
{
    width: 150px !important;
}

#btnLogare
{
    width: 350px !important;
}

#idFieldSet
{
    min-height: 900px !important;
}

#ObservatiiNonconformitate
{
    width: 500px !important;
}

#lnkGoBack {
    font-size: large;
    text-decoration: underline;
    font-style: italic;
    font-weight: bolder;
}

.spanCustom
{
    max-width: 200px;
    padding-left: 10px;
}

.textBoxLogin {
    max-width: 150px;
}

.externalLinkSize
{
    font-size: 15px;
}

#dispozitiiGrid
{
    font-size: 10px !important;
}

#welcomeLabel
{
    font-size: 36pt;
    position: absolute;
    top: 250px;
    width: 100%;
    text-align: center;
    font-family: Garamond;
    font-weight: 100;
    color: #5F5F5F;
}

.textareaDescription
{
    min-width: 450px;
    max-width: 450px;
    height: 150px;
    max-height: 150px;
}

#divMiddle
{
    float: left;
    width: 300px;
}

#divLeft
{
    float: left;
    width: 300px;
}

.textareaDetailDescription
{
    min-width: 700px;
    max-width: 700px;
    height: 150px;
}

#selectFirmeGrid
{
    font-size: 10px !important;
}

.firmeSelect
{
    color: Blue;
    text-decoration: underline;
}

#gridRemarks
{
    padding-top: 10px;
}

.textareaObservatiiDescription
{
    width: 700px;
    height: 300px;
}

#attachFile
{
}

.filtreTxt
{
    max-width: 100px !important;
}


input[type="radio"]
{
    margin-top: -1px !important;
    vertical-align: middle !important;
}
.labelTicket
{
    display: inline;
    font-size: 1.5em;
    font-weight: bold;
}

.radiofeedback
{
    font-size: 1.5em;
    font-weight: bold;
}

.divFeedback
{
    position: relative;
    width:700px;
    margin-left: 20px;
    border:solid 2px;
    padding-left:20px;
    padding-bottom:10px;
}

.textareafeedback
{
    min-width:550px;
    max-width:600px;
    min-height:200px;
    max-height:300px;
    width:550px;   
    height:250px;
}

.imgFeedback
{
    padding-left:40px; 
}

.linkFeedback
{
    padding-left:30px; 
    color:Green;
}

.labelFeedback
{
    position:relative;
    display:inline !important;
    padding-left:65px;
    color:#065baa; 
    font-weight:bold;
    
    
}

.labelFeedbackTitlu
{
    display: inline !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
    padding-left:65px !important;
}

.divSugestii
{
    padding-left:65px;   
}

.gray-button {
    background-color: #9f9fa0 !important;
    color: #ffd128 !important;
    padding: 4px 12px;
    text-align: center;
    border-radius: 4px;
    min-width: 150px !important;
}

button.gray-button:hover {
    background-color: transparent !important;
}

.subjectSize {
    width: 700px !important;
}

/*
#btnNewTicket {
    background-color: #9f9fa0 !important;
    color: #fcd42e !important;
}*/

.classname {
    display: inline-block;
    width: 100px;
    height: 30px !important;
    background-color: #9f9fa0;
}

.labelWhite
{
	color: white;
}