/*{{{ =Layout*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font: 12px/110% Arial, sans-serif;
    color: #000;
    background: #dff1fc;
}

a {
    color: #000;
}

img {
    border: none;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.h-l {
    overflow: hidden;
}


.h-wrap {
    width: 1200px;
    margin: 0 auto;
}


.h-header {
    padding: 8px 0;
    min-height: 40px;
    position: relative;
}


.h-col1 {
    float: left;
    width: 240px;
    margin: 0 14px 0 0;
}

.h-col2 {
    float: left;
    width: 510px;
    padding: 43px 0 0;
    position: relative;
}

.h-col3 {
    float: right;
    width: 222px;
    padding: 43px 0 0;
    position: relative;
}

.h-col-wide {
    border: 2px solid #999;
    border-radius: 7px;
    background: #fff;
    box-shadow: 7px 7px 7px rgba(22, 19, 15, .3);
    margin: 0 0 10px;
    padding: 10px;
}


.h-footer {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0 10px;
    font-size: 10px;
}

/*}}}*/

.bold {
    font-weight: bold;
}

/*{{{ =H-header*/

.head_meta {
    clear: both;
    font-size: 10px;
    position: relative;
    top: -5px;
    margin: 0 0 2px;
}

#spinner {
    color: green;
}

.logo {
    float: left;
    margin: 0 0 7px;
}

.nav {
    margin: 0;
    padding: 10px 0 0 54px;
    list-style: none;
    float: left;
}

.online {
    width: 195px;
    padding: 0 0 0 27px;
    position: absolute;
    top: 49px; left: 42px;
    background: url(/i/on.png);
    background-repeat:no-repeat;
    font-size: 11px;
    line-height: 12px;
}

.offline {
    width: 195px;
    padding: 0 0 0 27px;
    position: absolute;
    top: 49px; left: 42px;
    background: url(/i/off.png);
    background-repeat:no-repeat;
    font-size: 11px;
    line-height: 12px;
}

.nav li {
    float: left;
    font-size: 13px;
    border-left: 1px solid #abafb2;
    padding: 0 5px;
}

.nav li:first-child
, .logged li:first-child
, .helpnav li:first-child {
    border: none;
}

.nav a {
    float: left;
    padding: 0 5px;
    height: 21px;
    line-height: 21px;
}

.nav a:hover
, .nav .active {
    background: #bddff2;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 5px 5px 5px #a9b5bc;
}


.logged {
    margin: 0;
    padding: 14px 0 0;
    list-style: none;
    float: right;
}

.logged li {
    float: left;
    color: #0066cc;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    border-left: 1px solid #383c3f;
}

.logged a {
    color: #333;
}


.b-subhead {
    clear: both;
    background: url(/t/1/i/subhead-bg.png) 0 100% repeat-x #fdfdfd;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
}

.b-subhead select {
    float: left;
}

.helpnav {
    margin: 0;
    padding: 4px 3px 0 0;
    list-style: none;
    float: right;
}

.helpnav li {
    float: left;
    font-size: 10px;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
    border-left: 1px solid #606060;
}

.helpnav a {
    color: #333;
    text-decoration: none;
}

img#events {
    float: right;
    position: relative;
    top: -2px;
    margin: 0 0 -4px;
}

.headsearch {
    float: right;
    margin: 0 50px 0 0;
}

.headsearch input {
    float: left;
}

.headsearch input.text {
    margin: 0;
    padding: 0 6px;
    border: none;
    background: url(/t/1/i/search-bg.png) 0 0 no-repeat;
    width: 100px;
    height: 20px;
    font: 11px/20px Arial, sans-serif;
    color: #000;
}

/*}}}*/


/*{{{ =H-enter-wrap*/

.h-enter-wrap {
    position: relative;
    top: -43px; right: -450px;
    margin: 10px 0 -33px -450px;
    padding: 10px 0 0 128px;
    width: 830px;
    height: 414px;
    background: url(/i/main/1.jpg) 0 0 no-repeat;
    box-shadow: 0 0 5px 5px rgba(22, 19, 15, .3);
}

.opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: #fff;
    opacity: .5;
}

#main0{
    background: #fff;
    height: 110px;
    margin-top:8px;
    padding-top:5px;
}
.b-top {
    position: relative;
    z-index: 1;
    width: 675px;
    height: 123px;
    padding: 2px 10px 10px 10px;
    background: rgba(0, 0, 0, .35);
    margin: 0 0px 10px 0;
    text-align: center;
    font-size: 13px;
}
.b-top h2{
    margin: 0 0 0px;
    padding: 7px 0px 5px 0;
    font-size: 16px;
    line-height: 110%;
}

.b-login {
    float: left;
    position: relative;
    z-index: 1;
    width: 314px;
    height: 241px;
    padding: 10px;
    background: rgba(0, 0, 0, .35);
    margin: 0 28px 0 0;
    text-align: center;
    font-size: 16px;
}

.b-other {
    float: left;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
    width: 314px;
    height: 241px;
    padding: 10px;
    background: rgba(0, 0, 0, .35);
    text-align: center;
    font-size: 14px;
}

#main1, #main2 {
    background: #fff;
    height: 241px;
}


.b-login h2, .b-other h2 {
    margin: 0 0 35px;
    padding: 25px 20px 0;
    font-size: 16px;
    line-height: 110%;
}

.b-other h2 {
    margin: 0 0 67px;
}

.b-login form {
    margin: 0;
    padding: 0;
}

.b-login table
, .b-login table th
, .b-login table td {
    padding: 0;
    border-collapse: collapse;
}

.b-login table {
    margin: 0 auto;
}

.b-login table th {
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    padding: 0 20px 15px 0;
}

.b-login table td {
    text-align: left;
    vertical-align: middle;
    padding: 0 0 15px;
}

.b-login input#login
, .b-login input#pass {
    width: 155px;
    font-size: 16px;
}

.b-login input.submit {
    display: block;
    margin: 5px 0 0;
    float: right;
    font-size: 16px;
}

.b-other p {
    margin: 0 0 17px;
}

/*}}}*/


/*{{{ =Tabs*/

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;

}

.tabs li {
    float: left;
    width: 120px;
    font-weight: bold;
    position: relative;
    bottom: -2px;
    margin: -2px 0 0;
}

.tabs .active
, .tabs .ui-state-active {
    z-index: 2;
}

.tabs a {
    display: block;
    height: 29px;
    background: url(/t/1/i/tabs-bg.png) 0 0 repeat-x #c2c2c2;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    color: #666;
    text-align: center;
    line-height: 28px;
}

.tabs .active a
, .tabs .ui-state-active a {
    background: #fff;
    border: 2px solid #999;
    border-bottom: none;
    color: #000;
    text-decoration: none;
}

.tabs2 {
    position: absolute;
    top: -47px; left: -2px;
    width: 100%;
}

.tabs2 li {
    width: 38px;
    margin: 0 5px 0 0;
}

.h-col2 .tabs2 .ui-state-active:first-child {
    height: 50px;
    width: 42px;
    background: url(/t/1/i/bg.png) 0 100% no-repeat;
}

.tabs2 a {
    height: 45px;
    line-height: 100%;
    border: none;
    background: url(/t/1/i/tabs-bg2.png) 0 0 no-repeat;
}

.tabs2 .active a
, .tabs2 .ui-state-active a {
    height: 43px;
    background: #fff;
    border: 2px solid #999;
    border-bottom: none;
    color: #000;
}

.tabs2 .active img
, .tabs2 .ui-state-active img {
    position: relative;
    top: -2px;
    margin: 0 0 -2px;
}

.h-tabsdiv {
    position: relative;
    z-index: 1;
    border: 2px solid #999;
    border-radius: 3px;
    background: #fff;
    margin: 0 0 10px;
    padding: 10px;
}

