.alert_info {
text-align: center;
font-size: 0.8em;
padding-bottom:15px;
}
.alert_info span {
color:#E31818;
}

div.honor {
    margin-top: 10px;
}
div.honor input#honor {
    vertical-align: middle;
}
div.honor label {
    font-size: 0.8em;
    text-decoration: underline;
}



.infotable {
font-size: 90%;
border-right: solid 1px #CCC;
border-bottom: solid 1px #CCC;
width: 95%;
margin: 0 auto;
}

.infotable td {
border-left: solid 1px #CCC;
border-top: solid 1px #CCC;
}

.infotable td, .infotable th {width: 35%;}

.infotable th {
border-left: solid 1px #CCC;
border-top: solid 1px #CCC;
background: #EEE;
font-weight: bold;
padding-right: 30px;
padding-left: 7px;
text-align: left;
}

.infotable tr {
    background-color: #fff;
}

.markup {
    background: #f0f0bb;
}

/*START PopUp Dialog Style*/
// input[type="text"] {border:1px solid black;}
input[type="text"].chek_ok {border:1px solid #336699;}
input[type="text"].chek_false {border:1px solid red;}

#btnClose {float: right;}
#btnClose:hover {color: #FFFF40;}
#btnSubmit {font-size: 1.1em;margin-top: 10px;}
#btnPay {font-size: 1.1em;margin-top: 0px;}

#btnSubmitContainer {
    width: 98%;
    text-align: center;
    border-top: 2px dashed #ccc;
    padding: 10px 0;
    margin: 15px auto 0 auto;
}

.font_bold {font-weight: bold;}
.d_none, span.punkt, span[class$='tax'] {display: none;}
.inform {padding: 15px 15px 0 15px;}

#info_text {color: #E31818; text-align: center;}
#help_text span, #you_punkt span {font-weight: normal;}
#const_tax {text-decoration: underline;}

#cost_tax_sum, #total_tax {color: #E31818;font-weight: bold;font-size: 1em;}

#tax_calculate input[type="text"] {
    width: 75px;
    text-align: center;
    font-size: 1.1em;
}

#client_info input[type="text"] {
    width: 350px;
    padding-left:5px;
    padding-right:3px;
    font-size: 1.2em;
}

.web_dialog_overlay {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: .15;
   filter: alpha(opacity=15);
   -moz-opacity: .15;
   z-index: 101;
   display: none;
}
.web_dialog {
   display: none;
   position: fixed;
   width: 670px;
   top: 0;
   left: 50%;
   margin-left: -335px;
   /*margin-top: -250px;*/
   background-color: #ffffff;
   border: 2px solid #336699;
   z-index: 102;
   font-family: Verdana;
   font-size: 11pt;
}
.web_dialog_title {
   border-bottom: solid 2px #336699;
   background-color: #336699;
   padding: 4px;
   color: white;
   font-weight:bold;
}
.web_dialog_title a {
   color: white;
   text-decoration: none;
}
/* END PopUp Dialog Style*/

#ui-datepicker-div { display: none; }


#selectdate {
  border: 1px solid ##e6e6e6;
  cursor: pointer;
}

#content {
  font-size: 16px;
}

.help-block {
  font-size: 14px;
  color: #4D76F7;
}

.column-filter-widget {
  color: #3a3a3a;
}

.filter-term {
  color: #fff !important;
}

.loading {
    
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9) 
                url('/images/fair/ajax-loader-fair.gif') 
                50% 25% 
                no-repeat;
}

#assig_container {
  min-height: 1000px;
  height: auto !important;
  height: 1000px; 
}
.dataTables_paginate {
  margin-bottom: 6px;
}
.ui-button.ui-state-default {
  background-color: #bbb78c;
  border: 0px;
  padding: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui-icon {
  margin-top: 0px;
}
.dataTables_paginate .ui-button {
  margin-right: 5px !important;
}
.ui-button .ui-icon {
  background-image: url(/images/jquery-ui-datepicker/ui-icons_ffffff_256x240.png);
}

@media (max-width: 992px) {
    #btnSubmitContainer .btn {
        width: 45%;
    }
    .web_dialog {
        font-size: 20px;
    }
    .ui-icon-circle-arrow-e {
        background-position: 46.5% 86.5%;
        background-size: 1330%;
    }
    .ui-icon-circle-arrow-w {
        background-position: 60% 86.5%;
        background-size: 1330%;
    }
    .ui-icon {
        width: 36px;
        height: 36px;
    }
}