﻿@import 'https://fonts.googleapis.com/css?family=Oxygen';

html
{
    background-color: #F1ECE8;
}

body
{
    /*background-image: url("img/topPanel.png"), url("img/bottomPanel.png"), url("img/background.png");
    background-repeat: no-repeat, repeat-y, repeat-x;
    background-position: center top, center bottom, top left;*/
    background-color: #F1ECE8;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #000000;
    font-family: Calibri, 'Oxygen', sans-serif;
    
}

body, .RadInputMgr_D3Soft, .RadInput_Default .riTextBox, .RadButton_D3SoftLong .rbDecorated, .RadButton_D3Soft .rbDecorated, .RadComboBox_D3Soft .rcbInput, .RadCalendar_Default .rcMainTable, .RadCalendar_Default table, .RadTabStrip_Default a, a.RadButton_Default
{
    font-family: Calibri, 'Oxygen', sans-serif;
}

a.RadButton_Default
{
    font-size: 15px;
}

a:link
{
    color: #ff9400;
    text-decoration:underline;
}
a:hover
{
    color: #ff9400;
    text-decoration:none;
}
a:visited
{
    color: #ff9400;
    text-decoration:none;
}
a:active
{
    color: #ff9400;
    text-decoration:none;
}

.login a
{
    color: #222;
    text-decoration:none;
}
.login a:hover
{
    color: #ff9400;
    text-decoration:underline;
}

#page
{
    width: 1012px;
    margin: 0px auto; /*border: 3px solid black;*/
    
}

#page > #header
{
    height: 110px;
    background:#FFF;
    left:0;
    right:0;
    width:100%;
    display:block;
    position:relative;
}
#page:before
{
    content:'';
    position:absolute;
    position:center;
    display:block;
    left:0;
    right:0;
    width:100%;
    background-color:#FFF;
    height:110px;
}


#page > #center
{
    width: 998px;
    clear: both;
    min-height: 550px;
    padding-top: 0px;
    

}

#page > #center:before {
    content:'';
    position:absolute;
    position:center;
    display:block;
    left:0;
    right:0;
    width:100%;
    background-color:#ff9500;
    height:45px;
}

#page > #center > #upper
{
    height: 45px;
}

