﻿.usermenu-item {
  display: block;
  margin: 5px 20px;
  padding: 0;
  width: 80px;
  height: 30px;
  cursor: pointer;
}

* {
  outline: none;
}

input[type='checkbox'], input[type='radio'] {
  filter: grayscale(1);
}

.no-events{
  pointer-events:none;
}

.reset {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.cln {
  clear: left;
}

.error, .warning {
  display: block;
  color: #900000;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.txtsmall {
  width: 136px !important;
  margin-top: 2px;
}

.txtsmaller {
  width: 100px !important;
  margin-top: 2px;
}

.warning {
  color: Orange;
}

.valsum {
  background-color: #FFFFEE;
  border: 1px solid #000000;
  color: red;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 5px 0px 2px;
  padding: 5px 10px;
}

.success {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: Green;
  width: auto;
  margin: 50px auto;
  text-align: center;
}

.validator {
  color: Red;
  font-weight: bold;
}

a {
  color: Black;
  text-decoration: none;
}

  a:hover {
    color: grey;
  }

img:hover {
}


.btn {
  background-color: White; /*#F7F3F7;*/
  /*color: #868686;*/
  color: #000000;
  text-align: center;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #868686;
  font-size: 14px;
  padding: 3px;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 3px;*/
}

  .btn.aspNetDisabled {
    opacity:0.5;
  }

.chbx {
  /*background-color: White;*/ /*#F7F3F7;*/
  /*color: #EB7725;*/
  text-align: center;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  /*border: 1px solid #C19559;*/
  /*font-size: 14px;*/
  padding: 3px;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;*/
}

/*.btn:hover
{
  background-color: #EB7725;
  color: White; 
  border: 1px solid White;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
}*/

/*.pressed, .btn:active, .play_control p:active, #bottom_buttons p.active
{
  background-color: #F9F9F9 /*#E8E8E8 !important;
  color: #575757 !important;
  border: 1px solid #EB7725 !important;
  box-shadow: 0 0 3px #DD4B40 !important;
  -moz-box-shadow: 0 0 3px #DD4B40 !important;
  -webkit-box-shadow: 0 0 3px #DD4B40 !important; /*box-shadow: inset 0 0 3px #DD4B40;
}*/

.lbl, label {
  color: #404040;
}

.tbx {
  /*border: 1px solid #C19559;*/
  font-size: 14px;
  padding: 3px;
  font-size: 14px;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
  /*float: left;*/
  margin-right: 2px;
}


.ddwl {
  /*border: 1px solid #C19559;*/
  font-size: 14px;
  padding: 2px;
  font-size: 14px;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
  /*float: left;*/
  margin-right: 2px;
}


.tbx[readonly="readonly"] {
  background-color: #F0F0F0;
}

.wysiwygContainer {
  /*border: solid #C19559 1px;*/
}

.chbx input[type='checkbox'] {
  padding: 0px;
  margin: 0px;
}

  .chbx input[type='checkbox'] + label {
    margin-left: 2px;
  }

.border {
  /*border: solid #C19559 1px;*/
}

h1 {
  color: White; /*#EB7725;*/ /*#DD4B40;*/ /*margin: 0px 20px 5px 0px;*/
  font-size: 14pt;
  float: left;
  text-align: center;
}

h2 {
  color: White; /*#EB7725;*/
  margin: 5px 0px 0px 10px;
  font-size: 11pt;
}

h3 {
  color: White; /*#EB7725;*/
  margin: 5px 0px 0px 10px;
  font-size: 9pt;
}

p {
  margin: 0px;
}

ul {
  margin: 0px;
}

.bold {
  font-weight: bold;
}

a img {
  border: none;
}

.center {
  text-align: center;
}

.centeraction {
  text-align: center;
  width: 90px !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}


.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.cursor_pointer {
  cursor: pointer;
}

.dn {
  display: none;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.fl {
  float: left;
}

/*table.gv a.simpleLink
{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  display: inline;
  border: none;
}

table.gv a.simpleLink:hover
{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  display: inline;
  border: none;
}

.collapsiblePanel
{
  border: 1px solid rgba(235, 119, 37, 0.5);

  margin: 5px auto;
  color: #EB7725;
}
.collapsiblePanel .cp-panel
{
  background-color: #FFFCFA;
}
.collapsiblePanel .cp-panel, .collapsiblePanel .cp-panel a, .collapsiblePanel .cp-panel a:visited
{
  font-weight: bold;
  text-decoration: none;
  font-size: 9pt;
  color: #EB7725;
}*/

.collapsiblePanel .cp-panel a:hover {
  text-decoration: underline;
}

a.back {
  text-decoration: none;
  color: Gray;
  margin-top: 10px;
  display: block;
}

.dropDownMenu {
  display: none;
  position: absolute;
  background-color: white;
  width: auto;
  height: auto;
  border: 1px solid Black;
  z-index: 10000;
}

  .dropDownMenu ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

    .dropDownMenu ul li {
      width: 100%;
      height: 30px;
      font-size: 14px;
      text-align: left;
    }

      .dropDownMenu ul li a {
        display: block;
        /*color: #EB7725;*/ /*#3366DB;*/
        text-decoration: none;
        margin: 0;
        padding: 0 20px;
        white-space: nowrap;
        height: 30px;
        line-height: 30px;
      }

        .dropDownMenu ul li a:hover {
          /*background-color: #EFF3FB;*/
        }

.back {
  border: 1px solid #DEDBDE;
  background-color: #F7F3F7;
  color: #A5A6A5;
  width: 40px;
  float: left;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("Images/go-back.png");
  height: 78px;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
}

  .back:hover {
    background-color: #E8E8E8;
    color: #999999;
    border: 1px solid #C1C1C1;
    /*box-shadow: 0 0 1px #999;
  -moz-box-shadow: 0 0 1px #999;
  -webkit-box-shadow: 0 0 1px #999;*/
  }

  .back:active {
    border: 1px solid #999999;
  }

.box_rbn {
  /*-webkit-box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
  height: 45px;
  min-width: 30px;
  margin-right: 5px;
  float: left;
  padding: 5px;
  background-color: #FFFCFA; /*#FFEFE4;*/ /*border: 1px solid #eb7725;*/
}

.box_rbnVal {
  - /*webkit-box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
  min-height: 55px;
  min-width: 0px;
  margin-left: 7px;
  float: left;
  padding: 0px;
  background-color: #FFFCFA; /*#FFEFE4;*/ /*border: 1px solid #eb7725;*/
}

.valMsg {
  margin: 5px;
}


.box_rbn1st {
  max-width: 180px;
}

.change_user, .change_hole {
  margin-left: 60px;
  float: left;
  font-size: 10px;
}

  .change_user img, .change_hole img {
    margin-bottom: -3px;
  }

  .change_user p, .change_hole p {
    background-image: url(Images/dd_b1.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 18px;
    line-height: 20px;
    cursor: pointer;
  }


/* EDIT DIALOG */
.EditDialog {
  display: none;
}

  .EditDialog table {
    width: 100%;
  }

  .EditDialog input[type='text'] {
    width: 100% !important;
  }

  .EditDialog img#imgLoading {
    display: none;
  }

img.loading {
  position: absolute;
  margin-left: 15%;
  margin-top: -6px;
}


#divEditDialog, .ui-dialog {
  overflow: visible; /* aby mohl CalendarExtender přečuhovat dialog box */
}

/* Ostatní */



.pointer {
  cursor: pointer;
}

/* datepicker */

#ui-datepicker-div {
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #666;
  z-index: 100 !important;
}

