html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input {
    z-index: 1;
}
ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

html,
body {
    line-height: 1;
    height: 100%;
    width: 100%;
    font: 12px Arial, Verdana, sans-serif;
    color: #000;
    background: #f0f0f0;
}

a {
    text-decoration: none;
    color: #000;
	cursor: pointer;
}
.hidden {
	display: none;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}


.errors {
    background: #ffc0c0;
    color: #aa3a3a;
    text-align: center;
    padding: 13px;
    list-style: none;
    margin-bottom: 15px;
}



/* Auth */
.authContainer {
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    width: 368px;
    margin: 100px auto 0px auto;
    background: #fdfdfd;
}

.authContainerDc {
    width: 440px;
}

.authInnerBox {
    margin: 0px 25px 15px 25px;
}

.authContainer td {
    height: 38px;
}

.authLogo{
    float: right;
    margin-top: -4px;
}

.authTitle{
    position: relative;
    font-weight: bold;
    font-size: 16pt;
    padding: 20px 25px 10px 25px;
}

.authInput {
    width: 264px;
    display: inline-block;
    position: relative;
    /*right: -35px;*/
}

.authButton {
    font-size: 12px;
    width: 132px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #454545;
}

.authButtonBkgFill {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px 5px;
    background-color: #e1edfa;
    float: left;
}

.authLabel {
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
    width: 65px;
}
.authLabelCheckbox td {
    height: 20px;
}
.choise {
    font-weight: bold;
}

.choise a {
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #4286c6;
    font-size: 13px;
}

a.choise_selected {
    color: #000;
    border-bottom: 0px dashed;
}

.authChoiseBkgFill {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
}