.h-col2 .h-tabsdiv
, .h-col3 .h-tabsdiv {
    padding: 0;
}

.h-col2 .h-tabsdiv {
    box-shadow: 7px 7px 7px rgba(22, 19, 15, .3);
    border-radius: 7px;
    padding: 23px 0 5px;
}

.h-col3 .h-tabsdiv .caccordion {
    padding: 10px 0 5px !important;
}

.more_level {
    padding: 0 0 5px;
}


.tabs3 {
    position: relative;
    bottom: -1px;
    margin: -1px 0 0;
    padding: 0 0 0 45px;
    list-style: none;
}

.tabs3 li {
    float: left;
    margin: 0 7px 0 0;
    width: 86px;
    font-size: 11px;
}

.tabs3 a {
    display: block;
    background: url(/t/1/i/tabs-bg3.png) 0 0 repeat-x #d2d2d2;
    border: 1px solid #666;
    width: 80px;
    height: 44px;
    padding: 0 2px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    color: #999;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
}

.tabs3 a span {
    color: #000;
}

.tabs3 .ui-state-active a {
    background: #fff;
    border-bottom: 1px solid #fff;
}


.tabs4 {
    margin: 0;
    padding: 0;
    list-style: none;

}

.tabs4 li {
    float: left;
    width: 80px;
    font-weight: bold;
    position: relative;
    bottom: -2px;
    margin: -2px 0 0;
}

.tabs4 .active
, .tabs4 .ui-state-active {
    z-index: 2;
}

.tabs4 a {
    display: block;
    height: 29px;
    background: url(/t/1/i/tabs-bg.png) 0 0 repeat-x #c2c2c2;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    color: #666;
    text-align: center;
    line-height: 28px;
}

.tabs4 .active a
, .tabs4 .ui-state-active a {
    background: #fff;
    border: 2px solid #999;
    border-bottom: none;
    color: #000;
    text-decoration: none;
}


/*}}}*/


/*{{{ =Calendar*/

.q {
    border: 1px solid #AFAFAF;
    padding: 3px;
    font-size: 12px;
    margin-top: 3px;
    width: 220px;
}

.qtime {
    background-image: url(/t/1/i/bar.gif);
    width:220px;
    height:20px;
}

.qtimeactive {
    background-image: url(/t/1/i/bar_active.gif);
    width:200px;
    height:20px;
    z-index:2;
}

.qtt {
    width:200px;
    height:20px;
    z-index:3;
    position:relative;
    top:-18px;
    left:10px;
}

.offline_0 {
    background-image: url(/t/1/i/internet_small.png);
    background-repeat: no-repeat;
}
.offline_1
{
    background-image: url(/t/1/i/internet_local_small.png);
    background-repeat: no-repeat;
}

.offline_2 {
    background-image: url(/t/1/i/local_small.png);
    background-repeat: no-repeat;
}

.offline_11 {
    background-image: url(/t/1/i/internet_facebook_small.png);
    background-repeat: no-repeat;
}

.offline_12 {
    background-image: url(/t/1/i/internet_vkontakte_small.png);
    background-repeat: no-repeat;
}

.offline_13 {
    background-image: url(/t/1/i/internet_new_form_small.png);
    background-repeat: no-repeat;
}

.parallel_1 {
    color:red !important;
}

.red {
    color:red;
}

.status_10 {
    background-color: #2b72d0;
    border: 1px solid #1b62c0;
}

.status_20 {
    background-color:gray;
    border: 1px solid #FFFFFF;
}

