@import url("flex.css");
@import url("datagrid.css");
@import url("sidebar.css");
@import url("puvdesigner.css");
@import url("font.css");

/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap'); */


.dropdown-menu {
    padding: 0;
    margin: 0;
}      

.navbar-top .container-fluid {
    display:flex;
}
.HlavniDivDebug th, .HlavniDivDebug td {
	padding:5px;
    border: 1px solid silver;
}
        
html, body {
	height: 100%;
    font-family: 'Roboto', sans-serif;
}
      /*
body {
	background-color:#f8f8f8;
}
    */
               /*
  .modal {
  height: 100%;
width: 100%;
    overflow: auto;
  }       */
body.open-msg-box {
	overflow:hidden;

}  
#msgslist {

max-height:60vh;
overflow-y:auto;
}
.HlavniDivDebug .row-header {
    background: silver;
}
.open-msg-box #msgslist {
    display: block;
    top: 60px;
    width: 100%;
}
#msgslist li > a {
    white-space: nowrap;
    letter-spacing: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection--single {

    padding-right: 6px;
  }
  select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
  }
  .select2-selection {
    background: #eee;
    box-shadow: none;
  }
/*
  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }*/


  select[readonly].select2-hidden-accessible + .select2-container .select2-selection--single .select2-selection__rendered {
    color: #B2B2B2;

}
 select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
 select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
  }

 .modal-body {
    position: relative;
    padding: 15px;
    overflow-y:auto;

}
.btn {
    font-size: 13px;
}
.filter-calendar {
    overflow:hidden;
    padding:0;
    border: 0;
margin-left: 0 !important;
padding-left: 0 !important;
}
.filter-calendar .checkbox {
    margin-top:5px;
    margin-bottom:5px;
}
.filter-calendar .label,
.filter-calendar  .filter-title {
    color:#222;
}
.tabs-min {

    box-shadow: 0 0 24px -12px rgba(33,40,56,0.2);

}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: #222;
    text-decoration: none;
}
.fc-event, .fc-event-dot {
    background-color: rgb(193,233,254);
}

.fc-event {
    border-radius: 0;
    border: 1px solid rgb(193,233,254);
}

.fc-view-container {
    background:  #fff;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
padding: 5px 0 0 0 !important;

}
.select2-container--bootstrap {
    width: auto !important;
}
button {
    overflow: auto;
}
.modal-content .tabs-min {
   box-shadow: none;
}

.editbox-wrap.has-error {
    border: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.dropdown-menu {

    z-index: 2000;
    }

.page-control .btn {
    height:40px;
}

.datagrid-control .form-group {

    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;

}
#navbar {
   /* display: flex;*/

padding-right: 0.5rem;
padding-left: 0.6rem;
      /*  justify-content: end;*/
    }
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    flex: 1;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:flex;
}
.breadcrumb .navbar-nav {
    margin: 0;
    height: 60px;
    overflow: hidden;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #ccc;
    content: "";
        white-space: nowrap;
}
  .breadcrumb > li {
    display: inline-block;
    float: none;
}
.form-horizontal .control-label {
    text-align: left;
}



.bigdrop {
    width:600px !important;
}
.form-horizontal .control-group {
    display:flex;
}

.form-horizontal .control-group .control-label {
    margin: auto 0;
    padding-top: 0;
    padding-right: 10px;
}


.has-error .form-control {
    border: 1px solid #ce8483;
}
.has-error .help-block {
    position: absolute;
    background-color:
#fff;
color:
    #a94442;
    padding: 0px;
    z-index: 1;
    font-size: 12px;
    width: 100%;
    text-align: right;
    margin-top: 0;
}
/*
.has-error.form-group:focus   .help-block,
.has-error .form-control:focus  + .help-block,
.has-error .select2:focus  + .help-block {
display: block !important;
}        */
.select2-col {

    width: 200px;
    border: 1px solid silver;
        border-bottom-color: silver;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom-color: silver;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 6px;
    border-bottom: 0 none;
    height: 33px;

}
.select2-table {
    min-width: 100%;
    table-layout: fixed;
}