.ui-datepicker-header {
  background-color: #555 !important;
}

.txtdate {
  width: 100px !important;
}

/* timepicker */
.ui-timepicker-div {
  margin-bottom: 8px;
}

  .ui-timepicker-div dl {
    text-align: left;
  }

    .ui-timepicker-div dl dt {
      height: 25px;
      margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
      margin: 0 20px 10px 65px;
    }

  .ui-timepicker-div td {
    font-size: 90%;
  }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

  .ui-timepicker-rtl dl {
    text-align: right;
  }

    .ui-timepicker-rtl dl dd {
      margin: 0 65px 10px 10px;
    }

.ui-slider {
  background-color: gray;
}

.txttime {
  width: 70px !important;
}

/* Autocomplete */
.ui-autocomplete {
  z-index: 100;
  list-style: none;
  background-color: #ffffff;
  color: #000000;
  /*width: 405px !important;*/
  min-width: 405px;
  border-radius: 0px !important;
  margin-top: 20px;
  padding: 2px 4px;
  font-size: 11pt !important;
}

.ui-autocomplete li {
  margin: 0px;
  padding: 0px;
  min-height: 20px;
}

    .ui-autocomplete li a {
      margin: 0px;
      padding: 0px;
      position: absolute;
      cursor: pointer;
      display: contents!important;
    }

.movable_buttons {
  display: none;
  position: absolute;
  background-color: #E9ECEC;
  border: solid 1px #DDDDDD;
  padding: 2px;
}

  .movable_buttons input {
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 46px;
    height: 42px;
    /*float: right;*/
  }

    .movable_buttons input:hover {
      opacity: 1;
      filter: alpha(opacity=100);
    }

/* Paging*/

#container {
  width: 600px;
  padding: 0px;
}



.pagination {
  padding: 20px;
  margin-bottom: 20px;
}

.page {
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

  .page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
  }

  .page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
  }

.pager {
  margin: 20px;
}

  .pager a {
    padding: 4px;
    color: white;
    background-color: #695b5b;
  }

  .pager span.current {
    background-color: #900000;
    padding: 4px;
    color: white;
  }

.chzn-container-multi .chzn-choices {
  background-image: url("Icons/chosen-sprite-down.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  cursor: pointer !important;
}

.chzn-container-active.chzn-with-drop .chzn-single {
  background-image: none !important;
  background-color: #fff !important;
}

.eventlog {
  background-color: #49956D;
}

  .eventlog p {
    margin: 10px;
  }

  .eventlog table {
    color: white;
  }

.absolute {
  position: absolute;
}

.div_country {
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  padding: 0px 113px;
  text-align: right;
}

.ddlchklst label {
  color:black !important;
}

.ddlchklst div {
  background-color:white !important;
}

.ddlchklst li {
  background-color:white !important;
}

.div-buttons-span {
  display: flex;
  align-items: center;

}

.div-buttons-span > * {
  margin-left:2px;
}
.simple-list {
  list-style: none;
  padding:0;
  margin:0;
}

*[data-jscopytocb]{
  cursor:copy;
}

.btntext {
  color: #000000 !important;
  border: none !important;
  background-color: #868686 !important;
  color: #ffffff !important;
  cursor:pointer;
}