
* {
    margin: 0;
    padding: 0;
}

html
{
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}

table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

td
{
    color: #fff;
    font-family: sans-serif;
    font-size: 1.0em;
    vertical-align: top;
    text-shadow: 2px 2px 1px #111111;
}

a
{
    text-decoration: none;
}

b
{
    color: #cc0;
}

.cl, .cc
{
    background-color: rgba( 0, 0, 0, 0.3 );
}

.cc
{
    padding: 0;
}

.r
{
    text-align: right;
}

table.outer
{
    margin-top: 4px;
}

.sp
{
  width: 10px;
}

.i, .ii
{
    width: 1%;
    vertical-align: top;
}

.i
{
    padding: 8px 9px 0 7px;
}

.ii
{
    padding: 6px 8px 0 7px;
}

.t
{
    padding: 5px 0 2px 0;
    font-size: 1.3em;
}

.t, .t a
{
    color: #cc0;
}

.t2, .t2 a
{
    color: #d11;
}

.t2, .tt2
{
    font-size: 1.0em;
}

.t2
{
    padding: 2px 0 4px 0;
}

.tt2
{
    padding: 4px 0 4px 0;
}

.m
{
    font-size: 0.9em;
    padding-right: 5px;
}

.bb, .b
{
    font-size: 0.8em;
}

.bb
{
    padding: 2px 0 0 0;
}

.b
{
    padding: 2px 5px 6px 0;
}

.e
{
    color: #eee;
    font-size: 1.0em;
    padding: 2px 0 4px 0;
    text-shadow: 1px px 1px #111111;
}

.st
{
    color: #eee;
    font-size: 1.4em;
    font-weight: bold;
    padding: 2px 2px 4px 9px;
}

.hr
{
    padding: 1px 0;
    background-color: rgba( 127, 127, 127, 0.2 );
}

.po
{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.p
{
    font-wight: bold;
    margin: 0;
    background-color: rgba( 0, 0, 0, 0.2 );
}

.p td
{
    padding: 10px;
}

.p .prev, .p .next
{
    width: 30%;
}

.p .prev
{
    text-align: left;
}

.p .next
{
    text-align: right;
}

.p .page
{
    vertical-align: middle;
    text-align: center;
    width: 40%;
}

.p a
{
    color: #fff;
}

div.error span
{
  color: red;
}

div.success span
{
  color: #0cc115;
}

select
{
  padding: 15px;
}
.rtlink {
  background-image: url("/images/route_images/@x.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  height: 20px;
  padding-bottom: 10px;
  padding-left: 45px;
  padding-top: 10px;
}

.btn_r {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #949494;
    font-size:12px;
    font-family:arial, helvetica, sans-serif;
    float: left;
    text-align: center;
    margin-right: 5px;
    padding: 6px 10px 14px 0px;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold; color: #FFFFFF;
    background-color: #45484d; background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
    background-image: -webkit-linear-gradient(top, #45484d, #000000);
    background-image: -moz-linear-gradient(top, #45484d, #000000);
    background-image: -ms-linear-gradient(top, #45484d, #000000);
    background-image: -o-linear-gradient(top, #45484d, #000000);
  }
.mark_img {
vertical-align: middle;padding-right: 5px;width:20px;
}
.search_task input{
    margin: 6px 4px 8px 20px;
    padding: 2px;
    width:80%;
}
.search_task button{
    margin: 14px 6px 4px 11px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #949494;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    float: left;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #45484d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
    background-image: -webkit-linear-gradient(top, #45484d, #000000)
}

.ui-datepicker-calendar tbody td{
    text-shadow: none;
}
.ui-datepicker-calendar tbody td a{
    font-weight: normal !important;
    text-align:center !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 2px !important;
    margin-right: 4px !important;
}
.ui-datepicker-calendar thead th{

  font-weight: normal !important;
  color: #000 !important;
  padding: .3em !important;
}
.roundapp-48 img{
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}
textarea{
font-size:1.4em;
}

.pre-wrap-with-break{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

 input[type='checkbox'] {
    width:27px;
    height:27px;
    border-radius:5px;
/**    background:white; */
    border:2px solid #555;
}

input[type='radio'] {
    width:27px;
    height:27px;
    border:2px solid #555;
}