.select2-container--bootstrap .select2-results__option {

    padding: 0;

}
.select2-dropdown {  
  z-index: 10060 !important;/*1051;*/
}
/*
.box-shadow {
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}   */
.grid-definition .checkbox .fas {
    padding: 5px 25px 5px 0;
    cursor: move;
}


.only-one-btn .fas {
    padding: 15px;
    display: block;
    text-align: center;
    width: 100%;
        cursor: move;
}


.has-error .table-width {
    border: 1px solid #a94442;
}
.grid-definition .form-inline {
    margin-right: -15px;
}
/*
#dropdown-user {
    border-left: 1px solid #D5D5D5;
}   */ 
ol {
    list-style: none;
    padding: 0;
}
    .mce-tinymce, .mce-edit-area.mce-container, .mce-container-body.mce-stack-layout
{
    height: 100% !important;
}

.mce-edit-area.mce-container {
    height: calc(100% - 68px) !important;
   /* overflow-y: scroll;  */
}
.grid-definition .form-group {
   margin-bottom:0;
}
/* animovany btn*/

.navbar-toggle {
border: none;
}

.navbar-toggle .icon-bar {
width: 22px;
transition: all 0.2s;
}
.navbar-toggle .top-bar, .page-sidebar-expanded .sidebar-toggler .top-bar  {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar, .page-sidebar-expanded .sidebar-toggler .middle-bar  {
opacity: 0;
}
.navbar-toggle .bottom-bar, .page-sidebar-expanded .sidebar-toggler .bottom-bar  {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar{
transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
transform: rotate(0);
}


.page-sidebar-expanded .sidebar-toggler .top-bar  {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.page-sidebar-expanded .sidebar-toggler .middle-bar  {
opacity: 0;
}
.page-sidebar-expanded .sidebar-toggler .bottom-bar  {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}


/***/
.navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-toggle {
border-color: #fff;
}


#pageframe .tab-content {
    padding: 10px 0;
    overflow-x: auto;
}


.form-responsive #pageframe .tab-content,.tab-pane.form-responsive {

       padding: 10px;
    overflow-x: visible;
}    





.modal-dialog-medium {
    min-width: 60%;
}
.modal-dialog-large {
	min-width:90%;
}
.modal-dialog-full {
	min-width:100%;
    margin: 0;
}
#wrapper {
	min-height: 100%;
	height: 100%;
	position: relative;
}
body>#wrapper {
min-height:100%;
height:auto;   
}

_:-ms-fullscreen, :root #wrapper { 

height:100%;
min-height: auto;

}

_:-ms-fullscreen, :root .page-content { 
	min-height: 100%;

}


#preloader {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
  display:none;
}
#status, .status-mes {
	background-image: url("../images/bo.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
	text-align:center;
    display:none;
}
.input-group-addon {
    z-index: 2;
    position: relative;
}


.grid-filter .has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#documents-list {
max-height : 400px;
overflow-y:scroll;
}
.alert {
    border-radius: 0;
}
.tooltip {
z-index:11040;
}
   /*
div[id^=u_label] {
	display:none;
}
 */
      /*
.drob::after {
  border-left:20px solid green;
  content:"";
  
  border-top: 20px solid red;
border-bottom: 20px solid #fc0;
}   */
.help-block {
display:none !important;
}


label {

    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    color: #707070;
    white-space: nowrap;

}

.form-group label {
    margin-bottom: -25px;
    z-index: 5;
    position: absolute;
    left: 10px;
    top: 2px;
    padding: 0 4px;
  background-color: #fff; 
    font-size: 12px;

}

.form-group .checkbox label {
   position: static;
     background-color: transparent; 
}

.form-group.form-group-rtf label {
/*.form-group.editbox-wrap label {  */
   margin-bottom: 0;
        top: -8px;
}


.form-group {

    padding-top: 10px;
    position: relative;
    margin-bottom: 40px;


}

.form-absolute .form-group{
 padding-top: 0;
     display:table;
     margin-bottom:0;
}


