﻿/* RESET
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    /*background: #ffffff url('images/BodyBG.png') repeat-x top left;*/
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #444444;
}


/* LINKS   
----------------------------------------------------------*/
a {
    color: #FC6703;
    text-decoration: underline;
    font-weight: bold;
}

    a:hover {
        color: #ff9622;
    }


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #444444;
    margin: 20px 0 10px 0;
    clear: both;
}

h1 {
    font-size: 2em;
    color: #ff9622;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    /* width: 98%;*/
    margin-left: auto;
    margin-right: auto;
}

#header {
    overflow: hidden;
    background: #fe7806 url('images/BodyBG.png') repeat-x top left;
}

.headerContent {
    padding: 0 10px;
}


#title {
    color: #ffffff;
    float: left;
    background: transparent url('images/TitleLeft.png') no-repeat top left;
}

    #title h1 {
        color: #444444;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 22px 20px 30px 20px;
        background: transparent url('images/TitleRight.png') no-repeat top right;
    }

        #title h1 a {
            color: #444444;
            text-decoration: none;
        }

            #title h1 a:hover {
                color: #444444;
                text-decoration: none;
            }

#title2 {
    color: #ffffff;
    float: left;
    background: transparent url('images/TitleLeft.png') no-repeat top left;
    width: 300px;
    text-align: center;
}

    #title2 div {
        color: #444444;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        height: 58px;
        padding: 10px 20px 10px 20px;
        background: transparent url('images/TitleRight.png') no-repeat top right;
    }

        #title2 div div {
            display: table-cell !important;
            background: none !important;
            margin: 0px !important;
            padding: 0px !important;
            vertical-align: middle !important;
            text-align: center !important;
            height: 50px;
            width: 260px;
        }

        #title2 div a {
            color: #444444;
            text-decoration: none;
        }

            #title2 div a:hover {
                color: #444444;
                text-decoration: none;
            }

#logindisplay {
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden
}

    #logindisplay a:link, #logindisplay a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    #logindisplay a:hover {
        text-decoration: underline;
    }

#menucontainer {
    margin-top: 15px;
    overflow: hidden;
}

.clearBoth {
    clear: both;
}

#main {
    margin-bottom: 30px;
    padding: 10px 30px;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #cccccc;
    padding: 4px 0;
    text-align: center;
    font-size: 11px;
    width: 100%;
    background: #ffffff url('images/FooterBG.png') repeat-x top left;
}

    #footer a {
        color: #cccccc;
        font-weight: normal;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }
/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul#menu li {
        float: left;
        background: transparent url('images/TabInactiveLeft.png') no-repeat bottom left;
    }

        ul#menu li a {
            display: block;
            padding: 15px 20px 8px 15px;
            color: #444444;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            background: transparent url('images/TabInactiveRight.png') no-repeat bottom right;
        }

            ul#menu li a:hover {
                text-decoration: underline;
            }

        ul#menu li.active {
            background: transparent url('images/TabActiveLeft.png') no-repeat bottom left;
        }

            ul#menu li.active a {
                background: transparent url('images/TabActiveRight.png') no-repeat bottom right;
            }

        ul#menu li.newemail {
            background: transparent url('images/TabInactiveLeft.png') no-repeat bottom left;
        }


            ul#menu li.newemail a {
                background: transparent url('images/TabInactiveRightMAIL.png') no-repeat bottom right;
            }

        ul#menu li.newemailactive {
            background: transparent url('images/TabActiveLeft.png') no-repeat bottom left;
        }


            ul#menu li.newemailactive a {
                background: transparent url('images/TabActiveRightMAIL.png') no-repeat bottom right;
            }

#submenuzone {
    padding: 5px 10px;
}

ul#submenu {
    float: right;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    list-style: none;
}

    ul#submenu li {
        float: left;
        /*border:1px solid #ff9622;*/
        margin: 2px;
        vertical-align: middle;
    }

        ul#submenu li.active a {
            /*background-color: #ff9622;*/
            display: block;
            text-decoration: none;
            border: 1px solid #ff9622;
        }

        ul#submenu li a {
            display: block;
            padding: 4px 4px 4px 4px;
            color: #444444;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            vertical-align: middle;
        }

            ul#submenu li a img {
                border: none;
                margin: 0;
                padding: 0;
            }

            ul#submenu li a:hover {
                text-decoration: underline;
            }


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
    margin: 2em 0 1em 0;
    padding: 1em;
    border: 1px solid #ff9622;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background: #ff9622;
    padding: 5px 10px;
}