table.jCalendar {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

table.jCalendar th {
    font-weight: bold;
    padding: 0 2px 5px;
    text-align: center;
    vertical-align: top;
}

table.jCalendar td {
    font-weight: bold;
    text-align: right;
    padding: 2px;
    color: #333;
    background: #fff;
    border: 2px solid #3c7da0;
}

table.jCalendar td.selected {
    background: #64c7f9;
}

table.jCalendar td.other-month {
    border-color: #aacee3;
    color: #bdb7aa;
    background: none;
}

table.jCalendar td.today {
    background: #f4eec0;
    border-color: #999;
}

table.jCalendar td.dp-hover
, table.jCalendar tr.activeWeekHover td {
    background: #64c7f9;
    color: #fff;
}

table.jCalendar tr.selectedWeek td {
    background: #64c7f9;
    border: 2px solid #3c7da0;
}

table.jCalendar td.disabled
, table.jCalendar td.disabled.dp-hover {
    color: #888;
}

table.jCalendar td.unselectable
, table.jCalendar td.unselectable:hover
, table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}

.dp-popup {
    position: relative;
    background: #ededed;
    border: 2px solid #dcdbd8;
    border-radius: 5px;
    padding: 2px;
}

#dp-popup {
    position: absolute;
    z-index: 199;
}

.dp-popup h2 {
    margin: 0 0 10px;
    text-align: center;
    background: #e9e9e9;
    border: 2px solid #dbd9cd;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

a#dp-close:hover {
    text-decoration: underline;
}

.dp-nav-prev
, .dp-nav-next {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 100px;
}

.dp-nav-next {
    left: auto; right: 9px;
}

.dp-nav-prev a
, .dp-nav-next a {
    float: left;
    width: 12px;
    height: 12px;
    background: url(/t/1/i/arrows.png) 0 0 no-repeat;
    text-indent: -9999px;
    outline: none;
}

.dp-nav-next-blink a {
    background: url(/t/1/i/arrows_y.gif) 0 0 no-repeat;
}

.dp-nav-next a {
    float: right;
    background-position: 100% -12px;
}

.dp-nav-prev-blink a {
    background: url(/t/1/i/arrows_y.gif) 0 0 no-repeat;
}

.dp-popup td {
    cursor: pointer;
}

.dp-nav-prev a.disabled
, .dp-nav-next a.disabled
, .dp-popup td.disabled {
    cursor: default;
}
/*}}}*/


/*{{{ =H-col2*/

.wc-toolbar {
    color: #0066cc;
    background: #fff;
    position: absolute;
    top: 5px; left: 0;
    width: 100%;
    height: 17px;
    padding: 0;
}

.wc-toolbar h1.wc-title {
    font-size: 12px;
    text-align: left;
    padding: 0 5px;
}

.wc-header {
    border-top: 1px solid #999;
    border-bottom: none;
    background: none;
}

.wc-hour-header
, .wc-grid-timeslot-header
, .wc-business-hours {
    background: #fff;
}

.wc-hour-header {
    color: #000;
}

/*}}}*/


/*{{{ =H-col3*/

#cart_admin {
    margin: 15px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 15px rgba(22, 19, 15, .5);
}

.b-admin-inner {
    padding: 10px;
}

.b-admin-inner p {
    margin: 0 0 3px;
}

#cart_admin h2 {
    margin: 0 0 15px;
    font-size: 12px;
}

#timeline_time {
    padding: 10px 0 5px;
}

#timeline_time span {
    color: #0066cc;
}

.b-admin-inner .button {
     float: right;
}

.service-p {
     position: relative;
     padding: 0 20px 0 0;
}

.service-p .del {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/i/cc_close.png) 0 0 no-repeat;
  position: absolute;
  top: 0; right: 0;
  cursor: pointer;
}

/*}}}*/


/*{{{ =Popup*/

.jqmOverlay {
    background: #fff;
}

.jqmWindow {
    width: 550px;
    border: 1px solid #ccc;
    padding: 5px 10px 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 8px 8px 8px #9d9c9a;
    position: relative;
}

.jqm_h2 {
    margin: 0 0 12px;
    text-align: center;
    font: italic 15px Georgia, serif;
}

.jqm_h3 {
    font-size: 12px;
    text-align: center;
    margin: 0 0 8px;
}

.jqm_h3 b {
    color: #0066cc;
}

.jqm_p {
    margin: 0 0 8px;
    text-align: center;
}

