/*New for issues status*/
.red .status_cell{
    color: red;
}
.green .status_cell{
    color: green;
}

/*New for dual list box*/
.col-md-6 {
    width: 45%;
    float: left;
    margin-right: 10px;
}
.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}

.bootstrap-duallistbox-container label {
    display: block;
}

.bootstrap-duallistbox-container .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    display: none;
    font-size: 10px;
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
    width: 60%;
}

.bootstrap-duallistbox-container .btn-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container select {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
    width: 40%;
}

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
    margin-left: 0;
}

.bootstrap-duallistbox-container select {
    width: 100%;
    height: 300px;
    padding: 0;
}

.bootstrap-duallistbox-container .filter {
    display: inline-block;
    width: 100%;
    height: 31px;
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-duallistbox-container .filter.placeholder {
    color: #aaa;
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
    display:none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
    width: 100%;
}

/*New for dual list box*/


/*New */
.grid-view .filters input{
    height: 19px;
    font-size: 14px;
    padding: 3px;
}
.grid-view .filters select {
    height: 27px;
    font-size: 14px;
    padding: 1px 6px;
}    
.grid-view .button-column{
    text-align: center;
    width:70px;
}
.grid-view .button-column a{
    color:  #e5412d;
}
/*New*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
}
a:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
a:hover, a:active {
    outline: 0 none;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
    vertical-align: middle;
}
#map_canvas img, .google-maps img {
    max-width: none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
button, input {
    line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input[type="search"] {
    -moz-box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
a, a:visited {
    text-decoration: underline;
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
body {
    background-color: white;
  
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0;
}
a {
    color: #0088CC;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
.img-rounded {
    border-radius: 6px 6px 6px 6px;
}
.img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.img-circle {
    border-radius: 500px 500px 500px 500px;
}
.row {
    margin-left: -20px;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}
.span12 {
    width: 940px;
}
.span11 {
    width: 860px;
}
.span10 {
    width: 780px;
}
.span9 {
    width: 700px;
}
.span8 {
    width: 620px;
}
.span7 {
    width: 540px;
}
.span6 {
    width: 460px;
}
.span5 {
    width: 380px;
}
.span4 {
    width: 300px;
}
.span3 {
    width: 220px;
}
.span2 {
    width: 140px;
}
.span1 {
    width: 60px;
}
.offset12 {
    margin-left: 980px;
}
.offset11 {
    margin-left: 900px;
}
.offset10 {
    margin-left: 820px;
}
.offset9 {
    margin-left: 740px;
}
.offset8 {
    margin-left: 660px;
}
.offset7 {
    margin-left: 580px;
}
.offset6 {
    margin-left: 500px;
}
.offset5 {
    margin-left: 420px;
}
.offset4 {
    margin-left: 340px;
}
.offset3 {
    margin-left: 260px;
}
.offset2 {
    margin-left: 180px;
}
.offset1 {
    margin-left: 100px;
}
.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4894%;
}
.row-fluid .span10 {
    width: 82.9787%;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid .span8 {
    width: 65.9575%;
}
.row-fluid .span7 {
    width: 57.4468%;
}
.row-fluid .span6 {
    width: 48.9362%;
}
.row-fluid .span5 {
    width: 40.4255%;
}
.row-fluid .span4 {
    width: 31.9149%;
}
.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid .span2 {
    width: 14.8936%;
}
.row-fluid .span1 {
    width: 6.38298%;
}
.row-fluid .offset12 {
    margin-left: 104.255%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.128%;
}
.row-fluid .offset11 {
    margin-left: 95.7447%;
}
.row-fluid .offset11:first-child {
    margin-left: 93.617%;
}
.row-fluid .offset10 {
    margin-left: 87.234%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.1064%;
}
.row-fluid .offset9 {
    margin-left: 78.7234%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.5957%;
}
.row-fluid .offset8 {
    margin-left: 70.2128%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.0851%;
}
.row-fluid .offset7 {
    margin-left: 61.7021%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.5745%;
}
.row-fluid .offset6 {
    margin-left: 53.1915%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.0638%;
}
.row-fluid .offset5 {
    margin-left: 44.6808%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.5532%;
}
.row-fluid .offset4 {
    margin-left: 36.1702%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.0425%;
}
.row-fluid .offset3 {
    margin-left: 27.6596%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.5319%;
}
.row-fluid .offset2 {
    margin-left: 19.1489%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.0213%;
}
.row-fluid .offset1 {
    margin-left: 10.6383%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.51064%;
}
.hide[class*="span"], .row-fluid .hide[class*="span"] {
    display: none;
}
.pull-right[class*="span"], .row-fluid .pull-right[class*="span"] {
    float: right;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.container-fluid:after {
    clear: both;
}
p {
    margin: 0 0 10px;
}
.lead {
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 20px;
}
small {
    font-size: 85%;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
cite {
    font-style: normal;
}
.muted {
    color: #999999;
}
a.muted:hover, a.muted:focus {
    color: gray;
}
.text-warning {
    color: #C09853;
}
a.text-warning:hover, a.text-warning:focus {
    color: #A47E3C;
}
.text-error {
    color: #B94A48;
}
a.text-error:hover, a.text-error:focus {
    color: #953B39;
}
.text-info {
    color: #3A87AD;
}
a.text-info:hover, a.text-info:focus {
    color: #2D6987;
}
.text-success {
    color: #468847;
}
a.text-success:hover, a.text-success:focus {
    color: #356635;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #999999;
    font-weight: 400;
    line-height: 1;
}
h1, h2, h3 {
    line-height: 40px;
}
h1 {
    font-size: 38.5px;
}
h2 {
    font-size: 31.5px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 17.5px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 11.9px;
}
h1 small {
    font-size: 24.5px;
}
h2 small {
    font-size: 17.5px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 14px;
}
.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 20px 0 30px;
    padding-bottom: 9px;
}
ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
li {
    line-height: 20px;
}
ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}
ul.inline, ol.inline {
    list-style: none outside none;
    margin-left: 0;
}
ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dt, dd {
    line-height: 20px;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 10px;
}
.dl-horizontal {
}
.dl-horizontal:before, .dl-horizontal:after {
    content: "";
    display: table;
    line-height: 0;
}
.dl-horizontal:after {
    clear: both;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    border-left: 5px solid #EEEEEE;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
}
blockquote small {
    color: #999999;
    display: block;
    line-height: 20px;
}
blockquote small:before {
    content: "— ";
}
blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #EEEEEE;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right;
}
blockquote.pull-right small:before {
    content: "";
}
blockquote.pull-right small:after {
    content: " —";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}
address {
    display: block;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
}
code, pre {
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}
code {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #DD1144;
    padding: 2px 4px;
    white-space: nowrap;
}
pre {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre.prettyprint {
    margin-bottom: 20px;
}
pre code {
    background-color: transparent;
    border: 0 none;
    color: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
form {
    margin: 0 0 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
legend small {
    color: #999999;
    font-size: 15px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
input, button, select, textarea {
    font-family: Helvetica,Arial,sans-serif;
}
label {
    display: block;
    margin-bottom: 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
input, textarea, .uneditable-input {
    width: 206px;
}
textarea {
    height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: white;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}
select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}
select {
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 220px;
}
select[multiple], select[size] {
    height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.uneditable-input, .uneditable-textarea {
    background-color: #FCFCFC;
    border-color: #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.024) inset;
    color: #999999;
    cursor: not-allowed;
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}
.uneditable-textarea {
    height: auto;
    width: auto;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
}
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}
.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px;
}
.controls-row {
}
.controls-row:before, .controls-row:after {
    content: "";
    display: table;
    line-height: 0;
}
.controls-row:after {
    clear: both;
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
    float: left;
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
    padding-top: 5px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #EEEEEE;
    cursor: not-allowed;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}
.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #C09853;
}
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #C09853;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #A47E3C;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    background-color: #FCF8E3;
    border-color: #C09853;
    color: #C09853;
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #B94A48;
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953B39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
}
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847;
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    background-color: #DFF0D8;
    border-color: #468847;
    color: #468847;
}
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3A87AD;
}
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3A87AD;
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3A87AD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #2D6987;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7AB5D3;
}
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    background-color: #D9EDF7;
    border-color: #3A87AD;
    color: #3A87AD;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    border-color: #EE5F5B;
    color: #B94A48;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #E9322D;
    box-shadow: 0 0 6px #F8B9B7;
}

.form-actions {
    background-color: whitesmoke;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions:after {
    clear: both;
}
.help-block, .help-inline {
    color: #595959;
}
.help-block {
    display: block;
    margin-bottom: 10px;
}
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.input-append, .input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.input-append input, .input-append select, .input-append .uneditable-input, .input-append .dropdown-menu, .input-append .popover, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input, .input-prepend .dropdown-menu, .input-prepend .popover {
    font-size: 14px;
}
.input-append input, .input-append select, .input-append .uneditable-input, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
.input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus {
    z-index: 2;
}
.input-append .add-on, .input-prepend .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    width: auto;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle {
    border-radius: 0 0 0 0;
    vertical-align: top;
}
.input-append .active, .input-prepend .active {
    background-color: #A9DBA9;
    border-color: #46A546;
}
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
    border-radius: 0 4px 4px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    border-radius: 0 0 0 0;
}
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}
input.search-query {
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
}
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    border-radius: 0 0 0 0;
}
.form-search .input-append .search-query {
    border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
    border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px;
}
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none;
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 3px;
}
.control-group {
    margin-bottom: 10px;
}
legend + .control-group {
    margin-top: 20px;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal .controls {
    margin-left: 180px;
}
.form-horizontal .controls:first-child {
}
.form-horizontal .help-block {
    margin-bottom: 0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px;
}
.form-horizontal .form-actions {
    padding-left: 180px;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.table th {
    font-weight: 700;
}
.table thead th {
    vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.table tbody + tbody {
    border-top: 2px solid #DDDDDD;
}
.table .table {
    background-color: white;
}
.detail-view tr td{
    padding-left: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.table-condensed th, .table-condensed td {
    padding: 6px 5px;
}
.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: whitesmoke;
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}
.table td.span1, .table th.span1 {
    float: none;
    margin-left: 0;
    width: 44px;
}
.table td.span2, .table th.span2 {
    float: none;
    margin-left: 0;
    width: 124px;
}
.table td.span3, .table th.span3 {
    float: none;
    margin-left: 0;
    width: 204px;
}
.table td.span4, .table th.span4 {
    float: none;
    margin-left: 0;
    width: 284px;
}
.table td.span5, .table th.span5 {
    float: none;
    margin-left: 0;
    width: 364px;
}
.table td.span6, .table th.span6 {
    float: none;
    margin-left: 0;
    width: 444px;
}
.table td.span7, .table th.span7 {
    float: none;
    margin-left: 0;
    width: 524px;
}
.table td.span8, .table th.span8 {
    float: none;
    margin-left: 0;
    width: 604px;
}
.table td.span9, .table th.span9 {
    float: none;
    margin-left: 0;
    width: 684px;
}
.table td.span10, .table th.span10 {
    float: none;
    margin-left: 0;
    width: 764px;
}
.table td.span11, .table th.span11 {
    float: none;
    margin-left: 0;
    width: 844px;
}
.table td.span12, .table th.span12 {
    float: none;
    margin-left: 0;
    width: 924px;
}
.table tbody tr.success > td {
    background-color: #DFF0D8;
}
.table tbody tr.error > td {
    background-color: #F2DEDE;
}
.table tbody tr.warning > td {
    background-color: #FCF8E3;
}
.table tbody tr.info > td {
    background-color: #D9EDF7;
}
.table-hover tbody tr.success:hover > td {
    background-color: #D0E9C6;
}
.table-hover tbody tr.error:hover > td {
    background-color: #EBCCCC;
}
.table-hover tbody tr.warning:hover > td {
    background-color: #FAF2CC;
}
.table-hover tbody tr.info:hover > td {
    background-color: #C4E3F3;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("img/glyphicons-halflings-white.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("img/glyphicons-halflings-white.png");
}
.icon-glass {
    background-position: 0 0;
}
.icon-music {
    background-position: -24px 0;
}
.icon-search {
    background-position: -48px 0;
}
.icon-envelope {
    background-position: -72px 0;
}
.icon-heart {
    background-position: -96px 0;
}
.icon-star {
    background-position: -120px 0;
}
.icon-star-empty {
    background-position: -144px 0;
}
.icon-user {
    background-position: -168px 0;
}
.icon-film {
    background-position: -192px 0;
}
.icon-th-large {
    background-position: -216px 0;
}
.icon-th {
    background-position: -240px 0;
}
.icon-th-list {
    background-position: -264px 0;
}
.icon-ok {
    background-position: -288px 0;
}
.icon-remove {
    background-position: -312px 0;
}
.icon-zoom-in {
    background-position: -336px 0;
}
.icon-zoom-out {
    background-position: -360px 0;
}
.icon-off {
    background-position: -384px 0;
}
.icon-signal {
    background-position: -408px 0;
}
.icon-cog {
    background-position: -432px 0;
}
.icon-trash {
    background-position: -456px 0;
}
.icon-home {
    background-position: 0 -24px;
}
.icon-file {
    background-position: -24px -24px;
}
.icon-time {
    background-position: -48px -24px;
}
.icon-road {
    background-position: -72px -24px;
}
.icon-download-alt {
    background-position: -96px -24px;
}
.icon-download {
    background-position: -120px -24px;
}
.icon-upload {
    background-position: -144px -24px;
}
.icon-inbox {
    background-position: -168px -24px;
}
.icon-play-circle {
    background-position: -192px -24px;
}
.icon-repeat {
    background-position: -216px -24px;
}
.icon-refresh {
    background-position: -240px -24px;
}
.icon-list-alt {
    background-position: -264px -24px;
}
.icon-lock {
    background-position: -287px -24px;
}
.icon-flag {
    background-position: -312px -24px;
}
.icon-headphones {
    background-position: -336px -24px;
}
.icon-volume-off {
    background-position: -360px -24px;
}
.icon-volume-down {
    background-position: -384px -24px;
}
.icon-volume-up {
    background-position: -408px -24px;
}
.icon-qrcode {
    background-position: -432px -24px;
}
.icon-barcode {
    background-position: -456px -24px;
}
.icon-tag {
    background-position: 0 -48px;
}
.icon-tags {
    background-position: -25px -48px;
}
.icon-book {
    background-position: -48px -48px;
}
.icon-bookmark {
    background-position: -72px -48px;
}
.icon-print {
    background-position: -96px -48px;
}
.icon-camera {
    background-position: -120px -48px;
}
.icon-font {
    background-position: -144px -48px;
}
.icon-bold {
    background-position: -167px -48px;
}
.icon-italic {
    background-position: -192px -48px;
}
.icon-text-height {
    background-position: -216px -48px;
}
.icon-text-width {
    background-position: -240px -48px;
}
.icon-align-left {
    background-position: -264px -48px;
}
.icon-align-center {
    background-position: -288px -48px;
}
.icon-align-right {
    background-position: -312px -48px;
}
.icon-align-justify {
    background-position: -336px -48px;
}
.icon-list {
    background-position: -360px -48px;
}
.icon-indent-left {
    background-position: -384px -48px;
}
.icon-indent-right {
    background-position: -408px -48px;
}
.icon-facetime-video {
    background-position: -432px -48px;
}
.icon-picture {
    background-position: -456px -48px;
}
.icon-pencil {
    background-position: 0 -72px;
}
.icon-map-marker {
    background-position: -24px -72px;
}
.icon-adjust {
    background-position: -48px -72px;
}
.icon-tint {
    background-position: -72px -72px;
}
.icon-edit {
    background-position: -96px -72px;
}
.icon-share {
    background-position: -120px -72px;
}
.icon-check {
    background-position: -144px -72px;
}
.icon-move {
    background-position: -168px -72px;
}
.icon-step-backward {
    background-position: -192px -72px;
}
.icon-fast-backward {
    background-position: -216px -72px;
}
.icon-backward {
    background-position: -240px -72px;
}
.icon-play {
    background-position: -264px -72px;
}
.icon-pause {
    background-position: -288px -72px;
}
.icon-stop {
    background-position: -312px -72px;
}
.icon-forward {
    background-position: -336px -72px;
}
.icon-fast-forward {
    background-position: -360px -72px;
}
.icon-step-forward {
    background-position: -384px -72px;
}
.icon-eject {
    background-position: -408px -72px;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.icon-plus-sign {
    background-position: 0 -96px;
}
.icon-minus-sign {
    background-position: -24px -96px;
}
.icon-remove-sign {
    background-position: -48px -96px;
}
.icon-ok-sign {
    background-position: -72px -96px;
}
.icon-question-sign {
    background-position: -96px -96px;
}
.icon-info-sign {
    background-position: -120px -96px;
}
.icon-screenshot {
    background-position: -144px -96px;
}
.icon-remove-circle {
    background-position: -168px -96px;
}
.icon-ok-circle {
    background-position: -192px -96px;
}
.icon-ban-circle {
    background-position: -216px -96px;
}
.icon-arrow-left {
    background-position: -240px -96px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}
.icon-arrow-up {
    background-position: -289px -96px;
}
.icon-arrow-down {
    background-position: -312px -96px;
}
.icon-share-alt {
    background-position: -336px -96px;
}
.icon-resize-full {
    background-position: -360px -96px;
}
.icon-resize-small {
    background-position: -384px -96px;
}
.icon-plus {
    background-position: -408px -96px;
}
.icon-minus {
    background-position: -433px -96px;
}
.icon-asterisk {
    background-position: -456px -96px;
}
.icon-exclamation-sign {
    background-position: 0 -120px;
}
.icon-gift {
    background-position: -24px -120px;
}
.icon-leaf {
    background-position: -48px -120px;
}
.icon-fire {
    background-position: -72px -120px;
}
.icon-eye-open {
    background-position: -96px -120px;
}
.icon-eye-close {
    background-position: -120px -120px;
}
.icon-warning-sign {
    background-position: -144px -120px;
}
.icon-plane {
    background-position: -168px -120px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.icon-random {
    background-position: -216px -120px;
    width: 16px;
}
.icon-comment {
    background-position: -240px -120px;
}
.icon-magnet {
    background-position: -264px -120px;
}
.icon-chevron-up {
    background-position: -288px -120px;
}
.icon-chevron-down {
    background-position: -313px -119px;
}
.icon-retweet {
    background-position: -336px -120px;
}
.icon-shopping-cart {
    background-position: -360px -120px;
}
.icon-folder-close {
    background-position: -384px -120px;
    width: 16px;
}
.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}
.icon-resize-vertical {
    background-position: -432px -119px;
}
.icon-resize-horizontal {
    background-position: -456px -118px;
}
.icon-hdd {
    background-position: 0 -144px;
}
.icon-bullhorn {
    background-position: -24px -144px;
}
.icon-bell {
    background-position: -48px -144px;
}
.icon-certificate {
    background-position: -72px -144px;
}
.icon-thumbs-up {
    background-position: -96px -144px;
}
.icon-thumbs-down {
    background-position: -120px -144px;
}
.icon-hand-right {
    background-position: -144px -144px;
}
.icon-hand-left {
    background-position: -168px -144px;
}
.icon-hand-up {
    background-position: -192px -144px;
}
.icon-hand-down {
    background-position: -216px -144px;
}
.icon-circle-arrow-right {
    background-position: -240px -144px;
}
.icon-circle-arrow-left {
    background-position: -264px -144px;
}
.icon-circle-arrow-up {
    background-position: -288px -144px;
}
.icon-circle-arrow-down {
    background-position: -312px -144px;
}
.icon-globe {
    background-position: -336px -144px;
}
.icon-wrench {
    background-position: -360px -144px;
}
.icon-tasks {
    background-position: -384px -144px;
}
.icon-filter {
    background-position: -408px -144px;
}
.icon-briefcase {
    background-position: -432px -144px;
}
.icon-fullscreen {
    background-position: -456px -144px;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle {
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0 none;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
.dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #E5E5E5;
    border-bottom: 1px solid white;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #0081C2;
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    color: white;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0081C2;
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    color: white;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: default;
    text-decoration: none;
}
.open {
}
.open > .dropdown-menu {
    display: block;
}
.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid black;
    border-top: 0 none;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
    border-radius: 5px 5px 5px 0;
    bottom: 0;
    margin-bottom: -2px;
    margin-top: 0;
    top: auto;
}
.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #CCCCCC;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu:hover > a:after {
    border-left-color: white;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.typeahead {
    border-radius: 4px 4px 4px 4px;
    margin-top: 2px;
    z-index: 1051;
}
.well {
    background-color: whitesmoke;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
    border-radius: 6px 6px 6px 6px;
    padding: 24px;
}
.well-small {
    border-radius: 3px 3px 3px 3px;
    padding: 9px;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}
.collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.collapse.in {
    height: auto;
}
.close {
    color: black;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 white;
}
.close:hover, .close:focus {
    color: black;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: whitesmoke;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #E6E6E6;
    color: #333333;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn.disabled, .btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn-large {
    border-radius: 6px 6px 6px 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    border-radius: 3px 3px 3px 3px;
    font-size: 11.9px;
    padding: 2px 10px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
    border-radius: 3px 3px 3px 3px;
    font-size: 10.5px;
    padding: 0 6px;
}
.btn-block {
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    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-primary {
    background-color: #006CCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #0044CC;
    color: white;
}
.btn-primary:active, .btn-primary.active {
}
.btn-warning {
    background-color: #F9A732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #F89406;
    color: white;
}
.btn-warning:active, .btn-warning.active {
}
.btn-danger {
    background-color: #DA4E49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #BD362F;
    color: white;
}
.btn-danger:active, .btn-danger.active {
}
.btn-success {
    background-color: #5BB65B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51A351;
    color: white;
}
.btn-success:active, .btn-success.active {
}
.btn-info {
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2F96B4;
    color: white;
}
.btn-info:active, .btn-info.active {
}
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    color: white;
}
.btn-inverse:active, .btn-inverse.active {
}
button.btn, input.btn[type="submit"] {
}
button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button.btn.btn-large, input.btn.btn-large[type="submit"] {
}
button.btn.btn-small, input.btn.btn-small[type="submit"] {
}
button.btn.btn-mini, input.btn.btn-mini[type="submit"] {
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    border-radius: 0 0 0 0;
    color: #0088CC;
    cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #005580;
    text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}
.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-group:first-child {
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    font-size: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}
.btn-group > .btn {
    border-radius: 0 0 0 0;
    position: relative;
}
.btn-group > .btn + .btn {
    margin-left: -1px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-mini {
    font-size: 10.5px;
}
.btn-group > .btn-small {
    font-size: 11.9px;
}
.btn-group > .btn-large {
    font-size: 17.5px;
}
.btn-group > .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-left: 0;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    border-bottom-right-radius: 6px;
    border-top-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 none;
}
.btn-group > .btn + .dropdown-toggle {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
}
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 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-left: 0;
    margin-top: 8px;
}
.btn-large .caret {
    margin-top: 6px;
}
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.btn-mini .caret, .btn-small .caret {
    margin-top: 8px;
}
.dropup .btn-large .caret {
    border-bottom-width: 5px;
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-bottom-color: white;
    border-top-color: white;
}
.btn-group-vertical {
    display: inline-block;
}
.btn-group-vertical > .btn {
    border-radius: 0 0 0 0;
    display: block;
    float: none;
    max-width: 100%;
}
.btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
    border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
    border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
    border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
    border-radius: 0 0 6px 6px;
}
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert h4 {
    color: #C09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert-danger h4, .alert-error h4 {
    color: #B94A48;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.alert-info h4 {
    color: #3A87AD;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.nav {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.nav > li > a > img {
    max-width: none;
}
.nav > .pull-right {
    float: right;
}
.nav-header {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
    padding: 3px 15px;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #0088CC;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    background-color: #E5E5E5;
    border-bottom: 1px solid white;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
.nav-tabs, .nav-pills {
}
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
    content: "";
    display: table;
    line-height: 0;
}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs > li, .nav-pills > li {
    float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: none;
    color: #e5412d;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: none;
    color: #e5412d;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0 none;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    border-color: #DDDDDD;
    z-index: 2;
}
.primary-sidebar .nav > li > a {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    outline: medium none;
    padding: 11px 13px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    width: 100%;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
    border-radius: 6px 6px 6px 6px;
}
.nav .dropdown-toggle .caret {
    border-bottom-color: #0088CC;
    border-top-color: #0088CC;
    margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-bottom-color: #005580;
    border-top-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.nav-tabs .active .dropdown-toggle .caret {
    border-bottom-color: #555555;
    border-top-color: #555555;
}
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #999999;
    border-color: #999999;
    color: white;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-bottom-color: white;
    border-top-color: white;
    opacity: 1;
}
.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
    border-color: #999999;
}
.tabbable {
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
    line-height: 0;
}
.tabbable:after {
    clear: both;
}
.tab-content {
    overflow: auto;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs {
    border-top: 1px solid #DDDDDD;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #DDDDDD;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #DDDDDD #DDDDDD;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.tabs-left > .nav-tabs {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #DDDDDD transparent #DDDDDD #DDDDDD;
}
.tabs-right > .nav-tabs {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
    border-color: #DDDDDD #DDDDDD #DDDDDD transparent;
}
.nav > .disabled > a {
    color: #999999;
}
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}
.navbar {
    margin-bottom: 20px;
    overflow: visible;
    border: 0px; 
    
}
.navbar-inner {
    background-color: #F9F9F9;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 10px;
}
.navbar-inner:before, .navbar-inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.navbar-inner:after {
    clear: both;
}
.navbar .container {
    width: auto;
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}
.navbar .brand {
    color: #777777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding: 5px 20px;
    text-shadow: 0 1px 0 white;
}
.navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none;
}
.navbar-text {
    color: #777777;
    line-height: 40px;
    margin-bottom: 0;
}
.navbar-link {
    color: #777777;
}
.navbar-link:hover, .navbar-link:focus {
    color: #333333;
}
.navbar .divider-vertical {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid white;
    height: 40px;
    margin: 0 9px;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
    margin-top: 0;
}
.navbar-form {
    margin-bottom: 0;
}
.navbar-form:before, .navbar-form:after {
    content: "";
    display: table;
    line-height: 0;
}
.navbar-form:after {
    clear: both;
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
    margin-top: 5px;
}
.navbar-form input, .navbar-form select, .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
    margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
    margin-top: 0;
}
.navbar-search {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}
.navbar-search .search-query {
    border-radius: 15px 15px 15px 15px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 4px 14px;
}
.navbar-static-top {
    margin-bottom: 0;
    position: static;
}
.navbar-static-top .navbar-inner {
    border-radius: 0 0 0 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    border-radius: 0 0 0 0;
    padding-left: 0;
    padding-right: 0;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}
.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}
.navbar .nav > li {
    float: left;
}
.navbar .nav > li > a {
    color: #777777;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #E6E6E6;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555555;
    text-decoration: none;
}
.navbar .btn-navbar {
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F2F2F2, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: white;
    display: none;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: #E6E6E6;
    color: white;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
}
.navbar .btn-navbar .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-bottom: 0 none;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    bottom: -7px;
    top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-bottom: 0 none;
    border-top: 6px solid white;
    bottom: -6px;
    top: auto;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-bottom-color: #555555;
    border-top-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #E6E6E6;
    color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #777777;
    border-top-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #555555;
    border-top-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    margin-left: 0;
    margin-right: -1px;
    right: 100%;
}
.navbar-inverse .navbar-inner {
    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #79797b, #666666);
    background-repeat: repeat-x;
    border-color: #252525;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus {
    color: white;
}
.navbar-inverse .brand {
    color: #999999;
}
.navbar-inverse .navbar-text {
    color: #999999;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: white;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #111111;
    color: white;
}
.navbar-inverse .navbar-link {
    color: #999999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: white;
}
.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: white;
}
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: white;
    color: white;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #999999;
    border-top-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: white;
    border-top-color: white;
}
.navbar-inverse .navbar-search .search-query {
    background-color: #515151;
    border-color: #111111;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    color: white;
    transition: none 0s ease 0s;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #CCCCCC;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    background-color: white;
    border: 0 none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    color: #333333;
    outline: 0 none;
    padding: 5px 15px;
    text-shadow: 0 1px 0 white;
}
.navbar-inverse .btn-navbar {
    background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background-color: #040404;
    color: white;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
}
.breadcrumb {
    list-style: none outside none;
    margin: 0 0 0 5px;
	padding-top: 5px;
   
	display: inline-block;
        background: none;
	/*
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px #cccccc inset,0 1px 0 rgba(255,255,255,0.6),0 1px 0 1px rgba(255,255,255,0.6) inset;
	-moz-box-shadow: 0 0 0 1px #cccccc inset,0 1px 0 rgba(255,255,255,0.6),0 1px 0 1px rgba(255,255,255,0.6) inset;
	box-shadow: 0 0 0 1px #cccccc inset,0 1px 0 rgba(255,255,255,0.6),0 1px 0 1px rgba(255,255,255,0.6) inset;
	background: #ececec;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fafafa),color-stop(100%,#ececec));
	background-image: -webkit-linear-gradient(top,#fafafa,#ececec);
	background-image: -moz-linear-gradient(top,#fafafa,#ececec);
	background-image: -o-linear-gradient(top,#fafafa,#ececec);
	background-image: linear-gradient(top,#fafafa,#ececec);
	width: 100%;
    */
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 white;
}
.breadcrumb > li > .divider {
    color: #CCCCCC;
    padding: 0 5px;
}
.breadcrumb > li > a {
    color: #e5412d;
	font-weight:bold;
}
.breadcrumb > li > a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 0 none;
    color: #d02d1a;
	text-decoration: underline;
}
.breadcrumb .active {
    color: #999999;
}
.pagination {
    margin: 20px 0;
}
.pagination ul {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: whitesmoke;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
    font-size: 17.5px;
    padding: 11px 19px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    font-size: 10.5px;
    padding: 0 6px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    text-align: center;
}
.pager:before, .pager:after {
    content: "";
    display: table;
    line-height: 0;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #F5F5F5;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #FFFFFF;
    color: #999999;
    cursor: default;
}
.modal-backdrop {
    background-color: black;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
.modal {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 10%;
}
.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    line-height: 30px;
    margin: 0;
}
.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 white inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.tooltip {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {
    opacity: 0.8;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: black;
    border-radius: 4px 4px 4px 4px;
    color: white;
    max-width: 200px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: black;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: black;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: black;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: black;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.popover {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top .arrow:after {
    border-bottom-width: 0;
    border-top-color: white;
    bottom: 1px;
    margin-left: -10px;
}
.popover.right .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.right .arrow:after {
    border-left-width: 0;
    border-right-color: white;
    bottom: -10px;
    left: 1px;
}
.popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom .arrow:after {
    border-bottom-color: white;
    border-top-width: 0;
    margin-left: -10px;
    top: 1px;
}
.popover.left .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.left .arrow:after {
    border-left-color: white;
    border-right-width: 0;
    bottom: -10px;
    right: 1px;
}
.thumbnails {
    list-style: none outside none;
    margin-left: -20px;
}
.thumbnails:before, .thumbnails:after {
    content: "";
    display: table;
    line-height: 0;
}
.thumbnails:after {
    clear: both;
}
.row-fluid .thumbnails {
    margin-left: 0;
}
.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}
.thumbnail {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
a.thumbnail:hover, a.thumbnail:focus {
    border-color: #0088CC;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.thumbnail .caption {
    color: #555555;
    padding: 9px;
}
.media, .media-body {
    overflow: hidden;
}
.media, .media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    list-style: none outside none;
    margin-left: 0;
}
.label, .badge {
    background-color: #999999;
    color: white;
    display: inline-block;
    font-size: 11.844px;
    font-weight: 700;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.label {
    border-radius: 3px 3px 3px 3px;
}
.badge {
    border-radius: 9px 9px 9px 9px;
    padding-left: 9px;
    padding-right: 9px;
}
.label:empty, .badge:empty {
    display: none;
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.label-important {
    background-color: #B94A48;
}
.label-important[href] {
    background-color: #953B39;
}
.label-warning {
    background-color: #F89406;
}
.label-warning[href] {
    background-color: #C67605;
}
.label-success {
    background-color: #468847;
}
.label-success[href] {
    background-color: #356635;
}
.label-info {
    background-color: #3A87AD;
}
.label-info[href] {
    background-color: #2D6987;
}
.label-inverse {
    background-color: #333333;
}
.label-inverse[href] {
    background-color: #1A1A1A;
}
.badge-important {
    background-color: #B94A48;
}
.badge-important[href] {
    background-color: #953B39;
}
.badge-warning {
    background-color: #F89406;
}
.badge-warning[href] {
    background-color: #C67605;
}
.badge-success {
    background-color: #468847;
}
.badge-success[href] {
    background-color: #356635;
}
.badge-info {
    background-color: #3A87AD;
}
.badge-info[href] {
    background-color: #2D6987;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse[href] {
    background-color: #1A1A1A;
}
.btn .label, .btn .badge {
    position: relative;
    top: -1px;
}
.btn-mini .label, .btn-mini .badge {
    top: 0;
}
.progress {
    background-color: #F6F6F6;
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress .bar {
    -moz-box-sizing: border-box;
    background-color: #0D90D1;
    background-image: linear-gradient(to bottom, #149BDF, #0480BE);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: white;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress .bar + .bar {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.progress-striped .bar {
    background-color: #149BDF;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
.progress-danger .bar, .progress .bar-danger {
    background-color: #DD514B;
    background-image: linear-gradient(to bottom, #EE5F5B, #C43C35);
    background-repeat: repeat-x;
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #EE5F5B;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar, .progress .bar-success {
    background-color: #5DB95D;
    background-image: linear-gradient(to bottom, #62C462, #57A957);
    background-repeat: repeat-x;
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62C462;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar, .progress .bar-info {
    background-color: #4BB1CF;
    background-image: linear-gradient(to bottom, #5BC0DE, #339BB9);
    background-repeat: repeat-x;
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5BC0DE;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar, .progress .bar-warning {
    background-color: #F9A732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #FBB450;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
    margin-bottom: 20px;
}
.accordion-group {
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 2px;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-inner {
    border-top: 1px solid #E5E5E5;
    padding: 9px 15px;
}
.carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid white;
    border-radius: 23px 23px 23px 23px;
    color: white;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
    color: white;
    opacity: 0.9;
    text-decoration: none;
}
.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #FFFFFF;
}
.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}
.carousel-caption h4, .carousel-caption p {
    color: white;
    line-height: 20px;
}
.carousel-caption h4 {
    margin: 0 0 5px;
}
.carousel-caption p {
    margin-bottom: 0;
}
.hero-unit {
    background-color: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
}
.hero-unit h1 {
    color: inherit;
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}
.hero-unit li {
    line-height: 30px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-tablet {
    display: inherit !important;
}
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-phone {
    display: inherit !important;
}

.visible-print {
    display: none !important;
}
.visible-print {
    display: inherit !important;
}
.hidden-print {
    display: none !important;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.row {
    margin-left: -30px;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}
.span12 {
    width: 1170px;
}
.span11 {
    width: 1070px;
}
.span10 {
    width: 970px;
}
.span9 {
    width: 870px;
}
.span8 {
    width: 770px;
}
.span7 {
    width: 670px;
}
.span6 {
    width: 570px;
}
.span5 {
    width: 470px;
}
.span4 {
    width: 370px;
}
.span3 {
    width: 270px;
}
.span2 {
    width: 170px;
}
.span1 {
    width: 70px;
}
.offset12 {
    margin-left: 1230px;
}
.offset11 {
    margin-left: 1130px;
}
.offset10 {
    margin-left: 1030px;
}
.offset9 {
    margin-left: 930px;
}
.offset8 {
    margin-left: 830px;
}
.offset7 {
    margin-left: 730px;
}
.offset6 {
    margin-left: 630px;
}
.offset5 {
    margin-left: 530px;
}
.offset4 {
    margin-left: 430px;
}
.offset3 {
    margin-left: 330px;
}
.offset2 {
    margin-left: 230px;
}
.offset1 {
    margin-left: 130px;
}
.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.453%;
}
.row-fluid .span10 {
    width: 82.906%;
}
.row-fluid .span9 {
    width: 74.359%;
}
.row-fluid .span8 {
    width: 65.812%;
}
.row-fluid .span7 {
    width: 57.265%;
}
.row-fluid .span6 {
    width: 48.7179%;
}
.row-fluid .span5 {
    width: 40.1709%;
}
.row-fluid .span4 {
    width: 31.6239%;
}
.row-fluid .span3 {
    width: 23.0769%;
}
.row-fluid .span2 {
    width: 14.5299%;
}
.row-fluid .span1 {
    width: 5.98291%;
}
.row-fluid .offset12 {
    margin-left: 105.128%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.564%;
}
.row-fluid .offset11 {
    margin-left: 96.5812%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.0171%;
}
.row-fluid .offset10 {
    margin-left: 88.0342%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.4701%;
}
.row-fluid .offset9 {
    margin-left: 79.4872%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.9231%;
}
.row-fluid .offset8 {
    margin-left: 70.9402%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.3761%;
}
.row-fluid .offset7 {
    margin-left: 62.3932%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.8291%;
}
.row-fluid .offset6 {
    margin-left: 53.8461%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.282%;
}
.row-fluid .offset5 {
    margin-left: 45.2991%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.735%;
}
.row-fluid .offset4 {
    margin-left: 36.7521%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.188%;
}
.row-fluid .offset3 {
    margin-left: 28.2051%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.641%;
}
.row-fluid .offset2 {
    margin-left: 19.6581%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.094%;
}
.row-fluid .offset1 {
    margin-left: 11.1111%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.54701%;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
}
.thumbnails {
    margin-left: -30px;
}
.thumbnails > li {
    margin-left: 30px;
}
.row-fluid .thumbnails {
    margin-left: 0;
}
.row {
    margin-left: -20px;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
}
.span12 {
    width: 724px;
}
.span11 {
    width: 662px;
}
.span10 {
    width: 600px;
}
.span9 {
    width: 538px;
}
.span8 {
    width: 476px;
}
.span7 {
    width: 414px;
}
.span6 {
    width: 352px;
}
.span5 {
    width: 290px;
}
.span4 {
    width: 228px;
}
.span3 {
    width: 166px;
}
.span2 {
    width: 104px;
}
.span1 {
    width: 42px;
}
.offset12 {
    margin-left: 764px;
}
.offset11 {
    margin-left: 702px;
}
.offset10 {
    margin-left: 640px;
}
.offset9 {
    margin-left: 578px;
}
.offset8 {
    margin-left: 516px;
}
.offset7 {
    margin-left: 454px;
}
.offset6 {
    margin-left: 392px;
}
.offset5 {
    margin-left: 330px;
}
.offset4 {
    margin-left: 268px;
}
.offset3 {
    margin-left: 206px;
}
.offset2 {
    margin-left: 144px;
}
.offset1 {
    margin-left: 82px;
}
.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.76243%;
    min-height: 30px;
    /*width: 100%;*/
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4365%;
}
.row-fluid .span10 {
    width: 82.8729%;
}
.row-fluid .span9 {
    width: 74.3094%;
}
.row-fluid .span8 {
    width: 65.7459%;
}
.row-fluid .span7 {
    width: 57.1823%;
}
.row-fluid .span6 {
    width: 48.6188%;
}
.row-fluid .span5 {
    width: 40.0553%;
}
.row-fluid .span4 {
    width: 31.4917%;
}
.row-fluid .span3 {
    width: 22.9282%;
}
.row-fluid .span2 {
    width: 14.3646%;
}
.row-fluid .span1 {
    width: 5.8011%;
}
.row-fluid .offset12 {
    margin-left: 105.525%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.762%;
}
.row-fluid .offset11 {
    margin-left: 96.9613%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.1989%;
}
.row-fluid .offset10 {
    margin-left: 88.3978%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.6354%;
}
.row-fluid .offset9 {
    margin-left: 79.8343%;
}
.row-fluid .offset9:first-child {
    margin-left: 77.0718%;
}
.row-fluid .offset8 {
    margin-left: 71.2707%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.5083%;
}
.row-fluid .offset7 {
    margin-left: 62.7072%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.9447%;
}
.row-fluid .offset6 {
    margin-left: 54.1437%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.3812%;
}
.row-fluid .offset5 {
    margin-left: 45.5801%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.8177%;
}
.row-fluid .offset4 {
    margin-left: 37.0166%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.2541%;
}
.row-fluid .offset3 {
    margin-left: 28.453%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.6906%;
}
.row-fluid .offset2 {
    margin-left: 19.8895%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.1271%;
}
.row-fluid .offset1 {
    margin-left: 11.326%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.56354%;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
}
body {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
}
.container-fluid {
    padding: 0;
}
.dl-horizontal dt {
    clear: none;
    float: none;
    text-align: left;
    width: auto;
}
.dl-horizontal dd {
    margin-left: 0;
}
.container {
    width: auto;
}
.row, .thumbnails {
    margin-left: 0;
}
.thumbnails > li {
    float: none;
    margin-left: 0;
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    /*width: 100%;*/
}
.span12, .row-fluid .span12 {
    -moz-box-sizing: border-box;
    width: 100%;
}
.row-fluid [class*="offset"]:first-child {
    margin-left: 0;
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
}
.modal {
    left: 20px;
    margin: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: auto;
}
.modal.fade {
    top: -100px;
}
.modal.fade.in {
    top: 20px;
}
.nav-collapse {
}
.page-header h1 small {
    display: block;
    line-height: 20px;
}
input[type="checkbox"], input[type="radio"] {
    border: 1px solid #CCCCCC;
}
.form-horizontal .control-label {
    float: none;
    padding-top: 0;
    text-align: left;
    width: auto;
}
.form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .control-list {
    padding-top: 0;
}
.form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
}
.media .pull-left, .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
}
.media-object {
    margin-left: 0;
    margin-right: 0;
}
.modal {
    left: 10px;
    right: 10px;
    top: 10px;
}
.modal-header .close {
    margin: -10px;
    padding: 10px;
}
.carousel-caption {
    position: static;
}
body {
    padding-top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}
.navbar-fixed-top {
    margin-bottom: 20px;
}
.navbar-fixed-bottom {
    margin-top: 20px;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
}
.navbar .container {
    padding: 0;
    width: auto;
}
.navbar .brand {
    margin: 0 0 0 -5px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-collapse {
    clear: both;
}
.nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
}
.nav-collapse .nav > li {
    float: none;
}
.nav-collapse .nav > li > a {
    margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
    display: none;
}
.nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 3px 3px 3px 3px;
    color: #777777;
    font-weight: 700;
    padding: 9px 15px;
}
.nav-collapse .btn {
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    padding: 4px 10px;
}
.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #F2F2F2;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
}
.nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
}
.nav-collapse .dropdown-menu {
    background-color: transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: none;
    float: none;
    left: auto;
    margin: 0 15px;
    max-width: none;
    padding: 0;
    position: static;
    top: auto;
}
.nav-collapse .open > .dropdown-menu {
    display: block;
}
.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
    display: none;
}
.nav-collapse .dropdown-menu .divider {
    display: none;
}
.nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    float: none;
    margin: 10px 0;
    padding: 10px 15px;
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-bottom-color: #111111;
    border-top-color: #111111;
}
.navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
}
.nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
}
.navbar .btn-navbar {
    display: block;
}
.navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
}
.uploader, .selector {
    display: inline-block;
    vertical-align: middle;
}
.uploader *, .selector * {
    margin: 0;
    padding: 0;
}
.selector select:focus {
    outline: 0 none;
}
.uploader {
    cursor: default;
    overflow: hidden;
    position: relative;
    width: 190px;
}
.uploader span.action {
    background-color: #FFFFFF;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    padding: 2px 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 85px;
}
.uploader span.filename {
    border-right: 1px solid #BBBBBB;
    color: #777777;
    cursor: default;
    display: block;
    float: left;
    font-size: 11px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 82px;
}
.uploader input {
    border: medium none;
    bottom: 0;
    cursor: default;
    float: right;
    height: 25px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}