fieldset p {
    margin: 10px 12px 2px 10px;
}

fieldset label {
    display: block;
    font-weight: bold;
    margin: 5px 0 3px 0;
}

    fieldset label.inline {
        display: inline;
    }

input[type="text"], input[type="password"] {
    width: 200px;
    border: 1px solid #cccccc;
    color: #333333;
}

    input[type="text"]:focus, input[type="password"]:focus {
        background-color: #ffd09d;
        border: 1px solid #ff9622;
    }

textarea {
    display: block;
    height: 100px;
    width: 400px;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
    border: 1px solid #cccccc;
}

    textarea:focus {
        background-color: #ffd09d;
        border: 1px solid #ff9622;
    }

/* TABLE
----------------------------------------------------------*/
table {
    border: solid 1px #cccccc;
}

    table td {
        padding: 5px;
        border: solid 1px #cccccc;
    }

    table thead td, table th {
        padding: 5px;
        text-align: center;
        /*	text-transform: uppercase;*/
        font-weight: bold;
        color: #ffffff;
        /*	background-color: #F6BE67;*/
        background-color: #ff9622;
        border: solid 1px #cccccc;
    }


    table thead {
        font-size: 1em;
        font-weight: bold;
    }

.inTable {
    border: 0 !important;
    white-space: nowrap;
    width: 100% !important;
}

    .inTable th {
        background-color: Red;
        width: 20%;
    }

    .inTable td {
        background-color: blue;
        width: 20%;
    }

.EditTable {
    width: auto !important;
    border: 0 px !important;
}

    .EditTable label {
        width: 40px !important;
    }

    .EditTable input {
        width: 40px !important;
    }

table th {
    background-color: #444444;
    /*background-color: #785616;
	text-transform: capitalize;*/
}

table tr.row-alternate {
    background-color: #E4E4E4;
}


/* MISC  
----------------------------------------------------------*/
hr {
    clear: both;
    display: block;
    visibility: hidden;
}

.clear {
    clear: both;
}

