@charset
"windows-1251"
;

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face
{
    font-family: PT Sans Narrow;
    src: url(ptsans.ttf) format("opentype");
}
html, body {
    width: 100%;
    height: 100%;
}

body {
    font: 12px PT Sans Narrow, Lucida Grande, sans-serif;
    color: #000;
    background: url(../images/bg.gif) repeat-x top;
    min-width: 900px;
}

.order-info body {
    color: #000;
    background-color: #000;
    background-image: none !important;
}
a {
    color: #0c9dd4;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

.editradio{
	font: 14px PT Sans Narrow, Lucida Grande, sans-serif;
	position: absolute;
	top: 0px; 
	height: 25px;
	width: 210px;
	background: transparent;
	border: 0px;
	padding-top: 2px;
	padding-left: 11px;
	color: blue;
	outline:none;
}

.checkdiv{
	text-align: right;
	width:210px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.clear {
    clear: both;
}

.empty {
    height: 38px;
    clear: both;
}

.analyticsPage .empty {
    height: 80px;
}

.shoot {
    background: url(../images/shoot.png) no-repeat;
    width: 28px;
    height: 7px;
    position: absolute;
}

.txt {
    border: 1px solid #cbcbcb;
    font-size: 19px;
    -moz-border-radius: 3px;
}

header .fix, #wrapper .inset, footer {
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.button {
    border-radius: 3px;
    padding: 2px 10px;
    font: 13px PT Sans Narrow, Lucida Grande, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.monitor_yellow, .yellow {
    border: 1px solid #f6c501;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7c809), color-stop(1, #ffe75b));
    background: -moz-linear-gradient(bottom, #f7c809, #ffe75b);
    color: #5a0707;
    background-image: -o-linear-gradient(rgb(255, 231, 91), rgb(247, 200, 9));
    text-shadow: 1px 1px 0px #fff;
}

.yellow:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe75b), color-stop(1, #f7c809));
    background: -moz-linear-gradient(bottom, #ffe75b, #f7c809);
    background-image: -o-linear-gradient(rgb(247, 200, 9), rgb(255, 231, 91));
}

.blue {
    border: 1px solid #088cce;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a95e9), color-stop(1, #65d0fe));
    background: -moz-linear-gradient(bottom, #0a95e9, #65d0fe);
    color: #fff;
    text-shadow: 1px 1px 0px #117fb8;
    background-image: -o-linear-gradient(rgb(101, 208, 254), rgb(10, 149, 233));
}

.monitor_category{
    color: #e90d0d;
    font: 15px PT Sans Narrow, Lucida Grande, sans-serif;
}

.blue:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #65d0fe), color-stop(1, #0a95e9));
    background: -moz-linear-gradient(bottom, #65d0fe, #0a95e9);
    background-image: -o-linear-gradient(rgb(10, 149, 233), rgb(101, 208, 254));
}

.grey {
    border: 1px solid #b2b4b5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCC), color-stop(1, #DDD));
    background: -moz-linear-gradient(bottom, #d5d5d5, #e9eaeb);
    background-image: -o-linear-gradient(rgb(213, 213, 213), rgb(233, 234, 235));
    color: #5b5b5b;
    text-shadow: 1px 1px 0px #fff;
}

.grey:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9eaeb), color-stop(1, #d5d5d5));
    background: -moz-linear-gradient(bottom, #e9eaeb, #d5d5d5);
    background-image: -o-linear-gradient(rgb(233, 234, 235), rgb(213, 213, 213));
}

.monitor_red, .red {
    border: 1px solid #a80200;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d31a08), color-stop(1, #f81e2c));
    background: -moz-linear-gradient(bottom, #d31a08, #f81e2c);
    background-image: -o-linear-gradient(rgb(211, 26, 8), rgb(248, 30, 44));
    color: #fff;
    text-shadow: 1px 1px 0px #85130b;
}

.red:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f81e2c), color-stop(1, #d31a08));
    background: -moz-linear-gradient(bottom, #f81e2c, #d31a08);
    background-image: -o-linear-gradient(rgb(248, 30, 44), rgb(211, 26, 8));
}

.monitor_green, .green {
     border: 1px solid #8dc94c;
     background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a7e354), color-stop(1, #d8f3a8));
     background: -moz-linear-gradient(bottom, #a7e354, #d8f3a8);
     background-image: -o-linear-gradient(rgb(216, 243, 168), rgb(167, 227, 84));
     color: #0d5a0d;
     text-shadow: 1px 1px 0px #fff;
}

.green:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d8f3a8), color-stop(1, #a7e354));
    background: -moz-linear-gradient(bottom, #d8f3a8, #a7e354);
    background-image: -o-linear-gradient(rgb(167, 227, 84), rgb(216, 243, 168));
}

.button[disabled=disabled] {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9eaeb), color-stop(1, #d5d5d5));
    background: -moz-linear-gradient(bottom, #e9eaeb, #d5d5d5);
    border: 1px solid #b2b4b5;
    text-shadow: 1px 1px 0px #fff;
    color: #999;
    cursor: default;
}

.datepicker {
    padding: 3px 3px 4px 23px;
    border: 1px solid #c7c7c7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/iCal.gif) no-repeat 4px 4px;
}

.settingtext {
    padding: 3px 3px 4px 3px;
    border: 1px solid #c7c7c7;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width: 172px;
}

#site {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url(../images/footer_bg.jpg) no-repeat bottom left;
}

/* Header
 ------------------*/
header {
    height: 48px;
    padding: 0 25px;
}

header h1 a {
    position: absolute;
    top: 0;
}

.mainmenu {
    width: 810px;
    margin: 0 auto;
    padding-top: 10px;
}

.mainmenu ul li {
    float: left;
    padding: 0 4px;
    position: relative;
}

.mainmenu ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 1px 0 0 #030303;
    padding: 5px 17px;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mainmenu ul li:hover a {
    color: #98daff;
    background: url(../images/mainmenu_bg.png);
}

.topmenu {
    position: absolute;
    top: 0px;
    right: 0px;
}

.topmenu ul li {
    float: left;
    padding: 17px 0 0 23px;
    width: 25px;
    height: 32px;
    position: relative;
}

.topmenu ul li:hover {
    background: url(../images/shadow.png) no-repeat center;
}

.topmenu ul li a {
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

/*.topmenu ul li.act { background: url(../images/mainmenu_bg.png); }*/
.messagemenu a {
    background-position: 0 0;
}

.messagemenu i {
    position: absolute;
    top: 10px;
    left: 32px;
    width: 20px;
    height: 12px;
    border: 1px solid #fff;
    color: #fff;
    font: 8px Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 12px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ab0101), color-stop(1, #ff0000));
    background: -moz-linear-gradient(bottom, #ab0101, #ff0000);
    background-image: -o-linear-gradient(rgb(211, 26, 8), rgb(248, 30, 44));
}

.messagemenu .sms{
    position: absolute;
    top: 10px;
    left: 32px;
    width: 20px;
    height: 12px;
    border: 1px solid #fff;
    color: #fff;
    font: 8px Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 12px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #006DC7), color-stop(1, #0092E2));
    background: -moz-linear-gradient(bottom, #006DC7, #0092E2);
    background-image: -o-linear-gradient(#006DC7, #0092E2);
}

.messagebeta i {
    position: absolute;
    top: 0px;
    left: 56px;
    width: 22px;
    height: 12px;
    border: 1px solid #fff;
    color: #fff;
    font: 8px Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 12px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ab0101), color-stop(1, #ff0000));
    background: -moz-linear-gradient(bottom, #ab0101, #ff0000);
    background-image: -o-linear-gradient(rgb(211, 26, 8), rgb(248, 30, 44));
}

.messagenew i {
    position: relative;
    top: 9px;
    right : 3px;
    width: 22px;
    height: 12px;
    border: 1px solid #CCCCCC;
    color: #fff;
    font: 8px Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 12px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #AAE45A), color-stop(0, #009933));
    background: -moz-linear-gradient(bottom,  #AAE45A, #009933);
    background-image: -o-linear-gradient(#AAE45A, #009933);
	float : right;
}

.messageup i  {
    position: relative;
    top: 9px;
    right : 3px;
    width: 17px;
    height: 12px;
    border: 1px solid #CCCCCC;
    color: #fff;
    font: 8px Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 12px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #FFE600), color-stop(0, #FF7200));
    background: -moz-linear-gradient(bottom,  #FFE600, #FF7200);
    background-image: -o-linear-gradient(#FFE600, #FF7200);
	float : right;
}


.usermenu {
    width: 22px !important;
}

.usermenu a {
    background-position: -49px 0;
}

.settingmenu a {
    background-position: -87px 0;
}

.logout {
    margin-left: 15px;
}

.logout a {
    background-position: -133px 0;
}

.messagemenu:hover a {
    background-position: 0 -22px;
}

.usermenu:hover a {
    background-position: -49px -22px;
}

.settingmenu:hover a {
    background-position: -87px -22px;
}

.logout:hover a {
    background-position: -133px -22px;
}

nav[role="navigation"] ul li .submenu {
    top: 29px;
}

.topmenu ul li .submenu {
    top: 41px;
    left: -29px;
}

ul li .submenu {
    display: none;
    position: absolute;
    padding-top: 9px;
    z-index: 9999999999;
}

ul li .submenu .shoot {
    top: 3px;
    left: 44px;
}

ul li .submenu ul {
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px #9dd4f8;
    overflow: hidden;
}

ul li .submenu ul li {
    border-bottom: 1px solid #dddddd;
    padding: 0;
    float: none;
    width: auto;
    height: auto;
}

ul li .submenu ul li a {
    padding: 7px 14px;
    display: block;
    color: #444444 !important;
    font-size: 13px;
    text-shadow: 0 0 0;
    width: 90px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    text-decoration: none;
}

ul li .submenu ul li.last a {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius-bottomleft: 4px;
    border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul li .submenu ul li.first a {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-radius-topleft: 4px;
    border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.submenu .long
{
    width:130px;
}

ul li .submenu ul li a:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1283cb), color-stop(1, #1b99e9));
    background: -moz-linear-gradient(bottom, #1283cb, #1b99e9);
    background-image: -o-linear-gradient(rgb(18, 131, 203), rgb(27, 152, 233));
    color: #fff !important;
    background-position: 0 0 !important;
}

/* nohover для бланков blanks */

ul li .submenu ul li a.nohover, ul li .submenu ul li a.nohover:hover {
    background-repeat: no-repeat;
    background-color: #cfcfcf;
    background-image: url('/views/images/down.png');
    color: #000 !important;
    background-position: 100% 30% !important;
	cursor: default;
}



ul li .submenu .ml a:hover b { color: #fff !important; }

ul li .submenu .ml a {
    font-size: 15px;
}

ul li .submenu .ml b {
    float: left;
    width: 55px;
    font-size: 13px;
    color: #444444;
    font-weight: normal;
}

ul li .submenu .onsite a {
    color: #239704 !important;
}

ul li .submenu .agent a {
    color: #dc1010 !important;
}

.topmenu ul li:hover .submenu, nav[role="navigation"] ul li:hover .submenu {
    display: block;
}

.pathway {
    position: absolute;
    top: 60px;
    left: 111px;
    color: #cfcfcf;
}


.system_msg_green{
	position: absolute;
    top: 60px;
	left:37%;
	width : 25%;
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: #ccffcc;
    text-shadow: none;
    color: #006633;
}

.system_msg_red{
	position: absolute;
    top: 60px;
	left:37%;
	width : 25%;
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: #ff8c8c;
    text-shadow: none;
    color: #DE1B12;
}

.itenary_receipt{
	width : 100%;
	font-size:14px;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: transparent;
    text-shadow: none;
}

.saldo_monitor_form{
    width : 100%;
    font-size:14px;
    text-transform: uppercase;
    text-align: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    text-shadow: none;
}

.system_msg_yellow{
	position: absolute;
    top: 60px;
	left:37%;
	width : 25%;
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: #F3E641;
    text-shadow: none;
	/*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7c809), color-stop(1, #ffe75b));
    background: -moz-linear-gradient(bottom, #f7c809, #ffe75b);*/
    color: #5a0707;
}

.pathway a {
    padding-right: 7px;
}

.searchform {
    position: absolute;
    right: 0px;
    top: 58px;
    z-index: 10;
}

.searchform input {
    float: left;
    border: none;
}

.searchform .stxt {
    width: 199px;
    height: 22px;
    padding: 0px 0px 0px 5px;
    color: #5b5b5b;
    font-size: 11px;
    border-radius: 3px;
}

.searchform .sbtn {
    position: absolute;
    background: url(../images/sbtn_1.png) no-repeat;
    width: 25px;
    height: 22px;
    cursor: pointer;
    right: 0px;
}

.searchform select {
    position: absolute;
    width: 70px;
    border: none;
    border-radius: 3px;
    height: 22px;
    background-color: #FFFFFF;
    color: #5b5b5b;
    font-size: 11px;
    left: -72px;
}

/* Wrapper
 ------------------*/
#wrapper {
    padding: 93px 25px 0;
    background: url(../images/content_bg.jpg) no-repeat top right;
}

.settingsPage #wrapper, .analyticsPage #wrapper, .tablePage #wrapper {
    padding-top: 62px;
}

#wrapper h2 {
    font-size: 25px;
    font-weight: normal;
    color: #e90d0d;
    text-transform: uppercase;
}

.title {
    margin-bottom: 5px;
    position: relative;
    height: 32px;
}

.title .buttons, .settingsPage .buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.title .buttons input {
    margin-left: 10px;
}

.title .buttons .no-margin {
    margin-left: 0; !important;
}

.title .buttons .no-margin input{
    margin-left: 0; !important;
}

.tags {
    background: #fff;
    margin-bottom: 13px;
    border: 1px solid #dfe3e4;
    padding: 7px 10px;
    position: relative;
}

.tags .shoot {
    right: 20px;
    top: -7px;
}

.tags a {
    background-image: url(../images/i_tags.gif);
    background-repeat: no-repeat;
}

.tags .inner {
    padding-right: 115px;
}

.tags .inner a {
    color: #0c9dd4;
    margin-right: 30px;
    background-position: 0 2px;
    padding-left: 15px;
    line-height: 22px;
}

.tags .inner a:hover {
    background-position: 0 -12px;
    color: #000;
}

.tags .close {
    position: absolute;
    top: 10px;
    right: 13px;
    background-position: 0 -25px;
    padding-left: 15px;
    color: #ff7f7f;
}

.tabmenu {
    margin-bottom: -1px;
}

.tabmenu ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 14px;
}

.tabmenu ul li.act {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f6f6), color-stop(1, #fff));
    background: -moz-linear-gradient(bottom, #f4f6f6, #fff);
    border: 1px solid #dcdedd;
    border-bottom: none;
    background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(243, 245, 246));
}

.home article {
    float: left;
    width: 18%;
    margin: 0 0 100px 5%;
    padding-left: 64px;
    background-image: url(../images/ihome.png);
    background-repeat: no-repeat;
}

.home article h2 {
    color: #e90d0d;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 15px;
}

.home article menu li {
    margin-bottom: 7px;
}

.home article menu li a {
    color: #33363f;
    font-size: 15px;
}

.tickets {
    background-position: 0 0;
}

.finance {
    background-position: 0 -200px;
}

.handbook {
    background-position: 0 -400px;
    width: 25% !important;
}

.analytics {
    background-position: 0 -600px;
}

.reports {
    background-position: 0 -800px;
}

.other {
    background-position: 0 -1000px;
    width: 25% !important;
}

.home article menu.two {
    float: left;
    width: 140px;
}

footer {
    height: 38px;
    margin-top: -40px;
}

footer .inner {
    border-top: 1px solid #e0e1e0;
    padding-top: 10px;
    width: 60%;
    float: right;
    margin-right: 25px;
}

footer p {
    float: left;
}

footer .supportlink {
    float: right;
}

/* Container
 ------------------*/
#container {
    float: left;
    width: 100%;
}

.analyticsPage #content {
    margin: 50px 280px 0 330px;
}

.settingsPage #content {
    margin: 32px 0 0 330px;
}

#leftside {
    float: left;
    width: 278px;
    margin-left: -100%;
}

#leftside h2 {
    margin-bottom: 33px;
}

.wdt_aside dt {
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 7px;
}

.wdt_aside dd {
    color: #3a3737;
    border-bottom: 1px solid #dbe1e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.wdt_analytics dd {
    font-size: 40px;
}

.wdt_analytics dd sup {
    font-size: 14px;
    background-image: url(../images/updown.png);
    background-repeat: no-repeat;
    padding-left: 18px;
}

.wdt_analytics dd sup.down {
    color: #ff0000;
    background-position: 0 2px;
}

.wdt_analytics dd sup.up {
    color: #8dc94c;
    background-position: 0 -33px;
}

.wdt_settings dt {
    text-transform: uppercase;
    font-size: 12px;
}

.wdt_settings dd {
    font-size: 14px;
}

.wdt_settings .button {
    width: 230px;
}

.o {
    background-image: url(../images/o.gif);
    background-repeat: no-repeat;
}

.f {
    background-image: url(../images/f.gif);
    background-repeat: no-repeat;
}

.online {
    color: #5ba205;
    text-transform: uppercase;
    background-position: 0 3px;
    padding-left: 17px;
}

.version_settings
{
    color: #5ba205;
    text-transform: uppercase;
    font-size: 12px;
}
.version_settings .sred
{
    color: #D12224;
    font-size: 13px;
}

.onoff {
    font-size: 12px;
}

.turnoff {
    color: #d12224;
	text-transform: uppercase;
    margin-left: 15px;
}

.wdt_top dl {
    float: left;
    width: 139px;
    font-size: 14px;
}

.wdt_top dt {
    color: #6f6f6f;
    margin-bottom: 5px;
}

.wdt_top dd {
    margin-bottom: 2px;
}

#rightside {
    float: right;
    width: 223px;
    margin-left: -223px;
    position: relative;
}

.create {
    width: 222px;
    margin-bottom: 25px;
}

.filter {
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    box-shadow: -2px -1px 4px #cdd7db;
    width: 293px;
    border: 1px solid #dfe3e4;
    z-index: 9999;
}

.filter .jspVerticalBar {
    top: 10px;
    margin-right: 10px;
    width: 4px;
}

.filter .node {
    overflow-y: scroll;
    height: 430px;
    outline: none;
	margin-top : 10px;
}

.filter dl {
    margin: 0px 16px 0;
}

.filter dl dt {
    font-size: 12px;
    color: #0c9dd4;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.filter dl dd {
    margin-bottom: 18px;
}

.filter dl dd b {
    margin: 0 5px;
    color: #b2b2b2;
    font-weight: normal;
}

.filter .datepicker {
    width: 80px;
    margin: 0 !important;
}

.filter select {
    width: 244px;
}

.filter .separate {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.filter .checkWrap label, .filter .radioWrap label, ul.radioWrap li label {
    font-size: 14px;
    margin-left: 7px;
}

.filter .checkWrap dd {
    margin-bottom: 8px;
}

.filter .radioWrap dd, ul.radioWrap li {
    margin-bottom: 5px;
}

.filter .create {
    width: 139px;
}

.filter .esc {
    margin-left: 20px;
    width: 85px;
}

.wdt_menu dl {
    font-size: 14px;
    margin-bottom: 40px;
}

.wdt_menu dt {
    color: #6f6f6f;
}

.wdt_menu dd {
    line-height: 21px;
}

.wdt_menu dd.act a, .wdt_menu dd  a:hover {
    color: #d40203;
    text-decoration: none;
}

.wdt_menu dd.act a {
    background: url(../images/arrow.gif) no-repeat left;
    padding-left: 11px;
}

.debet_link {
	font-size: 16px;
}

.kredit_link {
	font-size: 16px;
}

.kredit_link_delete{
	font-size: 12px;
	color : red;
}

.debet_link_delete{
	font-size: 12px;
	color : red;
}

.date {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 7px;
}

.diagramWrap {
    border: 1px solid #a1cfe4;
    margin-bottom: 11px;
}

.toolbottom {
}

.pick {
    float: left;
}

.pick ul li {
    background-image: url(../images/pick.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #949292;
    padding-left: 12px;
}

.diag-agent {
    background-position: 0 4px;
}

.diag-subaagent {
    background-position: 0 -11px;
}

.diag-client {
    background-position: 0 -26px;
}

._yellow {
    background-position: 0 4px;
}

._blue {
    background-position: 0 -11px;
}

._green {
    background-position: 0 -26px;
}

._red {
    background-position: 0 -41px;
}

.setup {
    float: right;
}

.setup .datepicker {
    width: 68px;
    margin-right: 10px;
}

.setup select {
    width: 88px;
}

.setup .button {
    margin-left: 10px;
}

.setup .save {
    margin-left: 57px;
}

.dataWrap {
    float: left;
    width: 220px;
}

.dataWrap ul li {
    float: left;
}

.setup .datalabel {
    display: block;
    text-transform: uppercase;
    color: #0c9dd4;
    margin-bottom: 3px;
}

.setup .setButtons {
    margin-top: 18px;
    float: left;
}

/* LoginPage */
.loginPage {
    background-position: 0 -49px;
}

.loginform {
    width: 252px;
    margin: 90px auto 0;
    position: relative;
}

.loginform .shoot {
    top: 109px;
    left: 17px;
    z-index: 999;
}

.loginform .logo {
    margin-bottom: 10px;
}

.loginform .inner {
    padding: 20px;
    border: 1px solid #dfe3e4;
    background: #fff;
}

.loginform ul li {
    margin-bottom: 21px;
}

.loginform ul li label {
    display: block;
    margin-bottom: 4px;
    color: #2a8fcc;
    text-transform: uppercase;
}

.loginform ul li input {
    border: 1px solid #c7c7c7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    width: 200px;
}

.loginform .forgot {
    float: right;
    line-height: 29px;
}

.viewmanager {
    margin-bottom: 11px;
    overflow: hidden;
}

.summ {
    overflow: hidden;
    height: 30px;
    width: 55000px;
}

.summ .firsts {
    border-left: 1px solid #dcdedd;
}

.summ table {
    border: none !important;
    display: block;
}

.summ td {
    font-size: 14px;
    background: #fbf3d1 !important;
    color: #686868;
    text-align: center;
    border-right: 1px solid #dcdedd;
    display: block;
    float: left;
    padding: 10px 0;
}

.tablet {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #dcdedd;
}

.tablet table {
    border-left: 1px solid #dae1e3;
}

.tablet table td {
    font-size: 14px;
    color: #686868;
    text-align: center;
    border-right: 1px solid #dcdedd;
    border-bottom: 1px solid #dcdedd;
    /*background: #fff;*/
    padding: 2px 5px;
    outline: none;
}

.tablet table td:focus {
    border: none;
}

.tablet thead td, .tablet thead tr:hover td {
    font-size: 14px;
    color: #000;
    padding: 8px 0;
    border-right: 1px solid #d3d6d6;
    border-bottom: 1px solid #d3d6d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f5), to(#e5e7e8));
	background: -moz-linear-gradient(top, #f3f5f5, #e5e7e8);
    background-image: -o-linear-gradient(rgb(243, 245, 246), rgb(229, 231, 232));
    font-weight: normal;
    text-shadow: 1px 0 0 #fff;
    line-height: 11px;
    cursor: default;
}

.intd
{
	font-family: PT Sans Narrow;
	background:transparent; 
	border:none;
	font-size: 14px;
    color: #686868;
	text-align : center;
}

.popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/rollover.png);
    cursor: default;
}

.window {
    position: absolute;
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #929292;
    text-align: left;
}

.window .shoot {
    left: 43%;
    bottom: -7px;
    background-position: 0 -7px;
}

.editcell {
    width: 200px;
    height: 93px;
    padding: 13px 10px;
}

.editcell label {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.editcell .txt {
    width: 198px;
    text-align: center;
    margin-bottom: 16px;
}

.editcell .button {
    width: 92px;
}

.editcell .grey {
    float: right;
}

.editcell .yellow {
    float: right;
}


.smssender {
    width: 200px;
    height: 130px;
    padding: 13px 10px;
}

.smssender label {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.smssender .txt {
    width: 198px;
    text-align: left;
	font-size : 12px;
    margin-bottom: 16px;
}

.smssender .button {
    width: 92px;
}

.smssender .grey {
    float: right;
}

.userlink {
    width: 115px;
    height: 64px;
    color: #686868;
    font-size: 14px;
    line-height: 11px;
}

.userlink .shoot {
    background-position: -29px 0px;
    width: 6px;
    height: 28px;
    left: -5px;
    top: 19px;
}

.userlink ul li {
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.userlink ul li.last {
    border: none;
}

.userlink ul li a {
    color: #6a6a6a;
    display: block;
    padding: 11px 0;
    text-decoration: none;
}

.userdel {
    width: 425px;
    height: 65px;
    padding: 33px 0;
    text-align: center;
}

.userdel p {
    font-size: 17px;
    color: #da0202;
    margin-bottom: 20px;
}

.userdel .button {
    margin: 0 5px;
}

.edit-bilet {
    width: 660px;
    height: 410px;
    padding: 20px;
    overflow: hidden;
}

#scroll-pane-edit { width: 660px; height: 410px; }

.edit-bilet .jspVerticalBar { width: 4px; }

.input-list, .select-list {
    float: left;
    width: 273px;
}
.body-list td {
    vertical-align:top;
}

.input-list ul li, .select-list ul li {
    margin-bottom: 20px;
    position: relative;
}

.input-list .select ul li, .select-list .select ul li {
    margin: 0;
    overflow: hidden;
    _zoom: 1;
}

.input-list .select ul li label, .select-list .select ul li  label {
    color: #3a3737;
    text-transform: none;
    margin: 0;
}

.input-list label, .select-list label {
    font-size: 12px;
    color: #0c9dd4;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;;
}

.label-blue  {
    font-size: 12px;
    color: #0c9dd4;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;;
}

.header-select-list table {
    margin-bottom: 20px;
}

.select-list {
    width: 318px;
}

.select-list .f1 {
    position: absolute;
    top: 17px;
    right: 0px;
    width: 60px;
}

.order-input-list ul li, .order-select-list ul li {
    margin-bottom: 10px;
    position: relative;
}

.order-input-list .select ul li, .order-select-list .select ul li {
    margin: 0;
    overflow: hidden;
    _zoom: 1;
}

.order-input-list .select ul li label, .order-select-list .select ul li  label {
    color: #3a3737;
    text-transform: none;
    margin: 0;
}

.order-input-list label, .order-select-list label {
    font-size: 12px;
    color: #0c9dd4;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;;
}
.order-select-list {
    width: 273px;
}

.order-select-list .f1 {
    position: absolute;
    top: 17px;
    right: 0px;
    width: 60px;
}

.filter dl dd {
    margin-bottom: 18px;
}

.mco-block {
    margin: 30px 10px 0 0;
    background: #fdfaec;
    border: 1px solid #ffcc99;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    overflow: hidden;
    _zoom: 1;
}

.mco-info {
    font-size: 15px;
    color: #663300;
    padding-bottom: 27px;
    border-bottom: 1px solid #e4e1d6;
    margin-bottom: 25px;
}

.mco-info ul li {
    margin-bottom: 20px;
    position: relative;
}

.mco-info strong {
    font-weight: normal;
    color: #000;
}

.mco-info .edit-link {
    position: absolute;
    top: 2px;
    left: 143px;
    font-size: 12px;
}

.mco-correct {
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e1d6;
    margin-bottom: 18px;
}

.mco-correct h2 {
    font-size: 14px;
    color: #e90d0d;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.tour_total_caption
{
    text-transform: uppercase;
    color: #e90d0d;
    text-align: left;
    font: 20px PT Sans Narrow, Lucida Grande, sans-serif;
}
.tour_total_content
{
    text-transform: uppercase;
    margin-left: 30px;
    color: #e90d0d;
    text-align: left;
    font: 14px PT Sans Narrow, Lucida Grande, sans-serif;
}
.tour_total_sum
{
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    font: 18px PT Sans Narrow, Lucida Grande, sans-serif;
}
.tour_space
{
    margin-left: 30px;
    float: left;
}

.tour_msg
{
    border: 1px solid #ffcc99;
    border-radius: 3px;
    padding: 2px;
    text-align: left;
    visibility: hidden;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    min-height: 24px;
}

.tour_errors
{
    font-size: 16px;
    color: #e90d0d;
    padding-top: 0px;
    text-transform: uppercase;
}

.tour_lists
{
    font-size: 14px;
    padding-top: 0px;
    min-height: 24px;
}

.tour_label
{
    display: block;
    text-transform: uppercase;
    color: #0c9dd4;
    margin-bottom: 3px;
}

.tour_underline
{
    position:relative;
    top:15px;
    width:100%;
    border-bottom: 1px solid #dfdcd6;
}

.tour_underline_button
{
    position:relative;
    width:100%;
    margin-top:10px;
    text-align: right;
}

.tour_underline_button input
{
    margin-top: 10px;
}

.tour_underline_button .load_indicator
{
    position:relative;
    visibility: hidden;
    width: 16px;
    height: 16px;
    background-image: url(../images/loader.gif);
    float: left;
    top: 16px;
}

.tour-block {
    margin: 30px 10px 0 0;
    background: #fdfaec;
    border: 1px solid #ffcc99;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    overflow: hidden;
    _zoom: 1;
}

.tour_fizclients_txt
{
    width: 245px;
}

.tour_order_underline
{
    position:inherit;
    left : 905px;
    top: 535px;
    width : 230px;
}

.tour_order_underline .load_indicator
{
    position: relative;
    visibility: hidden;
    width: 16px;
    height: 16px;
    background-image: url(../images/loader.gif);
    float: left;
    top: 16px;
    margin-right: 8px;
}


.tour-correct h2 {
    font-size: 14px;
    color: #e90d0d;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
}

.add-rule {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 17px;
    font-size: 14px;
}

.dialog {
    position: absolute;
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #929292;
    width: 242px;
    cursor: move;
    height: 450px;
    overflow-y: scroll
}

.dialog .head {
    background: #84cef2;
    color: #fff;
    height: 32px;
}

.dialog .head h3 {
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
    font-weight: normal;
}

.dialog .head span {
    background: url(../images/i_head_tools.gif) no-repeat 0 0;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: 11px;
    cursor: pointer !important;
}

.dialog .head .turn {
    right: 26px;
}

.dialog .head .close {
    right: 10px;
    background-position: -17px 0;
}

.dinner {
    padding: 13px;
}

.dinner dl {
    padding-bottom: 17px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 17px;
}

.dinner dt {
    float: left;
    width: 92px;
    padding-right: 19px;
    font-size: 12px;
    color: #0c9dd4;
    text-transform: uppercase;
}

.dinner dd {
    font-size: 15px;
    color: #3a3737;
}

.d_off {
    box-shadow: none !important;
    height: 32px;
    overflow: hidden
}

.scrollWrap {
    background: url(../images/scrollWrap.gif);
    height: 9px;
    position: relative;
}

.scrollWrap .scroll {
    background: url(../images/scroll.png);
    width: 101px;
    height: 9px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.paginator {
    overflow: hidden;
}

.paginator a, .paginator span {
    float: left;
    margin-right: 1px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
}

.paginator a {
    color: #2e3133;
}

.paginator .pages {
    float: left;
    margin-right: 13px;
    color: #c3c3c3;
    font-weight: normal;
}

.paginator .current {
    background: #4bc0f8;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.paging_full_numbers
    .paginate_button {
    cursor: pointer;
    float: left;
    margin-right: 1px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
}

.paging_full_numbers .paginate_active {
    cursor: pointer;
    float: left;
    margin-right: 1px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
    background: #4bc0f8;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.paging_full_numbers .next,
.paging_full_numbers .previous,
.paging_full_numbers .first,
.paging_full_numbers .last {
    display: none;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTables_info {
    float: left;
    margin-right: 13px;
    color: #c3c3c3;
    font-weight: normal;
    display: none;
}

.dataTables_scroll {
    margin-bottom: 10px;
}

.dataTables_scrollHead {
    overflow: visible !important;
}

.select {
    position: relative;
}

.select a {
    border: 1px solid #c7c7c7;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #f2f2f2));
    background: -moz-linear-gradient(bottom, #e6e6e6, #f2f2f2);
    color: #000;
    background-image: -o-linear-gradient(rgb(230, 230, 230), rgb(242, 242, 242));
    text-shadow: 1px 1px 0px #fff;
    font-size: 14px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 236px;
    height: 27px;
    line-height: 27px;
    position: relative;
    display: block;
    padding-left: 10px;
    text-decoration: none;
}

.valuta input {
    display: none;
}

.select a i {
    background: url(../images/i_select.gif);
    position: absolute;
    top: 12px;
    right: 10px;
    width: 7px;
    height: 5px;
}

.select ul {
    position: absolute;
    top: 29px;
    left: 0;
    width: 246px;
    height: 175px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-top: none;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-radius-bottomleft: 2px;
    border-radius-bottomright: 2px;
    z-index: 9999;
}

.select ul.last {
    height: 130px !important;
}

.select ul li {
    padding-left: 12px;
    font-size: 14px;
    color: #3a3737;
}

.select ul li input {
    float: left;
    margin: 5px 3px 5px 0;
}

.select ul li label {
    display: block;
    cursor: pointer;
    padding:3px 0;
}

.select ul li.selected {
    background: #d0e7f6;
}

.select ul li:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1283cb), color-stop(1, #1b99e9));
    background: -moz-linear-gradient(bottom, #1283cb, #1b99e9);
    background-image: -o-linear-gradient(rgb(18, 131, 203), rgb(27, 153, 233));
    cursor: pointer;
}

.DTFC_LeftHeadWrapper {
    z-index: 999
}

.tablet table tr.tdred td {
    background: #ff8c8c;
    color: white;
    text-shadow: none;
    color: #fff;
}

.tdred {
    background: #ff8c8c;
    color: white;
    text-shadow: none;
    color: #fff;
}



.tdgreen  {
    background: #ccffcc;
    text-shadow: none;
    color: #006633;
}

.tdyellow  {
    background: rgba(255, 243, 101, 0.53);
    text-shadow: none;
    color: #d1902a;
}

.tablet table tr td.tdpurple  {
    background: #a3abe7;
    text-shadow: none;
    color: #2447e9; !important;
}


.tablet table tr td.tdgrey  {
    background: #c8c8c9;
    text-shadow: none;
    color: #49494b; !important;
}

.tablet table tr td.tdpink {
    background: rgba(255, 140, 140, 0.57);
    text-shadow: none;
    color: #fff;
}

.jspVerticalBar {
    z-index: 20;
}

.viewt {
    background: url(../images/viewlist_t.png) repeat-x top;
    width: 100%;
    height: 14px;
    position: absolute;
    top: 31px;
    left: 1px;
    z-index: 10;
}

.viewr {
    background: url(../images/viewlist_r.png) repeat-y right;
    width: 29px;
    height: 100%;
    position: absolute;
    top: 40px;
    right: 9px;
    z-index: 10;
}

td.checkbox {
    /*width: 30px !important;*/
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
}

td.number {width: 200px;white-space: nowrap;}

.DTFC_LeftBodyWrapper {
    margin-top: 1px;
}

.tablet .number {
    border-right: none !important;
}

/*.two-cols .number { border-right: none !important; }*/

.useredit {
    width: 300px;
    height: 375px;
    padding: 22px;
    z-index: 999999999;
}

.useredit ul li {
    margin-bottom: 23px;
}

.useredit ul li label {
    color: #0c9dd4;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}

.useredit ul li .txt {
    width: 292px;
    padding: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    font-size: 16px;
}

.useredit .buttons {
    text-align: center;
}

.useredit .buttons .button {
    margin: 0 5px;
}

.tdedit{
	background-color: #E6F5FE;
}
input.din_search {

	color: #000;
    text-shadow: 1px 1px 0px #fff;
    text-transform: uppercase;
	background-color: transparent; 
	width: 100%; 
	height: 24px; 
	margin-top: 2px; 
	border: none;
	font-size: 8px;

}
input.din_search_input {

	color: #000;
    text-shadow: 1px 1px 0px #fff;
    text-transform: uppercase;
	background-color: transparent; 
	width: 100%; 
	height: 24px; 
	margin-top: 2px; 
	border: none;
	font-size: 8px;

}

.report_tablet {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #dcdedd;
}

.report_tablet table {
    border: none;
}

.report_tablet table td {
    font-size: 14px;
    color: #686868;
    text-align: left;
    border: none;
    /*background: #fff;*/
    padding: 2px 5px;
    outline: none;
}

.report_tablet table td.report_input_div {
	text-align: center;
	padding-top: 15px;
}

.report_tablet table td:focus {
    border: none;
}

ul.report_ul, .report_tablet  ul {
	display: none;
	height : 230px;
	text-align: left;
}

div.report_elem, td.report_elem {
	text-align:left;
}

.report_tablet thead td, .report_tablet thead tr:hover td {
    font-size: 14px;
    color: #000;
    padding: 8px 0;
    border-right: 1px solid #d3d6d6;
    border-bottom: 1px solid #d3d6d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f5), to(#e5e7e8));
	background: -moz-linear-gradient(top, #f3f5f5, #e5e7e8);
    background-image: -o-linear-gradient(rgb(243, 245, 246), rgb(229, 231, 232));
    font-weight: normal;
    text-shadow: 1px 0 0 #fff;
    line-height: 11px;
    cursor: default;
}



.report_td {
	text-align: left;
	border : none;
	color: #0C9DD4;
	padding: 10px;
}

.reports_div table, .reports_div td 
{
	border: none;
	border-collapse: collapse;
}

table.report_wtable {
	width: 400px;
	margin: 0 auto;
}

.report_td div, .report_rel2, .report_rel {
	color: #0c9dd4;
}



table.report_elem, td.report_elem {
	border: none;
	border-collapse: collapse;
}

input.file_upload {
	background: none repeat scroll 0 0 #2BA6CB;
	border: 1px solid #1E728C;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
}

div.replink,
div.delreport {
	float: left;
}

div.delreport {
	display: none;
	
}

div.delreport {
	padding: 0px 0px 0px 3px;
	
}

#row-title a{
   color: #000;
   text-decoration: none;
}

#row-title {
    width: 20%;
}

.order-info-table {
    border: 1px #9C9C9C solid;
    width: 80%;
    text-align: left;
    margin-left:10%;
    margin-bottom:3%;
}

.order-info-table td{
    padding-left:3%;
}

.currency_error
{
    color: #ff0000;
}

.money_cost
{
    width : 202px;
}

.hotel_men_txt
{
    width:100px;
}
.order_note
{
    width : 245px;
    height : 70px;
    resize: none;
    font: 14px PT Sans Narrow, Lucida Grande, sans-serif;
}
.section_link
{
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin-right: 1px;
    float: left;
}
.section_link_delete
{
    margin-right: 4px;
    display: none;
}

.manual_ticketing_form{
    width : 100%;
    font-size:14px;
}

.manual_ticketing_form .table_header{
    width : 100%;
    font-size:14px;
    /*background-color: rgba(233, 13, 13, 0.51);*/
    background-color: rgb(146, 146, 146);
    color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
}

.manual_ticketing_form
{
    line-height: 30px;
}

.manual_ticketing_form .pnr{
    font-weight: bold;
}

.manual_ticketing_form .action{
    width: 154px;
}

.manual_ticketing_form .action_small{
    width: 75px;
    margin-left: 2px;
    margin-right: 2px;
}

.manual_ticketing_form .holded_tr{
    background-color: rgba(141, 201, 76, 0.6);
    color: rgb(94, 135, 57);
}

.manual_ticketing_form .holded_timelimit{
    color: #e90d0d;
}

.manual_ticketing_form .holded_username{
    color: #e90d0d;
}

.schedule-time-container {
    text-align: center;
    margin-bottom: 8px;
}

.schedule-options-container {
    font-size: 12px;
    margin-bottom: 8px;
    float: left;
    clear: none;
}

.schedule-options-container label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
    cursor: pointer;
}

.schedule-options-container input[type=radio] {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
    cursor: pointer;
}

.schedule-time {
    width: 110px;
    border: 1px solid #cbcbcb;
    font-size: 19px;
    -moz-border-radius: 3px;
    text-align: center;
}

.editbox-schedule {
    cursor: pointer;
}


.schedule-work-ok {
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #1db309;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 3px;
    cursor: help;
}

.schedule-work-not-ok {
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #ea2e50;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 3px;
    cursor: help;
}

.holiday {
    color: red; !important;
}

.cursor-help {
    cursor: help;
}

.schedule-rate-container {
    margin-bottom: 8px;
}

.schedule-options-rate-label {
    font-size: 15px;
    bottom: 2px;
    position: relative;
}

.schedule-options-lunch-break-label {
    font-size: 15px;
    bottom: 2px;
    position: relative;
    margin-left: 10px;
}

.schedule-options-lunch-break-label-time {
    font-size: 15px;
    bottom: 2px;
    position: relative;
}


.schedule-options-rate {
    border: 1px solid #cbcbcb;
    font-size: 19px;
    -moz-border-radius: 3px;
    width: 55px;
}

.schedule-options-lunch-break {
    border: 1px solid #cbcbcb;
    font-size: 19px;
    -moz-border-radius: 3px;
    width: 55px;
}

.schedule-rate {
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #1db309;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 3px;
    cursor: help;
}

.schedule-planned-hours {
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #f3cf1c;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 3px;
    cursor: help;
}

.schedule-lunch {
    height: 13px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #85ee63;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 3px;
    cursor: help;
    font-size: 10px;
    position: relative;
    bottom: 1px;
}

.schedule-remote {
    height: 13px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #2447e9;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 3px;
    font-size: 10px;
    position: relative;
    bottom: 1px;
}

.schedule-users {
    margin-left: 5px;
}

.schedule-users .schedule-users-name {
    float: left;
}

.schedule-users .schedule-planned-hours {
    float: right;
}