.authChoiseBkgFill_selected {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #e1edfa;
    padding: 5px 10px;
}
input[type="button"],
input[type="submit"] {
    font-size: 11px;
    font-weight: bold;
    color: #454545;
    border-top: 1px solid #929292;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #7b7b7b;
    border-left: 1px solid #858585;
    background-image: linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    border-radius: 4px;
    padding: 4px 45px;
    cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    border-top: 1px solid #b5d7f6;
    border-right: 1px solid #91bee5;
    border-bottom: 1px solid #84b5e0;
    border-left: 1px solid #a2c9ed ;
    background-image: linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -o-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -moz-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -webkit-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -ms-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
}
input[type="button"]:active,
input[type="submit"]:active {
    border-top: 1px solid #81aad2;
    border-right: 1px solid #8fbce4;
    border-bottom: 1px solid #84b5e0;
    border-left: 1px solid #84b5e0 ;
    background-image: linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -o-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -moz-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -webkit-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -ms-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
}
input:not([type]),
input[type="text"],
input[type="password"]{
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #ababab ;
    background-image: linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -webkit-linear-gradient(top, #eaeaea 0%,#fff 20%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #fff 20%);
    padding: 4px 5px;
    font-size: 1em;
    margin: 0;
}
/* Auth End */

.hidden {
    display:none;
}
.waiting {
    display: inline-block;
    background: url(/img/waiting.gif) no-repeat;
    width: 20px;
    height: 5px;
}

.pageContainer {
    padding: 20px;
    position: absolute;
    width: calc(100% - 258px);
    left: 258px;
    height: 100%;
}

.pageTitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.form {

}
.form th {
    font-weight: bold;
    font-size: 13px;
    padding-right: 10px;
    text-align: left;
    min-width: 65px;
}

.align-left{
    float: left;
}

.align-right{
    float: right;
}

.pagination_limit_text {
    margin-right: 15px;
    display: inline;
}

.pagination_limit {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form_card {
    padding: 25px;
}
.form_item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.form_item_1x {
    width: 214px;
}
.form_item_2x {
    width: 448px;
}
.form_item_4x {
    width: 916px;
}
.form_item_title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.form_full_width {
    width : 100%;
}
.form_row_submit {
    display: inline;
    margin-right: 20px;
}

.form_buttons {
    padding-top: 10px;
}

.card_grey {
    background-color: #f5f5f5;
    border: 0px solid;
    padding: 25px;
    margin-bottom: 10px;
}

.edit_user_left_panel {
    width: calc(100% - 284px);
}

.edit_user_dialog {
    width: 845px;
}

.group_operations {
    padding: 25px;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.form select {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    height: 24px;
    width: 155px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #ababab ;
    background-image: linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -webkit-linear-gradient(top, #eaeaea 0%,#fff 20%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #fff 20%);
    padding: 3px 2px;
    font-size: 1em;
    margin: 0;
}


.formSymbolSessions .sessions {
}

.right_panel {
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
    padding: 20px;
}

.left_panel {
    width: calc(100% - 440px);
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    padding-top: 60px;
}

.main {
    width: 100%;
    height: 100%;
    min-width: 1054px;
    margin: 0 auto;
    position: absolute;
    background-color: #ebebeb;
}
.buttonBar th,
.buttonBar td {
    padding-top: 10px;
}
/*Alerts*/
.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: .5em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #f2e187;
    background: #f7ecb5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
    background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
    background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
    background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
}
.alert.alert-error {
    border: 1px solid #712d2d;
    background: #963b3b;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
    background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
    background: -moz-linear-gradient(center bottom, #963b3b 0%, #b84c4c 100%);
    background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
    color: white;
    text-shadow: none;
}
.alert.alert-info {
    border: 1px solid #85c5e5;
    background: #afd9ee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
    background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
    background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
    background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
}
.alert.alert-success {
    border: 1px solid #a3d48e;
    color: #194E03;
    background: #c1e2b3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
    background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
    background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
    background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
}
.table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}
.table-small,
.table-small th,
.table-small td {
    font-size: 11px;
}


.table .table-filter {
    background: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

.table th {
    font-weight: bold;
    color: #aaa;
}
.table th a,
.table th a span {
    text-decoration: underline;
    cursor: pointer;
}

.table th, .table td {
    text-align: left;
    padding: 12px 12px;
    border: 0;
}

.table td {
    background: #fff;
}

.table td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table td:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.table tr:hover td {
    background: #f5f5f5;
}

.table td button {

}

.balance_table {
    border: none;
    border-collapse: collapse;
}
.balance_table td, th {
    border-left: 1px solid #ccc;
    padding: 0px 40px;
}
.balance_table th:first-child, td:first-child {
    border-left: none;
}

.key_value td, th {
    border-left: none;
    padding-right: 20px;
}

.key_value input {
    width: 214px;
}

/*Buttons*/
.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: 60px
}
.btn span {
    cursor: pointer;
}
.btn-primary {
    background-color: #414959;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c7994), to(#414959));
    background-image: -webkit-linear-gradient(top, #6c7994, #414959);
    background-image: -o-linear-gradient(top, #6c7994, #414959);
    background-image: linear-gradient(to bottom, #6c7994, #414959);
    background-image: -moz-linear-gradient(top, #6c7994, #414959);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7994',EndColorStr='#414959')";
    border: 1px solid #363d4a;
}
.btn-primary:hover {
    background-color: #414959;
    *background-color: #414959;
}
.btn-danger {
    background-color: #553333;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#955959), to(#553333));
    background-image: -webkit-linear-gradient(top, #955959, #553333);
    background-image: -o-linear-gradient(top, #955959, #553333);
    background-image: linear-gradient(to bottom, #955959, #553333);
    background-image: -moz-linear-gradient(top, #955959, #553333);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#955959',EndColorStr='#553333')";
    border: 1px solid #452929;
}
.btn-danger:hover {
    background-color: #553333;
    *background-color: #553333;
}
.btn-success {
    background-color: #556665;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#869b99), to(#556665));
    background-image: -webkit-linear-gradient(top, #869b99, #556665);
    background-image: -o-linear-gradient(top, #869b99, #556665);
    background-image: linear-gradient(to bottom, #869b99, #556665);
    background-image: -moz-linear-gradient(top, #869b99, #556665);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#869b99',EndColorStr='#556665')";
    border: 1px solid #495857;
}
.btn-success:hover {
    background-color: #556665;
    *background-color: #556665;
}
.btn-warning {
    background-color: #aaaa55;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccc99), to(#aaaa55));
    background-image: -webkit-linear-gradient(top, #cccc99, #aaaa55);
    background-image: -o-linear-gradient(top, #cccc99, #aaaa55);
    background-image: linear-gradient(to bottom, #cccc99, #aaaa55);
    background-image: -moz-linear-gradient(top, #cccc99, #aaaa55);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccc99',EndColorStr='#aaaa55')";
    border: 1px solid #99994d;
}
.btn-warning:hover {
    background-color: #aaaa55;
    *background-color: #aaaa55;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
    background-color: #cccccc \9;
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-large [class^="icon-"] {
    margin-top: 2px;
}
.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}
.btn-small [class^="icon-"] {
    margin-top: 0;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 17px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}
.btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none;
}
.btn-group {
    position: relative;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}
.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
    margin-left: 5px;
}
.btn-toolbar .info {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}
.btn-toolbar .block {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.block span {
    margin-right: 10px;
}

.block a {
    margin-right: 10px;
}

.btn-toolbar .loader {
    position: absolute;
    margin-top: -20px;
    left: 40px;
}
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group > .btn + .btn {
    margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 14px;
}
.btn-group > .btn-mini {
    font-size: 11px;
}
.btn-group > .btn-small {
    font-size: 12px;
}
.btn-group > .btn-large {
    font-size: 16px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}
.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px;
}
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.dropup .btn-large .caret {
    border-bottom: 5px solid #000000;
    border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}
.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group-vertical .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.btn span,
.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
    top: 0;
}
td.btn-group {
    text-align: right;
}

.pagination {
    height: 40px;
    margin: 20px 0;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > span {
    background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span {
    color: #999999;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
#dialog-confirm .ui-icon {
    float:left;
    margin:0 7px 20px 0;
}
.dialog-shelter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.3;
}
.dialog-wait-shelter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
}
.dialog-wait {
    color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    width: 400px;
    height: 400px;
}

.dialog-wait-anim {
    position: relative;
    left: 100px;
    width: 200px;
    height: 200px;
}
.dialog-wait-small-text {
    font-size: 20px;
    text-align: center;
}

#dialog-wait-waiting {
    margin-top: 25px;
    opacity: 0;
}

#dialog-wait-completed {
    margin-top: 25px;
    opacity: 0;
}

.dialog-wait-big-text {
    font-size: 26px;
    text-align: center;
}

.dialog-wait-time {
    position: absolute;
    top: 100px;
    left: 200px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.dialog-wait-btn {
    position: relative;
    width: 200px;
    left: 100px;
    margin-top: 20px;
}

.dialog {
    background: #fdfdfd;
    top: 100px;
    left: 10%;
    right: 10%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 3;
}
.dialog-buttons {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
}
.dialog-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #333;
    padding-bottom: 10px;
}
.dialog-title .dialog-close {
    position: absolute;
    top: 8px;
    right: 0px;
    text-decoration: none;
}
.dialog-title .dialog-close:hover {
    color: #ff2a00;
}
fieldset {
    margin-top: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
legend {
    font-weight: bold;
    font-size: 15px;
}
fieldset .btn-toolbar {
    margin-top: 10px;
}
.dialog .form {
    width: 100%;
}

.datetime {
    white-space: nowrap;
}
textarea.full {
    width: 550px;
    border: 1px solid #E2E2E2;
    height: 45px;
    font-size: 11px;
}
textarea.form_full_width {
    width: 100%;
    border: 1px solid #E2E2E2;
    height: 45px;
    font-size: 11px;
}
.presets {
    margin-left: 20px;
    display: inline-block;
}
.presets a {
    margin-left: 5px;
    text-decoration: underline;;
}
.presets a:hover {
    text-decoration: none;
}
.presets a:hover span {
    cursor: pointer;
}
.clearInput {
    margin-left: 10px;
    display: inline-block;
    text-decoration: underline;
}
.clearInput:hover {
    text-decoration: none;
}
.clearInput:hover span {
    cursor: pointer;
}
.block-checkbox {
    display: table;
}
.block-checkbox label {
    display: table-cell;
    white-space: nowrap;
}
.block-checkbox input {
    width: auto;
}

.add_balance_dialog {
    width: 845px;
}

.fix_balance_dialog {
    width: 445px;
    padding: 15px 40px 40px;
}

.confirm_dialog_buttons {
    min-width: 100px;
}

.dialog_buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}
.time_range_presets {
    position: absolute;
    margin-top: -34px;
    margin-left: 205px;
}
.time_range_presets a {
    margin-left: 15px;
    text-decoration: none;
}
.time_range_presets a:hover {
    text-decoration: none;
}
.time_range_presets a:hover span {
    cursor: pointer;
}



.collapse {
    background-color: #f4f4f4;
    border-radius: 3px;
    border: 0;
}
.collapse-anim-active {
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
.collapse > .collapse-item {
    border-top: 0;
}
.collapse > .collapse-item:first-child {
    border-top: none;
}
.collapse > .collapse-item > .collapse-header {
    height: 38px;
    line-height: 38px;
    text-indent: 16px;
    color: #fff;
    cursor: pointer;
    background-color: rgb(49,56,72);
}
.collapse > .collapse-item-active > .collapse-header {
    background-color: #f4f4f4;
    color: #666;
}

.collapse > .collapse-item > .collapse-header .arrow {
    display: inline-block;
    content: '\20';
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #666;
    vertical-align: middle;
    margin-right: 8px;
}
.collapse-content {
    overflow: hidden;
    color: #666;
    padding: 0 16px;
    background-color: #fff;
}
.collapse-content > .collapse-content-box {
    margin-top: 16px;
    margin-bottom: 16px;
}
.collapse-content-inactive {
    display: none;
}
.collapse-item:last-child > .collapse-content {
    border-radius: 0 0 3px 3px;
}
.collapse > .collapse-item-active > .collapse-header .arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #666;
    margin-right: 6px;
}


.confirm_dialog {
    width: 400px;
    min-width: 400px;
}
.confirm_dialog_form_item {
    width: 358px;
}
