body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    /*font-size: 16px;*/
}

/* btn */
.btn {
    font-weight: 600;
}

/* logo */
.logo-lg img {
    width: 130px;
    height: 37px;
}
/*******************

    MENU

*******************/
.sidebar-menu .treeview-menu>li>a {
    font-size: 15px;
}
/* user profile */
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    background: none;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header h3 {
    font-size: 18px;
    color: #fff;
}
.navbar-nav>.user-menu>.dropdown-menu {
    background: #222d32;
    border: none;
    box-shadow: none;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background: #2c3b41;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .actionButtons {
    float: left;
    width: 100%;
    margin: 0;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer a {
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
    padding: 10px 5px;
    width: calc(33.33% - 10px);
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer a:last-of-type {
    margin-right: 0;
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        border: none;
        background: #222d32;
        right: 0;
    }
    .main-header .navbar-custom-menu a.btn-default {
        background: #f4f4f4;
    }
    .main-header .navbar-custom-menu a.btn-warning {
        background: #f39c12;
        color: #fff;
    }
}

/*******************

    CONTENT

*******************/
.content-header>h1 {
    font-weight: 900;
}
.noPaddingLeft {
    padding-left: 0;
    margin-bottom: 15px;
}
.contentHeadline {
    display: inline-block;
    width: 100%;
    margin: 0 auto 10px;
    text-align: left;
}
.contentHeadline h1,
.contentHeadline h2,
.contentHeadline h3,
.contentHeadline h4 {
    margin: 0;
    text-align: left;
    padding: 0;
}
/* boxes */
.box > .box-header > .box-title {
    font-weight: 600;
}
.box > .box-header > p {
    margin: 0;
}
.box > .box-header > .box-title span {
    font-size: 15px;
    color: #999999;
}
.box > .box-header .box-tools span {
    margin: 0 5px;
}
.box .products-list .product-description {
    white-space: normal;
}
.box .box-footer .btn {
    margin: 0 5px 5px 0;
}
.box.kontaktyBox {
}
.box.kontaktyBox .box-body {
    overflow: auto;
    padding-bottom: 10px;
    max-height: 430px;
    height: 100%;
}
.box.kontaktyBox .box-body .phone {
    margin: 5px 0;
}
.form-group label span {
    font-size: 13px;
    color: #737373;
    font-weight: normal;
}
/* table backgrounds */
.box .helpCodeTables {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    max-height: 380px;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.box .helpCodeTables h4 span {
    font-size: 15px;
    color: #999999;
}
.box .table .bgGray {
    background: #e9e9e9;
    font-weight: bold;
}
.box .table .bgGreen {
    background: #00a65a;
    font-weight: bold;
    color: #fff;
}
.box .table .onClickEl {
    cursor: pointer;
    text-align: center;
}
.box .checkboxes label {
    cursor: pointer;
}

/* form-control */
.form-control {
    height: 30px;
}


/* chat box */
.direct-chat-text {
    margin: 0 0 6px 5px;
}
.direct-chat-messages {
    max-height: 360px;
    height: 100%;
}
.direct-chat-name {
    font-size: 15px;
}
.chatBox {
    display: inline-block;
    width: 100%;
    margin: 0 0 7px;
    padding: 0 0 2px;
    border-bottom: 1px solid #f4f4f4;
}

/* codes list
.codes-list {
    max-height: 900px;
    height: 100%;
    overflow: auto;
}
*/

.vystraha{
	border: 1px solid red;
	margin: 1px;
	padding: 1px;
	background: #ff7f50
}


.left_menu th{
	BORDER: 1px #000000 solid;
	FONT-SIZE: 8pt;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #A52A2A;
}
.left_menu a:link, .left_menu a:hover, .left_menu a:visited{

 text-align: center;
 font-weight: bolder;
 FONT-SIZE: 8pt;
 color: #228b22;
}

h2{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
    padding: 5px;
}

h5 {
    color: black;
}

.spec {

	BORDER: 1px gray solid;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #F5F5F5;
	line-height: 180%;
	margin: 1px;
	padding: 1px;
}
.spec a{
	color: #2F4F4F;
	display: inline;
}
.vypis
{
border:1px solid #808080;
background:#d3d3d3;
padding:1px;
margin:1px;
font-size:12;
width:100%;

}
.vypis th
{
	font-weight: bold;
	background: #F5E6E0;
	font-size: 12;
}
.vypis tr:hover td
{
    background-color: #F5E6E0;
}
.vypis th a:link, .vypis th a:visited {
	color: #DC143C;
	font-size:12;
}
.vypis td
{
	background:#f5f5f5;
	padding:1px;
	font-size:12;

}
.normal
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #555555;
}
.required {
	background: url('../images/required.gif') top right no-repeat;
    /*
	BORDER: 1px #666666 solid;
	FONT-SIZE: 8pt;
	COLOR: #666666;
	BACKGROUND-COLOR: #F4F4F4;
	*/
}

.invalid {
	color: #ff0000;
}

.nodb{
	BACKGROUND-COLOR: #9acd32;
	FONT-SIZE: 8pt;
}
.ico{
	BACKGROUND-COLOR: #d8bfd8;
	FONT-SIZE: 8pt;
}
.icobet{
	BACKGROUND-COLOR: #db7093;
	FONT-SIZE: 8pt;
}
.lev{
	BACKGROUND-COLOR: #ff7f50;
	FONT-SIZE: 8pt;
}
.konkurz{
	color:white;background-color:red;
}

.error, .done {
    color: white;
    font-weight: bold;
    padding: 3px;
    margin: 10px;
}

.error {
    border: 1px solid #A52A2A;
    background-color: red;
}

.done {
    border: 1px solid #228b22;
    background-color: green;
}

em.error, em.done {
    font-weight: normal;
    padding: 1px;
}

p.poznamka {
    padding: 3px;
    line-height: 14px;
    margin: 0;
}

textarea.fullwidth {
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

/*** Custom styles for search ***/
.max_width {
    max-width: 800px;
}

.first-line {
    width: 100%;
    max-width: 1000px;
}

.but-margin {
    margin-top: 3px;
}

.opravneni_select {
    display: inline-block;
    width: 250px;
    margin: 0 5px;
}

.chat_but_div {
    text-align:right;
    font-size:14px;
    font-weight:bold;
}

.chat_but {
    text-decoration:none;
    color:white;
}

.chat_box {
    width: 100%;
    height: 410px;
    padding: 0 5px 0 0;
    overflow: auto;
}

/*********************************************************/
.companyList .companyMissingName td {
    background-color: #f02020;
}



/* --- CUSTOM STYLES --- */
/* margin */
.marginTop {
    margin-top: 20px;
}

/* colors */
.redBackground {
    background: #f7b3b3;
    font-weight: bold;
}
.grayBackground {
    background: #d3d3d3;
    font-weight: bold;
}

.alignRight {
    text-align: right;
}
/* pager */
.customPager {
    display: inline-block;
    text-align: center;
    margin: 5px auto 15px;
}
.customPager .pagination {
    margin: 0 auto;
}

/* word filter */
.wordFilter {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5px auto 25px;
}
.wordFilter p {
    display: block;
}
.wordFilter .btn-group {
    margin: 0 auto;
}



/* more Box */
.moreInfoBox .col {
    float: left;
    margin: 10px 0 0;
}
.moreInfoBox .colRight {
    text-align: right;
}

@media (max-width: 1199px) {
    .moreInfoBox .col {
        width: 100%;
    }
    .moreInfoBox .colRight {
        text-align: left;
    }
}

/* margins */
.marginSmall {
    margin: 5px;
}
/* search */
.marginBox {
    margin: 10px 0;
}
.searchBox {
    position: relative;
    float: left;
    width: 100%;
}
.searchBox .inputBlock {
    float: left;
    max-width: 220px;
    width: 100%;
    margin: 0 10px 10px 0;
}
.searchBox .inputBlock .btn {
    width: calc(50% - 10px);
    margin: 0 5px 0 0;
}
.searchBox .inputBlock.checkboxes {
    display: inline-table;
    max-width: 330px;
    height: 30px;
}
.searchBox .inputBlock.checkboxes .boxes {
    display: table-cell;
    vertical-align: bottom;
}
.searchBox .inputBlock.checkboxes .boxes label {
    display: inline-block;
    margin-left: 5px;
}
.searchBox .inputBlock.checkboxes .boxes .first {
    margin-right: 15px;
}

/* select */
.searchBox .inputBlock .form-control,
.searchBox .inputBlock select {
    border-radius: 0;
}

/* search box mails */
.searchBox .inputBlock.buttons label {
    display: block;
}
.searchBox.mails .btn {
    width: auto;
    margin: 0;
}

@media (max-width: 991px) {
    .searchBox.mails .inputBlock.buttons label {
        display: none;
    }
}
@media (max-width: 800px) {
    .searchBox .inputBlock {
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 510px) {
    .searchBox .inputBlock {
        max-width: 100%;
        margin: 0 0 10px;
    }
}

@media (max-width: 365px) {
    .searchBox .inputBlock.checkboxes .boxes {
        display: block;
    }
}


/* ---- MAILY ---- */
#mailResponse {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
}
#mailResponse .box-header {
    padding: 10px 10px 0;
}
#mailResponse .actionButtons {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
#mailResponse .actionButtons .btn {
    margin: 0;
}
#mailResponse .actionButtons .btn:first-of-type {
    margin: 0 7px 0 0;
}
/* rightsection */
#mailResponse .rightSection {
    float: right;
    margin: 7px 0 0 10px;
}
#mailResponse .rightSection a {
    float: left;
    margin: 0 3px 3px 0;
}
#mailResponse .boxes {
    float: left;
    width: 100%;
    margin: 7px 0 0;
}
#mailResponse .mailPersonBox {
    font-size: 12px;
    width: 155px;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    margin: 0 10px 10px 0;
    float: left;
    padding: 5px 15px 9px 9px;
    border-radius: 5px;
    position: relative;
}
#mailResponse .mailPersonBox .icheckbox_minimal {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}
#mailResponse .mailPersonBox .icheckbox_minimal.checked {
    background: url('../theme/plugins/iCheck/minimal/minimal.png') no-repeat;
    background-position: -40px 0;
    border: 0;
    border-radius: 3px;
}

#mailResponse .mailPersonBox .name {
    font-weight: bold;
    margin: 0;
}
#mailResponse .mailPersonBox .position {
    display: block;
}
#mailResponse .mailPersonBox .remove {
    position: absolute;
    width: 18px;
    height: 18px;
    padding: 4px 0 0;
    text-align: center;
    top: 5px;
    right: 5px;
}
#mailResponse .mailPersonBox .icheckbox_minimal {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

@media (max-width: 768px) {
    #mailResponse .rightSection {
        float: left;
        margin: 10px 0 0;
    }
}
@media (max-width: 395px) {
    #mailResponse .actionButtons .btn {
        display: block;
    }
    #mailResponse .actionButtons .btn:first-of-type {
        margin: 0 0 7px;
    }
    #mailResponse .mailPersonBox {
        width: 100%;
    }
}