.error {
    color: #ff0000;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    color: #ff0000;
    font-weight: bold;
    background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.errorMessage, .warningMessage, .infoMessage {
    padding: 10px 10px 10px 35px;
    margin: 5px 0;
    border: 1px solid #DFDFDF;
    color: #333333;
    font-weight: bold;
}

.errorMessage {
    background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.warningMessage {
    background: #fcf9ce url(icons/exclamation.gif) 5px 6px no-repeat;
}

.infoMessage {
    background: #fcf9ce url(icons/info.gif) 5px 6px no-repeat;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* OTHER HTML TAGS  
----------------------------------------------------------*/
code, blockquote {
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-left: 3px solid #ff9622;
}

code {
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}

blockquote {
    font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif;
    color: #666666;
}

ul, ol {
    margin: 10px 30px;
    list-style-position: inside;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

img {
    border: 1px solid #dadada;
    padding: 5px;
    background: #fafafa;
}

    img.float-right {
        margin: 5px 0px 5px 15px;
        border-right: 3px solid #ff9622;
    }

    img.float-left {
        margin: 5px 15px 5px 0px;
        border-left: 3px solid #ff9622;
    }

.ListBody {
    width: 500px;
}

    .ListBody div {
        padding-bottom: 15px !important;
    }

        .ListBody div label {
            float: left;
            width: 190px;
            color: #6c757e;
        }
/*.EditBody { width: 100%; margin-top:6px;  }*/

.EditDiv, .EditDiv2 {
    padding-top: 2px;
    padding-bottom: 2px !important;
}

    .EditDiv label {
        float: left !important;
        width: 190px;
        color: #6c757e;
        margin: 0px !important;
        padding: 0px !important;
    }

    .EditDiv2 label {
        width: 190px;
        color: #6c757e;
        margin: 0px !important;
        padding: 0px !important;
    }

.result {
    float: left;
    color: black !important;
    margin: 5px !important;
    padding: 0px !important;
}

.EditDivLong {
    padding-top: 2px;
    padding-bottom: 25px !important;
}

    .EditDivLong label {
        float: left !important;
        width: 220px;
        color: #6c757e;
        margin: 0px !important;
        padding: 0px !important;
    }



.EditDivThin {
    padding-bottom: 20px !important;
}

    .EditDivThin label {
        float: left !important;
        width: 145px;
        color: #6c757e;
        margin: 0px !important;
        padding: 0px !important;
    }

.EditElem {
    padding-top: 2px;
}

    .EditElem div {
        padding-bottom: 15px !important;
    }

        .EditElem div label {
            float: left;
            width: 70px;
            color: #6c757e;
        }

        .EditElem div input {
            width: 35px;
        }

.SubmitButton {
    width: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    border: none !Important;
    /*background: url('images/bg.button_green.gif') no-repeat top left #3b618a;*/
    background-color: #ff9622;
    border: none;
    height: 23px;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-left: 190px;
}

.SubmitButtonCreateCancel {
    width: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    border: none !Important;
    /*background: url('images/bg.button_green.gif') no-repeat top left #3b618a;*/
    background-color: #ff9622;
    border: none;
    height: 23px;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-left: 75px;
}

.SubmitButtonAjax {
    width: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    border: none !Important;
    /*background: url('images/bg.button_green.gif') no-repeat top left #3b618a;*/
    background-color: #ff9622;
    border: none;
    height: 23px !important;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-left: 2px !important;
}

.NoLeftMargin {
    margin-left: 0 !important;
}

.large140 {
    width: 140px !important;
}

.SubmitButton:hover {
    color: #ffffff;
}

.nowrap {
    white-space: nowrap !important;
}

.labelGreen {
    color: #00CE00 !important;
}

.labelBlue {
    color: #3399FF !important;
}


.labelRed {
    color: #FF5959 !important;
}


.DestomasDalykasBody {
    width: 100%;
    margin-top: 6px;
}

    .DestomasDalykasBody div {
        padding-bottom: 25px !important;
    }

        .DestomasDalykasBody div label {
            float: left;
            width: 300px;
            color: #6c757e;
        }

.float {
    float: left;
}

.UzsienioKalbuMokejimas, .UzsienioKalbuMokejimas tr td {
    border: none;
}

    .UzsienioKalbuMokejimas label {
        width: 250px !Important;
        color: #6c757e;
    }

    .UzsienioKalbuMokejimas #LB_MOKEJIMO_LYGIO_APRASAS {
        width: auto !Important;
        font-weight: normal !Important;
    }

#currentSettings {
    float: right;
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}

    #currentSettings table {
        border: 0;
    }

.currenttitle {
    border: 0;
    color: Black; /*#6c757e;*/
    text-align: right;
    padding: 2px 2px 0px 2px;
}

.currentvalue {
    border: 0;
    text-align: left;
    color: #ffffff;
    padding: 2px 2px 0px 2px;
}

.mokImage {
    border: 0 !important;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}


.DetailsTable {
    width: 100%;
    /*margin-top: 20px;*/
    border-collapse: collapse;
    border: 1px solid #ff9622;
}

    .DetailsTable tr td {
        border-collapse: collapse;
        border: 1px solid #ff9622;
        /*vertical-align: top;*/
    }

    .DetailsTable tr th {
        border-collapse: collapse;
        border: 1px solid #ff9622;
        text-align: left;
        font-size: 1.2em;
        font-weight: bold;
        color: #ffffff;
        background: #ff9622;
        padding: 5px 10px;
    }

.AsmuoinfoBody {
    margin-top: 6px;
    width: 100%;
}

.AsmensDetails {
    clear: both;
    width: 100%;
}

    .AsmensDetails fieldset {
        float: left;
        margin: 2px;
    }

.AsmuoDetailsTable {
    width: 750px;
}

.AsmuoDetailsTable2 tr td {
    vertical-align: middle;
}

.AsmensDiv {
    padding: 2px !important;
}

    .AsmensDiv label {
        float: left !important;
        width: 160px;
        color: #6c757e;
        margin: 0px !important;
        padding: 0px !important;
    }

.Asmensresult {
    float: left;
    color: black !important;
    margin: 0px !important;
    padding: 0px !important;
}

.AsmensDetails1 {
    clear: both;
    width: 100%;
}

    .AsmensDetails1 fieldset {
        float: left;
        margin: 2px;
    }

.simpleTable {
    border: solid 1px #cccccc !important;
}

    .simpleTable td {
        padding: 5px !important;
        border: solid 1px #cccccc !important;
    }

    .simpleTable thead td, .simpleTable th {
        font-size: 0.75em !important;
        font-weight: bold !important;
        padding: 5px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        color: #ffffff !important;
        border: solid 1px #cccccc !important;
        background-color: #444444 !important;
        text-transform: capitalize;
    }

    .simpleTable thead {
        font-size: 1.2em !important;
        font-weight: bold !important;
    }

.noBorderTable, .noBorderTable tr td {
    border: none;
}

.ResultTD {
    color: Black;
}

    .ResultTD div {
        padding-top: 6px;
    }

.my_own_icon {
    width: 16px !important;
    height: 16px !important;
    padding: 2px 8px 2px 8px;
    background-image: url('images/ui-icons_2e83ff_256x240.png') /*{iconsHighlight}*/;
    border: none;
}

.my_own_icon_plus {
    background-position: 0 -192px;
}

.ui_icon_verzliaraktis {
    background-position: -176px -112px;
}

.ui_icon_pagaliukas {
    background-position: -64px -112px;
}

.ui_icon_tag {
    background-position: -240px -96px;
}

.ui_icon_padidinamas_stiklas {
    background-position: -160px -112px;
}

.EditNameColumn {
    width: 190px;
    color: #6c757e;
}

.EditResultColumn {
    color: black !important;
}



.headerField {
    vertical-align: middle;
    /*border-top: 1px solid white !important;
    border-left: 1px solid white !important;*/
    border-right: 1px solid white !important;
    background: #ff9622;
}

    .headerField label {
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
        font-size: 1.2em;
        font-weight: bold;
        color: #ffffff;
        background: #ff9622;
        padding: 5px 10px;
        /* margin-top:20px  !important;*/
    }

.headerField2 {
    vertical-align: middle;
    border-top: 1px solid white !important;
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
    border-bottom: 1px solid #ff9622 !important;
}

    .headerField2 label {
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
        font-size: 1.2em;
        font-weight: bold;
        color: #ff9622;
        background: 0;
        /* margin-top:20px  !important;*/
    }


.linkBorder {
    border: 1px solid #F6E7E5;
    padding: 0px 3px;
    text-decoration: none;
}

    .linkBorder :hover {
        font-weight: bold !important;
    }

a.add {
    display: inline-block;
    background: url('images/ico.plus.gif') no-repeat top left;
    padding-left: 23px;
    height: 19px;
    font-weight: normal !important;
    text-decoration: none;
    color: #a81500;
}

a.hide {
    display: none !Important;
    color: #FC6703;
    font-weight: bold;
    text-decoration: underline;
}

a.expand {
    display: inline-block;
    background: url('images/ico.expand.gif') no-repeat top left;
    padding-left: 16px;
    height: 16px;
    font-weight: normal !important;
    text-decoration: none;
    color: #a81500;
}

a.close {
    display: inline-block;
    background: url('images/ico.close.gif') no-repeat top left;
    padding-left: 23px;
    height: 19px;
    font-weight: normal !important;
    text-decoration: none;
    color: #a81500;
    /*	float: right;
	 border:1px solid;
  padding:1px 3px;
  margin:0px  !important;
 text-decoration:none;
  right:0px !important;*/
}

.fright {
    float: right;
}

.ImageCell img {
    border: 0 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.alignMiddle, .alignMiddle tr, .alignMiddle tr td {
    vertical-align: middle !important;
}


.ajaxBody fieldset {
    padding: 2px !important;
}

.blackHeaderTable {
    border: solid 1px #cccccc;
}

    .blackHeaderTable td {
        padding: 5px;
        border: solid 1px #cccccc;
    }

    .blackHeaderTable tr th {
        background-color: #444444;
        /*background-color: #785616;*/
        text-transform: capitalize;
        border: 1px solid #CCCCCC;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px;
        text-align: left;
        font-size: 12px;
    }

.grid .borderless-subrow > td {
    border: none;
    font-size: 11px;
}

.grid {
    border: solid 1px #cccccc;
}

    .grid td {
        padding: 2px 4px 2px 4px !important;
        border: solid 1px #cccccc;
        vertical-align: middle;
    }

    .grid tr th {
        background-color: #444444;
        /*background-color: #785616;*/
        text-transform: capitalize;
        border: 1px solid #CCCCCC;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px;
        text-align: left;
        font-size: 12px;
        vertical-align: middle;
    }

    .grid td p {
        margin: 0px !important;
    }

        .grid td p label {
            width: auto !important;
        }

    .grid thead td, .grid th {
        font-size: 12px;
        padding: 5px !important;
        text-align: center; /* !important;*/
        font-weight: bold; /* !important*/
        color: #ffffff !important;
        border: solid 1px #cccccc; /* !important*/
        background-color: #444444; /* !important*/
    }

/*DINAMINES UZKLAUSOS*/
.tableDinaminesUzklausos {
    width: 100%;
}

.TdDinaminesUzklausos {
    width: 350px !Important;
}

.tableDinaminesUzklausos tr td label {
    font-weight: bold;
}

.tableDinaminesUzklausos select {
    width: 500px;
}

.DinaminesUzklausosStazasTxt {
    width: 75px !Important;
}

.tableDinaminesUzklausos input[type="button"] {
    width: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    border: none !Important;
    background-color: #ff9622;
    border: none;
    height: 23px;
    padding-bottom: 2px;
}

.DinaminesUzklausosKoncentrai {
    width: 60px !Important;
}



.DinaminesUzklausosDaugiauMaziau {
    width: 45px !Important;
}

.DinaminesUzklausosKoncentraiList {
    border: 0px !Important;
}



    .DinaminesUzklausosKoncentraiList tr td {
        border: 0px !Important;
    }

.DinaminesUzklausosPmBendrDalykai {
    border: 0px !Important;
}

    .DinaminesUzklausosPmBendrDalykai tr td {
        border: 0px !Important;
    }

        .DinaminesUzklausosPmBendrDalykai tr td select {
            width: 195px !Important;
        }

.DinaminesUzklausosResult {
    text-align: center !Important;
    width: 100% !Important;
}

    .DinaminesUzklausosResult #TABLE_UZKLAUSOS_COUNT, #TABLE_RESULT_HEADER {
        border: 0px !Important;
        text-align: center !Important;
        width: 50% !Important;
        padding-top: 10px !Important;
    }

        .DinaminesUzklausosResult #TABLE_UZKLAUSOS_COUNT tr td a, #TABLE_RESULT_HEADER tr td a {
            cursor: pointer;
        }



    .DinaminesUzklausosResult #TABLE_RESULT_HEADER tr td {
        border: 0px !Important;
    }

    .DinaminesUzklausosResult #TABLE_UZKLAUSOS_COUNT tr td {
        border: 0px !Important;
        padding-bottom: 15px;
    }

    .DinaminesUzklausosResult input[type="button"] {
        text-align: center !Important;
        width: 80px;
        font-size: 13px;
        font-weight: bold;
        color: #444444;
        border: none !Important;
        background-color: #ff9622;
        border: none;
        height: 23px;
    }