.form-absolute .form-group.editbox-wrap{
    display:block;
}

.is-admin .chybaKliceProUpdate   {
    background: rgba(255,255,0,0.3) !important;
}

.form-absolute .form-group label {
    margin-bottom: 0;
    z-index: 5;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    background-color: trasparent;

}


.nav-tabs > li > a {

    margin-right: 2px;
    border-radius: 0;
    color: #707070;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-weight: normal;
}

.nav-tabs {
    font-size:13px;
}

.select2-container--bootstrap .select2-selection--single {
    padding-top: 10px;
    
    }
.btn-primary {
    color: #fff;
    background-color: #4A96CF;
    border-color: #4A96CF;
}

.btn-default {

    color: #fff;
    background-color: #647586;
    border-color: #647586;

}

.btn, .form-control, .select2-container--bootstrap .select2-selection {
    border-radius: 0;
    
    font-style: normal;
}




.form-control, .select2-container--bootstrap .select2-selection {

    padding-left: 8px;
    height: 42px;
    border-color: #D3D6E2;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #535353;

}

.input-sm {

    padding-left: 8px;
    height: 30px;
    border-color: #D3D6E2;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #535353;

}


.input-group .select2-container--bootstrap .select2-selection {
     border-radius: 3px 0 0 3px;
}

.input-group-addon.input-group-btn {
    padding: 0 !important;
}
.form-control {
    padding-right: 8px;
}
.form-group > .checkbox {
    margin-top: 25px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 10px 0;
}
.users-bubble .checkbox label {
    padding-left:10px;
}
.checkbox label {
    padding-left: 0px;
    left: 0;
    margin-bottom: 0;
}
.checkbox span {
    padding-left: 5px;
}

.nav-tabs {

    border-bottom: 1px solid #ddd;
    background-color: #fff;

}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

    color: #4A96CF;
    cursor: default;
    background-color: #fff;
    border: 0 none;
    border-bottom: 2px solid #4A96CF;

}



*:focus {
outline: 0 none;
}
.panel-chart,.panel-grid {
    padding: 5px;
}
.panel-grid {
    overflow-y: auto;
}
/*
.drob i {
    left: 0;
    position: absolute;
    top: 35%;
}*/
         /*
.form-absolute .form-control {
    height: 24px;
    padding: 2px 3px;
    font-size: 14px;
}
     */
     
.form-absolute .select2-container--bootstrap {
   /* width: 198px !important;  */
    max-width: 100% !important;
}

.form-responsive div[id^=u_label] {
	display:none;
}

#navbar .fa-home {
    font-size: 16px;
}
#navbar .navbar-nav > li {
    margin-right: 1px;
    float: none;
    display: inline-block;
}

#navbar .nav > li > a {
    font-size: 15px;

}
#navbar .nav > li:last-child > a {
   font-weight:bold;
}
#navbar .dropdown-menu {
    width: auto;
}
#msgstatus {

    font-weight: normal;
    border-radius: 50%;
    background-color: #EB193C;
    position: absolute;
    right: 8px;
    display: none;
    height: 16px;
    width: 16px;
    padding: 0;
    line-height: 14px;
    top: 14px;
    border: 1px solid #fff;
    font-size: 10px;

}
.navbar-breadcrumb {
  float:left;
  max-height: 340px;
}

.navbar-breadcrumb a {
position: relative;
display: block;
padding: 10px 15px;
line-height:20px;
}

.z-index-10 {
	z-index:10;
}

.navbar-top .logo-brand {
	max-height: 50px;
	max-width: 220px;
		display: inline-block;
}


.navbar-brand {
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: auto;
    flex-basis: 280px;
    flex-grow: 0;
    padding: 0;
}