.uploader input:focus {
    outline: 0 none;
}
.uploader.disabled span.action {
    color: #AAAAAA;
}
.uploader.disabled span.filename {
    border-color: #DDDDDD;
    color: #AAAAAA;
}
html {
    min-height: 100%;
}
body {
    color: #707070;
    font: 400 12px 'Open Sans',Helvetica,Arial; 
    min-height: 100%;
    overflow-x: hidden;
}
strong, b {
    font-weight: bold;
}
a {
    color: #78808A;
}
a:hover, a:active, a:focus {
    color: #5A6573;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
}
i {
    font-size: 14px;
}
.container-fluid {
    
    padding: 0;
}
.main-content {
    margin-left: 201px;
    position: relative;
}
.padded {
    padding: 15px;
}
.nopadding {
    padding: 0;
}
.hpadded {
    padding-left: 15px;
    padding-right: 15px;
}
.vpadded {
    padding-bottom: 15px;
    padding-top: 15px;
}
.separate-sections {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 5px;
}
.separate-sections > li, .separate-sections > div {
    margin-bottom: 15px !important;
}
.separate-sections > li:last-child, .separate-sections > div:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, th {
    color: #5F5F5F;
    font-weight: bold;
}
.the-icons {
    list-style: none outside none;
}
.avatar {
    display: inline-block;
}
.avatar img {
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.avatar-small {
    max-height: 32px;
    max-width: 32px;
}
.twitter-color {
    color: #4099FF;
}
.facebook-color {
    color: #35508F;
}
.note {
    color: #909090;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
}
.close {
    line-height: 14px;
}
.relative {
    position: relative;
}
.indent {
    margin-left: 10px;
}
.strikethrough {
    text-decoration: line-through;
}
.box {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px -2px #CCCCCC;
    margin-bottom: 20px;
}

.box .box-header, .box .box-footer {
    background: #eaeaea;
    background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 0% 0 / 100% #EAEAEA;
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
	background-image: -webkit-linear-gradient(top,#fdfdfd,#eaeaea);
    border-bottom: 1px solid #CDCDCD;
    color: #636363;
    font-weight: 600;
    text-shadow: 0 1px white;
}
.box  .box-content {
    margin-top:30px;
    margin-left:20px;
    margin-right:20px;      
}
.box .box-header:before, .box .box-header:after, .box .box-footer:before, .box .box-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.box .box-header:after, .box .box-footer:after {
    clear: both;
}
.box .box-header .title, .box .box-footer .title {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
.box .box-header .box-toolbar, .box .box-footer .box-toolbar {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.box .box-header .box-toolbar .ibutton-container, .box .box-footer .box-toolbar .ibutton-container {
    margin-top: 6px;
}
.box .box-header .box-toolbar > li, .box .box-footer .box-toolbar > li {
    color: #636363;
    float: left;
    font-size: 12px;
    line-height: 37px;
    margin-left: 15px;
    padding-right: 10px;
    position: relative;
}
.box .box-header .box-toolbar > li ul, .box .box-footer .box-toolbar > li ul {
    left: auto;
    right: 0;
}
.box .box-header .box-toolbar > li.toolbar-link, .box .box-footer .box-toolbar > li.toolbar-link {
    padding-right: 0;
}
.box .box-header .box-toolbar > li.toolbar-link > a, .box .box-footer .box-toolbar > li.toolbar-link > a {
    border-left: 1px solid #CECECE;
    display: block;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
}
.box .box-header .box-toolbar > li.toolbar-link > a i, .box .box-footer .box-toolbar > li.toolbar-link > a i {
    font-size: 16px;
}
.box .box-header .box-toolbar > li.toolbar-link > a:hover, .box .box-footer .box-toolbar > li.toolbar-link > a:hover {
    background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 / 100% auto #EFEFEF;
}
.box .box-header .box-toolbar > li.toolbar-link > a:active, .box .box-footer .box-toolbar > li.toolbar-link > a:active {
    background: none repeat scroll 0 0 #E5E5E5;
}
.box .box-header .box-toolbar > li > i, .box .box-footer .box-toolbar > li > i {
    font-size: 14px;
    height: 37px;
    line-height: 37px;
}
.box .box-header .box-toolbar > li.open > a, .box .box-footer .box-toolbar > li.open > a {
    background: none repeat scroll 0 0 #EEEEEE;
}
.box .box-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.box .box-footer {
    border-bottom: medium none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #DDDDDD;
}
.box .box-footer .pagination {
    margin: 10px 0;
}
.box .box-footer.flat {
    background: -moz-linear-gradient(center top , #FBFBFB, #F1F1F1) repeat scroll 0 0 / 100% auto #F1F1F1;
    border-top: medium none;
}
.box-list {
    list-style: none outside none;
    margin: 0;
}
.box-list > li {
    background: -moz-linear-gradient(center top , #FBFBFB, #F1F1F1) repeat scroll 0 0 / 100% auto #F1F1F1;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    text-shadow: 0 1px white;
}
.box-list > li:before, .box-list > li:after {
    content: "";
    display: table;
    line-height: 0;
}
.box-list > li:after {
    clear: both;
}
.box-list > li:last-child {
    border-bottom: medium none;
}
.box-list .fields li {
    line-height: 23px;
}
.box-section {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    padding: 15px;
}
.box-section:last-child {
    border-bottom: medium none;
}
.faded-toolbar a {
    margin-right: 10px;
}
.faded-toolbar.pull-right a {
    margin-left: 10px;
    margin-right: 0;
}
.faded-toolbar i {
    color: #989898;
    opacity: 0.6;
    transition: opacity 0.3s ease 0s;
    vertical-align: middle;
}
.faded-toolbar i:hover {
    opacity: 1;
}
.box .box-header .nav {
    margin-bottom: 0;
}
.box .box-header .nav-tabs + .title {
    float: right;
}
.box .box-header .nav-tabs {
    border-bottom: medium none;
}
.box .box-header .nav-tabs > .active > a, .box .box-header .nav-tabs > .active > a:hover {
    background: none repeat scroll 0 0 #FBFBFB;
    border-left-color: #DDDDDD;
    border-radius: 0 0 0 0;
    border-right-color: #DDDDDD;
    border-top-color: transparent;
}
.box .box-header .nav-tabs.nav-tabs-left {
    float: left;
}
.box .box-header .nav-tabs.nav-tabs-left li:first-child a {
    border-left: 0 none;
    border-top-left-radius: 3px;
}
.box .box-header .nav-tabs.nav-tabs-right {
    float: right;
}
.box .box-header .nav-tabs.nav-tabs-right li:last-child a {
    border-right: 0 none;
    border-top-right-radius: 3px;
    margin-right: 0;
}
.box .box-header .nav > li > a:hover {
    background: none repeat scroll 0 0 transparent;
    border-color: transparent;
}
.box-header .tooltip {
    line-height: 20px !important;
    text-shadow: none;
}
.box-header .progress {
    margin-top: 15px;
}
.box-header .input-with-submit input {
    margin-bottom: 0;
    margin-top: 5px;
}
.chat-message-box {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 white;
    border: 1px solid #D8D8D8;
    position: relative;
}
.chat-message-box:after, .chat-message-box:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.chat-message-box:after {
    border-bottom-color: white;
    border-width: 7px;
    left: 10px;
}
.chat-message-box:before {
    border-bottom-color: #D8D8D8;
    border-width: 8px;
    left: 9px;
}
.chat-message-box {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
}
.chat-message-box textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    box-shadow: none;
    margin: 5px;
    width: 97% !important;
}
.chat-message-box textarea:focus {
    border: medium none;
}
.closable-chat-box .chat-message-box {
    margin-bottom: 0;
}
.closable-chat-box .chat-message-box textarea {
    height: 20px;
}
.closable-chat-box .actions {
    display: none;
}
.closable-chat-box.open .chat-message-box {
    margin-bottom: 15px;
}
.closable-chat-box.open .chat-message-box textarea {
    height: auto;
}
.closable-chat-box.open .actions {
    display: block;
}
.closable-chat-box .fields {
    position: relative;
}
.closable-chat-box .fields:before, .closable-chat-box .fields:after {
    content: "";
    display: table;
    line-height: 0;
}
.closable-chat-box .fields:after {
    clear: both;
}
.closable-chat-box .fields ul {
    float: left;
    list-style: none outside none;
    margin-bottom: 2px;
    margin-left: 50px;
    padding: 0;
}
.closable-chat-box .fields ul li {
    color: #949494;
    line-height: 18px;
}
.closable-chat-box .fields a {
    color: #393939;
}
.closable-chat-box .fields .avatar {
    left: 0;
    position: absolute;
}
.closable-chat-box .fields .avatar img {
    max-height: 36px;
    max-width: 36px;
}
.dark-nav > ul {
    background: none repeat scroll 0 0 #555;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
    margin: 0;
    padding: 0;
}
.dark-nav > ul:before {
    border-bottom: 7px solid #0A0D0E !important;
}
.dark-nav > ul:after {
    border-bottom: 6px solid #0A0D0E !important;
}
.dark-nav > ul li.active a {
    background: -moz-linear-gradient(center top , rgba(90, 90, 90, 0.2) 0px, rgba(50, 50, 50, 0.1)) repeat scroll 0 0 / 100% auto rgba(50, 50, 50, 0.1);
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.dark-nav > ul li.active a:hover {
    background: -moz-linear-gradient(center top , rgba(90, 90, 90, 0.2) 0px, rgba(50, 50, 50, 0.1)) repeat scroll 0 0 / 100% auto rgba(50, 50, 50, 0.1);
}
.dark-nav > ul li a {
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 6px 5px 6px 20px;
    text-align: left;
    text-shadow: none;
}
.dark-nav > ul li a:hover {
    background: -moz-linear-gradient(center top , rgba(90, 90, 90, 0.2) 0px, rgba(50, 50, 50, 0.1)) repeat scroll 0 0 / 100% auto rgba(50, 50, 50, 0.1);
    color: #FFFFFF;
    background-color: #4d4d4d;
}
.dark-nav > ul li:last-child a {
    border-bottom: medium none;
}
.dark-nav > ul li:first-child a {
    border-top: medium none;
}
.dark-nav .dropdown-menu {
    -moz-box-sizing: border-box;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    float: none;
    position: relative;
    width: 100%;
}
.dark-nav .dropdown-menu:before {
    border-bottom: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    border-right: 8px solid #11161A;
    border-top: 7px solid transparent !important;
    content: "";
    display: inline-block;
    left: -15px;
    position: absolute;
    top: 12px;
}
.navbar-inverse .nav.full {
    margin: 0 0 0 10px;
}
.navbar-inverse .nav.full > li > a {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding: 3px 10px;
}
.navbar-inverse .nav.full > li > a:hover {
    background: none repeat scroll 0 0 transparent;
}
.navbar-inverse .nav.full > li > a img {
    height: 32px;
    width: 32px;
}
.dropdown-menu {
    background: -moz-linear-gradient(center top , #FDFDFD, #F5F5F5) repeat scroll 0 0 / 100% auto whitesmoke;
    box-shadow: 0 1px 2px #DADADA;
}
.dropdown-menu li > a:hover, .dropdown-menu .dropdown-menu li > a:focus, .dropdown-menu .dropdown-submenu:hover > a {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #404040;
}
.dropdown-menu li a {
    color: #475967;
    font-weight: 600;
    text-shadow: 0 1px white;
}
.dropdown-menu li a i {
    color: #BCBECA;
}
.dropdown-menu li.with-image {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.dropdown-menu li.with-image .avatar img {
    border: 4px solid #FFFFFF;
    max-height: 100px;
    max-width: 100px;
}
.dropdown-menu li.with-image span {
    color: #9EA1AA;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    text-shadow: 0 1px white;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype");
}

table.responsive {
    margin-bottom: 0;
}
.pinned {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 35%;
}
.pinned table {
    border-left: medium none;
    border-right: medium none;
    width: 100%;
}
.pinned table th, .pinned table td {
    white-space: nowrap;
}
.pinned td:last-child {
    border-bottom: 0 none;
}
div.table-wrapper {
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
div.table-wrapper div.scrollable table {
    margin-left: 35%;
}
div.table-wrapper div.scrollable {
    overflow-x: scroll;
    overflow-y: hidden;
}
table.responsive td, table.responsive th {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#gritter-notice-wrapper {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 301px;
    z-index: 9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    bottom: 20px;
    left: auto;
    right: 20px;
    top: auto;
}
#gritter-notice-wrapper.bottom-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    top: auto;
}
.gritter-item-wrapper {
    background: url("../images/ie-spacer.gif") repeat scroll 0 0 transparent;
    margin: 0 0 10px;
    position: relative;
}
.gritter-item-wrapper.warn .gritter-title {
    color: orange;
}
.gritter-item-wrapper.error .gritter-title {
    color: #FF4D4D;
}
.gritter-item-wrapper.success .gritter-title {
    color: #00CC00;
}
.gritter-item {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    color: #EEEEEE;
    display: block;
    font-family: 'Open Sans';
    font-size: 11px;
    padding: 10px;
}
.hover .gritter-item {
    background-position: right -40px;
}
.gritter-item p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
.gritter-close {
    cursor: pointer;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gritter-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 7px;
    text-shadow: 1px 1px 0 #000000;
}
.gritter-image {
    float: left;
    height: 48px;
    width: 48px;
}
.gritter-with-image, .gritter-without-image {
    padding: 0;
}
.gritter-with-image {
    float: right;
    width: 220px;
}
.num-stats {
    color: #717E88;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.num-stats:before, .num-stats:after {
    content: "";
    display: table;
    line-height: 0;
}
.num-stats:after {
    clear: both;
}
.num-stats li {
    -moz-box-sizing: border-box;
    border-left: 1px dotted whitesmoke;
    border-right: 1px dotted #BBBBBB;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.num-stats li:first-child {
    border-left: medium none;
}
.num-stats li:last-child {
    border-right: medium none;
}
.num-stats li .number {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-shadow: 0 1px #FFFFFF;
}
.num-stats li i {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.num-stats li.stat-blue .number {
    color: #6E97AA;
}
.num-stats li.stat-blue i {
    background: none repeat scroll 0 0 #6E97AA;
    text-shadow: 0 1px rgba(66, 98, 112, 0.5);
}
.num-stats li.stat-blue strong {
    color: #6E97AA;
}
.num-stats li.stat-red .number {
    color: #BA6D6D;
}
.num-stats li.stat-red i {
    background: none repeat scroll 0 0 #BA6D6D;
    text-shadow: 0 1px rgba(131, 62, 62, 0.5);
}
.num-stats li.stat-red strong {
    color: #BA6D6D;
}
.num-stats li.stat-green .number {
    color: #8FAE53;
}
.num-stats li.stat-green i {
    background: none repeat scroll 0 0 #8FAE53;
    text-shadow: 0 1px rgba(86, 105, 50, 0.5);
}
.num-stats li.stat-green strong {
    color: #8FAE53;
}
.well .num-stats li {
    border-left-color: transparent;
    border-right-color: #BBBBBB;
}
.area-top .num-stats {
    margin-top: 5px;
}
.area-top .num-stats li {
    border: medium none;
}
form.fill-up {
    -moz-box-sizing: border-box;
    margin-bottom: 0;
    width: 100%;
}
form.fill-up * {
    -moz-box-sizing: border-box;
}
form.fill-up input, form.fill-up textarea, form.fill-up select {
    width: 100%;
}
form.fill-up .padded .control-group:last-child {
    margin-bottom: 0;
}
form.fill-up.form-horizontal .form-actions {
    padding-left: 20px;
}
form.fill-up .radio, form.fill-up .checkbox {
    padding-left: 0;
}
.form-actions {
    margin-bottom: 0;
     margin-left:-20px;
   margin-right:-20px;
}
.box form {
    padding: 0;
}
form {
    margin-bottom: 0;
}
.input-append, .input-prepend {
    -moz-box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.input-append .add-on i, .input-prepend .add-on i {
    line-height: 26px;
}
.input-append *, .input-prepend * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-append a.add-on, .input-append span.add-on, .input-prepend a.add-on, .input-prepend span.add-on {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
	background-image: -webkit-linear-gradient(top,#fdfdfd,#eaeaea);
    background-size: 100%;
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px white inset;
    color: #5A6573;
    height: 100%;
    min-width: 36px;
    position: absolute;
    z-index: 2;
}
.input-append a.add-on:active, .input-append span.add-on:active, .input-prepend a.add-on:active, .input-prepend span.add-on:active {
    background: none repeat scroll 0 0 #EEEEEE;
}
.input-append ul.add-on, .input-prepend ul.add-on {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 1px;
    z-index: 2;
}
.input-append ul.add-on li, .input-prepend ul.add-on li {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}
.input-append ul.add-on li a, .input-append ul.add-on li button, .input-prepend ul.add-on li a, .input-prepend ul.add-on li button {
    vertical-align: middle;
}
.input-append ul.add-on li a.btn, .input-append ul.add-on li button.btn, .input-prepend ul.add-on li a.btn, .input-prepend ul.add-on li button.btn {
    border-radius: 3px 3px 3px 3px;
}
.input-append ul.add-on li .btn, .input-prepend ul.add-on li .btn {
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    padding: 0 10px;
}
.input-append input[type="text"], .input-append input[type="password"], .input-append input[type="email"], .input-append input[type="number"], .input-prepend input[type="text"], .input-prepend input[type="password"], .input-prepend input[type="email"], .input-prepend input[type="number"] {
    border-radius: 4px 4px 4px 4px;
	padding-left: 45px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.box .input-append, .box .input-prepend {
    margin-bottom: 0;
}
.input-append .add-on {
    right: 0;
}
.input-append input[type="text"], .input-append input[type="password"], .input-append input[type="email"], .input-append input[type="number"] {
    padding-right: 35px;
}
.input-prepend .add-on {
    left: 0;
}

div.uploader {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    height: 28px;
    width: 50%;
}
div.uploader span.filename {
    border-right: medium none;
    height: 24px;
    line-height: 24px;
    margin: 2px 0 2px 2px;
    width: 120px;
}
div.uploader.hover span.action {
    background: none repeat scroll 0 0 #8DBFD8;
}
div.uploader.active span.action {
    background: none repeat scroll 0 0 #4194BD;
}
div.uploader span.action {
    background: -moz-linear-gradient(center top , #7AB4D1, #549FC4) repeat scroll 0 0 / 100% auto #549FC4;
    border-radius: 2px 2px 2px 2px;
    color: white;
    float: right;
    font-size: 16px;
    height: 22px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    text-align: center;
    text-shadow: none;
    width: 22px;
}
div.selector {
    background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 / 100% auto whitesmoke;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #666666;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
    width: 100%;
}
div.selector:after {
    color: #888888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    text-align: center;
    text-decoration: inherit;
    top: 2px;
    width: 18px;
}
div.selector span {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    cursor: pointer;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 25px 0 2px;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 #FFFFFF;
    white-space: nowrap;
}
div.selector.disabled span {
    color: #BBBBBB;
}
div.selector select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    height: 25px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #D7D7D7;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #858585;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    padding: 0 0 0 5px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #68A6CE;
    box-shadow: none;
}
textarea {
    height: auto;
}
label {
    color: #5F5F5F;
    font-size: 12px;
}
.search-dropdown {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #CCCCCC;
    position: relative;
}
.search-dropdown:after, .search-dropdown:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.search-dropdown:after {
    border-bottom-color: #FBFBFB;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}
.search-dropdown:before {
    border-bottom-color: #CCCCCC;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.search-dropdown {
    margin-top: 15px;
}
.search-dropdown .box-section:first-child {
    border-top: medium none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.input-with-submit {
    position: relative;
}
.input-with-submit button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    position: absolute;
    right: 2px;
    top: 7px;
}
.input-with-submit i {
    color: #909090;
}
.tagsinput {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #DDDDDD;
    overflow-y: auto;
    padding: 5px;
    width: 100%;
}
.tagsinput input {
    font-size: 11px;
    line-height: normal;
    width: auto !important;
}
.tagsinput span.tag {
    background: -moz-linear-gradient(center top , #FCFCFC, #F2F2F2) repeat scroll 0 0 / 100% auto #F2F2F2;
    border: 1px solid #D2D2D2;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 23px;
    margin: 5px;
    padding: 0 8px;
}
.tagsinput span.tag a {
    float: right;
    font-size: 11px;
    font-weight: 600;
}
.tagsinput input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 5px 5px 0 4px;
    padding: 5px 8px 6px;
    width: 60px;
}
.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}
.not_valid {
    background: none repeat scroll 0 0 #FBD8DB !important;
    border-radius: 3px 3px 3px 3px;
    color: #90111A !important;
}
.secondary-sidebar .tagsinput {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: -3px 0;
    padding: 0 8px;
}
.secondary-sidebar .tagsinput span.tag {
    background: -moz-linear-gradient(center top , #FCFCFC, #F2F2F2) repeat scroll 0 0 / 100% auto #F2F2F2;
    border: 1px solid #D2D2D2;
    border-radius: 3px 3px 3px 3px;
    color: #5F5F5F;
    margin: 3px;
}
.secondary-sidebar .tagsinput span.tag a {
    color: #AAAAAA;
}
.navbar .brand {
    color: #BBBBBB;
    line-height: 27px;
    text-shadow: 0 1px 0 black;
}
.navbar-inverse .navbar-inner {
    background: -moz-linear-gradient(center top , #79797B, #666666) repeat scroll 0 0 / 100% auto #666666;
    border-bottom: 1px solid rgba(10, 13, 14, 0.8);
    border-left: 0 none;
    border-right: 0 none;
}
.navbar.navbar-top {
    margin-bottom: 0;
}
.navbar.navbar-top .navbar-inner {
    border-radius: 0 0 0 0;
}
.navbar-search {
    margin-top: 10px;
}
.navbar-search .search-query {
    height: 20px;
    padding: 2px 10px;
}
.navbar-search .search-query.animated {
    transition: width 0.3s ease 0s;
    width: 100px;
}
.navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused {
    width: 200px;
}
.navbar-search i {
    position: absolute;
    right: 10px;
    top: 5px;
}
.navbar-inverse .navbar-search .search-query, .navbar-inverse .navbar-search .search-query {
    background: none repeat scroll 0 0 rgba(35, 43, 48, 0.83);
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused, .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    border: 1px solid transparent;
    padding: 2px 10px;
}
.navbar-inverse .nav {
    margin-top: 10px;
}
.navbar-inverse .nav > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding: 3px 10px;
}
.navbar-inverse .nav > li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
.navbar-inverse .nav > li.active > a {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
}
.navbar .btn, .navbar .btn-group {
    margin-top: -4px;
}
.menu-avatar {
    height: 32px;
    margin-right: 10px;
    width: 32px;
}
.sidebar-background {
    background: none repeat scroll 0 0 #EAEAEA;
    border-right: 1px solid #CCCCCC;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: -1;
}
.sidebar-background .primary-sidebar-background {
    background: none repeat scroll 0 0 #666666;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
.primary-sidebar {
    float: left;
    position: absolute;
    width: 200px;
}
.primary-sidebar .nav {
    margin-bottom: 20px;
}

.primary-sidebar .nav > li {
    border-bottom: 1px solid #4a4a4a;
    border-top: 1px solid #858585;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/*.primary-sidebar .nav > li:hover > a {
    color: #fff;
}*/
/*.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: none;
    color: white;
}*/

.primary-sidebar .nav > li.active > .kv-toggle,.primary-sidebar .nav > li.active,.primary-sidebar .nav > li.active > a {
    background: none;
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #e5412d;
    font-weight: bold;
    text-shadow: none;
}


.primary-sidebar .nav > li.active > .nav > li.active >a{
    background: none;
    border-top: medium none;
    color: #e5412d;
    font-weight: bold;
    text-shadow: none;
}


/*.primary-sidebar .nav > li > a {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    outline: medium none;
    padding: 11px 13px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    width: 100%;
}*/
.primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    color: #e5412d;
}
.primary-sidebar .nav > li > a span {
    font-size: 12px;
    /* vertical-align: middle; */  
}
.primary-sidebar .nav > li > a i {
    vertical-align: middle;
}
.primary-sidebar .nav > li > a i + span {
    padding-left: 0px;
}
.user-avatar {
    position: relative;
    width: 100%;
}
.user-avatar .dropdown-toggle span {
    font-weight: 600;
}
.user-avatar a {
    display: inline-block;
}
.user-avatar a > span {
    position: relative;
}
.user-avatar a img {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px #1E1E1E;
}
.user-avatar a .badge {
    left: -6px;
    position: absolute;
    top: -10px;
    z-index: 2;
}
.user-avatar .dropdown-menu {
    margin-top: 4px;
}
.status-error {
    color: #D13B3B;
}
.status-success {
    color: #629B3E;
}
.status-pending {
    color: #888888;
}
.status-warning {
    color: #E36D2D;
}
.status-info {
    color: #4C9ECD;
}
hr.divider, li.divider {
	border:0;
	height:1px;
	background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(205,205,205,0)),color-stop(50%,#cdcdcd),color-stop(100%,rgba(205,205,205,0)));
	background:-webkit-linear-gradient(left,rgba(205,205,205,0),#cdcdcd,rgba(205,205,205,0));
	background:-moz-linear-gradient(left,rgba(205,205,205,0),#cdcdcd,rgba(205,205,205,0));
	background:-o-linear-gradient(left,rgba(205,205,205,0),#cdcdcd,rgba(205,205,205,0));
	background:linear-gradient(left,rgba(205,205,205,0),#cdcdcd,rgba(205,205,205,0));
	position:relative
}
hr.divider:after, li.divider:after {
	content:'';
	height:1px;
	top:1px;
	left:0;
	width:100%;
	position:absolute;
	background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(250,250,250,0)),color-stop(50%,#fafafa),color-stop(100%,rgba(250,250,250,0)));
	background:-webkit-linear-gradient(left,rgba(250,250,250,0),#fafafa,rgba(250,250,250,0));
	background:-moz-linear-gradient(left,rgba(250,250,250,0),#fafafa,rgba(250,250,250,0));
	background:-o-linear-gradient(left,rgba(250,250,250,0),#fafafa,rgba(250,250,250,0));
	background:linear-gradient(left,rgba(250,250,250,0),#fafafa,rgba(250,250,250,0))
}
hr.divider + .padded, hr.divider + .vpadded, li.divider + .padded, li.divider + .vpadded {
    padding-top: 0;
}
.primary-sidebar .divider {
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #0a0d0e;
	background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,transparent),color-stop(25%,rgba(32,41,47,0.8)),color-stop(50%,#20292f),color-stop(75%,rgba(32,41,47,0.8)),color-stop(100%,transparent));
	background:-webkit-linear-gradient(left,transparent 0,rgba(32,41,47,0.8) 25%,#20292f 50%,rgba(32,41,47,0.8) 75%,transparent 100%);
	background:-moz-linear-gradient(left,transparent 0,rgba(32,41,47,0.8) 25%,#20292f 50%,rgba(32,41,47,0.8) 75%,transparent 100%);
	background:-o-linear-gradient(left,transparent 0,rgba(32,41,47,0.8) 25%,#20292f 50%,rgba(32,41,47,0.8) 75%,transparent 100%);
	background:linear-gradient(left,transparent 0,rgba(32,41,47,0.8) 25%,#20292f 50%,rgba(32,41,47,0.8) 75%,transparent 100%)
}
.primary-sidebar .divider:after {
    content: none;
}
.area-top {
    background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 0% 0 / 100% #ECECEC;
    -moz-box-sizing: border-box;
    background: -moz-linear-gradient(center top , #FAFAFA, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC;
    /* border-top: 1px solid #858585; */
	border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
    margin-bottom: 5px;
    padding: 0px 0px 5px 15px;
    position: relative;
    /* width: 100%; */
}
.area-top .header {
    font-size: 14px;
}
.area-top .header i {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 4px;
}
.area-top .header h3, .area-top .header h5 {
    font-weight: 300;
    margin: 0;
}
.area-top .header h3, .area-top .header i {
    color: #888888;
}
.area-top .header h3 {
    line-height: 35px;
}
.area-top .header h5 {
    color: #AAAAAA;
}
.area-top .header > * {
    text-shadow: 0 1px #FFFFFF;
    vertical-align: middle;
}

.triangle-button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 32px;
}
.triangle-button i, .triangle-button .inner {
    position: absolute;
    right: 3px;
    top: 2px;
    z-index: 1;
}
.triangle-button:before {
    border-bottom: 32px solid transparent;
    border-right: 32px solid;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.triangle-button:hover, .triangle-button:active {
    color: #FFFFFF;
}
.triangle-button.red:before {
    border-right-color: #AA433A;
}
.triangle-button.red:hover:before {
    border-right-color: #B5473E;
}
.triangle-button.red:active:before {
    border-right-color: #9F3F36;
}
.triangle-button.green:before {
    border-right-color: #8FAE53;
}
.triangle-button.green:hover:before {
    border-right-color: #96B35D;
}
.triangle-button.green:active:before {
    border-right-color: #87A44D;
}
.triangle-button.blue:before {
    border-right-color: #7FB3D4;
}
.triangle-button.blue:hover:before {
    border-right-color: #8ABAD8;
}
.triangle-button.blue:active:before {
    border-right-color: #74ACD0;
}
.triangle-button.orange:before {
    border-right-color: #CF6E20;
}
.triangle-button.orange:hover:before {
    border-right-color: #DC7522;
}
.triangle-button.orange:active:before {
    border-right-color: #C2671E;
}
.jqstooltip {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0.7);
    border: 1px solid #333333 !important;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    display: inline-block;
    z-index: 10001;
}
.btn {
	color:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	font-weight:bold;
	text-shadow:0 -1px #6f6f6f
}
.btn:hover, .btn:active, .btn:focus {
    color: #FFFFFF;
}
.btn.btn-full {
    display: block;
}
.btn.btn-default {
    color: #686868;
    text-shadow: none;
}
.btn.btn-default:hover, .btn.btn-default:active {
    color: #505050;
}
.btn.btn-default .caret {
    border-top: 4px solid black;
}
.btn .caret {
    border-top: 4px solid white;
}
.btn.btn-large {
    font-size: 12px;
}
.btn.btn-default{
	border:1px solid #d4d4d4;
	-webkit-box-shadow:inset 0 1px 2px white;
	-moz-box-shadow:inset 0 1px 2px white;
	box-shadow:inset 0 1px 2px white;
	background:#e9e9e9;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#e9e9e9));
	background-image:-webkit-linear-gradient(top,#fdfdfd,#e9e9e9);
	background-image:-moz-linear-gradient(top,#fdfdfd,#e9e9e9);
	background-image:-o-linear-gradient(top,#fdfdfd,#e9e9e9);
	background-image:linear-gradient(top,#fdfdfd,#e9e9e9)
}
.btn.btn-default:hover{
	background:#e6e6e6;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fdfdfd,#e6e6e6);
	background-image:-moz-linear-gradient(top,#fdfdfd,#e6e6e6);
	background-image:-o-linear-gradient(top,#fdfdfd,#e6e6e6);
	background-image:linear-gradient(top,#fdfdfd,#e6e6e6);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-default:active{
	background:#f3f3f3;
	border-color:#cfcfcf;
	-webkit-box-shadow:0 0 5px #f3f3f3 inset;
	-moz-box-shadow:0 0 5px #f3f3f3 inset;
	box-shadow:0 0 5px #f3f3f3 inset
}
.btn.btn-red{
	border:1px solid #a54747;
	-webkit-box-shadow:inset 0 1px 2px #cd8b8b;
	-moz-box-shadow:inset 0 1px 2px #cd8b8b;
	box-shadow:inset 0 1px 2px #cd8b8b;
	background:#b95d5d;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#c57979),color-stop(100%,#b95d5d));
	background-image:-webkit-linear-gradient(top,#c57979,#b95d5d);
	background-image:-moz-linear-gradient(top,#c57979,#b95d5d);
	background-image:-o-linear-gradient(top,#c57979,#b95d5d);
	background-image:linear-gradient(top,#c57979,#b95d5d)
}
.btn.btn-red:hover{
	background:#b75959;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#c57979),color-stop(100%,#b75959));
	background-image:-webkit-linear-gradient(top,#c57979,#b75959);
	background-image:-moz-linear-gradient(top,#c57979,#b75959);
	background-image:-o-linear-gradient(top,#c57979,#b75959);
	background-image:linear-gradient(top,#c57979,#b75959);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-red:active{
	background:#bf6b6b;border-color:#9e4444;
	-webkit-box-shadow:0 0 5px #bf6b6b inset;
	-moz-box-shadow:0 0 5px #bf6b6b inset;
	box-shadow:0 0 5px #bf6b6b inset
}
.btn.btn-green{
	border:1px solid #6d963b;
	-webkit-box-shadow:inset 0 1px 2px #a2c873;
	-moz-box-shadow:inset 0 1px 2px #a2c873;
	box-shadow:inset 0 1px 2px #a2c873;
	background:#82b346;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#96c161),color-stop(100%,#82b346));
	background-image:-webkit-linear-gradient(top,#96c161,#82b346);
	background-image:-moz-linear-gradient(top,#96c161,#82b346);
	background-image:-o-linear-gradient(top,#96c161,#82b346);
	background-image:linear-gradient(top,#96c161,#82b346)
}
.btn.btn-green:hover{
	background:#80af45;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#96c161),color-stop(100%,#80af45));
	background-image:-webkit-linear-gradient(top,#96c161,#80af45);
	background-image:-moz-linear-gradient(top,#96c161,#80af45);
	background-image:-o-linear-gradient(top,#96c161,#80af45);
	background-image:linear-gradient(top,#96c161,#80af45);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-green:active{
	background:#8cbb52;
	border-color:#688e38;
	-webkit-box-shadow:0 0 5px #8cbb52 inset;
	-moz-box-shadow:0 0 5px #8cbb52 inset;
	box-shadow:0 0 5px #8cbb52 inset
}
.btn.btn-blue{
	border:1px solid #337ca1;
	-webkit-box-shadow:inset 0 1px 2px #6eb0d1;
	-moz-box-shadow:inset 0 1px 2px #6eb0d1;
	box-shadow:inset 0 1px 2px #6eb0d1;
	background:#3d94c0;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5ba5cb),color-stop(100%,#3d94c0));
	background-image:-webkit-linear-gradient(top,#5ba5cb,#3d94c0);
	background-image:-moz-linear-gradient(top,#5ba5cb,#3d94c0);
	background-image:-o-linear-gradient(top,#5ba5cb,#3d94c0);
	background-image:linear-gradient(top,#5ba5cb,#3d94c0)
}
.btn.btn-blue:hover{
	background:#3c91bc;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5ba5cb),color-stop(100%,#3c91bc));
	background-image:-webkit-linear-gradient(top,#5ba5cb,#3c91bc);
	background-image:-moz-linear-gradient(top,#5ba5cb,#3c91bc);
	background-image:-o-linear-gradient(top,#5ba5cb,#3c91bc);
	background-image:linear-gradient(top,#5ba5cb,#3c91bc);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-blue:active{
	background:#4c9dc6;
	border-color:#31769a;
	-webkit-box-shadow:0 0 5px #4c9dc6 inset;
	-moz-box-shadow:0 0 5px #4c9dc6 inset;
	box-shadow:0 0 5px #4c9dc6 inset
}
.btn.btn-gray{
	border:1px solid #626e7f;
	-webkit-box-shadow:inset 0 1px 2px #9aa4b1;
	-moz-box-shadow:inset 0 1px 2px #9aa4b1;
	box-shadow:inset 0 1px 2px #9aa4b1;
	background:#758294;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8c97a6),color-stop(100%,#758294));
	background-image:-webkit-linear-gradient(top,#8c97a6,#758294);
	background-image:-moz-linear-gradient(top,#8c97a6,#758294);
	background-image:-o-linear-gradient(top,#8c97a6,#758294);
	background-image:linear-gradient(top,#8c97a6,#758294)
}
.btn.btn-gray:hover{
	background:#728092;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8c97a6),color-stop(100%,#728092));
	background-image:-webkit-linear-gradient(top,#8c97a6,#728092);
	background-image:-moz-linear-gradient(top,#8c97a6,#728092);
	background-image:-o-linear-gradient(top,#8c97a6,#728092);
	background-image:linear-gradient(top,#8c97a6,#728092);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-gray:active{
	background:#818d9d;
	border-color:#5d6979;
	-webkit-box-shadow:0 0 5px #818d9d inset;
	-moz-box-shadow:0 0 5px #818d9d inset;
	box-shadow:0 0 5px #818d9d inset
}
.btn.btn-black{
	border:1px solid #5a5a5a;
	-webkit-box-shadow:inset 0 1px 2px #909090;
	-moz-box-shadow:inset 0 1px 2px #909090;
	box-shadow:inset 0 1px 2px #909090;
	background:#6f6f6f;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#838383),color-stop(100%,#6f6f6f));
	background-image:-webkit-linear-gradient(top,#838383,#6f6f6f);
	background-image:-moz-linear-gradient(top,#838383,#6f6f6f);
	background-image:-o-linear-gradient(top,#838383,#6f6f6f);
	background-image:linear-gradient(top,#838383,#6f6f6f)
}
.btn.btn-black:hover{
	background:#6c6c6c;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#838383),color-stop(100%,#6c6c6c));
	background-image:-webkit-linear-gradient(top,#838383,#6c6c6c);
	background-image:-moz-linear-gradient(top,#838383,#6c6c6c);
	background-image:-o-linear-gradient(top,#838383,#6c6c6c);
	background-image:linear-gradient(top,#838383,#6c6c6c);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-black:active{
	background:#797979;
	border-color:#555555;
	-webkit-box-shadow:0 0 5px #797979 inset;
	-moz-box-shadow:0 0 5px #797979 inset;
	box-shadow:0 0 5px #797979 inset
}
.btn.btn-lightblue{
	border:1px solid #3692bb;
	-webkit-box-shadow:inset 0 1px 2px #81bfdb;
	-moz-box-shadow:inset 0 1px 2px #81bfdb;
	box-shadow:inset 0 1px 2px #81bfdb;
	background:#4da5cc;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#6db5d5),color-stop(100%,#4da5cc));
	background-image:-webkit-linear-gradient(top,#6db5d5,#4da5cc);
	background-image:-moz-linear-gradient(top,#6db5d5,#4da5cc);
	background-image:-o-linear-gradient(top,#6db5d5,#4da5cc);
	background-image:linear-gradient(top,#6db5d5,#4da5cc)
}
.btn.btn-lightblue:hover{
	background:#49a3cb;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#6db5d5),color-stop(100%,#49a3cb));
	background-image:-webkit-linear-gradient(top,#6db5d5,#49a3cb);
	background-image:-moz-linear-gradient(top,#6db5d5,#49a3cb);
	background-image:-o-linear-gradient(top,#6db5d5,#49a3cb);
	background-image:linear-gradient(top,#6db5d5,#49a3cb);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-lightblue:active{
	background:#5dadd0;
	border-color:#338cb3;
	-webkit-box-shadow:0 0 5px #5dadd0 inset;
	-moz-box-shadow:0 0 5px #5dadd0 inset;
	box-shadow:0 0 5px #5dadd0 inset
}
.btn.btn-gold{
	border:1px solid #a87a27;
	-webkit-box-shadow:inset 0 1px 2px #daaf61;
	-moz-box-shadow:inset 0 1px 2px #daaf61;
	box-shadow:inset 0 1px 2px #daaf61;
	background:#c9922f;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d5a44c),color-stop(100%,#c9922f));
	background-image:-webkit-linear-gradient(top,#d5a44c,#c9922f);
	background-image:-moz-linear-gradient(top,#d5a44c,#c9922f);
	background-image:-o-linear-gradient(top,#d5a44c,#c9922f);
	background-image:linear-gradient(top,#d5a44c,#c9922f)
}
.btn.btn-gold:hover{
	background:#c58f2e;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d5a44c),color-stop(100%,#c58f2e));
	background-image:-webkit-linear-gradient(top,#d5a44c,#c58f2e);
	background-image:-moz-linear-gradient(top,#d5a44c,#c58f2e);
	background-image:-o-linear-gradient(top,#d5a44c,#c58f2e);
	background-image:linear-gradient(top,#d5a44c,#c58f2e);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-gold:active{
	background:#d19c3b;
	border-color:#a07425;
	-webkit-box-shadow:0 0 5px #d19c3b inset;
	-moz-box-shadow:0 0 5px #d19c3b inset;
	box-shadow:0 0 5px #d19c3b inset
}
.btn.btn-sea{
	border:1px solid #39534f;
	-webkit-box-shadow:inset 0 1px 2px #64928d;
	-moz-box-shadow:inset 0 1px 2px #64928d;
	box-shadow:inset 0 1px 2px #64928d;
	background:#496b67;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a837e),color-stop(100%,#496b67));
	background-image:-webkit-linear-gradient(top,#5a837e,#496b67);
	background-image:-moz-linear-gradient(top,#5a837e,#496b67);
	background-image:-o-linear-gradient(top,#5a837e,#496b67);
	background-image:linear-gradient(top,#5a837e,#496b67)
}
.btn.btn-sea:hover{
	background:#476864;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a837e),color-stop(100%,#476864));
	background-image:-webkit-linear-gradient(top,#5a837e,#476864);
	background-image:-moz-linear-gradient(top,#5a837e,#476864);
	background-image:-o-linear-gradient(top,#5a837e,#476864);
	background-image:linear-gradient(top,#5a837e,#476864);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-sea:active{
	background:#527772;
	border-color:#354d4a;
	-webkit-box-shadow:0 0 5px #527772 inset;
	-moz-box-shadow:0 0 5px #527772 inset;
	box-shadow:0 0 5px #527772 inset
}
.btn.btn-brown{
	border:1px solid #856733;
	-webkit-box-shadow:inset 0 1px 2px #c29e61;
	-moz-box-shadow:inset 0 1px 2px #c29e61;
	box-shadow:inset 0 1px 2px #c29e61;
	background:#a27e3f;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#bb934f),color-stop(100%,#a27e3f));
	background-image:-webkit-linear-gradient(top,#bb934f,#a27e3f);
	background-image:-moz-linear-gradient(top,#bb934f,#a27e3f);
	background-image:-o-linear-gradient(top,#bb934f,#a27e3f);
	background-image:linear-gradient(top,#bb934f,#a27e3f)
}
.btn.btn-brown:hover{
	background:#9f7b3d;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#bb934f),color-stop(100%,#9f7b3d));
	background-image:-webkit-linear-gradient(top,#bb934f,#9f7b3d);
	background-image:-moz-linear-gradient(top,#bb934f,#9f7b3d);
	background-image:-o-linear-gradient(top,#bb934f,#9f7b3d);
	background-image:linear-gradient(top,#bb934f,#9f7b3d);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-brown:active{
	background:#b18944;
	border-color:#7e6131;
	-webkit-box-shadow:0 0 5px #b18944 inset;
	-moz-box-shadow:0 0 5px #b18944 inset;
	box-shadow:0 0 5px #b18944 inset
}
.btn.btn-twitter{
	border:1px solid #2189ff;
	-webkit-box-shadow:inset 0 1px 2px #8dc2ff;
	-moz-box-shadow:inset 0 1px 2px #8dc2ff;
	box-shadow:inset 0 1px 2px #8dc2ff;
	background:#4a9eff;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73b4ff),color-stop(100%,#4a9eff));
	background-image:-webkit-linear-gradient(top,#73b4ff,#4a9eff);
	background-image:-moz-linear-gradient(top,#73b4ff,#4a9eff);
	background-image:-o-linear-gradient(top,#73b4ff,#4a9eff);
	background-image:linear-gradient(top,#73b4ff,#4a9eff)
}
.btn.btn-twitter:hover{
	background:#459cff;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73b4ff),color-stop(100%,#459cff));
	background-image:-webkit-linear-gradient(top,#73b4ff,#459cff);
	background-image:-moz-linear-gradient(top,#73b4ff,#459cff);
	background-image:-o-linear-gradient(top,#73b4ff,#459cff);
	background-image:linear-gradient(top,#73b4ff,#459cff);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-twitter:active{
	background:#5fa9ff;
	border-color:#1783ff;
	-webkit-box-shadow:0 0 5px #5fa9ff inset;
	-moz-box-shadow:0 0 5px #5fa9ff inset;
	box-shadow:0 0 5px #5fa9ff inset
}
.btn.btn-facebook{
	border:1px solid #2d4479;
	-webkit-box-shadow:inset 0 1px 2px #5272bf;
	-moz-box-shadow:inset 0 1px 2px #5272bf;
	box-shadow:inset 0 1px 2px #5272bf;
	background:#385496;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365b4),color-stop(100%,#385496));
	background-image:-webkit-linear-gradient(top,#4365b4,#385496);
	background-image:-moz-linear-gradient(top,#4365b4,#385496);
	background-image:-o-linear-gradient(top,#4365b4,#385496);
	background-image:linear-gradient(top,#4365b4,#385496)
}
.btn.btn-facebook:hover{
	background:#365293;
	background-size:100%;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365b4),color-stop(100%,#365293));
	background-image:-webkit-linear-gradient(top,#4365b4,#365293);
	background-image:-moz-linear-gradient(top,#4365b4,#365293);
	background-image:-o-linear-gradient(top,#4365b4,#365293);
	background-image:linear-gradient(top,#4365b4,#365293);
	-webkit-transition:box-shadow .05s ease-in-out;
	-moz-transition:box-shadow .05s ease-in-out;
	-o-transition:box-shadow .05s ease-in-out;
	transition:box-shadow .05s ease-in-out
}
.btn.btn-facebook:active{
	background:#3d5ca5;
	border-color:#2a3f71;
	-webkit-box-shadow:0 0 5px #3d5ca5 inset;
	-moz-box-shadow:0 0 5px #3d5ca5 inset;
	box-shadow:0 0 5px #3d5ca5 inset
}
.btn-group.open .btn.btn-default.dropdown-toggle {
    background-color: #FDFDFD;
}
.btn-group.open .btn.btn-red.dropdown-toggle {
    background-color: #C57979;
}
.btn-group.open .btn.btn-green.dropdown-toggle {
    background-color: #96C161;
}
.btn-group.open .btn.btn-blue.dropdown-toggle {
    background-color: #5BA5CB;
}
.btn-group.open .btn.btn-gray.dropdown-toggle {
    background-color: #8C97A6;
}
.btn-group.open .btn.btn-black.dropdown-toggle {
    background-color: #838383;
}
.btn-group.open .btn.btn-lightblue.dropdown-toggle {
    background-color: #6DB5D5;
}
.btn-group.open .btn.btn-gold.dropdown-toggle {
    background-color: #D5A44C;
}
.btn-group.open .btn.btn-sea.dropdown-toggle {
    background-color: #5A837E;
}
.btn-group.open .btn.btn-brown.dropdown-toggle {
    background-color: #BB934F;
}
.btn-group.open .btn.btn-twitter.dropdown-toggle {
    background-color: #73B4FF;
}
.btn-group.open .btn.btn-facebook.dropdown-toggle {
    background-color: #4365B4;
}
.btn-group.btn.btn-large {
    padding: 8px 10px;
}
button.btn {
    font-weight: 700;
}
.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size: 12px;
}
.caret {
    opacity: 0.6;
}
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
    margin-left: 4px;
    margin-top: 8px;
}
.dropdown-menu .divider {
    border-top: medium none !important;
}
.btn-group > .btn:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-left: 0;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.btn-group > .btn.large:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.action-nav-normal .action-nav-button.default a, .action-nav-normal .action-nav-button.red a, .action-nav-normal .action-nav-button.green a, .action-nav-normal .action-nav-button.blue a, .action-nav-normal .action-nav-button.gray a, .action-nav-normal .action-nav-button.black a, .action-nav-normal .action-nav-button.lightblue a, .action-nav-normal .action-nav-button.gold a, .action-nav-normal .action-nav-button.sea a, .action-nav-normal .action-nav-button.brown a, .action-nav-normal .action-nav-button.twitter a, .action-nav-normal .action-nav-button.facebook a {
    color: #FFFFFF;
    text-shadow: 0 1px rgba(51, 51, 51, 0.5);
}
.action-nav-normal .action-nav-button.default a i, .action-nav-normal .action-nav-button.red a i, .action-nav-normal .action-nav-button.green a i, .action-nav-normal .action-nav-button.blue a i, .action-nav-normal .action-nav-button.gray a i, .action-nav-normal .action-nav-button.black a i, .action-nav-normal .action-nav-button.lightblue a i, .action-nav-normal .action-nav-button.gold a i, .action-nav-normal .action-nav-button.sea a i, .action-nav-normal .action-nav-button.brown a i, .action-nav-normal .action-nav-button.twitter a i, .action-nav-normal .action-nav-button.facebook a i {
    color: #FFFFFF;
    text-shadow: 0 1px rgba(51, 51, 51, 0.5);
}
.action-nav-normal .action-nav-button.default a:active, .action-nav-normal .action-nav-button.red a:active, .action-nav-normal .action-nav-button.green a:active, .action-nav-normal .action-nav-button.blue a:active, .action-nav-normal .action-nav-button.gray a:active, .action-nav-normal .action-nav-button.black a:active, .action-nav-normal .action-nav-button.lightblue a:active, .action-nav-normal .action-nav-button.gold a:active, .action-nav-normal .action-nav-button.sea a:active, .action-nav-normal .action-nav-button.brown a:active, .action-nav-normal .action-nav-button.twitter a:active, .action-nav-normal .action-nav-button.facebook a:active {
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;
}
.action-nav-normal {
    text-align: center;
}
.action-nav-normal.rounded .action-nav-button {
    margin-left: 10px;
    margin-right: 10px;
}
.action-nav-normal.rounded .action-nav-button a {
    border-radius: 50% 50% 50% 50%;
    padding: 16px;
}
.action-nav-normal.rounded .action-nav-button a i {
    height: 40px;
    line-height: 40px;
}
.action-nav-normal .action-nav-button {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.action-nav-normal .action-nav-button a {
    -moz-box-sizing: border-box;
	-webkit-border-radius: 4px;
    background: #ececec;
	background-size: 100%;
	background: -moz-linear-gradient(center top , #FAFAFA, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC;
	background-image: -webkit-linear-gradient(top,#fafafa,#ececec);
	background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 0% 0 / 100% #ECECEC;
    border: 1px solid #D5D5D5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #FAFAFA inset, 0 1px 1px 0 #DDDDDD;
	-webkit-box-shadow: 0 0 0 1px #fafafa inset,0 1px 1px 0 #dddddd;
    -moz-box-shadow: 0 0 0 1px #fafafa inset,0 1px 1px 0 #dddddd;
	color: #626262;
    display: block;
    font-weight: 700;
    padding: 10px 0;
    white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.action-nav-normal .action-nav-button a:hover {
    background: -moz-linear-gradient(center top , #F7F7F7, #F2F2F2) repeat scroll 0 0 / 100% auto #F2F2F2;
}
.action-nav-normal .action-nav-button a:active {
    background: -moz-linear-gradient(center top , #F4F4F4, #F7F7F7) repeat scroll 0 0 / 100% auto #F7F7F7;
    box-shadow: none;
}
.action-nav-normal .action-nav-button a > span {
    display: block;
    font-weight: bold;
    padding-top: 4px;
}
.action-nav-normal .action-nav-button a > i {
    color: #808080;
    font-size: 32px;
}
.action-nav-normal .action-nav-button.default a {
    background: -moz-linear-gradient(center top , #F8F8F8, #D4D4D4) repeat scroll 0 0 / 100% auto #D4D4D4;
    border: 1px solid #D9D9D9;
    box-shadow: 0 1px 2px 0 #F8F8F8 inset;
}
.action-nav-normal .action-nav-button.default a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.default a:active {
    background: none repeat scroll 0 0 #E4E4E4;
}
.action-nav-normal .action-nav-button.red a {
    background: -moz-linear-gradient(center top , #C27272, #A54747) repeat scroll 0 0 / 100% auto #A54747;
    border: 1px solid #AC4A4A;
    box-shadow: 0 1px 2px 0 #C27272 inset;
}
.action-nav-normal .action-nav-button.red a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.red a:active {
    background: none repeat scroll 0 0 #B65555;
}
.action-nav-normal .action-nav-button.green a {
    background: -moz-linear-gradient(center top , #91BE5A, #6D963B) repeat scroll 0 0 / 100% auto #6D963B;
    border: 1px solid #729D3E;
    box-shadow: 0 1px 2px 0 #91BE5A inset;
}
.action-nav-normal .action-nav-button.green a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.green a:active {
    background: none repeat scroll 0 0 #7DAC43;
}
.action-nav-normal .action-nav-button.blue a {
    background: -moz-linear-gradient(center top , #53A1C9, #337CA1) repeat scroll 0 0 / 100% auto #337CA1;
    border: 1px solid #3682A9;
    box-shadow: 0 1px 2px 0 #53A1C9 inset;
}
.action-nav-normal .action-nav-button.blue a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.blue a:active {
    background: none repeat scroll 0 0 #3B8EB8;
}
.action-nav-normal .action-nav-button.gray a {
    background: -moz-linear-gradient(center top , #8692A2, #626E7F) repeat scroll 0 0 / 100% auto #626E7F;
    border: 1px solid #667384;
    box-shadow: 0 1px 2px 0 #8692A2 inset;
}
.action-nav-normal .action-nav-button.gray a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.gray a:active {
    background: none repeat scroll 0 0 #6F7D90;
}
.action-nav-normal .action-nav-button.black a {
    background: -moz-linear-gradient(center top , #7E7E7E, #5A5A5A) repeat scroll 0 0 / 100% auto #5A5A5A;
    border: 1px solid #5F5F5F;
    box-shadow: 0 1px 2px 0 #7E7E7E inset;
}
.action-nav-normal .action-nav-button.black a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.black a:active {
    background: none repeat scroll 0 0 #6A6A6A;
}
.action-nav-normal .action-nav-button.lightblue a {
    background: -moz-linear-gradient(center top , #65B1D3, #3692BB) repeat scroll 0 0 / 100% auto #3692BB;
    border: 1px solid #3898C3;
    box-shadow: 0 1px 2px 0 #65B1D3 inset;
}
.action-nav-normal .action-nav-button.lightblue a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.lightblue a:active {
    background: none repeat scroll 0 0 #45A1CA;
}
.action-nav-normal .action-nav-button.gold a {
    background: -moz-linear-gradient(center top , #D3A044, #A87A27) repeat scroll 0 0 / 100% auto #A87A27;
    border: 1px solid #B08029;
    box-shadow: 0 1px 2px 0 #D3A044 inset;
}
.action-nav-normal .action-nav-button.gold a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.gold a:active {
    background: none repeat scroll 0 0 #C18C2D;
}
.action-nav-normal .action-nav-button.sea a {
    background: -moz-linear-gradient(center top , #567D78, #39534F) repeat scroll 0 0 / 100% auto #39534F;
    border: 1px solid #3D5955;
    box-shadow: 0 1px 2px 0 #567D78 inset;
}
.action-nav-normal .action-nav-button.sea a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.sea a:active {
    background: none repeat scroll 0 0 #456561;
}
.action-nav-normal .action-nav-button.brown a {
    background: -moz-linear-gradient(center top , #B88E48, #856733) repeat scroll 0 0 / 100% auto #856733;
    border: 1px solid #8C6C36;
    box-shadow: 0 1px 2px 0 #B88E48 inset;
}
.action-nav-normal .action-nav-button.brown a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.brown a:active {
    background: none repeat scroll 0 0 #9B783C;
}
.action-nav-normal .action-nav-button.twitter a {
    background: -moz-linear-gradient(center top , #69AFFF, #2189FF) repeat scroll 0 0 / 100% auto #2189FF;
    border: 1px solid #2C8EFF;
    box-shadow: 0 1px 2px 0 #69AFFF inset;
}
.action-nav-normal .action-nav-button.twitter a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.twitter a:active {
    background: none repeat scroll 0 0 #4099FF;
}
.action-nav-normal .action-nav-button.facebook a {
    background: -moz-linear-gradient(center top , #4061AD, #2D4479) repeat scroll 0 0 / 100% auto #2D4479;
    border: 1px solid #2F4880;
    box-shadow: 0 1px 2px 0 #4061AD inset;
}
.action-nav-normal .action-nav-button.facebook a:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease-in-out 0s;
}
.action-nav-normal .action-nav-button.facebook a:active {
    background: none repeat scroll 0 0 #35508F;
}
.action-nav-normal .badge, .action-nav-normal .label {
    box-shadow: none;
    display: block;
    padding: 3px 5px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.action-nav-normal .triangle-button {
    border-top-right-radius: 3px;
    pointer-events: none;
}
.action-nav-normal .triangle-button i {
    right: 4px;
    top: 3px;
}
.dashboard-stats .glyph {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #86B6DA;
    border: 1px solid #5F9FCE;
    border-radius: 4px 4px 4px 4px;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 32px;
}
.dashboard-stats .glyph i {
    color: white;
    line-height: 29px;
}
.dashboard-stats .count {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
}
.dashboard-stats ul.inline li {
    vertical-align: middle;
}
.dashboard-stats .stats-label {
    color: #999999;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
}
.dashboard-stats.small .glyph {
    height: 24px;
    width: 24px;
}
.dashboard-stats.small .glyph i {
    line-height: 23px;
}
.dashboard-stats.small .count {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}
.dashboard-stats .progress {
    height: 5px;
    margin-bottom: 0;
}
.ibutton-container {
    -moz-box-sizing: border-box;
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    -moz-user-select: none;
    cursor: pointer;
    height: 24px;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.ibutton-container * {
    -moz-box-sizing: border-box;
}
.ibutton-container input {
    -moz-user-input: enabled !important;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.ibutton-container i {
    position: relative;
    top: -2px;
}
.ibutton-handle {
    background: none repeat scroll 0 0 red;
    cursor: inherit;
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 3;
}
.ibutton-handle-right {
    background: none repeat scroll 0 0 blue;
    display: none;
    height: 100%;
    padding-right: 3px;
    width: 100%;
    z-index: 3;
}
.ibutton-handle-middle {
    background: none repeat scroll 0 0 green;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.ibutton-label-on, .ibutton-label-off {
    cursor: inherit;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 24px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: auto;
}
.ibutton-label-on span, .ibutton-label-off span {
    display: inline-block;
    position: absolute;
    text-align: center;
}
.ibutton-label-on label, .ibutton-label-off label {
    height: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.ibutton-label-on {
    background: none repeat scroll 0 0 blue;
    color: #FFFFFF;
    left: 0;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.ibutton-label-on span {
    left: 0;
    right: 4px;
}
.ibutton-label-off {
    background: none repeat scroll 100% 0 yellow;
    color: #7C7C7C;
    text-align: right;
    text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
    width: 100%;
}
.ibutton-label-off span {
    padding-right: 6px;
    right: 0;
}
.ibutton-container label {
    cursor: inherit;
    font-size: 1em !important;
    padding: 0 3px;
}
.ibutton-focus label {
    border: 1px dotted #666666 !important;
    padding: 0 2px;
}
.ibutton-focus div.ibutton-label-on span label {
    border-color: #FFFFFF !important;
}
.ibutton-padding-left, .ibutton-padding-right {
    display: none;
    height: 20px;
    position: absolute;
    top: 4px;
    width: 3px;
    z-index: 2;
}
.ibutton-padding-left {
    left: 0;
}
.ibutton-padding-right {
    background-position: 100% -4px;
    right: 0;
}
.ibutton-disabled {
    cursor: not-allowed !important;
}
.ibutton-disabled .ibutton-handle {
    background-position: 0 -81px;
}
.ibutton-disabled .ibutton-handle-right {
    background-position: 100% -81px;
}
.ibutton-disabled .ibutton-handle-middle {
    background-position: 50% -81px;
}
.ibutton-disabled div.ibutton-label-on {
    background-position: 0 -27px;
}
.ibutton-disabled div.ibutton-label-off {
    background-position: 100% -27px;
}
.ibutton-disabled .ibutton-padding-left {
    background-position: 0 -27px;
}
.ibutton-disabled .ibutton-padding-right {
    background-position: 100% -27px;
}
.ibutton-disabled div.ibutton-label-on {
    color: #FFFFFF;
}
.ibutton-disabled div.ibutton-label-off {
    color: #CBCBCB;
}
.ibutton-label-off, .ibutton-label-on {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3) inset;
}
.ibutton-label-off label, .ibutton-label-on label {
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.ibutton-label-on {
    background: -moz-linear-gradient(center top , #A5CAE1, #7FB3D4) repeat scroll 0 0 / 100% auto #7FB3D4;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.ibutton-label-off {
    background: -moz-linear-gradient(center top , #DC7E6F, #E49181) repeat scroll 0 0 / 100% auto #E49181;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.ibutton-handle {
    background: -moz-linear-gradient(center top , #FDFDFD, #EBEBEB) repeat scroll 0 0 / 100% auto #EBEBEB;
    border: 1px solid #8F8F8F;
    border-radius: 3px 3px 3px 3px;
}
.ibutton-container {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.progress {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 1px 0 white, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    height: 8px;
}
.progress .bar {
    border-radius: 8px 8px 8px 8px;
    box-shadow: none;
}
.progress.progress-green .bar {
    background-color: #A7BF3F;
    background-image: linear-gradient(to bottom, #B2CB49, #97AF32);
    background-repeat: repeat-x;
    border: 1px solid #869B2C;
}
.progress.progress-green.progress-striped .bar {
    background-color: #B2CB49;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-blue .bar {
    background-color: #88C6F3;
    background-image: linear-gradient(to bottom, #9BCFF5, #6DB9F0);
    background-repeat: repeat-x;
    border: 1px solid #55AEEE;
}
.progress.progress-blue.progress-striped .bar {
    background-color: #9BCFF5;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-orange .bar {
    background-color: #D8935E;
    background-image: linear-gradient(to bottom, #DC9E6F, #D28346);
    background-repeat: repeat-x;
    border: 1px solid #CD7532;
}
.progress.progress-orange.progress-striped .bar {
    background-color: #DC9E6F;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-black .bar {
    background-color: #5B5B5B;
    background-image: linear-gradient(to bottom, #666666, #4C4C4C);
    background-repeat: repeat-x;
    border: 1px solid #3F3F3F;
}
.progress.progress-black.progress-striped .bar {
    background-color: #666666;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-red .bar {
    background-color: #CF6765;
    background-image: linear-gradient(to bottom, #D47775, #C8514E);
    background-repeat: repeat-x;
    border: 1px solid #C13F3C;
}
.progress.progress-red.progress-striped .bar {
    background-color: #D47775;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.sine-chart {
    height: 186px;
}
.select2-container {
    -moz-box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.select2-drop {
    -moz-box-sizing: border-box;
}
.select2-search {
    -moz-box-sizing: border-box;
}
.select2-search input {
    -moz-box-sizing: border-box;
}
.select2-container .select2-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0px, white 50%);
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #444444;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.select2-container.select2-drop-above .select2-choice {
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0px, white 90%);
    border-bottom-color: #AAAAAA;
    border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-choice abbr {
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 12px;
    outline: 0 none;
    position: absolute;
    right: 26px;
    text-decoration: none;
    top: 8px;
    width: 12px;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 9998;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #AAAAAA #AAAAAA;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #AAAAAA;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #000000;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}
.select2-drop.select2-drop-above {
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #AAAAAA;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    margin-top: 1px;
}
.select2-container .select2-choice div {
    background: -moz-linear-gradient(center bottom , #CCCCCC 0px, #EEEEEE 60%) repeat scroll 0 0 #CCCCCC;
    border-left: 1px solid #AAAAAA;
    border-radius: 0 4px 4px 0;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.select2-container .select2-choice div b {
    display: block;
    height: 100%;
    width: 100%;
}
.select2-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}
.select2-search-hidden {
    display: block;
    left: -10000px;
    position: absolute;
}
.select2-search input {
    background: -moz-linear-gradient(center bottom , white 85%, #EEEEEE 99%) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 0 0 0 0;
    box-shadow: none;
    font-family: sans-serif;
    font-size: 1em;
    height: auto !important;
    margin: 0;
    min-height: 26px;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
    width: 100%;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: url("../images/loading.gif") no-repeat scroll 100% center, -moz-linear-gradient(center bottom , white 85%, #EEEEEE 99%) repeat scroll 0 0 transparent;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897FB;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}
.select2-dropdown-open .select2-choice {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center bottom , white 0px, #EEEEEE 50%);
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
.select2-dropdown-open .select2-choice div {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-results {
    margin: 4px 4px 4px 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}
.select2-results ul.select2-result-sub {
    margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px;
}
.select2-results li {
    background-image: none;
    display: list-item;
    list-style: none outside none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: 700;
}
.select2-results .select2-result-label {
    -moz-user-select: none;
    cursor: pointer;
    margin: 0;
    padding: 3px 7px 4px;
}
.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #3875D7;
    color: #FFFFFF;
}
.select2-results li em {
    background: none repeat scroll 0 0 #FEFFDE;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: none repeat scroll 0 0 transparent;
}
.select2-results .select2-highlighted ul {
    background: none repeat scroll 0 0 white;
    color: #000000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: none repeat scroll 0 0 #F4F4F4;
    display: list-item;
}
.select2-results .select2-disabled {
    background: none repeat scroll 0 0 #F4F4F4;
    cursor: default;
    display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #666666;
    cursor: default;
    display: list-item;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results {
    background: none repeat scroll 0 0 #F4F4F4;
    display: list-item;
}
.select2-more-results.select2-active {
    background: url("../images/loading.gif") no-repeat scroll 100% center #F4F4F4;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #F4F4F4;
    background-image: none;
    border: 1px solid #DDDDDD;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
    background-color: #F4F4F4;
    background-image: none;
    border-left: 0 none;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
.select2-container-multi .select2-choices {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #EEEEEE 1%, white 15%);
    border: 1px solid #AAAAAA;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.select2-locked {
    padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897FB;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none outside none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    box-shadow: none;
    color: #666666;
    font-family: sans-serif;
    font-size: 100%;
    margin: 1px 0;
    outline: 0 none;
    padding: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: url("../images/loading.gif") no-repeat scroll 100% center white !important;
}
.select2-default {
    color: #999999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #E4E4E4;
    background-image: -moz-linear-gradient(center top , #F4F4F4 20%, #F0F0F0 50%, #EAEAEA 52%, #EEEEEE 100%);
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 18px;
    position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: none repeat scroll 0 0 #D4D4D4;
}
.select2-search-choice-close {
    display: block;
    font-size: 1px;
    height: 13px;
    outline: medium none;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #F4F4F4;
    background-image: none;
    border: 1px solid #DDDDDD;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-color: #F4F4F4;
    background-image: none;
    border: 1px solid #DDDDDD;
    padding: 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen {
    left: -10000px;
    position: absolute;
}
.select2-display-none {
    display: none;
}
.select2-container {
    width: 100%;
}
.select2-container .select2-choice {
    background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 / 100% auto whitesmoke;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
}
.select2-container.select2-drop-above .select2-choice {
    background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 / 100% auto whitesmoke;
    border-bottom-color: #D2D2D2;
    border-radius: 0 0 0 0;
}
.select2-default {
    color: #666666 !important;
}
.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #519FC7;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #D2D2D2 #D2D2D2;
    border-image: none;
    border-radius: 0 0 0 0;
    border-right: 1px solid #D2D2D2;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: none;
}
.select2-drop.select2-drop-above {
    border-radius: 0 0 0 0;
    border-top: 1px solid #D2D2D2;
    box-shadow: none;
}
.select2-container .select2-choice {
    color: #666666;
    height: 28px;
}
.select2-container .select2-choice div {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid transparent;
    border-radius: 0 0 0 0;
    width: 20px;
}
.select2-container .select2-choice div b {
    background: none repeat scroll 0 0 transparent;
}
.select2-container .select2-choice div b:after {
    color: #888888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    text-align: center;
    text-decoration: inherit;
    top: 2px;
    width: 18px;
}
.select2-search:after {
    color: #888888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: inherit;
    top: 5px;
    width: 18px;
}
.select2-search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}
.select2-search input.select2-active {
    background: url("../images/loading.gif") no-repeat scroll 100% center white;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #BBBBBB;
    box-shadow: none;
}
.select2-dropdown-open .select2-choice {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
}
.select2-container-multi .select2-choices {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #D2D2D2;
    box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background: -moz-linear-gradient(center top , #FCFCFC, #F2F2F2) repeat scroll 0 0 / 100% auto #F2F2F2;
    border: 1px solid #D2D2D2;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
}
.select2-container-multi .select2-search-choice-close {
    background: none repeat scroll 0 0 transparent;
}
.select2-container-multi .select2-search-choice-close:after {
    color: #888888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    pointer-events: none;
    position: absolute;
    right: -2px;
    text-align: center;
    text-decoration: inherit;
    top: -4px;
    width: 18px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    border: medium none;
    cursor: pointer;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background: -moz-linear-gradient(center top , #A0D4F5, #81B8F3) repeat scroll 0 0 / 100% auto #81B8F3;
    border: 1px solid #5BA8E1;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    display: block;
    font-size: 0.7em;
    height: 6px;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal {
    background: none repeat scroll 0 0 #D7D7D7;
    border: 1px solid #BABABA;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    height: 4px;
    margin: 8px 0;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -6px;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: -1px;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical .ui-slider-handle {
    left: -6px;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    background: -moz-linear-gradient(center top , #A0D4F5, #81B8F3) repeat scroll 0 0 / 100% auto #81B8F3;
    left: 0;
    width: 4px;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-slider-vertical {
    background: none repeat scroll 0 0 #D7D7D7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 white, 0 1px 0 #CFCFCF inset;
    height: 100px;
    width: 6px;
}
.ui-slider .ui-slider-handle {
    background: -moz-linear-gradient(center top , #C7CED6, #F9FBFA) repeat scroll 0 0 / 100% auto #F9FBFA;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    height: 22px;
    transition: box-shadow 0.3s ease 0s;
    width: 22px;
}
.ui-slider .ui-slider-handle:active {
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
}
.ui-slider .ui-slider-handle:after {
    background: none repeat scroll 0 0 #30A2D2;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -8px;
}
.ranged-slider-ui label {
    color: #858585;
}
.ranged-slider-ui input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    margin: 0;
}
.ranged-slider-ui input:focus {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
}
.ranged-slider-ui.vertical-bars span {
    display: block;
    float: left;
    height: 120px;
    margin-right: 30px;
}
.icheckbox_flat-aero, .iradio_flat-aero {
    background: url("../images/blue.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
}
.icheckbox_flat-aero + label, .iradio_flat-aero + label {
    display: inline-block;
    left: 5px;
    position: relative;
    top: -5px;
}
.icheckbox_flat-aero {
    background-position: 0 0;
}
.icheckbox_flat-aero.checked {
    background-position: -22px 0;
}
.icheckbox_flat-aero.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat-aero.checked.disabled {
    background-position: -66px 0;
}
.iradio_flat-aero {
    background-position: -88px 0;
}
.iradio_flat-aero.checked {
    background-position: -110px 0;
}
.iradio_flat-aero.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat-aero.checked.disabled {
    background-position: -154px 0;
}
.icheckbox_flat-aero, .iradio_flat-aero {
    background-image: url("../images/blue@2x.png");
    background-size: 176px 22px;
}
.xchart .line {
    fill: none;
    stroke-width: 3px;
}
.xchart .fill {
    stroke-width: 0;
}
.xchart circle {
    stroke: #FFFFFF;
    stroke-width: 3px;
}
.xchart .axis .domain {
    fill: none;
}
.xchart .axis .tick {
    stroke: #EEEEEE;
    stroke-width: 1px;
}
.xchart .axis text {
    fill: #666666;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
}
.xchart .color0 .line {
    stroke: #3880AA;
}
.xchart .color0 rect, .xchart .color0 circle {
    fill: #3880AA;
}
.xchart .color0 .fill {
    fill: rgba(56, 128, 170, 0.1);
}
.xchart .color0.comp .line {
    stroke: #89BBD8;
}
.xchart .color0.comp rect {
    fill: #89BBD8;
}
.xchart .color0.comp .fill {
    display: none;
}
.xchart .color0.comp circle, .xchart .color0.comp .pointer {
    fill: #89BBD8;
}
.xchart .color1 .line {
    stroke: #4DA944;
}
.xchart .color1 rect, .xchart .color1 circle {
    fill: #4DA944;
}
.xchart .color1 .fill {
    fill: rgba(77, 169, 68, 0.1);
}
.xchart .color1.comp .line {
    stroke: #9DD597;
}
.xchart .color1.comp rect {
    fill: #9DD597;
}
.xchart .color1.comp .fill {
    display: none;
}
.xchart .color1.comp circle, .xchart .color1.comp .pointer {
    fill: #9DD597;
}
.xchart .color2 .line {
    stroke: #F26522;
}
.xchart .color2 rect, .xchart .color2 circle {
    fill: #F26522;
}
.xchart .color2 .fill {
    fill: rgba(242, 101, 34, 0.1);
}
.xchart .color2.comp .line {
    stroke: #F9B99A;
}
.xchart .color2.comp rect {
    fill: #F9B99A;
}
.xchart .color2.comp .fill {
    display: none;
}
.xchart .color2.comp circle, .xchart .color2.comp .pointer {
    fill: #F9B99A;
}
.xchart .color3 .line {
    stroke: #C6080D;
}
.xchart .color3 rect, .xchart .color3 circle {
    fill: #C6080D;
}
.xchart .color3 .fill {
    fill: rgba(198, 8, 13, 0.1);
}
.xchart .color3.comp .line {
    stroke: #F8555A;
}
.xchart .color3.comp rect {
    fill: #F8555A;
}
.xchart .color3.comp .fill {
    display: none;
}
.xchart .color3.comp circle, .xchart .color3.comp .pointer {
    fill: #F8555A;
}
.xchart .color4 .line {
    stroke: #672D8B;
}
.xchart .color4 rect, .xchart .color4 circle {
    fill: #672D8B;
}
.xchart .color4 .fill {
    fill: rgba(103, 45, 139, 0.1);
}
.xchart .color4.comp .line {
    stroke: #A869CE;
}
.xchart .color4.comp rect {
    fill: #A869CE;
}
.xchart .color4.comp .fill {
    display: none;
}
.xchart .color4.comp circle, .xchart .color4.comp .pointer {
    fill: #A869CE;
}
.xchart .color5 .line {
    stroke: #CE1797;
}
.xchart .color5 rect, .xchart .color5 circle {
    fill: #CE1797;
}
.xchart .color5 .fill {
    fill: rgba(206, 23, 151, 0.1);
}
.xchart .color5.comp .line {
    stroke: #F075CB;
}
.xchart .color5.comp rect {
    fill: #F075CB;
}
.xchart .color5.comp .fill {
    display: none;
}
.xchart .color5.comp circle, .xchart .color5.comp .pointer {
    fill: #F075CB;
}
.xchart .color6 .line {
    stroke: #D9CE00;
}
.xchart .color6 rect, .xchart .color6 circle {
    fill: #D9CE00;
}
.xchart .color6 .fill {
    fill: rgba(217, 206, 0, 0.1);
}
.xchart .color6.comp .line {
    stroke: #FFF75A;
}
.xchart .color6.comp rect {
    fill: #FFF75A;
}
.xchart .color6.comp .fill {
    display: none;
}
.xchart .color6.comp circle, .xchart .color6.comp .pointer {
    fill: #FFF75A;
}
.xchart .color7 .line {
    stroke: #754C24;
}
.xchart .color7 rect, .xchart .color7 circle {
    fill: #754C24;
}
.xchart .color7 .fill {
    fill: rgba(117, 76, 36, 0.1);
}
.xchart .color7.comp .line {
    stroke: #C98C50;
}
.xchart .color7.comp rect {
    fill: #C98C50;
}
.xchart .color7.comp .fill {
    display: none;
}
.xchart .color7.comp circle, .xchart .color7.comp .pointer {
    fill: #C98C50;
}
.xchart .color8 .line {
    stroke: #2EB9B4;
}
.xchart .color8 rect, .xchart .color8 circle {
    fill: #2EB9B4;
}
.xchart .color8 .fill {
    fill: rgba(46, 185, 180, 0.1);
}
.xchart .color8.comp .line {
    stroke: #86E1DE;
}
.xchart .color8.comp rect {
    fill: #86E1DE;
}
.xchart .color8.comp .fill {
    display: none;
}
.xchart .color8.comp circle, .xchart .color8.comp .pointer {
    fill: #86E1DE;
}
.xchart .color9 .line {
    stroke: #0E2E42;
}
.xchart .color9 rect, .xchart .color9 circle {
    fill: #0E2E42;
}
.xchart .color9 .fill {
    fill: rgba(14, 46, 66, 0.1);
}
.xchart .color9.comp .line {
    stroke: #2477AB;
}
.xchart .color9.comp rect {
    fill: #2477AB;
}
.xchart .color9.comp .fill {
    display: none;
}
.xchart .color9.comp circle, .xchart .color9.comp .pointer {
    fill: #2477AB;
}
.ex-tooltip {
    background: none repeat scroll 0 0 #EEEEEE;
    border-collapse: separate;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px #000000;
    display: none;
    padding: 5px;
    position: absolute;
}
.justgage {
    display: inline-block;
    height: 160px;
    width: 200px;
}
.justgage.small {
    height: 70px;
    width: 90px;
}
.easyPieChart {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.easyPieChart.easy-pie-chart-small {
    font-size: 10px;
}
.easyPieChart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.sparkline-box {
    margin: 10px 0 0;
    padding: 0;
}
.sparkline-box.side .sparkline {
    margin-top: 5px;
}
.sparkline-box.side .sparkline-row {
    border: medium none;
    float: none;
    padding: 0;
}
.sparkline-box.side h4 {
    margin-right: 20px;
    min-width: 70px;
    text-shadow: none;
}
.sparkline-box.side h4 span {
    color: inherit;
}
.sparkline-box .sparkline {
    display: inline-block;
    height: 30px;
    margin-top: 8px;
    vertical-align: top;
}
.sparkline-box .big {
    height: 30px;
    width: 83px;
}
.sparkline-box .sparkline-row {
    border-left: 1px dotted #FFFFFF;
    border-right: 1px dotted #AAAAAA;
    float: left;
    padding: 0 5px 0 0;
    text-align: center;
}
.sparkline-box .sparkline-row:before, .sparkline-box .sparkline-row:after {
    content: "";
    display: table;
    line-height: 0;
}
.sparkline-box .sparkline-row:after {
    clear: both;
}
.sparkline-box .sparkline-row:last-child {
    border-right: medium none;
}
.sparkline-box .sparkline-row:first-child {
    border-left: medium none;
}
.sparkline-box h4 {
    display: inline-block;
    margin: 0;
    min-width: 70px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.sparkline-box h4.red {
    color: #C75D5D;
}
.sparkline-box h4.orange {
    color: #FF9F01;
}
.sparkline-box h4.blue {
    color: #6E97AA;
}
.sparkline-box h4.gray {
    color: #6B787F;
}
.sparkline-box h4.green {
    color: #8FAE53;
}
.sparkline-box h4.dark-green {
    color: #779148;
}
.sparkline-box h4 span {
    color: #717E88;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.arrow-box-left {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FAFEFF;
    border: 1px solid #B5CDD7;
    position: relative;
}
.arrow-box-left:after, .arrow-box-left:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
}
.arrow-box-left:after {
    border-right-color: #FAFEFF;
    border-width: 6px;
    top: 7px;
}
.arrow-box-left:before {
    border-right-color: #B5CDD7;
    border-width: 7px;
    top: 6px;
}
.arrow-box-left.gray {
    border-color: #D8D8D8;
}
.arrow-box-left.gray:before {
    border-right-color: #D8D8D8;
}
.arrow-box-left {
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.1);
}
.arrow-box-right {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FAFEFF;
    border: 1px solid #B5CDD7;
    position: relative;
}
.arrow-box-right:after, .arrow-box-right:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.arrow-box-right:after {
    border-left-color: #FAFEFF;
    border-width: 6px;
    top: 7px;
}
.arrow-box-right:before {
    border-left-color: #B5CDD7;
    border-width: 7px;
    top: 6px;
}
.arrow-box-right.gray {
    border-color: #D8D8D8;
}
.arrow-box-right.gray:before {
    border-left-color: #D8D8D8;
}
.arrow-box-right {
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.1);
}
.chat-box.timeline .arrow-box-left {
    border-radius: 2px 2px 2px 2px;
    margin-right: 0;
    padding: 0;
}
.chat-box.timeline .info, .chat-box.timeline .content {
    background: none repeat scroll 0 0 #FAFAFA;
    padding: 5px 10px;
}
.chat-box.timeline .content {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #CCCCCC;
}
.chat-box.timeline .content:before, .chat-box.timeline .content:after {
    content: "";
    display: table;
    line-height: 0;
}
.chat-box.timeline .content:after {
    clear: both;
}
.chat-box.timeline blockquote {
    margin: 10px 0;
}
.chat-box.timeline .chat-message-box {
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    margin-left: 64px;
    min-width: 100px;
    padding: 3px 10px;
}
.chat-box.timeline + .closable-chat-box {
    margin-left: 65px;
}
.chat-box {
    color: #5F5F5F;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
}
.chat-box .avatar {
    position: absolute;
    top: 0;
}
.chat-box .arrow-box-left, .chat-box .arrow-box-right {
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 10px;
}
.chat-box .arrow-box-left {
    margin-left: 65px;
    margin-right: 15px;
}
.chat-box .arrow-box-left .avatar {
    left: -50px;
}
.chat-box .arrow-box-left.gray .info .name strong {
    color: #393939;
}
.chat-box .arrow-box-right {
    margin-left: 15px;
    margin-right: 65px;
}
.chat-box .arrow-box-right .avatar {
    right: -50px;
}
.chat-box .arrow-box-right.gray .info .name strong {
    color: #393939;
}
.chat-box .info {
    border-radius: 2px 2px 2px 2px;
    color: #949494;
}
.chat-box .info:before, .chat-box .info:after {
    content: "";
    display: table;
    line-height: 0;
}
.chat-box .info:after {
    clear: both;
}
.chat-box .info .name {
    float: left;
}
.chat-box .info .name strong {
    color: #2C596D;
    margin-right: 10px;
}
.chat-box .info .time {
    float: right;
}
table.dataTable {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
table.dataTable thead th {
    box-shadow: 0 1px 0 white inset;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
table.dataTable tfoot th {
    font-weight: 600;
    padding: 3px 18px 3px 10px;
}
table.dataTable td {
    padding: 7px 11px;
}
table.dataTable td.center, table.dataTable td.dataTables_empty {
    text-align: center;
}
table.dataTable tbody tr td {
    border-left: 1px solid #EAEBEF;
}
table.dataTable thead tr th {
    border-bottom: 1px solid #B5B7C3;
    border-left: 1px solid #B5B7C3;
    border-top: 1px solid #C3C5CE;
}
table.dataTable tbody tr td:first-child {
    border-left: medium none;
}
table.dataTable thead tr {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
}
table.dataTable thead tr th:first-child {
    border-left: medium none;
}
table.dataTable thead tr:first-child {
    border-top: medium none;
    margin: 0;
    padding: 0;
}
table.dataTable tr {
    border-top: 1px solid #EAEBEF;
}
table.dataTable tr.even {
    background-color: #F3F4F8;
}
.dataTables_wrapper {
    clear: both;
    position: relative;
}
.dataTables_length {
    float: right;
    margin: 0;
}
.dataTables_length label {
    height: 61px;
    line-height: 61px;
    margin: 0;
}
.dataTables_length select {
    width: auto;
}
.dataTables_length div.selector {
    width: auto;
}
.entries-per-page {
    float: left;
    margin: 0 15px 0 0;
}
.dataTables_filter {
    float: left;
    font-size: 11px;
    margin: 0;
    position: relative;
    text-align: left;
}
.dataTables_filter label {
    height: 61px;
    line-height: 61px;
    margin-bottom: 0;
}
.dataTables_filter label > span {
    display: block;
    float: left;
    padding-top: 1px;
}
.dataTables_filter input[type="text"] {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #D7D7D7;
    height: auto;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 2px 20px 2px 7px;
    width: 180px;
}
.dataTables_info {
    clear: both;
    float: left;
    padding: 10px 0;
}
.table-footer {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #CDCDCD;
    clear: both;
    color: #666666;
    font-size: 11px;
    height: 36px;
    padding: 8px 12px;
}
.table-header {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
    border-bottom: 1px solid #EAEBEF;
    box-shadow: 0 1px 0 white inset;
    clear: both;
    color: #666666;
    font-size: 11px;
    height: 61px;
    padding: 0 16px;
}
.dataTables_paginate {
    float: right;
    margin-top: 7px;
}
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    border-color: #E2E2E2 #C9C9C9 #AEAEAE;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 white inset;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    margin: 0 3px;
    padding: 4px 7px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.paging_full_numbers a.paginate_button {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
}
.paging_full_numbers a.paginate_button:hover {
    background: -moz-linear-gradient(center top , #F1F1F1, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
}
.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
    border: 1px solid #AEAEAE;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
}
.paging_full_numbers a.paginate_button_disabled {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    color: #C5C5C5;
}
.paging_full_numbers a.paginate_button_disabled:active, .paging_full_numbers a.paginate_button_disabled:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E2E2E2;
    box-shadow: none;
}
.sorting, .sorting_asc, .sorting_desc {
    position: relative;
}
.sorting > div, .sorting_asc > div, .sorting_desc > div {
    height: 20px;
    line-height: 20px;
    position: relative;
}
.sorting > div:after, .sorting_asc > div:after, .sorting_desc > div:after {
    color: #666666;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 16px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    text-align: center;
    text-decoration: inherit;
    top: 3px;
    width: 16px;
}
.sorting_asc, .sorting_desc {
    background: -moz-linear-gradient(center top , #F7F8FC, #F2F3F7) repeat scroll 0 0 / 100% auto #F2F3F7;
}
.sorting > div:after {
    content: "";
}
.sorting_asc > div:after {
    content: "";
    top: 7px;
}
.sorting_desc > div:after {
    content: "";
    top: 1px;
}
table.dataTable th:active {
    outline: medium none;
}
.dataTables_scroll {
    clear: both;
}
.dataTables_scrollBody {
}
.accordion {
    border-radius: 4px 4px 4px 4px;
}
.accordion-group {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CDCDCD;
    border-image: none;
    border-left: 1px solid #CDCDCD;
    border-radius: 0 0 0 0;
    border-right: 1px solid #CDCDCD;
    border-style: none solid;
    border-width: medium 1px;
    margin-bottom: 0;
    margin-top: -1px;
}
.accordion-group .accordion-heading {
    background: #eaeaea;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    text-shadow: 0 1px white;
    border-bottom: 1px solid #CDCDCD;
    color: #636363;
    font-weight: bold;
    border-top: 1px solid #cdcdcd;
}
.accordion-group:first-child {
    border-top: medium none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 0;
}
.accordion-group:first-child .accordion-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordion-group:last-child {
    border-bottom: 1px solid #CDCDCD;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.accordion-group .accordion-inner {
    background: none repeat scroll 0 0 #FBFBFB;
    margin-bottom: 1px;
}
.accordion-heading .accordion-toggle {
    color: #636363;
    padding: 5px;
}
.accordion-inner .nav {
    margin-bottom: 0;
}
.accordion-inner .nav li {
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
    line-height: 40px;
}
.accordion-inner .nav li a {
    padding-left: 10px;
}
.accordion-inner .nav li:last-child {
    border-bottom: medium none;
}

    .accordion-caret .accordion-toggle:hover {
        text-decoration: none;
    }
    .accordion-caret .accordion-toggle:hover span,
    .accordion-caret .accordion-toggle:hover strong {
        text-decoration: underline;
    }
    .accordion-caret .accordion-toggle:before {
        font-size: 22px;
        vertical-align: -3px;
    }
    .accordion-caret .accordion-toggle:not(.collapsed):before {
        content: "▾";
        margin-right: 0px;
    }
    .accordion-caret .accordion-toggle.collapsed:before {
        content: "▸";
        margin-right: 0px;
    }

.sidebar-tabs .accordion {
    border-radius: 0 0 0 0;
}
.sidebar-tabs .accordion .active {
    border-left: 6px solid #505050;
    margin-left: -3px;
}
.sidebar-tabs .accordion .active a {
    color: #505050;
    padding-left: 7px;
}
.sidebar-tabs .accordion-group {
    border-left: medium none;
    border-right: medium none;
}
.sidebar-tabs .accordion-group:first-child, .sidebar-tabs .accordion-group:first-child .accordion-heading, .sidebar-tabs .accordion-group:last-child {
    border-radius: 0 0 0 0;
}
.sidebar-tabs .accordion-group:last-child {
    border-bottom: medium none;
}
.sidebar-tabs .accordion-heading .accordion-toggle {
    padding: 15px;
}
.alert {
    background: -moz-linear-gradient(center top , #F8E9BB, #F6E1A4) repeat scroll 0 0 / 100% auto #F6E1A4;
    border: 1px solid #F1D276;
    box-shadow: 0 1px 2px #F9EDC9 inset, 0 1px 1px #DFDFDF;
    color: #A37F11;
}
.alert-info {
    background: -moz-linear-gradient(center top , #DEE8F2, #CCDCEA) repeat scroll 0 0 / 100% auto #CCDCEA;
    border: 1px solid #A8C3DC;
    box-shadow: 0 1px 2px #E9F0F6 inset, 0 1px 1px #DFDFDF;
    color: #3C6A95;
}
.alert-danger, .alert-error {
    background: -moz-linear-gradient(center top , #ECB5AC, #E8A397) repeat scroll 0 0 / 100% auto #E8A397;
    border: 1px solid #DE7E6D;
    box-shadow: 0 1px 2px #EFC0B8 inset, 0 1px 1px #DFDFDF;
    color: #7D2A1C;
}
.alert-success {
    background: -moz-linear-gradient(center top , #B6DD69, #ACD954) repeat scroll 0 0 / 100% auto #ACD954;
    border: 1px solid #97CC2E;
    box-shadow: 0 1px 2px #BCE075 inset, 0 1px 1px #DFDFDF;
    color: #2B3A0D;
}
.pagination > ul {
    box-shadow: none;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 9px 16px;
}
.pagination > ul > li > a {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
    border-color: #E2E2E2 #C9C9C9 #AEAEAE;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 white inset;
    color: #666666;
    cursor: pointer;
    font-weight: 600;
    margin: 0 1px;
}
.pagination > ul > li > a:hover {
    background: -moz-linear-gradient(center top , #F1F1F1, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
}
.pagination > ul > li.active a, .pagination > ul > li > a:active, .pagination > ul > li.active:hover a {
    border: 1px solid #AEAEAE;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
    color: #666666;
    text-shadow: none;
}
.modal-body {
    background: none repeat scroll 0 0 #F5F5F5;
}
.modal {
    border: 3px solid #808080;
}
.modal-header, .modal-footer {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6, .modal-footer h1, .modal-footer h2, .modal-footer h3, .modal-footer h4, .modal-footer h5, .modal-footer h6 {
    margin: 0;
}
.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-header {
    border-bottom: 1px solid #CDCDCD;
}
#galleryOverlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 1s ease 0s;
    width: 100%;
    z-index: 100000;
}
#galleryOverlay.visible {
    opacity: 1;
}
#gallerySlider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: left 0.4s ease 0s;
    white-space: nowrap;
    width: 100%;
}
#gallerySlider .placeholder {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    display: inline-block;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
}
#gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px;
}
#gallerySlider .placeholder img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
#gallerySlider.rightSpring {
    animation: 0.3s ease 0s normal none 1 rightSpring;
}
#gallerySlider.leftSpring {
    animation: 0.3s ease 0s normal none 1 leftSpring;
}
#prevArrow, #nextArrow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    height: 58px;
    margin-top: -29px;
    opacity: 0.5;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 43px;
}
#prevArrow i, #nextArrow i {
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 100%;
}
#prevArrow:hover, #nextArrow:hover {
    opacity: 1;
}
#prevArrow {
    left: 40px;
}
#nextArrow {
    right: 40px;
}
#thumbs {
    margin: 60px auto 35px;
    text-align: center;
}
#thumbs a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 7px solid #303030;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 120px;
    margin: 6px 6px 40px;
    position: relative;
    text-decoration: none;
    width: 120px;
}
#thumbs a:after {
    background-color: #303030;
    border-radius: 7px 7px 7px 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
#credit {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px 8px 8px 8px;
    font-size: 11px;
    margin: 0 auto 70px;
    opacity: 0.5;
    padding: 12px 16px;
    text-align: center;
    width: 400px;
}
.table-normal {
    color: #5A6573;
    margin-bottom: 0;
}
.table-normal tbody td, .table-normal thead td {
    border-left: 1px solid #EAEBEF;
}
.table-normal tbody td:first-child, .table-normal thead td:first-child {
    border-left: medium none;
}
.table-normal tbody td {
    border-top: 1px solid #EAEBEF;
}
.table-normal thead td {
    background: -moz-linear-gradient(center top , #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% auto #EAEAEA;
    border-bottom: 1px solid #D1D2DA;
    border-left: 1px solid #D1D2DA;
    border-right: 1px solid #D1D2DA;
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    padding: 3px 5px 2px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.table-normal thead td:first-child {
    border-left: medium none;
}
.table-normal thead td:last-child {
    border-right: medium none;
}
.table-normal tbody td {
    padding: 7px 11px;
    vertical-align: middle;
}
.table-normal tbody tr {
    border-top: 1px solid #EAEBEF;
}
.table-normal tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F3F4F8;
}
.table-normal .icon {
    text-align: center;
    width: 30px;
}
.news {
    min-height: 85px;
}
.news .avatar {
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.news .avatar.blue {
    background: -moz-linear-gradient(center top , #A5CAE1, #7FB3D4) repeat scroll 0 0 / 100% auto #7FB3D4;
	background-image: -webkit-linear-gradient(top,#a5cae1,#7fb3d4);
    border: 1px solid #60A1CA;
}
.news .avatar.green {
    background: -moz-linear-gradient(center top , #AAD09C, #8CC079) repeat scroll 0 0 / 100% auto #8CC079;
	background-image: -webkit-linear-gradient(top,#aad09c,#8cc079);
    border: 1px solid #74B35D;
}
.news .avatar.cyan {
    background: -moz-linear-gradient(center top , #A2CCCF, #81BABD) repeat scroll 0 0 / 100% auto #81BABD;
	background-image: -webkit-linear-gradient(top,#a2cccf,#81babd);
    border: 1px solid #66ABAF;
}
.news .avatar.purple {
    background: -moz-linear-gradient(center top , #CCC8E1, #AEA7CF) repeat scroll 0 0 / 100% auto #AEA7CF;
	background-image: -webkit-linear-gradient(top,#ccc8e1,#aea7cf);
    border: 1px solid #968DC1;
}
.news .avatar i {
    color: white;
    line-height: 36px;
}
.news.with-icons .news-content {
    margin-left: 55px;
}
.news-content {
    margin-left: 50px;
    margin-right: 50px;
}
.news-title {
    color: #636364;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.news-time {
    color: #BBBBBB;
    float: right;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.news-time span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.badge-blue, .badge-gray, .badge-green, .badge-red, .badge-dark-red, .badge-black, .badge-cyan, .badge-purple {
    -moz-box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    min-width: 14px;
    padding: 0 4px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.label, .badge {
    font-weight: 600;
}
.label-blue {
	background: #599cc7;
	background-size: 100%;
    background: -moz-linear-gradient(center top , #7FB3D4, #599CC7) repeat scroll 0 0 / 100% auto #599CC7;
	background-image: -webkit-linear-gradient(top,#7fb3d4,#599cc7);
	-webkit-box-shadow: 0 1px 0 #f7f7f7,inset 0 1px 1px #70aacf;
    box-shadow: 0 1px 0 #F7F7F7, 0 1px 1px #70AACF inset;
}
.label-gray {
    background: -moz-linear-gradient(center top , #767676, #5D5D5D) repeat scroll 0 0 / 100% auto #5D5D5D;
    box-shadow: 0 1px 0 #F7F7F7, 0 1px 1px #6C6C6C inset;
}
.label-green {
    background: #6eb056;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #6eb056));
    background-image: -webkit-linear-gradient(top, #8cc079, #6eb056);
    background-image: -moz-linear-gradient(top, #8cc079, #6eb056);
    background-image: -o-linear-gradient(top, #8cc079, #6eb056);
    background-image: linear-gradient(top, #8cc079, #6eb056);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
}
.label-red {
    background: #964747;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #964747));
    background-image: -webkit-linear-gradient(top, #b35d5d, #964747);
    background-image: -moz-linear-gradient(top, #b35d5d, #964747);
    background-image: -o-linear-gradient(top, #b35d5d, #964747);
    background-image: linear-gradient(top, #b35d5d, #964747);
    -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
    -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
    box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
}
.label-dark-red {
    background: -moz-linear-gradient(center top , #B5473E, #8F3831) repeat scroll 0 0 / 100% auto #8F3831;
    box-shadow: 0 1px 0 #F7F7F7, 0 1px 1px #A64139 inset;
}
.label-black {
    background: -moz-linear-gradient(center top , #666666, #4D4D4D) repeat scroll 0 0 / 100% auto #4D4D4D;
    box-shadow: 0 1px 0 #F7F7F7, 0 1px 1px #5C5C5C inset;
}
.label-cyan {
    background: -moz-linear-gradient(center top , #81BABD, #60A8AB) repeat scroll 0 0 / 100% auto #60A8AB;
    box-shadow: 0 1px 0 #F7F7F7, 0 1px 1px #74B3B6 inset;
}
.label-purple {
    background: -moz-linear-gradient(center top , #AEA7CF, #9086BD) repeat scroll 0 0 / 100% auto #9086BD;
    box-shadow: 0 1px 0 #F7F7F7, 0 1px 1px #A29AC8 inset;
}
.badge-blue {
    background: -moz-linear-gradient(center top , #7FB3D4, #6CA8CE) repeat scroll 0 0 / 100% auto #6CA8CE;
    box-shadow: 0 0 0 1px #3C84B1;
}
.badge-gray {
    background: -moz-linear-gradient(center top , #767676, #696969) repeat scroll 0 0 / 100% auto dimgrey;
    box-shadow: 0 0 0 1px #434343;
}
.badge-green {
    background: -moz-linear-gradient(center top , #8CC079, #7DB868) repeat scroll 0 0 / 100% auto #7DB868;
    box-shadow: 0 0 0 1px #589043;
}
.badge-red {
    background: -moz-linear-gradient(center top , #B35D5D, #A84F4F) repeat scroll 0 0 / 100% auto #A84F4F;
    box-shadow: 0 0 0 1px #743636;
}
.badge-dark-red {
    background: -moz-linear-gradient(center top , #B5473E, #A24037) repeat scroll 0 0 / 100% auto #A24037;
    box-shadow: 0 0 0 1px #692924;
}
.badge-black {
    background: -moz-linear-gradient(center top , #666666, #595959) repeat scroll 0 0 / 100% auto #595959;
    box-shadow: 0 0 0 1px #333333;
}
.badge-cyan {
    background: -moz-linear-gradient(center top , #81BABD, #70B1B4) repeat scroll 0 0 / 100% auto #70B1B4;
    box-shadow: 0 0 0 1px #4A8A8E;
}
.badge-purple {
    background: -moz-linear-gradient(center top , #AEA7CF, #9F97C6) repeat scroll 0 0 / 100% auto #9F97C6;
    box-shadow: 0 0 0 1px #7165AB;
}
.badge-flat {
    text-shadow: none;
}
.wizard {
    display: none;
}
.wizard-modal form {
    margin: 0;
    padding: 0;
}
.wizard-modal.modal {
    margin-left: -375px;
    top: 50%;
    width: 750px;
}
.wizard-modal-footer {
    padding: 0;
    text-align: right;
}
.wizard-modal-header.modal-header h3 {
    display: inline;
    line-height: 35px;
}
.wizard-modal-header.modal-header {
    border-bottom: 0 none;
}
.wizard-subtitle {
    color: #AFAFAF;
    font-weight: 700;
    padding-left: 20px;
}
.wizard-error, .wizard-failure, .wizard-success, .wizard-loading, .wizard-card {
    border-top: 1px solid #EEEEEE;
    display: none;
    height: 300px;
    margin-right: 5px;
    overflow-y: auto;
    padding: 20px 35px 35px;
    position: relative;
}
.wizard-nav-link .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 12px;
    opacity: 0.25;
}
li.wizard-nav-item.active .icon-chevron-right {
    opacity: 1;
}
li.wizard-nav-item {
    line-height: 40px;
}
.wizard-modal.modal .nav-list > li > a {
    background-color: #F5F5F5;
    color: #B4B4B4;
    cursor: default;
    padding: 3px 15px 3px 20px;
}
.wizard-modal.modal .nav-list li.active > a {
    background-color: #0088CC;
}
.wizard-modal.modal .nav-list > li.already-visited > a.wizard-nav-link {
    color: #0088CC;
    cursor: pointer;
}
.wizard-modal.modal .nav-list > li.active > a.wizard-nav-link {
    color: white;
}
.already-visited > a.wizard-nav-link:hover {
    background-color: #E4E4E4;
}
.wizard-card > h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
}
.wizard-progress {
    bottom: 0;
    padding: 15px;
}
.wizard-progress-container {
    padding: 20px;
}
.wizard-steps {
    background-color: #F5F5F5;
    height: 425px;
    width: 28%;
}
.wizard-nav-container {
    height: 360px;
}
.nav > li > a.wizard-step-error {
    background-color: #F2DEDE;
    color: #B94A48;
    font-weight: 700;
}
.wizard-step-error .icon-chevron-right {
    opacity: 0;
}
.wizard-input-section {
    margin-bottom: 20px;
}
.wizard-buttons-container {
    padding: 20px;
}
.wizard-modal .popover.error-popover {
    background-color: #F2DEDE;
    border-color: #953B39;
    color: #B94A48;
}
.wizard-modal .popover.error-popover .arrow:after {
    border-right-color: #F2DEDE;
}
.wizard-modal .popover.error-popover .popover-title {
    display: none;
}
.wizard-modal .popover.error-popover .arrow {
    border-right-color: #953B39;
}
.error-box {
    color: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-top: 100px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);
}
.error-box .message-small {
    font-size: 25px;
}
.error-box .message-big {
    font-size: 160px;
}
.textarea-html5 {
    border-radius: 4px 4px 4px 4px;
    height: 190px;
    margin: 0;
    padding: 0 10px 10px;
    width: 100%;
}
.wysihtml5-sandbox {
    -moz-box-sizing: border-box !important;
    background: none repeat scroll 0 0 #F7F7F7;
    border: medium none !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    box-shadow: none !important;
    width: 100% !important;
}
.closable-chat-box .wysihtml5-sandbox {
    width: 97% !important;
}
ul.wysihtml5-toolbar {
    display: block;
    margin: 0;
    padding: 10px;
}
ul.wysihtml5-toolbar:after {
    clear: both;
    content: "";
    display: table;
}
ul.wysihtml5-toolbar > li {
    display: list-item;
    float: left;
    list-style: none outside none;
    margin: 0 5px 10px 0;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="bold"] {
    font-weight: 600;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="italic"] {
    font-style: italic;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="underline"] {
    text-decoration: underline;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-color: #D9D9D9;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important;
}
ul.wysihtml5-toolbar div.wysihtml5-colors {
    display: block;
    height: 20px;
    margin-left: 5px;
    margin-top: 2px;
    pointer-events: none;
    position: absolute;
    width: 50px;
}
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-left: 70px;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
    background: none repeat scroll 0 0 black !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
    background: none repeat scroll 0 0 silver !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
    background: none repeat scroll 0 0 gray !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
    background: none repeat scroll 0 0 maroon !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
    background: none repeat scroll 0 0 red !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
    background: none repeat scroll 0 0 purple !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
    background: none repeat scroll 0 0 green !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
    background: none repeat scroll 0 0 olive !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
    background: none repeat scroll 0 0 navy !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
    background: none repeat scroll 0 0 blue !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
    background: none repeat scroll 0 0 orange !important;
}
.wysiwyg-color-black {
    color: black;
}
.wysiwyg-color-silver {
    color: silver;
}
.wysiwyg-color-gray {
    color: gray;
}
.wysiwyg-color-white {
    color: white;
}
.wysiwyg-color-maroon {
    color: maroon;
}
.wysiwyg-color-red {
    color: red;
}
.wysiwyg-color-purple {
    color: purple;
}
.wysiwyg-color-fuchsia {
    color: fuchsia;
}
.wysiwyg-color-green {
    color: green;
}
.wysiwyg-color-lime {
    color: lime;
}
.wysiwyg-color-olive {
    color: olive;
}
.wysiwyg-color-yellow {
    color: yellow;
}
.wysiwyg-color-navy {
    color: navy;
}
.wysiwyg-color-blue {
    color: blue;
}
.wysiwyg-color-teal {
    color: teal;
}
.wysiwyg-color-aqua {
    color: aqua;
}
.wysiwyg-color-orange {
    color: orange;
}
.formError {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #202020;
    border: 1px solid #CCCCCC;
    position: relative;
}
.formError:after, .formError:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.formError:after {
    border-top-color: #202020;
    border-width: 7px;
    left: 7px;
}
.formError:before {
    border-top-color: #CCCCCC;
    border-width: 8px;
    left: 6px;
}
.formError {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    z-index: 990;
}
.formError .formErrorContent {
    z-index: 991;
}
.formError .formErrorArrow {
    display: none;
    z-index: 996;
}
.ui-dialog .formError {
    z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}
.inputContainer {
    float: left;
    position: relative;
}
.formError {
    cursor: pointer;
    display: block;
    left: 300px;
    position: absolute;
    text-align: left;
    top: 300px;
}
.formError.inline {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
}
.ajaxSubmit {
    background: none repeat scroll 0 0 #55EA55;
    border: 1px solid #999999;
    display: none;
    padding: 20px;
}
.formError .formErrorContent {
    background: none repeat scroll 0 0 #202020;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 11px;
    min-width: 120px;
    padding: 4px 10px;
    position: relative;
    width: 100%;
}
.formError.inline .formErrorContent {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
}
.greenPopup .formErrorContent {
    background: none repeat scroll 0 0 #33BE40;
}
.blackPopup .formErrorContent {
    background: none repeat scroll 0 0 #393939;
    color: #FFFFFF;
}
.formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
}
body[dir="rtl"] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
    box-shadow: none;
    margin: 0 0 0 12px;
    top: 2px;
}
.formError .formErrorArrow div {
    background: none repeat scroll 0 0 #EE0101;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    box-shadow: 0 2px 3px #444444;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
}
.greenPopup .formErrorArrow div {
    background: none repeat scroll 0 0 #33BE40;
}
.blackPopup .formErrorArrow div {
    background: none repeat scroll 0 0 #393939;
    color: #FFFFFF;
}
.formError .formErrorArrow .line10 {
    border: medium none;
    width: 15px;
}
.formError .formErrorArrow .line9 {
    border: medium none;
    width: 13px;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    border-bottom: 0 solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    width: 1px;
}
.formError .formErrorArrow .line2 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    width: 3px;
}
.formError .formErrorArrow .line1 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    width: 1px;
}
.editableform {
    margin-bottom: 0;
}
.editableform .control-group {
    margin-bottom: 0;
    white-space: nowrap;
}
.editable-buttons {
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
}
.editable-input {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: auto;
}
.editable-buttons .editable-cancel {
    margin-left: 7px;
}
.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}
.editableform-loading {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    height: 25px;
    min-width: 25px;
    width: auto;
}
.editable-inline .editableform-loading {
    background-position: left 5px;
}
.editable-error-block {
    margin: 5px 0 0;
    max-width: 300px;
    white-space: normal;
    width: auto;
}
.editable-error-block.ui-state-error {
    padding: 3px;
}
.editable-error {
    color: red;
}
.editableform .editable-date {
    float: left;
    margin: 0;
    padding: 0;
}
.editable-checklist label {
    white-space: nowrap;
}
.editable-checklist label input[type="checkbox"], .editable-checklist label span {
    margin: 0;
    vertical-align: middle;
}
.editable-wysihtml5 {
    height: 250px;
    width: 566px;
}
.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-align: right;
    text-decoration: none;
}
.editable-clear-x {
    display: block;
    height: 13px;
    opacity: 0.6;
    position: absolute;
    width: 13px;
    z-index: 100;
}
.editable-clear-x:hover {
    opacity: 1;
}
.editable-container {
    max-width: none !important;
}
.editable-container.popover {
    width: auto;
}
.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.editable-container.ui-widget {
    font-size: inherit;
}
.editable-click {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
}
a.editable-click {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
}
a.editable-click:hover {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
}
.editable-click.editable-disabled {
    border-bottom: medium none;
    color: #585858;
    cursor: default;
}
a.editable-click.editable-disabled {
    border-bottom: medium none;
    color: #585858;
    cursor: default;
}
a.editable-click.editable-disabled:hover {
    border-bottom: medium none;
    color: #585858;
    cursor: default;
}
.editable-empty {
    border-bottom: medium none;
    color: #DD1144;
    font-style: italic;
    text-decoration: none;
}
.editable-empty:hover {
    border-bottom: medium none;
    color: #DD1144;
    font-style: italic;
    text-decoration: none;
}
.editable-unsaved {
    font-weight: 700;
}
.editable-unsaved:after {
}
.datepicker {
    border-radius: 4px 4px 4px 4px;
    direction: ltr;
    margin-top: 1px;
    padding: 4px;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    left: 0;
    top: 0;
}
.datepicker-dropdown:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
}
.datepicker-dropdown:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 7px;
    position: absolute;
    top: -6px;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
}
.datepicker td, .datepicker th {
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    text-align: center;
    width: 20px;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.disabled {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.disabled:hover {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.today {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top , #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.today:hover {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top , #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.today.disabled {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top , #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.today.disabled:hover {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top , #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
    background-color: #FDF59A;
}
.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
    background-color: #FDF59A;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.active:hover {
    background-color: #FDF59A;
}
.datepicker table tr td.today.disabled {
    background-color: #FDF59A;
}
.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover {
    background-color: #FDF59A;
}
.datepicker table tr td.today.disabled:hover {
    background-color: #FDF59A;
}
.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled.disabled:hover {
    background-color: #FDF59A;
}
.datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled]:hover {
    background-color: #FDF59A;
}
.datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled[disabled]:hover {
    background-color: #FDF59A;
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
}
.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
}
.datepicker table tr td.today.active, .datepicker table tr td.today.active:hover {
}
.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover {
}
.datepicker table tr td.active {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.disabled {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.disabled:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
    background-color: #0044CC;
}
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
    background-color: #0044CC;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover {
    background-color: #0044CC;
}
.datepicker table tr td.active.disabled {
    background-color: #0044CC;
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover {
    background-color: #0044CC;
}
.datepicker table tr td.active.disabled:hover {
    background-color: #0044CC;
}
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover {
    background-color: #0044CC;
}
.datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover {
    background-color: #0044CC;
}
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #0044CC;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
}
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
}
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover {
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover {
}
.datepicker table tr td span {
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
    margin: 1%;
    width: 23%;
}
.datepicker table tr td span:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.datepicker table tr td span.disabled {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.disabled:hover {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
    background-color: #0044CC;
}
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
    background-color: #0044CC;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover {
    background-color: #0044CC;
}
.datepicker table tr td span.active.disabled {
    background-color: #0044CC;
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover {
    background-color: #0044CC;
}
.datepicker table tr td span.active.disabled:hover {
    background-color: #0044CC;
}
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover {
    background-color: #0044CC;
}
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover {
    background-color: #0044CC;
}
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #0044CC;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
}
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover {
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover {
}
.datepicker table tr td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.datepicker table {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CDCDCD;
    box-shadow: 0 2px 2px -2px #CCCCCC;
    width: 100%;
}
.datepicker table thead tr:first-child {
    background: -moz-linear-gradient(center top , #FDFDFD, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC;
    border-bottom: 1px solid #CDCDCD;
}
.datepicker table thead tr:first-child th {
    border-radius: 0 0 0 0;
}
.datepicker table thead tr:first-child th:hover {
    background: -moz-linear-gradient(center top , #FDFDFD, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC;
    color: #404040;
}
.datepicker table tr td.day:hover, .datepicker table tr td span:hover {
    background: none repeat scroll 0 0 #32779A;
    color: #FFFFFF;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active {
    background: none repeat scroll 0 0 #519FC7;
    color: #FFFFFF;
}
.datepicker-inline {
    width: auto;
}

.primary-sidebar:before, .primary-sidebar:after {
    content: "";
    display: table;
    line-height: 0;
}
.primary-sidebar:after {
    clear: both;
}

.user-avatar > .dropdown-toggle {
    display: none;
}
.dropdown-menu li.with-image span, .dropdown-menu li a {
    text-shadow: none;
}
.label, .badge, .navbar-inverse .nav > li > a, .navbar-inverse .nav > li.active > a {
    box-shadow: none;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: 600;
}
.primary-sidebar .nav {
    margin: 0;
}
.breadcrumb-line {
    height: auto;
}
.breadcrumb-line .breadcrumbs {
    float: none;
}
.breadcrumb-line .breadcrumbs:before, .breadcrumb-line .breadcrumbs:after {
    content: "";
    display: table;
    line-height: 0;
}
.breadcrumb-line .breadcrumbs:after {
    clear: both;
}
.breadcrumb-line .nav.pull-right {
    border-right: medium none;
    border-top: 1px solid #CCCCCC;
    float: none;
    margin-right: 0;
}
.breadcrumb-line .nav.pull-right > li:first-child > a {
    border-left: medium none;
}
.nav-collapse .dropdown-menu {
    background: none repeat scroll 0 0 transparent;
    display: block;
}
.nav-collapse .dropdown-menu li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 3px !important;
}
.navbar-search .search-query.animated, .navbar-search .search-query.animated {
    -moz-box-sizing: border-box;
    padding: 12px;
    width: 100%;
}
.navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused, .navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused {
    padding: 12px;
    width: 100%;
}
.navbar-search i {
    right: 25px;
    top: 15px;
}
.nav-tabs-right li > a > span, .nav-tabs-right .title, .nav-tabs-left li > a > span, .nav-tabs-left .title {
    display: none;
}
body {
    padding: 0;
}
.btn-block {
    margin-bottom: 10px;
}
.user-avatar {
    padding-bottom: 0;
}
.dataTables_info {
    display: none;
}
.dataTables_filter input[type="text"] {
    width: 130px;
}
.dataTables_length {
    display: none;
}
.next.paginate_button, .previous.paginate_button {
    display: none;
}
.area-top {
/*    text-align: center;  */
}

.area-top .header i {
    float: none;
}

.area-top .num-stats li {
    width: auto;
}

.navbar .nav.pull-right {
    float: none;
}
.navbar .nav.pull-right:before, .navbar .nav.pull-right:after {
    content: "";
    display: table;
    line-height: 0;
}
.navbar .nav.pull-right:after {
    clear: both;
}
.navbar-inner {
    text-align: center;
}
.navbar-inner a {
    margin-right: 0;
}
.brand + .nav {
    display: inline-block;
    margin-bottom: 10px;
}
.navbar-inverse .nav > li > a {
    margin-right: 0;
}
.navbar-inverse .brand + .nav > li > a {
    margin-right: 10px;
}
.navbar-inverse .brand + .nav > li:last-child a {
    margin-right: 0;
}
.area-top {
    height: auto;
/*    text-align: center;   */
}

.area-top .num-stats {
    display: inline-block;
    float: none;
}
.area-top .num-stats li {
    padding: 5px;
}
.chat-box.timeline + .closable-chat-box {
    margin-left: 0;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}
.icon-large:before {
    font-size: 1.33333em;
    vertical-align: -10%;
}
.btn [class^="icon-"], .btn [class*=" icon-"], .nav [class^="icon-"], .nav [class*=" icon-"] {
    display: inline;
}
.btn .icon-large[class^="icon-"], .btn .icon-large[class*=" icon-"], .nav .icon-large[class^="icon-"], .nav .icon-large[class*=" icon-"] {
    line-height: 0.9em;
}
.btn .icon-spin[class^="icon-"], .btn .icon-spin[class*=" icon-"], .nav .icon-spin[class^="icon-"], .nav .icon-spin[class*=" icon-"] {
    display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"], .nav-pills [class*=" icon-"] {
}
.nav-tabs [class^="icon-"], .nav-tabs .icon-large[class^="icon-"], .nav-tabs [class*=" icon-"], .nav-tabs .icon-large[class*=" icon-"], .nav-pills [class^="icon-"], .nav-pills .icon-large[class^="icon-"], .nav-pills [class*=" icon-"], .nav-pills .icon-large[class*=" icon-"] {
    line-height: 0.9em;
}
li [class^="icon-"], li [class*=" icon-"], .nav li [class^="icon-"], .nav li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"], .nav li .icon-large[class^="icon-"], .nav li .icon-large[class*=" icon-"] {
    width: 1.5625em;
}
ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: 0.75em;
}
.icon-muted {
    color: #EEEEEE;
}
.icon-border {
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    padding: 0.2em 0.25em 0.15em;
}
.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-radius: 4px 4px 4px 4px;
    border-width: 2px;
}
.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-radius: 5px 5px 5px 5px;
    border-width: 3px;
}
.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-radius: 6px 6px 6px 6px;
    border-width: 4px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.pull-left[class^="icon-"], .pull-left[class*=" icon-"] {
    margin-right: 0.3em;
}
.pull-right[class^="icon-"], .pull-right[class*=" icon-"] {
    margin-left: 0.3em;
}
.btn .pull-left.icon-2x[class^="icon-"], .btn .pull-right.icon-2x[class^="icon-"], .btn .pull-left.icon-2x[class*=" icon-"], .btn .pull-right.icon-2x[class*=" icon-"] {
    margin-top: 0.18em;
}
.btn .icon-spin.icon-large[class^="icon-"], .btn .icon-spin.icon-large[class*=" icon-"] {
    line-height: 0.8em;
}
.btn.btn-small .pull-left.icon-2x[class^="icon-"], .btn.btn-small .pull-right.icon-2x[class^="icon-"], .btn.btn-small .pull-left.icon-2x[class*=" icon-"], .btn.btn-small .pull-right.icon-2x[class*=" icon-"] {
    margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}
.btn.btn-large .pull-left.icon-2x[class^="icon-"], .btn.btn-large .pull-right.icon-2x[class^="icon-"], .btn.btn-large .pull-left.icon-2x[class*=" icon-"], .btn.btn-large .pull-right.icon-2x[class*=" icon-"] {
    margin-top: 0.05em;
}
.btn.btn-large .pull-left.icon-2x[class^="icon-"], .btn.btn-large .pull-left.icon-2x[class*=" icon-"] {
    margin-right: 0.2em;
}
.btn.btn-large .pull-right.icon-2x[class^="icon-"], .btn.btn-large .pull-right.icon-2x[class*=" icon-"] {
    margin-left: 0.2em;
}
.icon-spin {
    animation: 2s linear 0s normal none infinite spin;
    display: inline-block;
}
.icon-spin {
    height: 0.9em;
}
.btn .icon-spin {
    height: auto;
}
.icon-spin.icon-large {
    height: 1.25em;
}
.btn .icon-spin.icon-large {
    height: 0.75em;
}
.icon-glass:before {
    content: "";
}
.icon-music:before {
    content: "";
}
.icon-search:before {
    content: "";
}
.icon-envelope:before {
    content: "";
}
.icon-heart:before {
    content: "";
}
.icon-star:before {
    content: "";
}
.icon-star-empty:before {
    content: "";
}
.icon-user:before {
    content: "";
}
.icon-film:before {
    content: "";
}
.icon-th-large:before {
    content: "";
}
.icon-th:before {
    content: "";
}
.icon-th-list:before {
    content: "";
}
.icon-ok:before {
    content: "";
}
.icon-remove:before {
    content: "";
    color: #b95d5d;
}
.icon-zoom-in:before {
    content: "";
}
.icon-zoom-out:before {
    content: "";
}
.icon-off:before {
    content: "";
}
.icon-signal:before {
    content: "";
}
.icon-cog:before {
    content: "";
}
.icon-trash:before {
    content: "";
}
.icon-home:before {
    content: "";
}
.icon-file:before {
    content: "";
}
.icon-time:before {
    content: "";
}
.icon-road:before {
    content: "";
}
.icon-download-alt:before {
    content: "";
}
.icon-download:before {
    content: "";
}
.icon-upload:before {
    content: "";
}
.icon-inbox:before {
    content: "";
}
.icon-play-circle:before {
    content: "";
}
.icon-repeat:before {
    content: "";
}
.icon-refresh:before {
    content: "";
}
.icon-list-alt:before {
    content: "";
}
.icon-lock:before {
    content: "";
}
.icon-flag:before {
    content: "";
}
.icon-headphones:before {
    content: "";
}
.icon-volume-off:before {
    content: "";
}
.icon-volume-down:before {
    content: "";
}
.icon-volume-up:before {
    content: "";
}
.icon-qrcode:before {
    content: "";
}
.icon-barcode:before {
    content: "";
}
.icon-tag:before {
    content: "";
}
.icon-tags:before {
    content: "";
}
.icon-book:before {
    content: "";
}
.icon-bookmark:before {
    content: "";
}
.icon-print:before {
    content: "";
}
.icon-camera:before {
    content: "";
}
.icon-font:before {
    content: "";
}
.icon-bold:before {
    content: "";
}
.icon-italic:before {
    content: "";
}
.icon-text-height:before {
    content: "";
}
.icon-text-width:before {
    content: "";
}
.icon-align-left:before {
    content: "";
}
.icon-align-center:before {
    content: "";
}
.icon-align-right:before {
    content: "";
}
.icon-align-justify:before {
    content: "";
}
.icon-list:before {
    content: "";
}
.icon-indent-left:before {
    content: "";
}
.icon-indent-right:before {
    content: "";
}
.icon-facetime-video:before {
    content: "";
}
.icon-picture:before {
    content: "";
}
.icon-pencil:before {
    content: "";
}
.icon-map-marker:before {
    content: "";
}
.icon-adjust:before {
    content: "";
}
.icon-tint:before {
    content: "";
}
.icon-edit:before {
    content: "";
}
.icon-share:before {
    content: "";
}
.icon-check:before {
    content: "";
}
.icon-move:before {
    content: "";
}
.icon-step-backward:before {
    content: "";
}
.icon-fast-backward:before {
    content: "";
}
.icon-backward:before {
    content: "";
}
.icon-play:before {
    content: "";
}
.icon-pause:before {
    content: "";
}
.icon-stop:before {
    content: "";
}
.icon-forward:before {
    content: "";
}
.icon-fast-forward:before {
    content: "";
}
.icon-step-forward:before {
    content: "";
}
.icon-eject:before {
    content: "";
}
.icon-chevron-left:before {
    content: "";
}
.icon-chevron-right:before {
    content: "";
}
.icon-plus-sign:before {
    content: "";
}
.icon-minus-sign:before {
    content: "";
}
.icon-remove-sign:before {
    content: "";
}
.icon-ok-sign:before {
    content: "";
}
.icon-question-sign:before {
    content: "";
}
.icon-info-sign:before {
    content: "";
}
.icon-screenshot:before {
    content: "";
}
.icon-remove-circle:before {
    content: "";
}
.icon-ok-circle:before {
    content: "";
}
.icon-ban-circle:before {
    content: "";
}
.icon-arrow-left:before {
    content: "";
}
.icon-arrow-right:before {
    content: "";
}
.icon-arrow-up:before {
    content: "";
}
.icon-arrow-down:before {
    content: "";
}
.icon-share-alt:before {
    content: "";
}
.icon-resize-full:before {
    content: "";
}
.icon-resize-small:before {
    content: "";
}
.icon-plus:before {
    content: "";
}
.icon-minus:before {
    content: "";
}
.icon-asterisk:before {
    content: "";
}
.icon-exclamation-sign:before {
    content: "";
}
.icon-gift:before {
    content: "";
}
.icon-leaf:before {
    content: "";
}
.icon-fire:before {
    content: "";
}
.icon-eye-open:before {
    content: "";
}
.icon-eye-close:before {
    content: "";
}
.icon-warning-sign:before {
    content: "";
}
.icon-plane:before {
    content: "";
}
.icon-calendar:before {
    content: "";
}
.icon-random:before {
    content: "";
}
.icon-comment:before {
    content: "";
}
.icon-magnet:before {
    content: "";
}
.icon-chevron-up:before {
    content: "";
}
.icon-chevron-down:before {
    content: "";
}
.icon-retweet:before {
    content: "";
}
.icon-shopping-cart:before {
    content: "";
}
.icon-folder-close:before {
    content: "";
}
.icon-folder-open:before {
    content: "";
}
.icon-resize-vertical:before {
    content: "";
}
.icon-resize-horizontal:before {
    content: "";
}
.icon-bar-chart:before {
    content: "";
}
.icon-twitter-sign:before {
    content: "";
}
.icon-facebook-sign:before {
    content: "";
}
.icon-camera-retro:before {
    content: "";
}
.icon-key:before {
    content: "";
}
.icon-cogs:before {
    content: "";
}
.icon-comments:before {
    content: "";
}
.icon-thumbs-up:before {
    content: "";
}
.icon-thumbs-down:before {
    content: "";
}
.icon-star-half:before {
    content: "";
}
.icon-heart-empty:before {
    content: "";
}
.icon-signout:before {
    content: "";
}
.icon-linkedin-sign:before {
    content: "";
}
.icon-pushpin:before {
    content: "";
}
.icon-external-link:before {
    content: "";
}
.icon-signin:before {
    content: "";
}
.icon-trophy:before {
    content: "";
}
.icon-github-sign:before {
    content: "";
}
.icon-upload-alt:before {
    content: "";
}
.icon-lemon:before {
    content: "";
}
.icon-phone:before {
    content: "";
}
.icon-check-empty:before {
    content: "";
}
.icon-bookmark-empty:before {
    content: "";
}
.icon-phone-sign:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-github:before {
    content: "";
}
.icon-unlock:before {
    content: "";
}
.icon-credit-card:before {
    content: "";
}
.icon-rss:before {
    content: "";
}
.icon-hdd:before {
    content: "";
}
.icon-bullhorn:before {
    content: "";
}
.icon-bell:before {
    content: "";
}
.icon-certificate:before {
    content: "";
}
.icon-hand-right:before {
    content: "";
}
.icon-hand-left:before {
    content: "";
}
.icon-hand-up:before {
    content: "";
}
.icon-hand-down:before {
    content: "";
}
.icon-circle-arrow-left:before {
    content: "";
}
.icon-circle-arrow-right:before {
    content: "";
}
.icon-circle-arrow-up:before {
    content: "";
}
.icon-circle-arrow-down:before {
    content: "";
}
.icon-globe:before {
    content: "";
}
.icon-wrench:before {
    content: "";
}
.icon-tasks:before {
    content: "";
}
.icon-filter:before {
    content: "";
}
.icon-briefcase:before {
    content: "";
}
.icon-fullscreen:before {
    content: "";
}
.icon-group:before {
    content: "";
}
.icon-link:before {
    content: "";
}
.icon-cloud:before {
    content: "";
}
.icon-beaker:before {
    content: "";
}
.icon-cut:before {
    content: "";
}
.icon-copy:before {
    content: "";
}
.icon-paper-clip:before {
    content: "";
}
.icon-save:before {
    content: "";
}
.icon-sign-blank:before {
    content: "";
}
.icon-reorder:before {
    content: "";
}
.icon-list-ul:before {
    content: "";
}
.icon-list-ol:before {
    content: "";
}
.icon-strikethrough:before {
    content: "";
}
.icon-underline:before {
    content: "";
}
.icon-table:before {
    content: "";
}
.icon-magic:before {
    content: "";
}
.icon-truck:before {
    content: "";
}
.icon-pinterest:before {
    content: "";
}
.icon-pinterest-sign:before {
    content: "";
}
.icon-google-plus-sign:before {
    content: "";
}
.icon-google-plus:before {
    content: "";
}
.icon-money:before {
    content: "";
}
.icon-caret-down:before {
    content: "";
}
.icon-caret-up:before {
    content: "";
}
.icon-caret-left:before {
    content: "";
}
.icon-caret-right:before {
    content: "";
}
.icon-columns:before {
    content: "";
}
.icon-sort:before {
    content: "";
}
.icon-sort-down:before {
    content: "";
}
.icon-sort-up:before {
    content: "";
}
.icon-envelope-alt:before {
    content: "";
}
.icon-linkedin:before {
    content: "";
}
.icon-undo:before {
    content: "";
}
.icon-legal:before {
    content: "";
}
.icon-dashboard:before {
    content: "";
}
.icon-comment-alt:before {
    content: "";
}
.icon-comments-alt:before {
    content: "";
}
.icon-bolt:before {
    content: "";
}
.icon-sitemap:before {
    content: "";
}
.icon-umbrella:before {
    content: "";
}
.icon-paste:before {
    content: "";
}
.icon-lightbulb:before {
    content: "";
}
.icon-exchange:before {
    content: "";
}
.icon-cloud-download:before {
    content: "";
}
.icon-cloud-upload:before {
    content: "";
}
.icon-user-md:before {
    content: "";
}
.icon-stethoscope:before {
    content: "";
}
.icon-suitcase:before {
    content: "";
}
.icon-bell-alt:before {
    content: "";
}
.icon-coffee:before {
    content: "";
}
.icon-food:before {
    content: "";
}
.icon-file-alt:before {
    content: "";
}
.icon-building:before {
    content: "";
}
.icon-hospital:before {
    content: "";
}
.icon-medkit:before {
    content: "";
}
.icon-fighter-jet:before {
    content: "";
}
.icon-beer:before {
    content: "";
}
.icon-h-sign:before {
    content: "";
}
.icon-plus-sign-alt:before {
    content: "";
}
.icon-double-angle-left:before {
    content: "";
}
.icon-double-angle-right:before {
    content: "";
}
.icon-double-angle-up:before {
    content: "";
}
.icon-double-angle-down:before {
    content: "";
}
.icon-angle-left:before {
    content: "";
}
.icon-angle-right:before {
    content: "";
}
.icon-angle-up:before {
    content: "";
}
.icon-angle-down:before {
    content: "";
}
.icon-desktop:before {
    content: "";
}
.icon-laptop:before {
    content: "";
}
.icon-tablet:before {
    content: "";
}
.icon-mobile-phone:before {
    content: "";
}
.icon-circle-blank:before {
    content: "";
}
.icon-quote-left:before {
    content: "";
}
.icon-quote-right:before {
    content: "";
}
.icon-spinner:before {
    content: "";
}
.icon-circle:before {
    content: "";
}
.icon-reply:before {
    content: "";
}
.icon-folder-close-alt:before {
    content: "";
}
.icon-folder-open-alt:before {
    content: "";
}
.row-fluid .span4b {
    width: 34.6239%;
}

.row-fluid .span5b {
    width: 37.1709%;
}
#hide_sidebar1 > .panel.panel-default {
     border: none;

    background: -moz-linear-gradient(center top , #79797B, #666666) repeat scroll 0 0 / 100% auto #666666;
     background: #79797B; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#79797B,  #666666); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#79797B,  #666666); /* For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(red, yellow);  For Firefox 3.6 to 15 */
    background: linear-gradient(#79797B,  #666666); /* Standard syntax */
}
.kv-sidenav .active > ul {
    background-color: #666666;
}
.kv-sidenav li a {
    border-bottom: none;
}
/*.panel-default,.panel{
}*/
.box-title{
    font-size: 1.5em;
    font-size: 1.5em;
    top: 12px;
    position: relative;
    left: 10px;
}
.box-btn{
    float: right;

    margin: 10px;
}
.box{
    /*margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;*/
}
.summary{
    text-align: right;
}
.box-header{
    height: 50px;
}

.form-control{
    height: 36px;
}
.control-label{
    font-weight: 700;
}
.grid-view .filters input {
    height: 34px;

}
.detail-view th {
    text-align: left;
    width: 20%;
}
.panel-footer {
    padding: 0;
    background:none;
    border:none;
}
.kv-merged-header {
    border-bottom: none;
}

.login.box{
    background: none;
    border:none;
    box-shadow: none;
}
.login.box .box-header{
    
    background: none;
    border:none;
    box-shadow: none;
    font-family: 'Open Sans' , sans-serif;
font-size: 20px;
font-weight: 600;
text-align: center;
color: #FFFFFF;
margin-top: 5%;
text-transform: uppercase;
letter-spacing: 4px;
}
.login.box .box-header .title{
    float:none
}
#loginform-username, #loginform-password {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: 0;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #FFFFFF;
    outline: 0;
}
#login-form button {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}
.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right, .fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    margin-top: 25px;
}
/*.fc-today-button.fc-button.fc-state-default.fc-corner-left ,.fc-month-button.fc-button.fc-state-default,.fc-agendaWeek-button.fc-button.fc-state-default,.fc-agendaDay-button.fc-button.fc-state-default {
    margin-top: 10px;
}*/