.DinaminesUzklausosFooter {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .DinaminesUzklausosFooter div {
        padding: 5px;
    }

    .DinaminesUzklausosFooter input[type="button"] {
        width: 80px;
        font-size: 13px;
        font-weight: bold;
        color: #444444;
        border: none !Important;
        background-color: #ff9622;
        border: none;
        height: 23px;
    }

.DinaminesUzklausosErase {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .DinaminesUzklausosErase a {
        text-decoration: none;
        width: 150px;
        font-size: 13px;
        font-weight: bold;
        color: #444444;
        background-color: #ff9622;
        border: none;
        height: 27px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.DinaminesUzklausosPapildomiDarbai {
    width: 700px !Important;
}

.DinaminesUzklausosDarboKruvioRusis {
    width: 300px !Important;
}

.DinaminesUzklausosBLDSarasas {
    width: 575px !Important;
}

.DinaminesUzklausosBLDAtitinkaNeatitinka {
    padding-top: 5px;
}

    .DinaminesUzklausosBLDAtitinkaNeatitinka select {
        width: 100px !Important;
    }

.DinaminesUzklausosDestoPasirinktaDalyka {
    display: none;
    padding-top: 5px !Important;
}

    .DinaminesUzklausosDestoPasirinktaDalyka div {
        padding-top: 5px !Important;
    }

.DinaminesUzklausosKalba {
    width: 125px !Important;
}


.DinaminesUzklausosMokejimoLygis {
    width: 225px !Important;
}

.DinaminesUzklausosIssilavinimas {
    height: 85px !Important;
}

.DinaminesUzklausosValstybe {
    width: 445px !Important
}

.noBorderRow, .noBorderRow td {
    margin-top: 0px !Important;
    margin-bottom: 0px !Important;
    padding-top: 0px !Important;
    padding-bottom: 0px !Important;
    border: 1px solid white !Important;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

    .noBorderRow td h2 {
        margin: 6px 0 6px !Important;
    }
/*REPORT 3M
.noBorder 
{
     border-left:none;
    border-top:none;  
    border-right:none;
    border-bottom:none;
    }
 .noBorder td {
    
   border-left:none;
    border-top:none;  
    border-right:none;
    border-bottom:none;
    padding-top: 1px;
   padding-bottom: 1px;
   vertical-align:bottom;
} 
*/

.ReportTable {
    width: 850px !Important;
}

.pagerDiv {
    /*vertical-align:middle !important; */
}

    .pagerDiv a {
        /* vertical-align:middle !important; */
        text-align: center !important;
        margin-left: 1px !important;
        margin-right: 1px !important;
    }


.SarasaiTable { /*width:100%;*/
    border-collapse: collapse;
}

    .SarasaiTable tr td {
        vertical-align: top !Important;
        /*padding:0px  !important;*/
        border-color: #FFEEDF;
    }

    .SarasaiTable tr.empty {
        display: none;
    }

.SarasaiAlterRow {
    background-color: #FFEEDF;
}

    .SarasaiAlterRow td {
        border-color: #FFFFFF !Important;
        vertical-align: top !Important;
    }

.SarasaiSubTable {
    width: 100%;
    border-collapse: collapse;
    /*border-color:#ff9622 !Important;*/
}

    .SarasaiSubTable tr td {
        border-collapse: collapse;
        text-align: left !important;
        border-color: #FFBF79 !Important;
    }

.SarasaiPropNameCell {
    font-weight: bold;
    width: 160px !important;
}

.SarasaiPareigybeCell {
    font-weight: bold;
}

.SarasaiPareigybesDiv {
    font-weight: bold;
    float: left;
    border-left: orange;
}

.SarasaiPareigybesTitle {
    font-weight: bold;
    width: 400px !important;
}



.SarasaiPropValueCell {
}

.floatRight {
    float: right;
}

#DIV_LIST {
    margin: 2px !Important;
    padding: 2px !Important;
    vertical-align: top !Important;
    text-align: left !Important;
}

.sarasaiParamTitle {
    clear: both !Important;
    color: #444444 !Important;
    font-weight: bold !Important;
    font-size: 1.5em !Important;
}

.sarasaiParamTitleP {
    margin-bottom: 6px !Important;
}

.fieldSetList {
    margin: 4px;
    padding: 4px;
}

    .fieldSetList div {
    }

.fieldSetEdit {
    margin: 4px;
    padding: 4px;
}

    .fieldSetEdit div {
        /*	clear:both !important; 
	
	padding-top: 0px;
	padding-bottom: 2px !important; 
*/
    }

        .fieldSetEdit div label {
            /*		clear:both !important; 
  	
                float:none  !important; 
 width:100%  !important; 
                color: #6c757e;
                margin:0px  !important; 
                 padding:0px  !important;
                 height:20px;
                 padding-top:2px !important;
                 display: block;
*/
        }

    .fieldSetEdit form input[type="submit"] {
        text-align: left;
        margin-left: 4px;
    }

    .fieldSetEdit input[type="submit"] {
        margin-bottom: 8px;
    }

.pAdmin {
    width: 100%;
}

    .pAdmin label {
        float: none !important;
    }

.FirstTD {
    width: 30%;
}

.dropDownShort {
    width: 300px !important;
}

.linkDivLeft {
    padding: 5px 0px 0px 5px;
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

div.linkDivLeft.fullWidth {
    width: 100%;
}

.linkDivLeft a {
    color: #FC6703;
}

.linkDivRight {
    padding: 5px 0px 0px 5px;
    text-align: right;
    width: 50%;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

input[type="submit"] {
    width: auto;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    border: none !Important;
    background-color: #ff9622;
    border: none;
    height: 23px;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-left: 190px;
}

.SubmitSearch {
    background-color: #FF9622;
    border: medium none !important;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 1px;
    width: 80px;
}

.preloader {
    height: 15px;
    border: 0 !important;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

.pagerDiv {
    height: 15px;
    float: left;
}

.refreshLink {
    display: none;
}

.mokImage {
    border: 0 !important;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

.t-filter-options input[type="text"] {
    width: 142px;
}

.table1, .table1 tr td {
    border-width: thin;
    border-style: none none solid none !important;
}

.validation-summary-errors {
    background-position: 20px center;
}


.tabs {
}

    .tabs table {
        width: 100%;
    }


.xmlTextArea {
    border: none;
    height: auto;
    min-width: 400px;
    font-size: 12px;
    font-family: arial;
    overflow-y: hidden;
}

.ui-tabs-anchor {
    width: 100%;
}

.edit-delete-link {
    width: 15px;
    margin-left: auto;
    margin-right: auto;
}

.unlock-link {
    width: 15px;
    margin-left: auto;
    margin-right: auto;
}

.flexcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flexbox;
    -ms-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-align-content: flex-start;
    -ms-align-items: stretch;
    -webkit-flex-direction: row;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -webkit-align-content: flex-start;
    -webkit-align-items: stretch;
}

    .flexcontainer .A {
        margin: 10px;
        padding: 10px;
        border: 1px solid #ff9622;
        -webkit-order: 1;
        -webkit-flex-grow: 0;
        -webkit-flex-shrink: 0;
        -webkit-align-self: auto;
        min-width: 275px;
        min-height: 100px;
    }

    .flexcontainer .B {
        /*margin: 10px;
        padding: 10px;*/
        -webkit-order: 2;
        -webkit-flex: 1 1 auto;
        -webkit-align-self: auto;
        min-height: 100px;
        -webkit-align-self: stretch;
    }

    .flexcontainer .C {
        margin: 10px;
        padding: 10px;
        border: 1px solid #ff9622;
        -webkit-order: 4;
        /*-webkit-flex: 1 1 auto;*/
        -webkit-align-self: auto;
        min-width: 50px;
        min-height: 50px;
    }

    .flexcontainer .D {
        margin: 10px;
        padding: 10px;
        border: 1px solid #ff9622;
        -webkit-order: 3;
        /*-webkit-flex: 1 1 auto;*/
        -webkit-align-self: auto;
        min-width: 275px;
    }

    .flexcontainer .E {
        margin: 10px;
        padding: 10px;
        border: 1px solid #ff9622;
        -webkit-order: 5;
        /*-webkit-flex: 1 1 auto;*/
        -webkit-align-self: auto;
        min-width: 50px;
        min-height: 50px;
    }


input:invalid:focus {
    border: 1px solid #ff0000;
}

input:invalid {
    border: 1px solid #ff0000;
}

input:required, textarea:required {
    background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}


.redAsterisk {
    padding: 0;
    background: #fff;
    border: none;
}



label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

input.error {
    border: 1px solid #ff0000;
    color: red;
    font-weight: bold;
}



.inputMessage {
    color: #ff0000;
    padding-left: 5px
}