.login-box {
  /*  color: #707070;*/
    padding-right: 5px;
    display: block;
    padding-left: 0;
    padding-top: 5px;
    text-align: right;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.login-name {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
 /*   overflow: hidden;*/

}
.login-email {
      font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}


.btn-settings {
	position: absolute;
	right: 0;
	top: 8px;
}


.form-horizontal .form-group {

    margin-right: -10px;
    margin-left: -10px;

}
.box-shadow > .panel-heading {

    color: #333;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
.box-shadow .panel-body {

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}


.navbar-nav > li > a {
    height: 100%;
    line-height: 60px;
   /* padding: 0 5px;*/
}
.svg-icon {
    height:15px;
}
.tab-content {
	background: #fff none repeat scroll 0 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.pagination > li > a, .pagination > li > span {
padding: 12px 20px;
}
.alert {
	margin-bottom:10px;
}

#dropdown-user > .btn {
    padding-right: 80px;
    padding-left: 0;
    max-width: 250px;
    overflow: hidden;
}

header .user-avatar {
    position: absolute;
    right: 24px;
    top: 5px;
}
.user-avatar {
    border-radius: 50%;
    background: rgb(209,211,217);
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    display: block;

    font-size:11px;
    color:#fff;
    overflow: hidden;

}



.navbar-top .bo-icon {
    font-size: 20px;
}

#dropdown-user > a {
    height: 100%;
    line-height: 15px;
}             
#dropdown-user .icon-sort-down-solid {
    position: absolute;
    top: 20%;
    /*color: #B9B9B9;*/
    right: 0;
}
.navbar-collapse.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;

}

.btn.active, .btn:active {

    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.dropdown-menu {
	width: auto;
  border-radius: 0;
}
 .navbar-toggle {
    margin: 0px;
    border: 0 none;
    border-radius: 0;
    padding: 18px 15px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.btn-bell,.btn-calendar {
    padding: 12px 12px 15px 12px;
    background: transparent;
}

.container, .container-fluid {
	padding-left: 10px;
	padding-right: 10px !important;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.page-title .admin-col {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: -10px;
}

@media (max-width:750px){

  
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
  } 
.navbar-right {
    margin-right: -10px;
}
.navbar-form {
    margin-right: -10px;
    margin-left: -10px;
    padding:0 10px;
  }
      /*
  #navrhar {
  float:right;
  } */
@media screen and (max-width: 768px) {
	.visible-xs-inline {
		display: inline-block !important;
	}
	.page-pagination, .row-count {
		text-align:center;
	}
}

@media screen and (min-width: 768px) {
	.visible-xs-inline {
	display: none !important;
	}


}
.dropdown-menu > li > a {
    padding: 8px 10px;
  }
  
  /*
.page-content-top {
	overflow:hidden;
}
*/
.page-title {
    width: auto;
    margin-top: 0;
    color: #9D9D9D;
    font-weight: 500;
    position: relative;
}

.page-title span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
}
.page-title .pull-right {
    position: absolute;
    right: 0;
    top: 0;
}

.page-control {

    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;

}
.page-control i {

    font-size: 18px;
    padding-right: 2px;

}
.page-control .btn {
margin-left:0;
}

.page-control a.btn  {
    padding: 5px 12px 6px 12px;
}

.page {
   /* padding-bottom: 100px; */
    padding-top: 70px;
    display:flex;
}


.login-panel {

    margin: 0 auto;
        margin-top: 0px;
    max-width: 380px;
    margin-top: 0;

}

	position:absolute;
	width:100%;
	left:0;
}

.page-login {

    justify-content: center;
    display: flex;
}
.page-login {
  /*  height: 100vh;       */
    padding-top: 0 !important;
    align-items:center;
}

.login-panel .panel-body {

    padding-top: 25px;
    padding-bottom: 25px;

}

_:-ms-fullscreen, :root .page{ 
 display:block;

}
.navbar-main {
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);
	background-color:#FCFCFC;
}


.nav-brand {
	padding: 5px;
	text-align: center;
}
.nav-brand img {

	height:40px;
}
.panel-title {
	font-weight: bold;
	text-align: center;
}



