@import url("datagrid.css");
@import url("sidebar.css");
@import url("puvdesigner.css");

html, body {
	height: 100%;
}
      /*
body {
	background-color:#f8f8f8;
}
    */

.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%;
}

.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;
}

.has-error .table-width {
    border: 1px solid #a94442;
}
.grid-definition .form-inline {
    margin-right: -15px;
}
    
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:hover {
}
.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 {

       padding: 10px;
    overflow-x: visible;
}    

.modal-dialog-medium {
    min-width: 60%;
}
.modal-dialog-large {
	min-width:90%;
}
#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:99;
}
   /*
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;
}

.nav-tabs > li > a {
    margin-right: 2px;
    border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-weight: bold;
}
/* bez zaoblení */
.btn, .form-control, .select2-container--bootstrap .select2-selection {
    border-radius: 0;
}
.form-control, .select2-container--bootstrap .select2-selection {
    padding-left: 8px;
}
.form-control {
    padding-right: 8px;
}
.form-group > .checkbox {
  margin-top: 25px;
}
 .checkbox label {
     padding-left: 0px;
 }
.checkbox span {
    padding-left: 5px;
}


*: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;
}


#navbar .dropdown-menu {
    width: auto;
}
#msgstatus {
    font-weight: normal;
   /* border-radius: 50%;    */
}
.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 {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 0;
}

.navbar-header .navbar-brand {
	background-color: transparent;
	min-width: 220px;
	text-align: center;
}
.navbar-top {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.btn-settings {
	position: absolute;
	right: 0;
	top: 8px;
}
.login-panel {
    margin: 0 auto;
    max-width: 480px;
    margin-top: 15%;
}



.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: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;

}

.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;
}
.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
}
.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;
}

.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;
  }
@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: 3px 10px;
  }
.page-content-top {
	overflow:hidden;
}
.page-title {

    width: auto;
    margin-top: 0;
}
.page-control {

    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;

}
.page-control i {
font-size: 18px;
}
.page-control .btn {
margin-left:0;
}

.page-control a.btn  {
    padding: 5px 12px 6px 12px;
}

.page {
   /* padding-bottom: 100px; */
    padding-top: 50px;
    display:flex;
}
_:-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%;
}
.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:970px){
  .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;
  }     */

}


@media (max-width: 760px){
  .footer {
      width: 100%;
  }
  

}  
@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){


	.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;
}


.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;
}


.row.row-flex
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.row.row-flex > [class*="col-"]
{
    display: flex;
}

.change-size-modal-box {
float:right;margin-right: 10px;margin-top: -5px;
}
.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;
}