.jqmClose {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/i/cc_close.png) 0 0 no-repeat;
    position: absolute;
    top: 5px; right: 5px;
    text-indent: -9999px;
    outline: none;
}

.jqm_table
, .jqm_table th
, .jqm_table td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.jqm_table th {
    font: 12px Georgia, serif;
    text-align: right;
    vertical-align: middle;
    padding: 0 5px 7px 0;
}

.jqm_table td {
    font: 12px Georgia, serif;
    text-align: left;
    vertical-align: middle;
    padding: 0 0 7px;
}

.jqm_table input.text {
    margin: 0;
    width: 160px;
}

.jqm_table input.text2 {
    margin: 0;
    width: 180px;
}

.jqm_table textarea {
    margin: 0;
    width: 160px;
}

.jqm_table .label {
    text-align: right;
}

.order_out {
    text-align: right;
    color: #0066cc;
}

.order_out span {
    cursor: pointer;
}

/*}}}*/


/*{{{ =Queue*/

.b-tabs-scroll {
    position: relative;
    top: -10px; left: -10px;
    margin: 0 -20px -20px 0;
    height: 332px;
    overflow: auto;
}

.b-item {
    padding: 9px 30px 7px 8px;
    position: relative;
    font-size: 12px;
}

.b-item-colored {
    background: #eee;
}

#caller .b-item {
    padding-right: 0;
}

.b-item p {
    margin: 0 0 1px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn1
, .btn2
, .btn3
, .btn4
, .btn5
, .btn6
, .btn7
, .btn8 {
    margin: 5px 11px 0 0;
    padding: 0;
    border: none;
    background: url(/t/1/i/btn1-bg.png) 0 0 no-repeat;
    width: 67px;
    height: 19px;
    float: left;
    font: 11px Arial, sans-serif;
    cursor: pointer;
}

.btn2 {
    width: 85px;
    background: url(/t/1/i/btn2-bg.png);
    margin: 5px 0 0;
}

.btn3 {
    width: 76px;
    background: url(/t/1/i/btn3-bg.png);
    margin: 5px 1px 0 -5px;
}

.btn4 {
    width: 65px;
    background: url(/t/1/i/btn4-bg.png);
    margin: 5px 1px 0 0;
}

.btn5 {
    width: 66px;
    background: url(/t/1/i/btn5-bg.png);
    margin: 5px 0 0;
}

.btn6 {
    width: 86px;
    background: url(/t/1/i/btn6-bg.png);
    margin: 5px 0 0;
}

.btn7 {
    width: 86px;
    background: url(/t/1/i/btn7-bg.png);
    margin: 5px 0 0;
    margin-left:5px !important;
}

.btn8 {
    width: 86px;
    background: url(/t/1/i/btn7-bg.png);
    margin: 5px 0 0;
}

.h-info-popup-wrap {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px; right: 5px;
}

.info-ic {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/t/1/i/info-ic.png) 0 0 no-repeat;
    cursor: pointer;
}

.info-ic:hover {
    background-position: 0 -20px;
}

.info-popup {
    width: 167px;
    padding: 13px;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px 7px rgba(204, 204, 204, .5);
    font-size: 12px;
    display: none;
}

.info-popup p {
    margin: 0 0 2px;
}

.b-item .info {
    display: none;
}

.info-corner {
    display: block;
    width: 17px;
    height: 13px;
    background: url(/t/1/i/info-corner.png) 0 0 no-repeat;
    position: absolute;
    top: 42px; left: -17px;
}

/*}}}*/


/*{{{ =H-footer*/

.copy {
    margin: 0;
    float: left;
}

#clock {
    float: right;
}


#amessage {
    display: none;
}

/*}}}*/

a.dp-choose-date {
	display:none;
}

/* ---------->>> BAR <<<-----------*/
.box_a {
	padding: 2px 4px;
	text-decoration: none;
	border: solid 1px #94CF5B;
	background: #F6F6F6;
}