.footer {
   /* margin-left: -235px;    */
    border-top: 1px solid #ddd;
    bottom: 0;
    left:0;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    display:none;
}
.page-login .footer {
   left:0;
   margin-left: 0;
   
}
.page-sidebar-closed  .footer {
   margin-left: -35px;
}
.footer-in {
    margin-bottom: 10px;
    font-size: 12px;
    color: gray;
}
@media (max-width:1050px){
    .login-box ,
.login-box .login-name,
.login-box .login-email

 {
    display: none;
}

}
@media (max-width:990px){
  .footer {
      margin-left: 0;
      border-top: 1px solid #ddd;
      bottom: 0;
      padding-top: 10px;
    /*  position: relative;  */
      text-align: center;
      width: auto;
  }
  
          /*
  .page {
    padding-bottom: 0;
  }     */
  
  .login-box {
    padding-right: 40px;
    
}
 /*
       .breadcrumb {
    max-width: 25%;

	}*/

}

@media (max-width:780px){
    
    .page {
    padding-top: 60px;
    }
    
    #page-content-wrapper {
	    padding-top: 10px;
	}


} 


@media (max-width: 760px){
  .footer {
      width: 100%;
  }
  
  
  .visible-xs {
    display: inline-block !important;
}
  


  

}  
@media (max-width: 740px){

	.form-inline .input-group {
	    display: inline-table;
	    vertical-align: middle;
	}
	.search-top-fix {

	  /*  max-width: 80%;   */
	}

}




@media (max-width: 660px){



	.search-top-fix {

	   /* max-width: 70%;          */
	}
}
@media (max-width: 480px){
/*
    .breadcrumb {
        display: none;
    }*/
    .right-menu {
        flex-basis: 0;
        flex-grow: 1;
    }

	.h1, h1 {
		font-size: 28px;
	}
/*	.page-control i {
		font-size: 24px;
	}   */
	.search-top-fix {

	  /*  width: 65%;      */
	}

}

@media (max-width: 420px){

	.search-top-fix {

	   /* width: 55%;        */
	}

}
@media (max-width: 360px){

	.search-top-fix {

	 /*   width: 50%;          */
	}

}
body {
	position: relative;
	/*overflow-x: hidden; */
}
body,
html { height: 100%;}   
.nav .open > a,
	.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 220px;
}



/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250,250,250,.8);
	z-index: 6;
}
.panel-heading {
    position: relative;
}
.panel-heading .chart-refresh {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 2px 4px;
}

.panel-heading .chart-refresh span {
    font-size: 20px;
}


.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    /*border: 1px solid #f4f4f4;     */
    background-color: #fff;
   /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;  */
    border-radius: 4px;
    padding: 16px;
   height: 330px;  
   /**/
}

.signature-pad--body {
    position: relative;
    
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;    /*  */
    border: 2px solid #333;
}

.signature-pad--body canvas {

/*display:block; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}


.ui-sortable {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    /*float: left;     */
 /*   background: #eee;   */
    width: 100%;
}

.ui-sortable > li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
        padding-left: 0.4em;
    padding-left: 1em;
    font-size: 1.2em;
}


.ui-sortable li.li-modul  {
    background: rgb(217,217,217);
    font-size: 1.4em;
}

.has-error .select2-selection, .has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}




.modal-header:hover .change-size-modal-box {
display:block;
}
.change-size-modal-box {
float:right;margin-right: 10px;margin-top: -5px;
  display:none;
}
.change-size {

    background-color: #000;
    border: 0 none;
    opacity: 0.2;
    margin: 0 3px;
    padding: 0;
    height: 20px;
    line-height: 20px;
}
.change-size:hover,.change-size:focus,.change-size-selected {
  opacity: 0.5;
  background-color: #000 !important;
}
.change-size-large {
    width: 30px;
}

.change-size-medium {
    width: 15px;
}

.change-size-small {
    width: 8px;
}


 .form-control[disabled] + label{
	color:#B2B2B2;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color:transparent;
	opacity: 1;
	color:#B2B2B2;
}

.form-control[disabled]{
   -webkit-text-fill-color: rgba(0, 0, 0, 0.35); 
   -webkit-opacity: 1; 
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}
.HlavniDivDebug {
	overflow:hidden;
}


