/*
    Bendras plotis 960px, bus centruota.
    Contentui 2px paddingas is sonu, ir 2px saugus borderiai.
    Jei didini padinga arba borderius mazini dydi.

 */
 h3{
     text-transform:uppercase;
     font-weight: bold;
     padding-bottom: 10px;
     padding-top: 5px;
 }
 input{
     margin-bottom: 10px;
     -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
 }
 textarea
 {
     margin-bottom: 10px;
     -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
 }

#holder
{
    width: 1225px;
    margin: 0 auto;
    font-size: 1em;
}
    #header
    {
        float: left;
        width: 1150px;
    }
    #holder .left
    {
        float: left;
    }
    #holder .right
    {
        float: right;
    }

#content
{
    width: 1225px;
    clear: both;
    float: left;
}
    #menu
    {
        border: 2px solid red;
        padding: 0 2px;
        width: 250px;
        float: left;
    }
    #info_holder
    {
        float: right;
    }
        #column_middle
        {
            border: 2px solid red;
            padding: 0 2px;
            width: 475px;
            float: right;
        }
            .ticketListContainer
            {
                clear:both;
                width: 472px;
                float: left;
            }
            .ticketContainer
            {
                clear:both;
                width: 472px;
                float: left;
                border: 1px solid red;
                margin-bottom: 1px;
            }
            .ticketTitle
            {
                width: 472px;
                float: left;
                font-weight: bold;
                /*padding-top: 2px;*/
            }
            .ticketTitleImage
            {
                float: left;
                margin-top: 2px;
                /*border: 2px solid red;*/
            }
                div .showLog, .hideLog
                {
                    float: right;
                }
            .ticketBody
            {
                width: 472px;
                float: left;
            }
                .ticketStatus
                {
                    font-size: 0.8em;
                }
            .checked
            {
                float: left;
            }
            .logListContainer
            {
                clear:both;
                float: left;
            }
                .logContainer
                {
                    clear:both;
                    width: 470px;
                    float: left;
                    border: 1px solid red;
                    margin-bottom: 1px;
                }
                .logTitle
                {
                    width: 470px;
                    float: left;
                    font-size: 0.7em;
                }
                .redOK
                {
                    color: red;
                }

        #column_right
        {
            border: 2px solid red;
            padding: 0 2px;
            width: 475px;
            float: right;
        }


#newTicket
{
    border: 2px solid red;
    padding: 0 2px;
    width: 900px;
    float: left;
}
    .newTicketLeft
    {
        padding: 0 2px;
        width: 405px;
        float: left;
    }
    .newTicketRight
    {
        padding: 0 2px;
        width: 470px;
        float: right;
    }
    .newTicketSubmit
    {
        clear: both;
        width: 900px;
    }
    .newTicketAddress , .newTicketSerial
    {
        width : 370px;
    }

    .newTicketGedimas , .newTicketPastabos
    {
        width : 370px;
    }
    .jesica
    {
        width: 370;
        height: 230px;
        /*background-image: url('http://farm1.static.flickr.com/4/4556322_462cfb22d7.jpg');*/
    }

#searchResultsholder
{
    border: 2px solid red;
    padding: 0 2px;
    width: 750px;
    float: left;
}
    .searchResult
    {
        clear: both;
        float: left;
    }
    .searchResultTitle
    {
        float: left;
        width: 300px;
    }
    .searchResultContents
    {
        float: right;
    }

  /*Styles for fuzz overlay & message box*/
  #fuzz
  {
      position:absolute;
      top:0; left:0;
      width:100%;
      z-index:100;
      display:none;
      text-align:left;
      background-image: url('/images/dim.png');
  }
  /*Message box, positioned in dead center of browser*/
  .searchbox
  {
      position:absolute;
      width:1000px;
      height:400px;
      z-index:200;
      border:2px solid #222;
      background: #FFF;
      top: 300px;
      left: 100px;
  }
  /*The "X" in the upper right corner of msgbox*/
.closePopup
  {
      top:0px;
      float:right;
  }
 .svarbu
 {
     background-color: #adb6c7;
 }

 /*Garantiniai 2012-04-02 */

 .komponentasLineContainer
 {
     clear: both;
     float: left;
 }
 .komponentas
 {
     float: left;
     width: 300x;
 }
  .komponentas input
 {
     float: left;
     width: 250px;
     font-weight: bold;
 }

 .komponentasName
 {
     float: left;
     width: 200px;
 }
 .komponentasName input
 {
     width: 190px;
     font-weight: bold;
 }

 .komponentasGarantija
 {
     float: left;
     width: 80px;
 }

  .komponentasGarantija input
 {
     float: left;
     width: 60px;
     font-weight: bold;
 }

  .komponentasKaina
 {
     float: left;
     width: 90px;
 }

  .komponentasKaina input
 {
     float: left;
     width: 60px;
     font-weight: bold;
 }

 .komponentasSerijinis
 {
     float: left;
     width: 150px;
 }

 .komponentasSerijinis input
 {
     float: left;
     width: 130px;
 }

 #pasivedusi
 {
     font-size: 11px;
 }

.logo
{
    text-decoration: none;
    border:0px;
    width: 120px;
}

.panel-heading
{
    padding: 5px 10px;
}

.panel-title
{
    font-size: 14px;
}

.panel-title a
{
    color: white;
}

.panel-group
{
    margin-bottom: 5px;
}

.color-green
{
    background-color: #419641 !important;
    border-color: #419641 !important;
}

.color-red
{
    background-color: #c1392b !important;
    border-color: #c1392b !important;
}

.color-orange
{
    background-color: #e77e23 !important;
    border-color: #e77e23 !important;
}

.color-blue
{
    background-color: #3598db !important;
    border-color: #3598db !important;
}

.color-violet
{
    background-color: #8f44ad !important;
    border-color: #8f44ad !important;
}

.navbar-userinfo
{
    line-height: 43px;
    color: white;
}