.box_first {
	padding: 2px 4px;
	text-decoration: none;
	border: solid 1px #94CF5B;
	background: #F6F6F6;
}

.box_next {
	padding: 2px 4px;
	text-decoration: none;
	border: solid 1px #94CF5B;
	background: #F6F6F6;
}

.box_prev {
	padding: 2px 4px;
	text-decoration: none;
	border: solid 1px #94CF5B;
	background: #F6F6F6;
}

.box_last {
	padding: 2px 4px;
	text-decoration: none;
	border: solid 1px #94CF5B;
	background: #F6F6F6;
}

.box_selected {
	padding: 2px 4px;
	border: solid 1px #94CF5B;
	background: #94CF5B;
	color: white;
}

.box_a {
	background-color: #E0F1CF;
	text-decoration: none;
}

.modal .popover, .modal .twipsy {
  z-index:12000;
}
.twipsy {
  display:block;
  font-size:11px;
  opacity:1;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  position:absolute;
  visibility:visible;
  z-index:1000;
}
.twipsy.fade.in {
  opacity:1;
}
.twipsy.above .twipsy-arrow {
  border-left-color:transparent;
  border-left-style:solid;
  border-left-width:5px;
  border-right-color:transparent;
  border-right-style:solid;
  border-right-width:5px;
  border-top-color:#DB7093;
  border-top-style:solid;
  border-top-width:5px;
  bottom:0;
  left:50%;
  margin-left:-5px;
}
.twipsy.left .twipsy-arrow {
  border-bottom-color:transparent;
  border-bottom-style:solid;
  border-bottom-width:5px;
  border-left-color:#DB7093;
  border-left-style:solid;
  border-left-width:5px;
  border-top-color:transparent;
  border-top-style:solid;
  border-top-width:5px;
  margin-top:-5px;
  right:0;
  top:50%;
}
.twipsy.below .twipsy-arrow {
  border-bottom-color:#DB7093;
  border-bottom-style:solid;
  border-bottom-width:5px;
  border-left-color:transparent;
  border-left-style:solid;
  border-left-width:5px;
  border-right-color:transparent;
  border-right-style:solid;
  border-right-width:5px;
  left:50%;
  margin-left:-5px;
  top:0;
}
.twipsy.right .twipsy-arrow {
  border-bottom-color:transparent;
  border-bottom-style:solid;
  border-bottom-width:5px;
  border-right-color:#DB7093;
  border-right-style:solid;
  border-right-width:5px;
  border-top-color:transparent;
  border-top-style:solid;
  border-top-width:5px;
  left:0;
  margin-top:-5px;
  top:50%;
}
.twipsy-inner {
  background-color:#DB7093;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  color:white;
  max-width:200px;
  padding-bottom:3px;
  padding-left:8px;
  padding-right:8px;
  padding-top:3px;
  text-align:center;
  text-decoration:none;
}
.twipsy-arrow {
  height:0;
  position:absolute;
  width:0;
}

.cursor {
    cursor: pointer;
    cursor: hand;
}

.dashed {
    text-decoration:none;
    border-bottom:1px dotted #000;
}

.level {
   border-bottom:1px dotted #ddd;
}

.cparent{
    overflow:hidden;
    position:relative;
    display:table;
}
.cleft{
    display:table-cell;
    width:600px;
}

.cright{
    width:400px;
    height:100%;
    display:table-cell;
    overflow:hidden;
    width:200px;
    text-align: right;
}


/* chosen.js */

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/i/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/i/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/i/chosen-sprite.png') no-repeat 100% -22px;
  background: url('/i/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/i/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/i/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 100px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/i/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/i/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/i/chosen-sprite.png') no-repeat -38px -22px;
  background: url('/i/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/i/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/i/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */


#photos li {
    list-style: none;
}

.complex_1 {
    border:1px solid red;
}

.gray {
    color:gray;
}

.lightgray {
    color: #d3d3d3;
}

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

.text-right {
    text-align: right;
}