#page > #center > #upper > #info
{
    position: absolute;
    margin-left: 20px;
    width: 209px;
    height: 35px;
    /*background-image: url("img/content/infoBack.png");
    background-repeat: no-repeat;*/
    background: #ff9500;
    float: left;
    z-index: 16;
    color: #ffffff;
    font-size: 16px; /*font-weight: bold;*/
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#page > #center > #upper > #navigationTop
{
    height: 25px;
    margin-left: 249px;
    padding-top: 8px;
}

#page > #center > #content, #page #center #javaDisabled
{
    min-height: 500px;
    background-color: #ffffff; 
    clear: both;
    padding: 0px 0px 20px 0px;
    text-align: center;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

#page > #center > #contentUpper
{
    height: 15px;
    background-color: #ffffff; 
    border: solid 1px #CCCCCC;
    border-bottom:none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top:20px;
}

#page > #center > #contentBottom
{
    height: 15px;
    background-color: #ffffff;
    border: solid 1px #CCCCCC;
    border-top:none;
    margin-bottom:20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#page > #footer
{
    clear: both;
    margin-bottom: 50px;
}

.divClear
{
    clear: both;
    height: 0;
    position: relative;
    overflow: hidden;
}

.imgErrorInputPravy
{
    position: absolute;
    right: 25px;
    top: 4px;
}

/* STAVY LEGENDA */
.stateLegend
{
    width: 450px;
    margin: 0px auto;
}

.stateLegendTable
{
    font-style: italic;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999999;
    color: #666666;
}

.stateLegendTable .tableTitle
{
    text-align: center;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
}

.stateLegendTable td
{
    padding: 0 10px 5px 0;
}

.stateLegendTable .legendHeader
{
    font-style: normal;
    background-color: #f9af25;
    color: #fff;
}

.stateLegend .contentStateLegend
{
    padding-top: 1px;
    margin: 0px 2px 0px 2px;
    background: #edf0f2;
    border-right: 1px #2d2d2d;
}

.stateLegend .col1
{
    width: 40px;
    text-align: center;
}


/* COLOR */

.color1
{
    
    color: #666666;
}

.color2
{
    /*zelena*/
    color: #518014;
}

.colorReq
{
    color: red;
}

h1
{
    font-size: 16px;
    color: #fff !important;
    height: 27px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    text-transform: uppercase;
}


.nadpis1Levy
{
    float: left;
    width: 10px;
    height: 27px;
    background: Url('img/content/nadpisLevy.png') no-repeat top left;
    margin-top: 4px;
}
.nadpis1Stred
{
    float: left;
    width: 689px;
    height: 24px;
    background: Url('img/content/nadpisStred.png') top left;
    padding-top:3px;
    margin-top: 4px;
    font-family: Calibri, 'Oxygen', sans-serif;
    color:#ffffff;
}

h1 a
{
    color: #fff !important;
    text-decoration: none !important;
}

/*  sirka = sirka divu - 10 - 29 */
.nadpis1StredKratky
{
    float: left;
    height: 22px;
    width: 411px;
    background: Url('img/content/nadpisStred.png') top left;
    padding-top: 5px;
    margin-top: 4px;
}

.nadpis1Pravy_exp
{
    float: left;
    width: 29px;
    height: 27px;
    background: Url('img/content/nadpisPravy_exp.png') no-repeat top left;
    margin-top: 4px;
}

.nadpis1Pravy_col
{
    float: left;
    width: 29px;
    height: 27px;
    background: Url('img/content/nadpisPravy_col.png') no-repeat top left;
    margin-top: 4px;
}

.nadpis1Pravy
{
    float: left;
    width: 29px;
    height: 27px;
    background: Url('img/content/nadpisPravy.png') no-repeat top left;
    margin-top: 4px;
}

h2
{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal;
    color: #518014;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: Calibri, 'Oxygen', sans-serif;
    color:#666666;
}

.RadComboBox .errorInput
{
    color: Red !important;
    background: transparent url('img/content/error.gif') no-repeat 96% 1px !important;
}

#rdlSluzby
{
    text-align: left;
}
#rdlSluzby input[type="radio"]
{
    width: 15px;
}

/* DIV */

.divRegistraceZakaznika
{
    font-size: 27px;
    font-weight: normal;
    margin: 0 0px 20px 0px;
    text-transform: uppercase;
}

.contentPlyn, .contentElektro
{
    width: 715px;
    font-size: 15px;
}

.divMultiPage
{
    margin-left: 244px;
    width: 728px;
    min-height: 535px;
    font-size: 15px;
    padding: 0px 13px 8px 13px;
    background-color: transparent;
}
.contentMultiPage
{
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0px 2px 0px 3px;
    background: #F1ECE8;
    border: 1px solid #cccccc;
}

#ascxViewer .contentMultiPage
{
    border-width: 0px;
}

.divInputLevyAPravy
{
    float: left;
    text-align: left;
    width: 350px;
}

.divEmailyPP
{
    margin-left: 105px;
}

.divInputLevyAPravyRbl
{
    padding-left: 105px;
    padding-bottom: 8px;
    float: left;
    text-align: left;
    width: 240px;
}

.divInputLevy
{
    float: left;
    text-align: right;
    width: 180px;
    padding-right: 5px;
    height: 26px;
}

.lblSouhlas
{
    color: #666666;
}

.ErrorMessage_errorMessage
{
}

.colorError, .errorMeridlo, .ErrorMessage_errorMessage .message
{
    color: Red;
}

.divInputPravy
{
    float: left;
    text-align: left;
    width: 165px;
    min-height: 26px;
}


.divInputPravySiroky
{
    float: left;
    text-align: left;
    width: 545px;
    min-height: 26px;
}
.divInputPravySiroky div
{
    float: left;
    width: 155px;
    margin-right: 20px;
}
.divInputPravySiroky input[type="text"]
{
    float: right;
    width: 80px;
    margin-bottom: 4px;
}
.width100
{
    width: 100%;
}

.errorMessage
{
    font-size: 18px;
    color: Red;
}

.clear
{
    clear: both;
}

.infoHeslo
{
    margin: 75px 0 0 0;
    font-size: 11px;
    font-style: italic;
}

/*LOGIN PAGE  &&   NEW PASSWORD*/

.divEmailButtons
{
    padding: 2px 0px 5px 0px;
}
.divEmailButtons > div
{
    padding: 2px 0px;
}

.pageLogin .divErrorMessage, .pageDealerEmpty .divErrorMessage, .pageNewPassword .divErrorMessage, .pageError .divErrorMessage, .pageInfo .divErrorMessage
{
    width: 650px;
}

.pageLogin .lblPoznamka, .pageDealerEmpty .lblPoznamka, .pageNewPassword .lblPoznamka, .pageError .lblPoznamka, .pageInfo .lblPoznamka
{
    margin-top: 15px;
    width: 650px;
}

/*LOGIN PAGE  &&   NEW PASSWORD*/

#content .tableLogin
{
    margin-left: 399px;
    text-align: left;
    width: 350px;
}

#content .tableNewPass
{
    margin-left: 399px;
    text-align: left;
    width: 400px;
}

#content .tableLogin .col1, #content .tableNewPass .col1
{
    width: 200px;
}

#content .tableLogin td, #content .tableNewPass td
{
    padding-bottom: 2px;
    padding-right: 10px;
}

#content .tableLogin .right, #content .tableNewPass .right
{
    float: right;
    text-align: right;
}

#content .tableLogin .login-btn {
    float: none;
    text-align: center;
    margin-right: -10px;
}

#content .title
{
    font-size: 17px;
    margin: 0px auto 10px auto;
    text-transform: uppercase;
}

#content .divError
{
    margin: 0 200px 0 200px;
    text-align: center;
}

#content .tableNewPass .chaptchaLabel, #content .chaptchaIdentification
{
    width: 200px;
    margin-right: 10px;
}

/*KONEC LOGIN PAGE  &&   NEW PASSWORD*/


.hlJisticFont
{
    font-size: 11px;
    font-style: italic;
}

.hlJisticUmisteni
{
    float: left;
    margin: 5px 5px 15px 25px;
}

.preplatekUmisteni
{
    float: right;
    margin: 5px 5px 0px 25px;
}
.preplatekUmisteniRegistrace
{
    margin: 5px 5px 0px 215px;
}




/* PREHLED TREEVIEW*/
.treeview
{
}

.treeview .opm
{
}

/* SUBJEKT CONTROL */

.divTableSubjekt
{
    text-align: left;
}

.divTableSubjekt td
{
    padding-bottom: 3px;
}

.divTableSubjekt table .col1
{
    width: 150px;
    text-align: right;
}

.divTableSubjekt table .colTitle
{
    padding-left: 20px;
    text-align: left;
}

.divTableSubjekt table .col2
{
    width: 200px;
    text-align: right;
}

.divTableSubjekt table .space
{
    padding-bottom: 25px;
}

.divTableSubjekt table .required
{
    width: 20px; /*font-weight: bold;*/
}

.divTableSubjekt table .info2
{
    font-size: 9px;
    font-style: italic;
    padding: 0px 0px 5px 15px;
}

.divTableSubjekt table .textBoxLeft, .divTable table .textBoxLeft, .lbAdministrace
{
    margin-right: 11px;
}

.contentMultiPage .buttonsRight
{
    /*width: 800px;     margin: 10px 0 0 172px;*/
    float: right;
    padding: 10px 10px 0 10px;
    
}


/* OBCHODNICKY PORTAL */
.tabStripSubjekt
{
    margin: 0 2px 0 2px !important;
}

.leftPanel
{
    background-color: #EEE;
    width: 200px;
    text-align: left;
}
.rightPanel
{
    border: solid 1px gray;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}
.buttonsPanel
{
    margin-top: 5px;
    min-height: 20px;
    padding: 7px;
    text-align: left;
}
.viewAscx
{
    background: #F1ECE8;
}

.opmFrame
{
    margin-left: 1px;
    width: 710px;
    background-color: transparent;
}

#rgElektrina, #rgPlyn
{
    margin-left: 3px;
}

.divCenikError, .divCenikErrorControl
{
    margin-bottom: 15px;
    font-size: 15px;
}
/*
.pageView .contentMultiPage
{
    border-width: 0px;
}
*/

.TypSmlouva
{
    text-align: left;
}
.TypSmlouva input[type="radio"]
{
    width: 15px;
}

/*  ODBEROVE DIAGRAMY */

.contentConsum
{
    text-align: left;
    padding: 5px 5px 0 5px;
}

.treOdberyNode
{
    vertical-align: top;
}

.consumptionRow
{
    vertical-align: top;
    height: 25px;
}

.diagramConsum
{
    padding-right: 16px;
}

.imgDiagramConsum
{
    position: absolute;
    padding-top: 2px;
}

.consumptionRow .imgGraph
{
    position: absolute;
    padding-top: 3px;
    margin-left: 20px;
}

.consumptionName
{
    font-weight: bold;
}

.consumTree
{
    margin-left: 10px !important;
}

.consumTitle
{
    font-size: 15px;
    color: #241E57;
    font-weight: bold;
}

.imgTypOdectu
{
    position: absolute;
    top: 50%;
    margin: -8px 0 0 90px;
}

.pravySubjOpmCheck
{
    /*width:754px;*/
    width: 700px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
}

.poznamkaAlign
{
    vertical-align: top;
}

.tdIdentificationBanner
{
    width: 400px;
    text-align: right;
    vertical-align: top;
}

.identificationBanner
{
    max-width: 320px;
    max-height: 240px;
}

.loginVerze
{
    color: #CCC;
    text-align: right;
    width: 999px;
}

.loginTablePadding
{
    padding-bottom: 10px !important;
}

.btnZmenitHeslo
{
    margin: 6px 5px 0 0;
}

.pageIdentification .btnZmenitHeslo
{
    margin: 6px 21px 0 0;
}

.btnNoveOM
{
    text-align: left;
    margin: 4px 3px 3px 3px;
}

.pageNewPassword .divCaptchaError
{
    float: left;
    position: absolute;
    bottom: 15px;
}

.pageNewPassword .captcha
{
    position: relative;
}

.pageNewPassword .captcha .RadAjaxPanel
{
    float: left;
}
.EmailAddButton
{
    background-image: url("img/icons/emailButtons.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
}

.EmailEditButton
{
    background-image: url("img/icons/emailButtons.png");
    background-position: -22px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
}

.EmailDeleteButton
{
    background-image: url("img/icons/emailButtons.png");
    background-position: -44px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
}

.divUlozStorno
{
    margin: 10px 0 0 158px;
    text-align: right;
    width: 200px;
}

.divIdenInfo
{
    margin: 10px 15px 5px 15px;
    text-align: center;
    width: auto;
}

/* SAMOODECTY */

.meridlo, .pnlNovyStav
{
    text-align: left;
    width: 290px;
}

.contentSelfRead
{
    padding: 5px 5px 0 5px;
}


.imgCisloMeridlaError
{
    position: absolute;
    margin: 3px 0px 0px -24px;
}

.dealerViewer
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

.AresButton, .AresButton .rbDecorated, .AresButton input, .AresButton, .AresButton.rbSkinnedButton 
{
    padding-left: 3px;
    padding-right: 3px;
}

.DealerNumberButton, .DealerNumberButton .rbDecorated, .DealerNumberButton input
{
    background-image: url("Button/Default.png");
    background-position: 0px -110px;
    background-repeat: no-repeat;
    width: 15px !important;
    padding-left: 1px;
    padding-right: 1px;
}
/* ADMIN */
.contentAdmin
{
    background-color: #fff !important;
    text-align: left !important;
    margin: 0;
    padding: 0px 7px 8px 7px;
    border-top: 1px solid #fff;
    
}

.contentAdmin .divAdmin
{
    margin: 0 0 0 25px;
    text-align: left;
}

.contentAdmin .tableAdmin
{
    text-align: left;
    width: 300px;
    margin: 10px 0 0 0;
}

.contentAdmin .tableAdmin td
{
    padding-bottom: 5px;
}

.contentAdmin .divFind
{
    padding-left: 88px;
    margin: 5px 0 5px 0;
}

.contentAdmin .divLogin
{
    margin: 5px 0 5px 0;
    width: 703px;
}

.contentAdmin .divLogin .btnRegistrace
{
    float: left;
}

.contentAdmin .divLogin .btnLogin
{
    float: right;
}

.contentAdmin .gridAdmin
{
    position: relative !important;
    margin: 0px !important;
}

#btnNewZakaznik .rbDecorated
{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.btnNoveOM .rbDecorated
{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.gridReport .rgCommandCell
{
    padding: 3px 0 3px 10px !important;
    text-align: left;
}
.gridReport .rgCommandCell a
{
    color: #fff !important;
}

.gridReport.RadGrid_D3Soft,
.gridReport.RadGrid_D3Soft .rgMasterTable,
.gridReport.RadGrid_D3Soft .rgDetailTable,
.gridReport.RadGrid_D3Soft .rgGroupPanel table,
.gridReport.RadGrid_D3Soft .rgEditForm table,
.gridReport.RadGrid_D3Soft .rgPager table
{
    font-size: 12px;
}

.gridReport.RadGrid_D3Soft .rgRow td,
.gridReport.RadGrid_D3Soft .rgAltRow td,
.gridReport.RadGrid_D3Soft .rgEditRow td,
.gridReport.RadGrid_D3Soft .rgFooter td
{
    font-size: 12px;
    padding-right: 3px;
    padding-left: 3px;
}

.cbPosilaniFaktur, .cbPosilaniFaktur .rcbList
{
    width: 165px !important;
}

.cbPosilaniFaktur .rcbHovered input, .cbPosilaniFaktur .rcbItem input
{
    width: 20px !important;
}

.cbSoucasnyDodavatel, .cbSoucasnyDodavatel .rcbList
{
    width: 200px !important;
}
.divLoginBanner
{
    margin-left: 25px;
    width: 350px;
    text-align: left;
    vertical-align: top;
    float: left;
}

.loginBanner
{
    max-width: 350px;
    max-height: 250px;
}

.divErrorMessage
{
    min-height: 15px;
    padding-bottom: 3px;
    font-size: 15px;
}

/* REGISTRACE control */
.RegOpmLeftRight .info2, .RegOpmRight .info2
{
    font-size: 11px;
    font-style: italic;
    padding: 0px 0px 5px 15px;
}

/* OPRAVA TELERIK calendar */
.RadCalendar .rcWeek th
{
    text-align: center !important;
}

.viewAscx .divTableSubjekt
{
    margin-top: 5px;
}

/* LOGIN MENU */
#logo {
    height: 96px;
    width: 227px;
    background-image: url("img/header/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px;
    margin: 5px 0px 0px 14px;
    float: left;
}

#right
{
    height: 110px;
    width: 762px;
    margin: 0px 0px 0px 238px;
}


#right .center
{
    position: absolute;
    width: 700px;
    height: 22px;
    margin: 38px 0 0 40px;
}

#right .center .login
{
    position: absolute;
    width: 700px;
    margin-top: 3px;
}


#right .center .search
{
    width: 170px;
    height: 22px;
    float: right;
    margin: 0px;
    padding: 0px;
}

.search .icon
{
    position: absolute;
    margin: 3px 0 0 3px;
    padding: 0px;
}

#right .spaceRight
{
    margin-right: 20px;
    color: #666;
}

#right .odhlasitRight
{
    float: right;
    margin-right: 20px;
}
/* LEVE MENU NAVIGACE*/

#navigateMenu
{
    background-color: transparent;
    margin: 4px 0 4px 11px;
    width: 227px;
    height: auto;
    min-height: 624px;
    position: absolute;
}

#navigateMenu .center
{
    margin: 0px 10px 9px 9px;
    padding: 0;
    min-height: 145px;
    border: 1px solid #ccc;
}

#navigateMenu .center .profil
{
    text-align: left;
    padding: 5px 0 5px 5px;
    min-height: 145px;
    background-color: #F1ECE8;
    border-bottom:solid 1px #CCC;
}

#navigateMenu .center .profil .avatarBack
{
    text-align: center;
    width: 77px;
    height: 95px;
    background: url('img/navigateMenu/avatarBack.png') no-repeat left top;
    padding-top: 8px;
    display:none;
}

#navigateMenu .center .profil .profilTable
{
    /*color: #333333;*/
    text-align: left;
    font-size: 15px;
    padding-left: 4px;
    width: 121px;
    word-wrap: break-word;
}

#navigateMenu .center .underProfil
{
    text-align: left;
    padding: 5px 0 5px 5px;
}

.profilTable td
{
    padding-bottom: 5px;
}

#navigateMenu .center .menu
{
}

/* TAB REGISTRATION  */
#content .multiPageRegistration
{
    border: 0px;
    margin: 0px;
    padding: 0;
    background-color: transparent;
    background-image: none;
    text-align: left;
}

#tabStripRegistration
{
    margin: 0px auto;
    text-align: center;
    width: 327px;
}
.offtakeEndText
{
    margin-left: 100px; margin-right: 100px; margin-top: 50px;
}

/* DIV */

.bottomButtonsRight .required
{
    /* font-weight: bold;*/
}

.bottomButtonsRight .info2
{
    font-size: 11px;
    font-style: italic;
}


.bottomButtonsRight, .bottomButtonsLeft
{
    /*width: 800px;     margin: 10px 0 0 172px;*/
    padding: 10px 172px 0 172px;
}

.bottomButtonsRight
{
    text-align: right;
}

.bottomButtonsLeft
{
    text-align: left;
    padding-top: 20px;
}

.bottomButtonsLeft .hiddenRight
{
    float: right;
    display: none;
}

.bottomButtonsLeft .right
{
    float: right;
}

.bottomButtonsRight .hidden
{
    display: none;
}

.registraceVPoradku
{
    text-align: center;
    padding: 20px 0 0 0;
}

/* TABLE*/

.divTable
{
    padding: 20px 0 0 20px;
}

.divTableCheck, .divTableConditions
{
    padding: 20px 0 0 172px;
}

.divTable td, .divTableCheck td
{
    padding-bottom: 4px;
}

.divTableConditions td
{
    padding-bottom: 20px;
}

.divTableCheck table .col1
{
    width: 250px;
}

.divTable .divInnerTable
{
    padding: 0;
}

.divTable table .col1
{
    width: 250px;
    text-align: right;
}

.divTable table .col2
{
    width: 200px;
    text-align: right;
}

.divTableCheck table .col2
{
    width: 200px;
}

.divTable table .space
{
    padding-bottom: 45px;
}

.divTableCheck table .space
{
    padding-bottom: 25px;
}

.divTable table .title, .divTableCheck table .title, .divTableConditions table .title
{
    font-size: 18px;
    padding-bottom: 20px;
}

.viewAscx .title
{
    margin: 20px 0 10px 5px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.viewAscx .obchodniPodm
{
    margin-left: 50px;
}

.viewAscx .rbToggleButton
{
    display: inline !important;
}

.divTableCheck.elektrina .title
{
    padding-bottom: 0px;
}

.divTableCheck table .titleSec
{
    padding-top: 10px;
    font-size: 18px;
}

.divTable table .required
{
    width: 30px; /* font-weight: bold;*/
}

.divTableCheck table .required
{
    /* font-weight: bold;*/
}

.divTableCheck .info1
{
    font-style: italic;
}

.divTableCheck .CbAgree
{
    position: absolute;
    margin: 18px 0 0 420px;
}

.divTableConditions .CbAgree
{
    position: absolute;
    margin: 0 0 0 390px;
    padding: 0px;
}

.divTableConditions .divLeft
{
    float: left;
    margin: 0 10px 0 0;
}


.divTable table .info1
{
    font-size: 9px;
    font-style: italic;
    padding: 0px 0px 20px 15px;
}

.divTable table .info2, .smallitalic
{
    font-size: 11px;
    font-style: italic;
    padding: 0px 0px 5px 15px;
}

.divTable table .validator
{
    padding-left: 15px;
}

.divTable table .radBoxSpace
{
    margin-right: 9px;
}

.divTable table .textBoxLeft
{
    margin-right: 11px;
}

/* TAB*/

.tabSelected
{
    background-image: url("img/content/tabSelected.png") !important;
    background-repeat: no-repeat !important;
}

.tabUnselected
{
    background-image: url("img/content/tabUnselected.png");
    background-repeat: no-repeat;
}

.tabSelected, .tabUnselected
{
    font-size: 12px;
    width: 109px;
    height: 47px;
    padding: 0px !important;
    margin: 0px !important;
}


/* TEXT */

.tabTextNumber
{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    margin: 11px 0 0 12px;
    text-align: left;
}

.tabTextBottom, .tabTextUpper
{
    font-size: 15px;
    position: absolute;
}

.tabTextUpper
{
    margin: 8px 0 0 38px;
}

.tabTextBottom
{
    margin: 25px 0 0 38px;
}

.tabSelected .tabTextNumber, .tabSelected .tabTextUpper, .tabSelected .tabTextBottom
{
    color: #f9af25 !important;
}

.infoIdentification
{
    font-size: 11px;
    font-style: italic;
    padding: 20px 0 10px 0;
    white-space: nowrap;
}

.cbAgreeIdentification
{
    position: absolute;
    margin: 38px 0 0 400px;
}

.divErrorIdentification
{
    color: Red;
    margin-left: 400px;
}

/* DIV */
/*.firma
{
    display: none;
}*/
.viewAscx .pnlObchodnikDetail
{
    padding-left: 5px;
}

.obchodniPodm
{
    margin-top: 20px;
}

.ItemList_itemList .itemListLeft
{
    width: 250px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
    padding-left: 50px;
}
.ItemList_itemList .itemListRight
{
    text-align: left;
    margin-bottom: 3px;
    margin-left: 300px;
}
.pageOfftakeCheckC #content .ItemList_itemList .title
{
    color: #518014;
    float: left;
    margin: 0 0 3px 0;
    padding: 20px 0 0 50px;
}

.pravySubjOpmCheck .ItemList_itemList .title
{
    color: #518014;
    margin: 0 0 3px 0;
    padding-left: 20px;
}

.pageOfftakeCheckC .RegOpmLeftRight
{
    width: 820px;
    float: left;
    margin-bottom: 3px;
    padding-left: 70px;
}
.pageOfftakeCheckC .RegOpmLeft
{
    width: 350px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
    padding-left: 70px;
    clear: left;
}
.pageOfftakeCheckC .RegOpmRight
{
    width: 460px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
}
.pageOfftakeCheckC .titleSecOther
{
    padding-top: 10px;
    font-size: 18px;
}
.pageOfftakeCheckC .titleRegCheckMamZajem
{
    width: 820px;
    float: left;
    margin-bottom: 3px;
    padding-left: 50px;
    padding-top: 20px;
}
.pageOfftakeCheckC .regCheckSouhlas
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.pageOfftakePlaceC .RegOpmLeftRight
{
    width: 958px;
    float: left;
    margin-bottom: 3px;
}
.pageOfftakePlaceC .RegOpmLeft
{
    width: 320px;
    float: left;
    text-align: right;
    margin-bottom: 3px;
    padding-right: 5px;
}
.pageOfftakePlaceC .RegOpmRight
{
    width: 605px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
}
.pageOfftakePlaceC .RegOpmRightZpusob
{
    width: 230px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
}
.pageOfftakePlaceC .RegOpmRightUcet
{
    width: 375px;
    float: left;
    text-align: left;
    min-height: 25px;
    margin-bottom: 3px;
}
.pageOfftakePlaceC .RegOpmTitle
{
    margin-top: 10px !important;
}
        
.pageOfftakePlaceC .divTableRegistrC
{
    padding: 10px 20px 20px 20px;
}

.spanJednotka
{
    display: inline-block;
    width: 32px;
}

.divMaxNazev
{
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.divMaxNazevAdmin
{
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.pnlRozpracovaniSmlouvy
{
    display: inline;
}

.divGridButtonRight
{
    width: 99%;
    text-align: right;
    margin: 3px auto 0 auto;
}


.divRegistraceHelp
{
    text-align: left;
    margin-left: 30px;
    display:none;
}

.divRegistraceHelp .divOtazka
{
    color: #518014;
    font-size: 20px;
    text-align:center;
}

.divRegistraceHelp .divBlok
{ 
    text-align: center;
    word-wrap:break-word;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0px;    
    width: 380px;
    height: 210px;
	background : #F3F3F3;
	border-radius:10px;
}

.divRegistraceHelp .divVrchniText
{
    font-size: 15px;
}

.divRegistraceHelp .divTelefon
{
    text-align: left;
    margin: 5px 0 0 80px;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
}

.divRegistraceHelp .lblRegistraceHelpTelefon
{
    margin: 5px 0 0 5px;
    position: absolute;
}

.divRegistraceHelp .divSpodniText
{
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}

.divRegistraceHelp .btnRegistraceHelp
{
    position: absolute;
    margin: -10px 0 0 10px;
}

.divRegistraceHelp .divTextbox
{
    text-align: left;
    margin: 43px 0 0 95px;
    height: 40px;
}

.divRegistraceHelp #lblRegistraceHelp
{
    margin-left: 35px;
}

.informaceKplatbam {
	text-align:center; background-color:#DEDEDD; border:solid 1px #737373; border-radius:5px; padding:0px;
}
.font11 { font-size:11px; }

.navigateMenu_label
{
    font-weight:bold; margin-top:10px; padding-top:10px;
}