/*
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*********************************/
/* Customized by Cogen-i - Start */
/*********************************/
nav#headline {
    /*background: url("../images/linen-white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*     font-size: 25px; */
    font-weight: bold;
    color: #ddddff;
    /*     padding:10px 0 10px 20px; */
    /*     border-left: 1px solid #000000; */
    /*     border-right: 1px solid #000000; */
    /*     box-shadow: -2px 0 15px rgba(0, 0, 0, 0.4); */
    border-bottom: 1px solid #dbdbdb;
    /*     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); */
}
nav#headline > ul > li > a {
    /*    font-size: 11px;*/
    font-size: 12px;
    /*     line-height: 32px; */
    opacity: .9; }
/* line 98, layout.css.scss */
nav#headline > ul > li > a i {

    display: block;
    /*display: block;*/
    /*       font-size: 32px; */
    /*       padding-top: 14px; */
    width: 100%;
    /*       height: 36px; */
    line-height: 20px; }
/* line 113, layout.css.scss */




.content {
    /* 	background-color: #ffffff; */
}

.nav-tabs > .normal > a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > .normal > a:hover {
    color: #222222;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.table-modal th {
    color: #fff;
    font-weight: bold;
    /*-webkit-border-radius: 5px 5px;*/
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background: #2a2a30;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDg1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmEzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494852), color-stop(100%, #2a2a30));
    background-image: -webkit-linear-gradient(top, #494852, #2a2a30);
    background-image: -moz-linear-gradient(top, #494852, #2a2a30);
    background-image: -o-linear-gradient(top, #494852, #2a2a30);
    background-image: linear-gradient(top, #494852, #2a2a30);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    /*   border-bottom: 1px solid #1D1E21; */
    /*   border-bottom: 1px solid #111111; */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.footer {
    max-width: 380px;
}

/*********************************/
/* Customized by Cogen-i - End  */
/*********************************/

/* line 19, bootstrap/_reset.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block; }

/* line 28, bootstrap/_reset.css.scss */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* line 37, bootstrap/_reset.css.scss */
audio:not([controls]) {
    display: none;
}

/* line 44, bootstrap/_reset.css.scss */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* line 50, bootstrap/_reset.css.scss */
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 55, bootstrap/_reset.css.scss */
a:hover,
a:active {
    outline: 0;
}

/* line 63, bootstrap/_reset.css.scss */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/* line 69, bootstrap/_reset.css.scss */
sup {
    top: -0.5em;
}

/* line 72, bootstrap/_reset.css.scss */
sub {
    bottom: -0.25em;
}

/* line 79, bootstrap/_reset.css.scss */
img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* line 92, bootstrap/_reset.css.scss */
#map_canvas img,
.google-maps img {
    max-width: none;
}

/* line 103, bootstrap/_reset.css.scss */
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

/* line 109, bootstrap/_reset.css.scss */
button,
input {
    *overflow: visible;
    line-height: normal;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

textarea::focus {
    outline-color: transparent;
    outline-style: none;
}

/* line 114, bootstrap/_reset.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* line 121, bootstrap/_reset.css.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* line 125, bootstrap/_reset.css.scss */
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

/* line 132, bootstrap/_reset.css.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* line 135, bootstrap/_reset.css.scss */
textarea {
    overflow: auto;
    vertical-align: top;
}

/* line 9, bootstrap/_scaffolding.css.scss */
body {
    margin: 0;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: "Gulim";*/
    /*font-size: 14px;*/
    font-size: 12px;
    /*line-height: 20px;*/ /* 수정 - inote용 */

    color: #333333;
    /*background-color: white;*/
}

/* line 22, bootstrap/_scaffolding.css.scss */
a {
    /*color: #0088cc;*/
    /*text-decoration: none;*/
}

/* line 26, bootstrap/_scaffolding.css.scss */
a:hover {
    /*color: #005580;*/
    /*text-decoration: underline;*/
}

/* line 36, bootstrap/_scaffolding.css.scss */
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* line 41, bootstrap/_scaffolding.css.scss */
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 50, bootstrap/_scaffolding.css.scss */
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

/* line 550, bootstrap/_mixins.css.scss */
.row {
    margin-left: -20px;
    *zoom: 1;
}
/* line 15, bootstrap/_mixins.css.scss */
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}
/* line 22, bootstrap/_mixins.css.scss */
.row:after {
    clear: both;
}

/* line 555, bootstrap/_mixins.css.scss */
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

/* line 565, bootstrap/_mixins.css.scss */
/*inote용 수정 부분*/
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    /*width: 308px;*/
}

/* line 576, bootstrap/_mixins.css.scss */
.span12 {
    width: 940px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span11 {
    width: 860px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span10 {
    width: 780px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span9 {
    width: 700px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span8 {
    width: 620px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span7 {
    width: 540px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span6 {
    width: 460px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span5 {
    width: 380px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span4 {
    width: 300px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span3 {
    width: 220px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span2 {
    width: 140px;
}

/* line 576, bootstrap/_mixins.css.scss */
.span1 {
    width: 60px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset12 {
    margin-left: 980px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset11 {
    margin-left: 900px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset10 {
    margin-left: 820px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset9 {
    margin-left: 740px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset8 {
    margin-left: 660px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset7 {
    margin-left: 580px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset6 {
    margin-left: 500px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset5 {
    margin-left: 420px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset4 {
    margin-left: 340px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset3 {
    margin-left: 260px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset2 {
    margin-left: 180px;
}

/* line 583, bootstrap/_mixins.css.scss */
.offset1 {
    margin-left: 100px;
}

/* line 599, bootstrap/_mixins.css.scss */
.row-fluid {
    width: 100%;
    *zoom: 1;
}
/* line 15, bootstrap/_mixins.css.scss */
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
/* line 22, bootstrap/_mixins.css.scss */
.row-fluid:after {
    clear: both;
}
/* line 602, bootstrap/_mixins.css.scss */
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%;
}
/* line 608, bootstrap/_mixins.css.scss */
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
/* line 613, bootstrap/_mixins.css.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span11 {
    width: 91.48936%;
    *width: 91.43617%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span10 {
    width: 82.97872%;
    *width: 82.92553%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span9 {
    width: 74.46809%;
    *width: 74.41489%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span8 {
    width: 65.95745%;
    *width: 65.90426%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span5 {
    width: 40.42553%;
    *width: 40.37234%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span3 {
    width: 23.40426%;
    *width: 23.35106%;
}
.row-fluid .span31 {
    width: 21.40426%;
    *width: 21.35106%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span2 {
    width: 14.89362%;
    *width: 14.84043%;
}
/* line 625, bootstrap/_mixins.css.scss */
.row-fluid .span1 {
    width: 6.38298%;
    *width: 6.32979%;
}
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%;
}
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset12:first-child {
    margin-left: 102.12766%;
    *margin-left: 102.02128%;
}
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%;
}
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset11:first-child {
    margin-left: 93.61702%;
    *margin-left: 93.51064%;
}
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%;
}
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset10:first-child {
    margin-left: 85.10638%;
    *margin-left: 85.0%;
}
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%;
}
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset9:first-child {
    margin-left: 76.59574%;
    *margin-left: 76.48936%;
}
/***********************************************************************************************************************************************************/
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset8:first-child {
    margin-left: 68.08511%;
    *margin-left: 67.97872%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset7:first-child {
    margin-left: 59.57447%;
    *margin-left: 59.46809%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset6:first-child {
    margin-left: 51.06383%;
    *margin-left: 50.95745%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset5:first-child {
    margin-left: 42.55319%;
    *margin-left: 42.44681%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset4:first-child {
    margin-left: 34.04255%;
    *margin-left: 33.93617%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset3:first-child {
    margin-left: 25.53191%;
    *margin-left: 25.42553%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset2:first-child {
    margin-left: 17.02128%;
    *margin-left: 16.91489%; }
/* line 632, bootstrap/_mixins.css.scss */
.row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%; }
/* line 633, bootstrap/_mixins.css.scss */
.row-fluid .offset1:first-child {
    margin-left: 8.51064%;
    *margin-left: 8.40426%; }

/* line 14, bootstrap/_grid.css.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none; }

/* line 19, bootstrap/_grid.css.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right; }

/* line 7, bootstrap/_layouts.css.scss */
/*.container {*/  /* inote용 수정 부분 */
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /**zoom: 1; }*/
/*!* line 15, bootstrap/_mixins.css.scss *!*/
/*.container:before, .container:after {*/
    /*display: table;*/
    /*content: "";*/
    /*line-height: 0; }*/
/*!* line 22, bootstrap/_mixins.css.scss *!*/
/*.container:after {*/
    /*clear: both; }*/

/*!* line 12, bootstrap/_layouts.css.scss *!*/
/*.container-fluid {*/
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
    /**zoom: 1; }*/
/*!* line 15, bootstrap/_mixins.css.scss *!*/
/*.container-fluid:before, .container-fluid:after {*/
    /*display: table;*/
    /*content: "";*/
    /*line-height: 0; }*/
/*!* line 22, bootstrap/_mixins.css.scss *!*/
/*.container-fluid:after {*/
    /*clear: both; }*/

/* line 9, bootstrap/_type.css.scss */
p {
    margin: 0 0 10px; }

/* line 12, bootstrap/_type.css.scss */
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px; }

/* line 23, bootstrap/_type.css.scss */
small {
    font-size: 85%; }

/* line 26, bootstrap/_type.css.scss */
strong {
    font-weight: bold; }

/* line 29, bootstrap/_type.css.scss */
em {
    font-style: italic; }

/* line 32, bootstrap/_type.css.scss */
cite {
    font-style: normal; }

/* line 37, bootstrap/_type.css.scss */
.muted {
    color: #999999; }

/* line 40, bootstrap/_type.css.scss */
.text-warning {
    color: #c09853; }

/* line 41, bootstrap/_type.css.scss */
a.text-warning:hover {
    color: #a47e3c; }

/* line 43, bootstrap/_type.css.scss */
.text-error {
    color: #b94a48; }

/* line 44, bootstrap/_type.css.scss */
a.text-error:hover {
    color: #953b39; }

/* line 46, bootstrap/_type.css.scss */
.text-info {
    color: #3a87ad; }

/* line 47, bootstrap/_type.css.scss */
a.text-info:hover {
    color: #2d6987; }

/* line 49, bootstrap/_type.css.scss */
.text-success {
    color: #468847; }

/* line 50, bootstrap/_type.css.scss */
a.text-success:hover {
    color: #356635; }

/* line 56, bootstrap/_type.css.scss */
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility; }
/* line 63, bootstrap/_type.css.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

/* line 72, bootstrap/_type.css.scss */
h1,
h2,
h3 {
    line-height: 40px; }

/* line 74, bootstrap/_type.css.scss */
h1 {
    font-size: 38.5px; }

/* line 75, bootstrap/_type.css.scss */
h2 {
    font-size: 31.5px; }

/* line 76, bootstrap/_type.css.scss */
h3 {
    font-size: 24.5px; }

/* line 77, bootstrap/_type.css.scss */
h4 {
    font-size: 17.5px; }

/* line 78, bootstrap/_type.css.scss */
h5 {
    font-size: 14px; }

/* line 79, bootstrap/_type.css.scss */
h6 {
    font-size: 11.9px; }

/* line 81, bootstrap/_type.css.scss */
h1 small {
    font-size: 24.5px; }

/* line 82, bootstrap/_type.css.scss */
h2 small {
    font-size: 17.5px; }

/* line 83, bootstrap/_type.css.scss */
h3 small {
    font-size: 14px; }

/* line 84, bootstrap/_type.css.scss */
h4 small {
    font-size: 14px; }

/* line 90, bootstrap/_type.css.scss */
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee; }

/* line 102, bootstrap/_type.css.scss */
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px; }

/* line 109, bootstrap/_type.css.scss */
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0; }

/* line 112, bootstrap/_type.css.scss */
li {
    /*line-height: 20px;*/      /* 수정 - inote용 */
}

/* line 116, bootstrap/_type.css.scss */
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none; }

/* line 122, bootstrap/_type.css.scss */
dl {
    /*margin-bottom: 20px; */
}

/* line 126, bootstrap/_type.css.scss */
dt,
dd {
    /*line-height: 20px; */
}

/* line 129, bootstrap/_type.css.scss */
dt {
    /*font-weight: bold; */
}

/* line 132, bootstrap/_type.css.scss */
dd {
    /*margin-left: 10px; */
}

/* line 136, bootstrap/_type.css.scss */
.dl-horizontal {
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.dl-horizontal:after {
    clear: both; }
/* line 138, bootstrap/_type.css.scss */
.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
/* line 145, bootstrap/_type.css.scss */
.dl-horizontal dd {
    margin-left: 180px; }

/* line 154, bootstrap/_type.css.scss */
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white; }

/* line 164, bootstrap/_type.css.scss */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999; }

/* line 168, bootstrap/_type.css.scss */
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase; }

/* line 174, bootstrap/_type.css.scss */
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee; }
/* line 178, bootstrap/_type.css.scss */
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; }
/* line 182, bootstrap/_type.css.scss */
blockquote small {
    display: block;
    line-height: 20px;
    color: #999999; }
/* line 186, bootstrap/_type.css.scss */
blockquote small:before {
    content: '\2014 \00A0'; }
/* line 192, bootstrap/_type.css.scss */
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
/* line 199, bootstrap/_type.css.scss */
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right; }
/* line 203, bootstrap/_type.css.scss */
blockquote.pull-right small:before {
    content: ''; }
/* line 206, bootstrap/_type.css.scss */
blockquote.pull-right small:after {
    content: '\00A0 \2014'; }

/* line 217, bootstrap/_type.css.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""; }

/* line 222, bootstrap/_type.css.scss */
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px; }

/* line 8, bootstrap/_code.css.scss */
code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    /*   font-family: "Gulim"; */
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

/* line 17, bootstrap/_code.css.scss */
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8; }

/* line 25, bootstrap/_code.css.scss */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
/* line 41, bootstrap/_code.css.scss */
pre.prettyprint {
    margin-bottom: 20px; }
/* line 46, bootstrap/_code.css.scss */
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0; }

/* line 55, bootstrap/_code.css.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

/* line 10, bootstrap/_forms.css.scss */
form {
    margin: 0 0 20px; }

/* line 14, bootstrap/_forms.css.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0; }

/* line 21, bootstrap/_forms.css.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
/* line 33, bootstrap/_forms.css.scss */
legend small {
    font-size: 15px;
    color: #999999; }

/* line 44, bootstrap/_forms.css.scss */
label {
    font-size: 12px;
    /*font-weight: normal;*/
    /*font-weight: bold;*/
    line-height: 18px; }

/* label, */
input,
button,
select,
textarea {
    /*  font-size: 14px;*/
    /*font-size: 12px;*/
    /*font-weight: normal;*/
    /*line-height: 20px;*/
}

/* line 50, bootstrap/_forms.css.scss */
/*
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/

/* line 55, bootstrap/_forms.css.scss */
label {
    /*display: block;*/
       margin-top: 5px;
    margin-bottom: 5px;
}

.label-modal {
    margin-top: 5px;
}

/* line 80, bootstrap/_forms.css.scss */
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 {
    /*display: inline-block;*/
    /*height: 20px;*/
    /*padding: 4px 6px;*/
    /*margin-bottom: 5px;*/
    /*!*  font-size: 14px;*!*/
    /*font-size: 12px;*/
    /*!*   line-height: 20px; *!*/
    /*!*color: #555555;*!*/
    /*color: #3c3c42;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*vertical-align: middle;*/
}

/*form2,*/
/*.uneditable-input {*/
/*display: inline-block;*/
/*height: 20px;*/
/*padding: 4px 6px;*/
/*margin-bottom: 5px;*/
/*  font-size: 14px;*/
/*font-size: 12px;*/
/*   line-height: 20px; */
/*color: #555555;*/
/*-webkit-border-radius: 4px;*/
/*-moz-border-radius: 4px;*/
/*border-radius: 4px;*/
/*vertical-align: middle; }*/

.align-center {
    margin-bottom: 0px; }

/* line 96, bootstrap/_forms.css.scss */
/*input,*/
/*textarea,*/
/*.uneditable-input {*/
    /*width: 206px; }*/

/* line 100, bootstrap/_forms.css.scss */
textarea {
    height: auto; }

/* line 119, bootstrap/_forms.css.scss */
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 #dbdbdb;*/
    /*border: 1px solid #dbdbdb;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    border-style: solid;
    border-color: #dddddd;
    border-width: 1px;
    /*-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;*/
    /*-moz-transition: border linear 0.2s, box-shadow linear 0.2s;*/
    /*-o-transition: border linear 0.2s, box-shadow linear 0.2s;*/
    /*transition: border linear 0.2s, box-shadow linear 0.2s; }*/
}
/* line 126, bootstrap/_forms.css.scss */
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); */
    outline: 0;
    /*outline: thin dotted \9;*/
    /* IE6-9 */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); */
    /* -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); */
}

/* line 136, bootstrap/_forms.css.scss */
input[type="radio"],
input[type="checkbox"] {
    /*   margin: 4px 0 0; */
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
    cursor: pointer; }

/* line 151, bootstrap/_forms.css.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto; }

/* line 157, bootstrap/_forms.css.scss */
/*select,*/   /* inote용 수정 */
/*input[type="file"] {*/
    /*height: 30px;*/
    /*!* In IE7, the height of the select element cannot be changed by height, only font-size *!*/
    /**margin-top: 4px;*/
    /*!* For IE7, add top margin to align select with labels *!*/
    /*line-height: 30px; }*/

/* line 164, bootstrap/_forms.css.scss */
select {
    /*   width: 220px; */
    border: 1px solid #cccccc;
    background-color: white; }

/* line 172, bootstrap/_forms.css.scss */
select[multiple],
select[size] {
    height: auto; }

/* line 180, bootstrap/_forms.css.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 190, bootstrap/_forms.css.scss */
.uneditable-input,
.uneditable-textarea {
    color: #3c3c42;
    /*text-shadow: 0px 1px 1px rgba(60, 60, 66, 0.1);*/
    background-color: #fcfcfc;
    border-color: #cccccc;
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);*/
    /*-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);*/
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);*/
    cursor: not-allowed; }

/* line 199, bootstrap/_forms.css.scss */
.uneditable-input {
    /*   overflow: hidden; */
    /*   white-space: nowrap;  */
}

/* line 205, bootstrap/_forms.css.scss */
.uneditable-textarea {
    width: auto;
    height: auto; }

/* line 83, bootstrap/_mixins.css.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999; }
/* line 86, bootstrap/_mixins.css.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999; }
/* line 89, bootstrap/_mixins.css.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999; }

/* line 226, bootstrap/_forms.css.scss */
.radio,
.checkbox {
    /*min-height: 20px;*/
    padding-left: 20px; }

/* line 231, bootstrap/_forms.css.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px; }

/* line 238, bootstrap/_forms.css.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px; }

/* line 245, bootstrap/_forms.css.scss */
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle; }

/* line 252, bootstrap/_forms.css.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 10px; }

/* line 262, bootstrap/_forms.css.scss */
.input-mini {
    width: 60px; }

/* line 263, bootstrap/_forms.css.scss */
.input-small {
    width: 90px; }

/* line 264, bootstrap/_forms.css.scss */
.input-medium {
    width: 150px; }

/* line 265, bootstrap/_forms.css.scss */
.input-large {
    width: 210px; }

/* line 266, bootstrap/_forms.css.scss */
.input-xlarge {
    width: 270px; }

/* line 267, bootstrap/_forms.css.scss */
.input-xxlarge {
    width: 530px; }

/* line 278, bootstrap/_forms.css.scss */
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; }

/* line 292, bootstrap/_forms.css.scss */
.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; }

/* line 658, bootstrap/_mixins.css.scss */
input,
textarea,
.uneditable-input {
    margin-left: 0; }

/* line 663, bootstrap/_mixins.css.scss */
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px; }

/* line 675, bootstrap/_mixins.css.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px; }

/* line 305, bootstrap/_forms.css.scss */
.controls-row {
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.controls-row:before, .controls-row:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.controls-row:after {
    clear: both; }

/* line 312, bootstrap/_forms.css.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left; }

/* line 317, bootstrap/_forms.css.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px; }

/* line 333, bootstrap/_forms.css.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    /*cursor: not-allowed;*/
    background-color: #eeeeee; }

/* line 341, bootstrap/_forms.css.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent; }

/* line 163, bootstrap/_mixins.css.scss */
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853; }
/* line 171, bootstrap/_mixins.css.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853; }
/* line 176, bootstrap/_mixins.css.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 179, bootstrap/_mixins.css.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
/* line 186, bootstrap/_mixins.css.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853; }

/* line 163, bootstrap/_mixins.css.scss */
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48; }
/* line 171, bootstrap/_mixins.css.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48; }
/* line 176, bootstrap/_mixins.css.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 179, bootstrap/_mixins.css.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
/* line 186, bootstrap/_mixins.css.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48; }

/* line 163, bootstrap/_mixins.css.scss */
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847; }
/* line 171, bootstrap/_mixins.css.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847; }
/* line 176, bootstrap/_mixins.css.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 179, bootstrap/_mixins.css.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
/* line 186, bootstrap/_mixins.css.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847; }

/* line 163, bootstrap/_mixins.css.scss */
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad; }
/* line 171, bootstrap/_mixins.css.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad; }
/* line 176, bootstrap/_mixins.css.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 179, bootstrap/_mixins.css.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
/* line 186, bootstrap/_mixins.css.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad; }

/* line 372, bootstrap/_forms.css.scss */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
/* line 375, bootstrap/_forms.css.scss */
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

/* line 386, bootstrap/_forms.css.scss */
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-color: whitesmoke;*/
    border-top: 1px solid #e5e5e5;
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.form-actions:after {
    clear: both; }

/* line 401, bootstrap/_forms.css.scss */
.help-block,
.help-inline {
    color: #595959; }

/* line 405, bootstrap/_forms.css.scss */
.help-block {
    display: block;
    margin-bottom: 10px; }

/* line 410, bootstrap/_forms.css.scss */
.help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px; }

/* line 424, bootstrap/_forms.css.scss */
.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap; }
/* line 433, bootstrap/_forms.css.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
    font-size: 14px;}
/* line 439, bootstrap/_forms.css.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 446, bootstrap/_forms.css.scss */
.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; }
/* line 450, bootstrap/_forms.css.scss */
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
/* line 465, bootstrap/_forms.css.scss */
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
/* line 469, bootstrap/_forms.css.scss */
.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546; }

/* line 477, bootstrap/_forms.css.scss */
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px; }
/* line 481, bootstrap/_forms.css.scss */
.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; }

/* line 490, bootstrap/_forms.css.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
/* line 492, bootstrap/_forms.css.scss */
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 498, bootstrap/_forms.css.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px; }
/* line 502, bootstrap/_forms.css.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }

/* line 511, bootstrap/_forms.css.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
/* line 513, bootstrap/_forms.css.scss */
.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 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 518, bootstrap/_forms.css.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
/* line 523, bootstrap/_forms.css.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 527, bootstrap/_forms.css.scss */
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0; }

/* line 538, bootstrap/_forms.css.scss */
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    /*   -webkit-border-radius: 15px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    /*   border-radius: 15px; } */
    border-radius: 5px; }

/* Allow for input prepend/append in search forms */
/* line 549, bootstrap/_forms.css.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 552, bootstrap/_forms.css.scss */
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px; }

/* line 555, bootstrap/_forms.css.scss */
.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0; }

/* line 558, bootstrap/_forms.css.scss */
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0; }

/* line 561, bootstrap/_forms.css.scss */
.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px; }

/* line 583, bootstrap/_forms.css.scss */
.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;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
/* line 590, bootstrap/_forms.css.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none; }

/* line 597, bootstrap/_forms.css.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block; }

/* line 604, bootstrap/_forms.css.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0; }

/* line 611, bootstrap/_forms.css.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle; }

/* line 620, bootstrap/_forms.css.scss */
.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-right: 3px;
    margin-left: 0; }

/* line 628, bootstrap/_forms.css.scss */
.control-group {
    margin-bottom: 10px; }

/* line 633, bootstrap/_forms.css.scss */
legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate; }

/* line 643, bootstrap/_forms.css.scss */
.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.form-horizontal .control-group:after {
    clear: both; }
/* line 648, bootstrap/_forms.css.scss */
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;

    font-weight: bold; }
/* line 655, bootstrap/_forms.css.scss */
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0; }
/* line 662, bootstrap/_forms.css.scss */
.form-horizontal .controls:first-child {
    *padding-left: 180px; }
/* line 667, bootstrap/_forms.css.scss */
.form-horizontal .help-block {
    margin-bottom: 0; }
/* line 674, bootstrap/_forms.css.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
    margin-top: 10px; }
/* line 679, bootstrap/_forms.css.scss */
.form-horizontal .form-actions {
    padding-left: 180px; }

/* line 9, bootstrap/_tables.css.scss */
table {
    max-width: 100%;
    max-height: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; }

/* line 19, bootstrap/_tables.css.scss */
.table {
    width: 100%;
    /* margin-bottom: 20px; */ }
/* line 24, bootstrap/_tables.css.scss */
.table th,
.table td {
    /*padding: -1px;*/
    /*     line-height: 20px; */
    /*     text-align: left; */
    /*     vertical-align: top; */
    border-top: 1px solid #dddddd; }

/* line 31, bootstrap/_tables.css.scss */
.table th {
    font-weight: bold; }
/* line 35, bootstrap/_tables.css.scss */
.table thead th {
    vertical-align: bottom;
    text-align: center;}
/* line 44, bootstrap/_tables.css.scss */
.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; }
/* line 48, bootstrap/_tables.css.scss */
.table tbody + tbody {
    border-top: 2px solid #dddddd; }

/* line 60, bootstrap/_tables.css.scss */
.table-condensed th,
.table-condensed td {
    padding: 4px 5px; }

/* line 69, bootstrap/_tables.css.scss */
.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
/* line 76, bootstrap/_tables.css.scss */
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd; }
/* line 88, bootstrap/_tables.css.scss */
.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; }
/* line 93, bootstrap/_tables.css.scss */
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px; }
/* line 99, bootstrap/_tables.css.scss */
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px; }
/* line 107, bootstrap/_tables.css.scss */
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px; }
/* line 115, bootstrap/_tables.css.scss */
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px; }
/* line 125, bootstrap/_tables.css.scss */
.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 {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px; }
/* line 133, bootstrap/_tables.css.scss */
.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 {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px; }

/* line 151, bootstrap/_tables.css.scss */
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9; }

/* line 164, bootstrap/_tables.css.scss */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    /*   background-color: whitesmoke;  */
    /*   background-color: #d9edf7; */
    background-color: #ffffdd;
    /*   font-weight: bold;  */
}

/* line 178, bootstrap/_tables.css.scss */
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; }

/* line 188, bootstrap/_tables.css.scss */
.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0; }
/* line 188, bootstrap/_tables.css.scss */
.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0; }

/* line 199, bootstrap/_tables.css.scss */
.table tbody tr.success td {
    background-color: #dff0d8; }
/* line 202, bootstrap/_tables.css.scss */
.table tbody tr.error td {
    background-color: #f2dede; }
/* line 205, bootstrap/_tables.css.scss */
.table tbody tr.warning td {
    background-color: #fcf8e3; }
/* line 208, bootstrap/_tables.css.scss */
.table tbody tr.info td {
    background-color: #d9edf7; }

/* line 215, bootstrap/_tables.css.scss */
.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6; }
/* line 218, bootstrap/_tables.css.scss */
.table-hover tbody tr.error:hover td {
    background-color: #ebcccc; }
/* line 221, bootstrap/_tables.css.scss */
.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc; }
/* line 224, bootstrap/_tables.css.scss */
.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3; }

/* line 8, bootstrap/_dropdowns.css.scss */
.dropup,
.dropdown {
    position: relative; }

/* line 11, bootstrap/_dropdowns.css.scss */
.dropdown-toggle {
    *margin-bottom: -3px; }

/* line 16, bootstrap/_dropdowns.css.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0; }

/* line 22, bootstrap/_dropdowns.css.scss */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""; }

/* line 34, bootstrap/_dropdowns.css.scss */
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px; }

/* line 41, bootstrap/_dropdowns.css.scss */
.dropdown-menu {
    position: absolute;
    /*top: 100%;*/
    /*left: 0;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: left;
}

/* line 64, bootstrap/_dropdowns.css.scss */
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
/* line 70, bootstrap/_dropdowns.css.scss */
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
/* line 75, bootstrap/_dropdowns.css.scss */
.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; }

/* line 90, bootstrap/_dropdowns.css.scss */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    text-decoration: none;
    color: white;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

/* line 99, bootstrap/_dropdowns.css.scss */
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #333333;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

/* line 110, bootstrap/_dropdowns.css.scss */
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
    color: #999999; }

/* line 114, bootstrap/_dropdowns.css.scss */
.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default; }

/* line 123, bootstrap/_dropdowns.css.scss */
.open {
    *z-index: 1000; }
/* line 128, bootstrap/_dropdowns.css.scss */
.open > .dropdown-menu {
    display: block; }

/* line 135, bootstrap/_dropdowns.css.scss */
.pull-right > .dropdown-menu {
    right: 0;
    left: auto; }

/* line 147, bootstrap/_dropdowns.css.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    content: ""; }
/* line 153, bootstrap/_dropdowns.css.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px; }

/* line 162, bootstrap/_dropdowns.css.scss */
.dropdown-submenu {
    position: relative; }

/* line 166, bootstrap/_dropdowns.css.scss */
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px; }

/* line 175, bootstrap/_dropdowns.css.scss */
.dropdown-submenu:hover > .dropdown-menu {
    display: block; }

/* line 180, bootstrap/_dropdowns.css.scss */
.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0; }

/* line 191, bootstrap/_dropdowns.css.scss */
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px; }

/* line 204, bootstrap/_dropdowns.css.scss */
.dropdown-submenu:hover > a:after {
    border-left-color: white; }

/* line 209, bootstrap/_dropdowns.css.scss */
.dropdown-submenu.pull-left {
    float: none; }
/* line 215, bootstrap/_dropdowns.css.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/* line 227, bootstrap/_dropdowns.css.scss */
.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px; }

/* line 234, bootstrap/_dropdowns.css.scss */
.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* line 7, bootstrap/_wells.css.scss */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
/* line 15, bootstrap/_wells.css.scss */
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, bootstrap/_wells.css.scss */
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

/* line 26, bootstrap/_wells.css.scss */
.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

/* line 6, bootstrap/_component-animations.css.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
/* line 9, bootstrap/_component-animations.css.scss */
.fade.in {
    opacity: 1; }

/* line 14, bootstrap/_component-animations.css.scss */
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
/* line 19, bootstrap/_component-animations.css.scss */
.collapse.in {
    height: auto; }

/* line 6, bootstrap/_close.css.scss */
.close {
    /*float: right;*/
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*line-height: 20px;*/
    /*color: black;*/
    /*text-shadow: 0 1px 0 white;*/
    /*opacity: 0.2;*/
    /*filter: alpha(opacity=20);*/
}
/* line 14, bootstrap/_close.css.scss */
.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40); }

/* line 25, bootstrap/_close.css.scss */
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

/* line 10, bootstrap/_buttons.css.scss */
.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    /*font-size: 14px*/;
    font-size: 12px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whitesmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 496, bootstrap/_mixins.css.scss */
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
/* line 504, bootstrap/_mixins.css.scss */
.btn:active, .btn.active {
    background-color: #cccccc \9; }
/* line 61, bootstrap/_mixins.css.scss */
.btn:first-child {
    *margin-left: 0; }
/* line 30, bootstrap/_buttons.css.scss */
.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
/* line 43, bootstrap/_buttons.css.scss */
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
/* line 49, bootstrap/_buttons.css.scss */
.btn.active, .btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 59, bootstrap/_buttons.css.scss */
.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 75, bootstrap/_buttons.css.scss */
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

/* line 81, bootstrap/_buttons.css.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 2px; }

/* line 86, bootstrap/_buttons.css.scss */
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

/* line 92, bootstrap/_buttons.css.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0; }

/* line 97, bootstrap/_buttons.css.scss */
.btn-mini {
    padding: 1px 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

/* line 107, bootstrap/_buttons.css.scss */
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* line 116, bootstrap/_buttons.css.scss */
.btn-block + .btn-block {
    margin-top: 5px; }

/* line 124, bootstrap/_buttons.css.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

/* line 140, bootstrap/_buttons.css.scss */
.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); }

/* line 146, bootstrap/_buttons.css.scss */
.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

/* line 151, bootstrap/_buttons.css.scss */
.btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006ecc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.btn-primary:hover {
    color: white;
    background-color: #0044cc;
    *background-color: #003bb3; }
.btn-primary:active {
    color: white;
    background-color: #0044cc;
    *background-color: #003bb3; }
.btn-primary.disabled {
    color: white;
    background-color: #0044cc;
    *background-color: #003bb3; }
.btn-primary[disabled] {
    color: white;
    background-color: #0044cc;
    *background-color: #003bb3; }
/* line 504, bootstrap/_mixins.css.scss */
/*.btn-primary:active, .btn-primary.active {*/
/*background-color: #003399 \9; }*/

/* line 155, bootstrap/_buttons.css.scss */
.btn-warning {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f9a834;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: white;
    background-color: #f89406;
    *background-color: #df8505; }
/* line 504, bootstrap/_mixins.css.scss */
.btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9; }

/* line 159, bootstrap/_buttons.css.scss */
.btn-danger {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #db4f4a;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: white;
    background-color: #bd362f;
    *background-color: #a9302a; }
/* line 504, bootstrap/_mixins.css.scss */
.btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

/* line 163, bootstrap/_buttons.css.scss */
.btn-success {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.btn-success:hover, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
.btn-success:hover, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
.btn-success:hover, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
.btn-success:hover, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
/* line 504, bootstrap/_mixins.css.scss */
/*.btn-success:active, .btn-success.active {*/
/*color: white;*/
/*background-color: #408140 \9; }*/

/* line 167, bootstrap/_buttons.css.scss */
.btn-info {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4ab0ce;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: white;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
/* line 504, bootstrap/_mixins.css.scss */
.btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

/* line 171, bootstrap/_buttons.css.scss */
.btn-inverse {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #373737;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
    border-color: #222222 #222222 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: white;
    background-color: #222222;
    *background-color: #151515; }
/* line 504, bootstrap/_mixins.css.scss */
.btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

/* line 180, bootstrap/_buttons.css.scss */
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px; }
/* line 183, bootstrap/_buttons.css.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
/* line 192, bootstrap/_buttons.css.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
/* line 196, bootstrap/_buttons.css.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
/* line 200, bootstrap/_buttons.css.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

/* line 213, bootstrap/_buttons.css.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 218, bootstrap/_buttons.css.scss */
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 224, bootstrap/_buttons.css.scss */
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }

/* line 229, bootstrap/_buttons.css.scss */
.btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none; }

/* line 7, bootstrap/_button-groups.css.scss */
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    /*   vertical-align: middle; */
    white-space: nowrap;
    *margin-left: .3em; }
/* line 61, bootstrap/_mixins.css.scss */
.btn-group:first-child {
    *margin-left: 0; }

/* line 18, bootstrap/_button-groups.css.scss */
.btn-group + .btn-group {
    margin-left: 5px; }

/* line 23, bootstrap/_button-groups.css.scss */
.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
/* line 29, bootstrap/_button-groups.css.scss */
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
    margin-left: 5px; }

/* line 35, bootstrap/_button-groups.css.scss */
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 39, bootstrap/_button-groups.css.scss */
.btn-group > .btn + .btn {
    margin-left: -1px; }

/* line 43, bootstrap/_button-groups.css.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu {
    /*font-size: 14px;*/ font-size: 12px;}

/* line 48, bootstrap/_button-groups.css.scss */
.btn-group > .btn-mini {
    font-size: 11px; }

/* line 51, bootstrap/_button-groups.css.scss */
.btn-group > .btn-small {
    font-size: 12px; }

/* line 54, bootstrap/_button-groups.css.scss */
.btn-group > .btn-large {
    font-size: 16px; }

/* line 59, bootstrap/_button-groups.css.scss */
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }

/* line 70, bootstrap/_button-groups.css.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;}

/* line 79, bootstrap/_button-groups.css.scss */
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px; }

/* line 89, bootstrap/_button-groups.css.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px; }

/* line 102, bootstrap/_button-groups.css.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2; }

/* line 108, bootstrap/_button-groups.css.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0; }

/* line 118, bootstrap/_button-groups.css.scss */
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px; }

/* line 125, bootstrap/_button-groups.css.scss */
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px; }

/* line 131, bootstrap/_button-groups.css.scss */
.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px; }

/* line 135, bootstrap/_button-groups.css.scss */
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px; }

/* line 146, bootstrap/_button-groups.css.scss */
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 152, bootstrap/_button-groups.css.scss */
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6; }
/* line 155, bootstrap/_button-groups.css.scss */
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc; }
/* line 158, bootstrap/_button-groups.css.scss */
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406; }
/* line 161, bootstrap/_button-groups.css.scss */
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f; }
/* line 164, bootstrap/_button-groups.css.scss */
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351; }
/* line 167, bootstrap/_button-groups.css.scss */
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4; }
/* line 170, bootstrap/_button-groups.css.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222; }

/* line 177, bootstrap/_button-groups.css.scss */
.btn .caret {
    margin-top: 8px;
    margin-left: 0; }

/* line 184, bootstrap/_button-groups.css.scss */
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px; }

/* line 187, bootstrap/_button-groups.css.scss */
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px; }

/* line 193, bootstrap/_button-groups.css.scss */
.dropup .btn-large .caret {
    border-bottom-width: 5px; }

/* line 206, bootstrap/_button-groups.css.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: white;
    border-bottom-color: white; }

/* line 217, bootstrap/_button-groups.css.scss */
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }

/* line 221, bootstrap/_button-groups.css.scss */
.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 227, bootstrap/_button-groups.css.scss */
.btn-group-vertical .btn + .btn {
    margin-left: 0;
    margin-top: -1px; }

/* line 231, bootstrap/_button-groups.css.scss */
.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

/* line 234, bootstrap/_button-groups.css.scss */
.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }

/* line 237, bootstrap/_button-groups.css.scss */
.btn-group-vertical .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }

/* line 240, bootstrap/_button-groups.css.scss */
.btn-group-vertical .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }

/* line 9, bootstrap/_alerts.css.scss */
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853; }

/* line 18, bootstrap/_alerts.css.scss */
.alert h4 {
    margin: 0; }

/* line 23, bootstrap/_alerts.css.scss */
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px; }

/* line 34, bootstrap/_alerts.css.scss */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847; }

/* line 40, bootstrap/_alerts.css.scss */
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48; }

/* line 45, bootstrap/_alerts.css.scss */
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad; }

/* line 55, bootstrap/_alerts.css.scss */
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px; }

/* line 60, bootstrap/_alerts.css.scss */
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0; }

/* line 63, bootstrap/_alerts.css.scss */
.alert-block p + p {
    margin-top: 5px; }

/* line 9, bootstrap/_navs.css.scss */
.nav {
    margin-left: 0;
    /*   margin-bottom: 20px; */
    margin-bottom: 10px;
    list-style: none; }

/* line 16, bootstrap/_navs.css.scss */
.nav > li > a {
    display: block; }

/* line 19, bootstrap/_navs.css.scss */
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee; }

/* line 25, bootstrap/_navs.css.scss */
.nav > .pull-right {
    float: right; }

/* line 30, bootstrap/_navs.css.scss */
.nav-header {
    display: block;
    padding: 3px 15px;
    /*font-size: 11px;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }

/* line 41, bootstrap/_navs.css.scss */
.nav li + .nav-header {
    margin-top: 9px; }

/* line 50, bootstrap/_navs.css.scss */
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }

/* line 56, bootstrap/_navs.css.scss */
.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); }

/* line 61, bootstrap/_navs.css.scss */
.nav-list > li > a {
    padding: 3px 15px; }

/* line 65, bootstrap/_navs.css.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc; }

/* line 71, bootstrap/_navs.css.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px; }

/* line 75, bootstrap/_navs.css.scss */
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white;
}

/* line 86, bootstrap/_navs.css.scss */
.nav-tabs,
.nav-pills {
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.nav-tabs:after,
.nav-pills:after {
    clear: both; }

/* line 90, bootstrap/_navs.css.scss */
.nav-tabs > li,
.nav-pills > li {
    float: left; }

/* line 94, bootstrap/_navs.css.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    /*   margin-right: 2px; */
    margin: 0;
    line-height: 14px; }

/* line 105, bootstrap/_navs.css.scss */
.nav-tabs {
    border-bottom: 1px solid #ddd;
    /*border-bottom: 1px solid #bbb;*/
}

/* line 109, bootstrap/_navs.css.scss */
.nav-tabs > li {
    margin-bottom: -1px;
}

/* line 113, bootstrap/_navs.css.scss */
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
/* line 119, bootstrap/_navs.css.scss */
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
    background-color: #e4e4e4;

}

/* line 125, bootstrap/_navs.css.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #ffffff;
    /*   background-color: white; */
    background-color: #4d70b2;
    /*background-color: #3c3c42;*/
    border: 1px solid #bbb;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}

/* line 138, bootstrap/_navs.css.scss */
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

/* line 148, bootstrap/_navs.css.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: white;
    background-color: #0088cc; }

/* line 159, bootstrap/_navs.css.scss */
.nav-stacked > li {
    float: none; }

/* line 162, bootstrap/_navs.css.scss */
.nav-stacked > li > a {
    margin-right: 0; }

/* line 167, bootstrap/_navs.css.scss */
.nav-tabs.nav-stacked {
    border-bottom: 0; }

/* line 170, bootstrap/_navs.css.scss */
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 174, bootstrap/_navs.css.scss */
.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }

/* line 177, bootstrap/_navs.css.scss */
.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }

/* line 180, bootstrap/_navs.css.scss */
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2; }

/* line 186, bootstrap/_navs.css.scss */
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px; }

/* line 189, bootstrap/_navs.css.scss */
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px; }

/* line 198, bootstrap/_navs.css.scss */
.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }

/* line 201, bootstrap/_navs.css.scss */
.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

/* line 208, bootstrap/_navs.css.scss */
.nav .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px; }

/* line 213, bootstrap/_navs.css.scss */
.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580; }

/* move down carets for tabs */
/* line 218, bootstrap/_navs.css.scss */
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px; }

/* line 224, bootstrap/_navs.css.scss */
.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }

/* line 228, bootstrap/_navs.css.scss */
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }

/* line 235, bootstrap/_navs.css.scss */
.nav > .dropdown.active > a:hover {
    cursor: pointer; }

/* line 243, bootstrap/_navs.css.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: white;
    background-color: #999999;
    border-color: #999999; }

/* line 250, bootstrap/_navs.css.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: white;
    border-bottom-color: white;
    opacity: 1;
    filter: alpha(opacity=100); }

/* line 257, bootstrap/_navs.css.scss */
.tabs-stacked .open > a:hover {
    border-color: #999999; }

/* line 271, bootstrap/_navs.css.scss */
.tabbable {
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.tabbable:before, .tabbable:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.tabbable:after {
    clear: both; }

/* line 274, bootstrap/_navs.css.scss */
.tab-content {
    /*overflow: auto; */
}

/* line 281, bootstrap/_navs.css.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0; }

/* line 287, bootstrap/_navs.css.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none; }

/* line 291, bootstrap/_navs.css.scss */
.tab-content > .active,
.pill-content > .active {
    display: block; }

/* line 299, bootstrap/_navs.css.scss */
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd; }

/* line 302, bootstrap/_navs.css.scss */
.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }

/* line 306, bootstrap/_navs.css.scss */
.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
/* line 308, bootstrap/_navs.css.scss */
.tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

/* line 314, bootstrap/_navs.css.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd #ddd; }

/* line 323, bootstrap/_navs.css.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none; }

/* line 327, bootstrap/_navs.css.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px; }

/* line 334, bootstrap/_navs.css.scss */
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd; }

/* line 339, bootstrap/_navs.css.scss */
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }

/* line 343, bootstrap/_navs.css.scss */
.tabs-left > .nav-tabs > li > a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

/* line 347, bootstrap/_navs.css.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: white; }

/* line 353, bootstrap/_navs.css.scss */
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd; }

/* line 358, bootstrap/_navs.css.scss */
.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }

/* line 362, bootstrap/_navs.css.scss */
.tabs-right > .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

/* line 366, bootstrap/_navs.css.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: white; }

/* line 377, bootstrap/_navs.css.scss */
.nav > .disabled > a {
    color: #999999; }

/* line 381, bootstrap/_navs.css.scss */
.nav > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default; }

/* line 10, bootstrap/_navbar.css.scss */
.navbar {
    overflow: visible;
    margin-bottom: 20px;
    color: #777777;
    *position: relative;
    *z-index: 2; }

/* line 22, bootstrap/_navbar.css.scss */
.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, white, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, white, #f2f2f2);
    background-image: -o-linear-gradient(top, white, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.navbar-inner:before, .navbar-inner:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.navbar-inner:after {
    clear: both; }

/* line 37, bootstrap/_navbar.css.scss */
.navbar .container {
    width: auto; }

/* line 42, bootstrap/_navbar.css.scss */
.nav-collapse.collapse {
    height: auto;
    overflow: visible; }

/* line 50, bootstrap/_navbar.css.scss */
.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 white; }
/* line 60, bootstrap/_navbar.css.scss */
.navbar .brand:hover {
    text-decoration: none; }

/* line 67, bootstrap/_navbar.css.scss */
.navbar-text {
    margin-bottom: 0;
    line-height: 40px; }

/* line 74, bootstrap/_navbar.css.scss */
.navbar-link {
    color: #777777; }
/* line 76, bootstrap/_navbar.css.scss */
.navbar-link:hover {
    color: #333333; }

/* line 83, bootstrap/_navbar.css.scss */
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid white; }

/* line 93, bootstrap/_navbar.css.scss */
.navbar .btn,
.navbar .btn-group {
    margin-top: 5px; }

/* line 98, bootstrap/_navbar.css.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
    margin-top: 0; }

/* line 104, bootstrap/_navbar.css.scss */
.navbar-form {
    margin-bottom: 0;
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.navbar-form:after {
    clear: both; }
/* line 110, bootstrap/_navbar.css.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px; }
/* line 115, bootstrap/_navbar.css.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
/* line 121, bootstrap/_navbar.css.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px; }
/* line 125, bootstrap/_navbar.css.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 6px;
    white-space: nowrap; }
/* line 128, bootstrap/_navbar.css.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0; }

/* line 136, bootstrap/_navbar.css.scss */
.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0; }
/* line 141, bootstrap/_navbar.css.scss */
.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*     font-family: "Gulim"; */
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

/* line 154, bootstrap/_navbar.css.scss */
.navbar-static-top {
    position: static;
    margin-bottom: 0; }
/* line 157, bootstrap/_navbar.css.scss */
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 169, bootstrap/_navbar.css.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0; }

/* line 177, bootstrap/_navbar.css.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px; }

/* line 180, bootstrap/_navbar.css.scss */
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0; }

/* line 184, bootstrap/_navbar.css.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 194, bootstrap/_navbar.css.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px; }

/* line 199, bootstrap/_navbar.css.scss */
.navbar-fixed-top {
    top: 0; }

/* line 204, bootstrap/_navbar.css.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

/* line 210, bootstrap/_navbar.css.scss */
.navbar-fixed-bottom {
    bottom: 0; }
/* line 212, bootstrap/_navbar.css.scss */
.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

/* line 222, bootstrap/_navbar.css.scss */
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0; }

/* line 229, bootstrap/_navbar.css.scss */
.navbar .nav.pull-right {
    float: right;
    margin-right: 0; }

/* line 233, bootstrap/_navbar.css.scss */
.navbar .nav > li {
    float: left; }

/* line 238, bootstrap/_navbar.css.scss */
.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 white; }

/* line 246, bootstrap/_navbar.css.scss */
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px; }

/* line 252, bootstrap/_navbar.css.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none; }

/* line 261, bootstrap/_navbar.css.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

/* line 270, bootstrap/_navbar.css.scss */
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE5E5E5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
/* line 496, bootstrap/_mixins.css.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: white;
    background-color: #e5e5e5;
    *background-color: #d8d8d8; }
/* line 504, bootstrap/_mixins.css.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cbcbcb \9; }

/* line 279, bootstrap/_navbar.css.scss */
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

/* line 287, bootstrap/_navbar.css.scss */
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px; }

/* line 298, bootstrap/_navbar.css.scss */
.navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px; }
/* line 309, bootstrap/_navbar.css.scss */
.navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px; }

/* line 322, bootstrap/_navbar.css.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto; }
/* line 329, bootstrap/_navbar.css.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid white;
    border-bottom: 0;
    bottom: -6px;
    top: auto; }

/* line 340, bootstrap/_navbar.css.scss */
.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; }

/* line 344, bootstrap/_navbar.css.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777; }

/* line 350, bootstrap/_navbar.css.scss */
.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-top-color: #555555;
    border-bottom-color: #555555; }

/* line 357, bootstrap/_navbar.css.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0; }
/* line 360, bootstrap/_navbar.css.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
/* line 364, bootstrap/_navbar.css.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px; }
/* line 368, bootstrap/_navbar.css.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/* line 381, bootstrap/_navbar.css.scss */
.navbar-inverse {
    color: #999999; }
/* line 384, bootstrap/_navbar.css.scss */
.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
    border-color: #252525; }
/* line 390, bootstrap/_navbar.css.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
/* line 393, bootstrap/_navbar.css.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
    color: white; }
/* line 399, bootstrap/_navbar.css.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: white; }
/* line 406, bootstrap/_navbar.css.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: white;
    background-color: #111111; }
/* line 412, bootstrap/_navbar.css.scss */
.navbar-inverse .navbar-link {
    color: #999999; }
/* line 414, bootstrap/_navbar.css.scss */
.navbar-inverse .navbar-link:hover {
    color: white; }
/* line 420, bootstrap/_navbar.css.scss */
.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222; }
/* line 428, bootstrap/_navbar.css.scss */
.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; }
/* line 432, bootstrap/_navbar.css.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
/* line 438, bootstrap/_navbar.css.scss */
.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-top-color: white;
    border-bottom-color: white; }
/* line 445, bootstrap/_navbar.css.scss */
.navbar-inverse .navbar-search .search-query {
    color: white;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
/* line 83, bootstrap/_mixins.css.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc; }
/* line 86, bootstrap/_mixins.css.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc; }
/* line 89, bootstrap/_mixins.css.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc; }
/* line 455, bootstrap/_navbar.css.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 white;
    background-color: white;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }
/* line 468, bootstrap/_navbar.css.scss */
.navbar-inverse .btn-navbar {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
    border-color: #040404 #040404 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 496, bootstrap/_mixins.css.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: white;
    background-color: #040404;
    *background-color: black; }
/* line 504, bootstrap/_mixins.css.scss *
    .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
      background-color: black \9; }

/* line 6, bootstrap/_breadcrumbs.css.scss */
.breadcrumb {
    font-size: 12px;
    /*padding: 10px 20px;*/
    padding: 6px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
/* line 12, bootstrap/_breadcrumbs.css.scss */
.breadcrumb li {
    display: inline-block;
    /*margin-top: -12px;*/
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 white; }
/* line 17, bootstrap/_breadcrumbs.css.scss */
.breadcrumb .divider {
    padding: 0 5px;
    color: #ccc; }
/* line 21, bootstrap/_breadcrumbs.css.scss */
.breadcrumb .active {
    color: #999999; }

/* line 6, bootstrap/_pagination.css.scss */
.pagination {
    margin: 20px 0; }

/* line 10, bootstrap/_pagination.css.scss */
.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 21, bootstrap/_pagination.css.scss */
.pagination ul > li {
    display: inline; }

/* line 25, bootstrap/_pagination.css.scss */
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #dddddd;
    border-left-width: 0; }

/* line 36, bootstrap/_pagination.css.scss */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: whitesmoke; }

/* line 40, bootstrap/_pagination.css.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default; }

/* line 46, bootstrap/_pagination.css.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default; }

/* line 52, bootstrap/_pagination.css.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }

/* line 57, bootstrap/_pagination.css.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }

/* line 65, bootstrap/_pagination.css.scss */
.pagination-centered {
    text-align: center; }

/* line 68, bootstrap/_pagination.css.scss */
.pagination-right {
    text-align: right; }

/* line 79, bootstrap/_pagination.css.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px; }
/* line 84, bootstrap/_pagination.css.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px; }
/* line 88, bootstrap/_pagination.css.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px; }

/* line 97, bootstrap/_pagination.css.scss */
.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 {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px; }
/* line 101, bootstrap/_pagination.css.scss */
.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 {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px; }

/* line 109, bootstrap/_pagination.css.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px; }

/* line 117, bootstrap/_pagination.css.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 1px 6px;
    font-size: 10.5px; }

/* line 6, bootstrap/_pager.css.scss */
.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.pager:after {
    clear: both; }

/* line 12, bootstrap/_pager.css.scss */
.pager li {
    display: inline; }

/* line 16, bootstrap/_pager.css.scss */
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

/* line 23, bootstrap/_pager.css.scss */
.pager li > a:hover {
    text-decoration: none;
    background-color: #f5f5f5; }

/* line 28, bootstrap/_pager.css.scss */
.pager .next > a,
.pager .next > span {
    float: right; }

/* line 32, bootstrap/_pager.css.scss */
.pager .previous > a,
.pager .previous > span {
    float: left; }

/* line 37, bootstrap/_pager.css.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: default; }

/* line 6, bootstrap/_modals.css.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black; }
/* line 15, bootstrap/_modals.css.scss */
.modal-backdrop.fade {
    opacity: 0; }

/* line 19, bootstrap/_modals.css.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.2;
    filter: alpha(opacity=80); }

/* line 24, bootstrap/_modals.css.scss */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none; }
/* line 42, bootstrap/_modals.css.scss */
/*.modal.fade {*/
    /*-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;*/
    /*-moz-transition: opacity 0.3s linear, top 0.3s ease-out;*/
    /*-o-transition: opacity 0.3s linear, top 0.3s ease-out;*/
    /*transition: opacity 0.3s linear, top 0.3s ease-out;*/
    /*top: -25%; }*/
/* line 46, bootstrap/_modals.css.scss */
/*.modal.fade.in {*/
    /*top: 50%; }*/

/* line 48, bootstrap/_modals.css.scss */
.modal-header {
    /*padding: 9px 15px;*/
    border-bottom: 1px solid #eee; }
/* line 52, bootstrap/_modals.css.scss */
.modal-header .close {
    /*margin-top: 2px;*/
}
/* line 54, bootstrap/_modals.css.scss */
.modal-header h3 {
    margin: 0;
    line-height: 30px; }

/* line 61, bootstrap/_modals.css.scss */
.modal-body {
    overflow-y: auto;
    /*max-height: 400px;*/
    padding: 15px; }

/* line 67, bootstrap/_modals.css.scss */
.modal-form {
    margin-bottom: 0; }

/* line 72, bootstrap/_modals.css.scss */
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.modal-footer:after {
    clear: both; }
/* line 83, bootstrap/_modals.css.scss */
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
/* line 88, bootstrap/_modals.css.scss */
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
/* line 92, bootstrap/_modals.css.scss */
.modal-footer .btn-block + .btn-block {
    margin-left: 0; }
/***************************************************************/

/* line 6, bootstrap/_modals.css.scss */
.modal2-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black; }
/* line 15, bootstrap/_modals.css.scss */
.modal2-backdrop.fade {
    opacity: 0; }

/* line 19, bootstrap/_modals.css.scss */
.modal2-backdrop,
.modal2-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* line 24, bootstrap/_modals.css.scss */
.modal2 {
    position: fixed;
    top: 5%;
    left: 10%;
    z-index: 1050;
    overflow: auto;
    width: 80%;
    height: 90%;
    margin: 0;
    /*top: 0;*/
    /*left: 0;*/
    /*margin: -250px 0 0 -490px;*/
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none; }
/* line 42, bootstrap/_modals.css.scss */
.modal2.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
/* line 46, bootstrap/_modals.css.scss */
.modal2.fade.in {
    top: 50%; }

/* line 48, bootstrap/_modals.css.scss */
.modal2-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee; }
/* line 52, bootstrap/_modals.css.scss */
.modal2-header .close {
    margin-top: -4px; }
/* line 54, bootstrap/_modals.css.scss */
.modal2-header h3 {
    margin: 0;
    line-height: 30px; }

/* line 61, bootstrap/_modals.css.scss */
.modal2-body {
    overflow-y: auto;
    /*max-height: 600px;*/
    padding: 15px; }

/* line 67, bootstrap/_modals.css.scss */
.modal2-form {
    margin-bottom: 0; }

/* line 72, bootstrap/_modals.css.scss */
.modal2-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    /*background-color: #f5f5f5;*/
    /*border-top: 1px solid #fff;*/
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    /*box-shadow: inset 0 1px 0 white;*/
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.modal2-footer:before, .modal2-footer:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.modal2-footer:after {
    clear: both; }
/* line 83, bootstrap/_modals.css.scss */
.modal2-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
/* line 88, bootstrap/_modals.css.scss */
.modal2-footer .btn-group .btn + .btn {
    margin-left: -1px; }
/* line 92, bootstrap/_modals.css.scss */
.modal2-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 7, bootstrap/_tooltip.css.scss */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0); }
/* line 15, bootstrap/_tooltip.css.scss */
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
/* line 16, bootstrap/_tooltip.css.scss */
.tooltip.top {
    margin-top: -3px; }
/* line 17, bootstrap/_tooltip.css.scss */
.tooltip.right {
    margin-left: 3px; }
/* line 18, bootstrap/_tooltip.css.scss */
.tooltip.bottom {
    margin-top: 3px; }
/* line 19, bootstrap/_tooltip.css.scss */
.tooltip.left {
    margin-left: -3px; }

/* line 23, bootstrap/_tooltip.css.scss */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* line 34, bootstrap/_tooltip.css.scss */
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

/* line 42, bootstrap/_tooltip.css.scss */
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
/* line 49, bootstrap/_tooltip.css.scss */
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black; }
/* line 56, bootstrap/_tooltip.css.scss */
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black; }
/* line 63, bootstrap/_tooltip.css.scss */
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }

/* line 6, bootstrap/_popovers.css.scss */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
/* line 24, bootstrap/_popovers.css.scss */
.popover.top {
    margin-top: -10px; }
/* line 25, bootstrap/_popovers.css.scss */
.popover.right {
    margin-left: 10px; }
/* line 26, bootstrap/_popovers.css.scss */
.popover.bottom {
    margin-top: 10px; }
/* line 27, bootstrap/_popovers.css.scss */
.popover.left {
    margin-left: -10px; }

/* line 31, bootstrap/_popovers.css.scss */
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }

/* line 42, bootstrap/_popovers.css.scss */
.popover-content {
    padding: 9px 14px; }
/* line 44, bootstrap/_popovers.css.scss */
.popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0; }

/* line 51, bootstrap/_popovers.css.scss */
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

/* line 59, bootstrap/_popovers.css.scss */
.popover .arrow:after {
    content: "";
    z-index: -1; }

/* line 65, bootstrap/_popovers.css.scss */
.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: white; }
/* line 71, bootstrap/_popovers.css.scss */
.popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1px;
    left: -11px; }
/* line 78, bootstrap/_popovers.css.scss */
.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: white; }
/* line 84, bootstrap/_popovers.css.scss */
.popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: -1px; }
/* line 91, bootstrap/_popovers.css.scss */
.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: white; }
/* line 97, bootstrap/_popovers.css.scss */
.popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1px;
    left: -11px; }
/* line 104, bootstrap/_popovers.css.scss */
.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: white; }
/* line 110, bootstrap/_popovers.css.scss */
.popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    right: -1px; }

/* line 9, bootstrap/_thumbnails.css.scss */
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.thumbnails:after {
    clear: both; }

/* line 15, bootstrap/_thumbnails.css.scss */
.row-fluid .thumbnails {
    margin-left: 0; }

/* line 20, bootstrap/_thumbnails.css.scss */
.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px; }

/* line 27, bootstrap/_thumbnails.css.scss */
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/* line 37, bootstrap/_thumbnails.css.scss */
a.thumbnail:hover {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

/* line 43, bootstrap/_thumbnails.css.scss */
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

/* line 49, bootstrap/_thumbnails.css.scss */
.thumbnail .caption {
    padding: 9px;
    color: #555555; }

/* line 11, bootstrap/_media.css.scss */
.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }

/* line 19, bootstrap/_media.css.scss */
.media,
.media .media {
    margin-top: 15px; }

/* line 22, bootstrap/_media.css.scss */
.media:first-child {
    margin-top: 0; }

/* line 27, bootstrap/_media.css.scss */
.media-object {
    display: block; }

/* line 32, bootstrap/_media.css.scss */
.media-heading {
    margin: 0 0 5px; }

/* line 40, bootstrap/_media.css.scss */
.media .pull-left {
    margin-right: 10px; }

/* line 43, bootstrap/_media.css.scss */
.media .pull-right {
    margin-left: 10px; }

/* line 52, bootstrap/_media.css.scss */
.media-list {
    margin-left: 0;
    list-style: none; }

/* line 8, bootstrap/_labels-badges.css.scss */
.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: white;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999; }

/* line 21, bootstrap/_labels-badges.css.scss */
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

/* line 24, bootstrap/_labels-badges.css.scss */
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }

/* line 33, bootstrap/_labels-badges.css.scss */
a.label:hover, a.badge:hover {
    color: white;
    text-decoration: none;
    cursor: pointer; }

/* line 43, bootstrap/_labels-badges.css.scss */
.label-important, .badge-important {
    background-color: #b94a48; }

/* line 44, bootstrap/_labels-badges.css.scss */
.label-important[href], .badge-important[href] {
    background-color: #953b39; }

/* line 46, bootstrap/_labels-badges.css.scss */
.label-warning, .badge-warning {
    background-color: #f89406; }

/* line 47, bootstrap/_labels-badges.css.scss */
.label-warning[href], .badge-warning[href] {
    background-color: #c67605; }

/* line 49, bootstrap/_labels-badges.css.scss */
.label-success, .badge-success {
    background-color: #468847; }

/* line 50, bootstrap/_labels-badges.css.scss */
.label-success[href], .badge-success[href] {
    background-color: #356635; }

/* line 52, bootstrap/_labels-badges.css.scss */
.label-info, .badge-info {
    background-color: #3a87ad; }

/* line 53, bootstrap/_labels-badges.css.scss */
.label-info[href], .badge-info[href] {
    background-color: #2d6987; }

/* line 55, bootstrap/_labels-badges.css.scss */
.label-inverse, .badge-inverse {
    background-color: #333333; }

/* line 56, bootstrap/_labels-badges.css.scss */
.label-inverse[href], .badge-inverse[href] {
    background-color: #1a1a1a; }

/* line 61, bootstrap/_labels-badges.css.scss */
.btn .label,
.btn .badge {
    position: relative;
    top: -1px; }

/* line 68, bootstrap/_labels-badges.css.scss */
.btn-mini .label,
.btn-mini .badge {
    top: 0; }

@-webkit-keyframes progress-bar-stripes {
    /* line 11, bootstrap/_progress-bars.css.scss */
    from {
        background-position: 40px 0; }

    /* line 12, bootstrap/_progress-bars.css.scss */
    to {
        background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
    /* line 17, bootstrap/_progress-bars.css.scss */
    from {
        background-position: 40px 0; }

    /* line 18, bootstrap/_progress-bars.css.scss */
    to {
        background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
    /* line 23, bootstrap/_progress-bars.css.scss */
    from {
        background-position: 40px 0; }

    /* line 24, bootstrap/_progress-bars.css.scss */
    to {
        background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
    /* line 29, bootstrap/_progress-bars.css.scss */
    from {
        background-position: 0 0; }

    /* line 30, bootstrap/_progress-bars.css.scss */
    to {
        background-position: 40px 0; } }

@keyframes progress-bar-stripes {
    /* line 35, bootstrap/_progress-bars.css.scss */
    from {
        background-position: 40px 0; }

    /* line 36, bootstrap/_progress-bars.css.scss */
    to {
        background-position: 0 0; } }

/* line 45, bootstrap/_progress-bars.css.scss */
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* line 55, bootstrap/_progress-bars.css.scss */
.progress .bar {
    width: 0%;
    height: 100%;
    color: white;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }

/* line 68, bootstrap/_progress-bars.css.scss */
.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

/* line 73, bootstrap/_progress-bars.css.scss */
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -o-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-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);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px; }

/* line 79, bootstrap/_progress-bars.css.scss */
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }

/* line 93, bootstrap/_progress-bars.css.scss */
.progress-danger .bar, .progress .bar-danger {
    background-color: #de514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }

/* line 96, bootstrap/_progress-bars.css.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -o-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-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); }

/* line 101, bootstrap/_progress-bars.css.scss  파일저장 프로그레스바 색상
.progress-success .bar, .progress .bar-success {
    background-color: #5db95d;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); }
*/

/* line 104, bootstrap/_progress-bars.css.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -o-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-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); }

/* line 109, bootstrap/_progress-bars.css.scss */
.progress-info .bar, .progress .bar-info {
    background-color: #4cb2d0;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }

/* line 112, bootstrap/_progress-bars.css.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -o-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-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); }

/* line 117, bootstrap/_progress-bars.css.scss */
.progress-warning .bar, .progress .bar-warning {
    background-color: #f9a834;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); }

/* line 120, bootstrap/_progress-bars.css.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-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-image: -moz-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-image: -o-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-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); }

/* line 7, bootstrap/_accordion.css.scss */
.accordion {
    margin-bottom: 20px; }

/* line 12, bootstrap/_accordion.css.scss */
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* line 17, bootstrap/_accordion.css.scss */
.accordion-heading {
    border-bottom: 0; }

/* line 20, bootstrap/_accordion.css.scss */
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px; }

/* line 26, bootstrap/_accordion.css.scss */
.accordion-toggle {
    cursor: pointer; }

/* line 31, bootstrap/_accordion.css.scss */
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5; }

/* line 6, bootstrap/_carousel.css.scss */
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1; }

/* line 12, bootstrap/_carousel.css.scss */
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative; }

/* line 20, bootstrap/_carousel.css.scss */
.carousel .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
/* line 27, bootstrap/_carousel.css.scss */
.carousel .item > img {
    display: block;
    line-height: 1; }
/* line 34, bootstrap/_carousel.css.scss */
.carousel .active,
.carousel .next,
.carousel .prev {
    display: block; }
/* line 36, bootstrap/_carousel.css.scss */
.carousel .active {
    left: 0; }
/* line 41, bootstrap/_carousel.css.scss */
.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%; }
/* line 47, bootstrap/_carousel.css.scss */
.carousel .next {
    left: 100%; }
/* line 50, bootstrap/_carousel.css.scss */
.carousel .prev {
    left: -100%; }
/* line 54, bootstrap/_carousel.css.scss */
.carousel .next.left,
.carousel .prev.right {
    left: 0; }
/* line 58, bootstrap/_carousel.css.scss */
.carousel .active.left {
    left: -100%; }
/* line 61, bootstrap/_carousel.css.scss */
.carousel .active.right {
    left: 100%; }

/* line 70, bootstrap/_carousel.css.scss */
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #222222;
    border: 3px solid white;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
/* line 95, bootstrap/_carousel.css.scss */
.carousel-control.right {
    left: auto;
    right: 15px; }
/* line 101, bootstrap/_carousel.css.scss */
.carousel-control:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }

/* line 112, bootstrap/_carousel.css.scss */
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75); }

/* line 122, bootstrap/_carousel.css.scss */
.carousel-caption h4,
.carousel-caption p {
    color: white;
    line-height: 20px; }

/* line 126, bootstrap/_carousel.css.scss */
.carousel-caption h4 {
    margin: 0 0 5px; }

/* line 129, bootstrap/_carousel.css.scss */
.carousel-caption p {
    margin-bottom: 0; }

/* line 6, bootstrap/_hero-unit.css.scss */
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
/* line 15, bootstrap/_hero-unit.css.scss */
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px; }
/* line 22, bootstrap/_hero-unit.css.scss */
.hero-unit li {
    line-height: 30px; }

/* line 7, bootstrap/_utilities.css.scss */
.pull-right {
    float: right; }

/* line 10, bootstrap/_utilities.css.scss */
.pull-left {
    float: left; }

/* line 15, bootstrap/_utilities.css.scss */
.hide {
    display: none; }

/* line 18, bootstrap/_utilities.css.scss */
.show {
    display: block; }

/* line 23, bootstrap/_utilities.css.scss */
.invisible {
    visibility: hidden; }

/* line 28, bootstrap/_utilities.css.scss */
.affix {
    position: fixed; }

/* line 33, bootstrap/_utilities.css.scss */
.clearfix {
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.clearfix:after {
    clear: both; }

/* line 38, bootstrap/_utilities.css.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

/* line 43, bootstrap/_utilities.css.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/*
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 7, bootstrap/_responsive-utilities.css.scss */
.clearfix {
    *zoom: 1; }
/* line 15, bootstrap/_mixins.css.scss */
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
/* line 22, bootstrap/_mixins.css.scss */
.clearfix:after {
    clear: both; }

/* line 12, bootstrap/_responsive-utilities.css.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

/* line 17, bootstrap/_responsive-utilities.css.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* line 23, bootstrap/_responsive-utilities.css.scss */
.hidden {
    display: none;
    visibility: hidden; }

/* line 31, bootstrap/_responsive-utilities.css.scss */
.visible-phone {
    display: none !important; }

/* line 32, bootstrap/_responsive-utilities.css.scss */
.visible-tablet {
    display: none !important; }

/* line 35, bootstrap/_responsive-utilities.css.scss */
.hidden-desktop {
    display: none !important; }

/* line 36, bootstrap/_responsive-utilities.css.scss */
.visible-desktop {
    display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
    /* line 41, bootstrap/_responsive-utilities.css.scss */
    .hidden-desktop {
        display: inherit !important; }

    /* line 42, bootstrap/_responsive-utilities.css.scss */
    .visible-desktop {
        display: none !important; }

    /* line 44, bootstrap/_responsive-utilities.css.scss */
    .visible-tablet {
        display: inherit !important; }

    /* line 46, bootstrap/_responsive-utilities.css.scss */
    .hidden-tablet {
        display: none !important; } }
@media (max-width: 767px) {
    /* line 52, bootstrap/_responsive-utilities.css.scss */
    .hidden-desktop {
        display: inherit !important; }

    /* line 53, bootstrap/_responsive-utilities.css.scss */
    .visible-desktop {
        display: none !important; }

    /* line 55, bootstrap/_responsive-utilities.css.scss */
    .visible-phone {
        display: inherit !important; }

    /* line 57, bootstrap/_responsive-utilities.css.scss */
    .hidden-phone {
        display: none !important; } }
@media (min-width: 1200px) {
    /* line 550, bootstrap/_mixins.css.scss */
    .row {
        margin-left: -30px;
        *zoom: 1; }
    /* line 15, bootstrap/_mixins.css.scss */
    .row:before, .row:after {
        display: table;
        content: "";
        line-height: 0; }
    /* line 22, bootstrap/_mixins.css.scss */
    .row:after {
        clear: both; }

    /* line 555, bootstrap/_mixins.css.scss */
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px; }

    /* line 565, bootstrap/_mixins.css.scss */
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        /*width: 1170px; }*/
    }
    /* line 576, bootstrap/_mixins.css.scss */
    .span12 {
        width: 1170px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span11 {
        width: 1070px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span10 {
        width: 970px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span9 {
        width: 870px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span8 {
        width: 770px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span7 {
        width: 670px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span6 {
        width: 570px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span5 {
        width: 470px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span4 {
        width: 370px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span3 {
        width: 270px; }

    .span31 {
        width: 210px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span2 {
        width: 170px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span1 {
        width: 70px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset12 {
        margin-left: 1230px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset11 {
        margin-left: 1130px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset10 {
        margin-left: 1030px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset9 {
        margin-left: 930px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset8 {
        margin-left: 830px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset7 {
        margin-left: 730px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset6 {
        margin-left: 630px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset5 {
        margin-left: 530px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset4 {
        margin-left: 430px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset3 {
        margin-left: 330px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset2 {
        margin-left: 230px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset1 {
        margin-left: 130px; }

    /* line 599, bootstrap/_mixins.css.scss */
    .row-fluid {
        width: 100%;
        *zoom: 1; }
    /* line 15, bootstrap/_mixins.css.scss */
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0; }
    /* line 22, bootstrap/_mixins.css.scss */
    .row-fluid:after {
        clear: both; }
    /* line 602, bootstrap/_mixins.css.scss */
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.5641%;
        *margin-left: 2.51091%; }
    /* line 608, bootstrap/_mixins.css.scss */
    .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
    /* line 613, bootstrap/_mixins.css.scss */
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.5641%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span11 {
        width: 91.45299%;
        *width: 91.3998%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span10 {
        width: 82.90598%;
        *width: 82.85279%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span9 {
        width: 74.35897%;
        *width: 74.30578%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span8 {
        width: 65.81197%;
        *width: 65.75877%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span7 {
        width: 57.26496%;
        *width: 57.21177%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span6 {
        width: 48.71795%;
        *width: 48.66476%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span5 {
        width: 40.17094%;
        *width: 40.11775%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span4 {
        width: 31.62393%;
        *width: 31.57074%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span3 {
        width: 23.07692%;
        *width: 23.02373%; }
    .row-fluid .span31 {
        width: 21.07692%;
        *width: 21.02373%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span2 {
        width: 14.52991%;
        *width: 14.47672%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span1 {
        width: 5.98291%;
        *width: 5.92971%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset12 {
        margin-left: 105.12821%;
        *margin-left: 105.02182%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset12:first-child {
        margin-left: 102.5641%;
        *margin-left: 102.45772%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset11 {
        margin-left: 96.5812%;
        *margin-left: 96.47481%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset11:first-child {
        margin-left: 94.01709%;
        *margin-left: 93.91071%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset10 {
        margin-left: 88.03419%;
        *margin-left: 87.92781%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset10:first-child {
        margin-left: 85.47009%;
        *margin-left: 85.3637%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset9 {
        margin-left: 79.48718%;
        *margin-left: 79.3808%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset9:first-child {
        margin-left: 76.92308%;
        *margin-left: 76.81669%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset8 {
        margin-left: 70.94017%;
        *margin-left: 70.83379%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset8:first-child {
        margin-left: 68.37607%;
        *margin-left: 68.26969%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset7 {
        margin-left: 62.39316%;
        *margin-left: 62.28678%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset7:first-child {
        margin-left: 59.82906%;
        *margin-left: 59.72268%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset6 {
        margin-left: 53.84615%;
        *margin-left: 53.73977%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset6:first-child {
        margin-left: 51.28205%;
        *margin-left: 51.17567%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset5 {
        margin-left: 45.29915%;
        *margin-left: 45.19276%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset5:first-child {
        margin-left: 42.73504%;
        *margin-left: 42.62866%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset4 {
        margin-left: 36.75214%;
        *margin-left: 36.64575%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset4:first-child {
        margin-left: 34.18803%;
        *margin-left: 34.08165%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset3 {
        margin-left: 28.20513%;
        *margin-left: 28.09875%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset3:first-child {
        margin-left: 25.64103%;
        *margin-left: 25.53464%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset2 {
        margin-left: 19.65812%;
        *margin-left: 19.55174%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset2:first-child {
        margin-left: 17.09402%;
        *margin-left: 16.98763%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset1 {
        margin-left: 11.11111%;
        *margin-left: 11.00473%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset1:first-child {
        margin-left: 8.54701%;
        *margin-left: 8.44063%; }

    /* line 658, bootstrap/_mixins.css.scss */
    input,
    textarea,
    .uneditable-input {
        margin-left: 0; }

    /* line 663, bootstrap/_mixins.css.scss */
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 30px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px; }

    /* line 18, bootstrap/_responsive-1200px-min.css.scss */
    .thumbnails {
        margin-left: -30px; }

    /* line 21, bootstrap/_responsive-1200px-min.css.scss */
    .thumbnails > li {
        margin-left: 30px; }

    /* line 24, bootstrap/_responsive-1200px-min.css.scss */
    .row-fluid .thumbnails {
        margin-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
    /* line 550, bootstrap/_mixins.css.scss */
    .row {
        margin-left: -20px;
        *zoom: 1; }
    /* line 15, bootstrap/_mixins.css.scss */
    .row:before, .row:after {
        display: table;
        content: "";
        line-height: 0; }
    /* line 22, bootstrap/_mixins.css.scss */
    .row:after {
        clear: both; }

    /* line 555, bootstrap/_mixins.css.scss */
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px; }

    /* line 565, bootstrap/_mixins.css.scss */
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span12 {
        width: 724px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span11 {
        width: 662px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span10 {
        width: 600px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span9 {
        width: 538px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span8 {
        width: 476px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span7 {
        width: 414px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span6 {
        width: 352px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span5 {
        width: 290px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span4 {
        width: 228px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span3 {
        width: 166px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span2 {
        width: 104px; }

    /* line 576, bootstrap/_mixins.css.scss */
    .span1 {
        width: 42px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset12 {
        margin-left: 764px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset11 {
        margin-left: 702px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset10 {
        margin-left: 640px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset9 {
        margin-left: 578px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset8 {
        margin-left: 516px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset7 {
        margin-left: 454px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset6 {
        margin-left: 392px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset5 {
        margin-left: 330px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset4 {
        margin-left: 268px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset3 {
        margin-left: 206px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset2 {
        margin-left: 144px; }

    /* line 583, bootstrap/_mixins.css.scss */
    .offset1 {
        margin-left: 82px; }

    /* line 599, bootstrap/_mixins.css.scss */
    .row-fluid {
        width: 100%;
        *zoom: 1; }
    /* line 15, bootstrap/_mixins.css.scss */
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0; }
    /* line 22, bootstrap/_mixins.css.scss */
    .row-fluid:after {
        clear: both; }
    /* line 602, bootstrap/_mixins.css.scss */
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.76243%;
        *margin-left: 2.70924%; }
    /* line 608, bootstrap/_mixins.css.scss */
    .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
    /* line 613, bootstrap/_mixins.css.scss */
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.76243%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span11 {
        width: 91.43646%;
        *width: 91.38327%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span10 {
        width: 82.87293%;
        *width: 82.81974%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span9 {
        width: 74.30939%;
        *width: 74.2562%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span8 {
        width: 65.74586%;
        *width: 65.69266%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span7 {
        width: 57.18232%;
        *width: 57.12913%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span6 {
        width: 48.61878%;
        *width: 48.56559%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span5 {
        width: 40.05525%;
        *width: 40.00206%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span4 {
        width: 31.49171%;
        *width: 31.43852%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span3 {
        width: 22.92818%;
        *width: 22.87499%; }
    .row-fluid .span31 {
        width: 20.92818%;
        *width: 20.87499%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span2 {
        width: 14.36464%;
        *width: 14.31145%; }
    /* line 625, bootstrap/_mixins.css.scss */
    .row-fluid .span1 {
        width: 5.8011%;
        *width: 5.74791%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset12 {
        margin-left: 105.52486%;
        *margin-left: 105.41848%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset12:first-child {
        margin-left: 102.76243%;
        *margin-left: 102.65605%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset11 {
        margin-left: 96.96133%;
        *margin-left: 96.85494%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset11:first-child {
        margin-left: 94.1989%;
        *margin-left: 94.09251%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset10 {
        margin-left: 88.39779%;
        *margin-left: 88.29141%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset10:first-child {
        margin-left: 85.63536%;
        *margin-left: 85.52898%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset9 {
        margin-left: 79.83425%;
        *margin-left: 79.72787%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset9:first-child {
        margin-left: 77.07182%;
        *margin-left: 76.96544%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset8 {
        margin-left: 71.27072%;
        *margin-left: 71.16434%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset8:first-child {
        margin-left: 68.50829%;
        *margin-left: 68.4019%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset7 {
        margin-left: 62.70718%;
        *margin-left: 62.6008%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset7:first-child {
        margin-left: 59.94475%;
        *margin-left: 59.83837%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset6 {
        margin-left: 54.14365%;
        *margin-left: 54.03726%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset6:first-child {
        margin-left: 51.38122%;
        *margin-left: 51.27483%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset5 {
        margin-left: 45.58011%;
        *margin-left: 45.47373%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset5:first-child {
        margin-left: 42.81768%;
        *margin-left: 42.7113%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset4 {
        margin-left: 37.01657%;
        *margin-left: 36.91019%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset4:first-child {
        margin-left: 34.25414%;
        *margin-left: 34.14776%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset3 {
        margin-left: 28.45304%;
        *margin-left: 28.34666%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset3:first-child {
        margin-left: 25.69061%;
        *margin-left: 25.58422%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset2 {
        margin-left: 19.8895%;
        *margin-left: 19.78312%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset2:first-child {
        margin-left: 17.12707%;
        *margin-left: 17.02069%; }
    /* line 632, bootstrap/_mixins.css.scss */
    .row-fluid .offset1 {
        margin-left: 11.32597%;
        *margin-left: 11.21958%; }
    /* line 633, bootstrap/_mixins.css.scss */
    .row-fluid .offset1:first-child {
        margin-left: 8.56354%;
        *margin-left: 8.45715%; }

    /* line 658, bootstrap/_mixins.css.scss */
    input,
    textarea,
    .uneditable-input {
        margin-left: 0; }

    /* line 663, bootstrap/_mixins.css.scss */
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 20px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px; }

    /* line 675, bootstrap/_mixins.css.scss */
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px; } }
/*@media (max-width: 767px) {*/
/* line 9, bootstrap/_responsive-767px-max.css.scss */
/*body {*/
/*padding-left: 20px;*/
/*padding-right: 20px; }*/

/* line 16, bootstrap/_responsive-767px-max.css.scss */
/*.navbar-fixed-top,*/
/*.navbar-fixed-bottom,*/
/*.navbar-static-top {*/
/*margin-left: -20px;*/
/*margin-right: -20px; }*/

/* line 21, bootstrap/_responsive-767px-max.css.scss */
/*.container-fluid {*/
/*padding: 0;*/
/*padding: 4;*/
/*}*/

/* line 29, bootstrap/_responsive-767px-max.css.scss */
/*.dl-horizontal dt {*/
/*float: none;*/
/*clear: none;*/
/*width: auto;*/
/*text-align: left; }*/
/* line 35, bootstrap/_responsive-767px-max.css.scss */
/*.dl-horizontal dd {*/
/*margin-left: 0; }*/

/* line 43, bootstrap/_responsive-767px-max.css.scss */
/*.container {*/
/*width: auto; }*/

/* line 47, bootstrap/_responsive-767px-max.css.scss */
/*.row-fluid {*/
/*width: 100%; }*/

/* line 52, bootstrap/_responsive-767px-max.css.scss */
/*.row,*/
/*.thumbnails {*/
/*margin-left: 0; }*/

/* line 55, bootstrap/_responsive-767px-max.css.scss */
/*.thumbnails > li {*/
/*float: none;*/
/*margin-left: 0; }*/

/* line 62, bootstrap/_responsive-767px-max.css.scss */
/*[class*="span"],*/
/*.uneditable-input[class*="span"],*/
/*.row-fluid [class*="span"] {*/
/*float: none;*/
/*display: block;*/
/*width: 100%;*/
/*margin-left: 0;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box; }*/

/* line 70, bootstrap/_responsive-767px-max.css.scss */
/*.span12,*/
/*.row-fluid .span12 {*/
/*width: 100%;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box; }*/

/* line 74, bootstrap/_responsive-767px-max.css.scss */
/*.row-fluid [class*="offset"]:first-child {*/
/*margin-left: 0; }*/

/* line 87, bootstrap/_responsive-767px-max.css.scss */
/*.input-large,*/
/*.input-xlarge,*/
/*.input-xxlarge,*/
/*input[class*="span"],*/
/*select[class*="span"],*/
/*textarea[class*="span"],*/
/*.uneditable-input {*/
/*display: block;*/
/*width: 100%;*/
/*min-height: 30px;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box; }*/

/* line 94, bootstrap/_responsive-767px-max.css.scss */
/*.input-prepend input,*/
/*.input-append input,*/
/*.input-prepend input[class*="span"],*/
/*.input-append input[class*="span"] {*/
/*display: inline-block;*/
/*width: auto; }*/

/* line 98, bootstrap/_responsive-767px-max.css.scss */
/*.controls-row [class*="span"] + [class*="span"] {*/
/*margin-left: 0; }*/

/* line 103, bootstrap/_responsive-767px-max.css.scss */
/*.modal {*/
/*position: fixed;*/
/*top: 20px;*/
/*left: 20px;*/
/*right: 20px;*/
/*width: auto;*/
/*margin: 0; }*/
/* line 110, bootstrap/_responsive-767px-max.css.scss */
/*.modal.fade {*/
/*top: -100px; }*/
/* line 111, bootstrap/_responsive-767px-max.css.scss */
/*.modal.fade.in {*/
/*top: 20px; } }*/
@media (max-width: 480px) {
    /* line 124, bootstrap/_responsive-767px-max.css.scss */
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0); }

    /* line 129, bootstrap/_responsive-767px-max.css.scss */
    .page-header h1 small {
        display: block;
        line-height: 20px; }

    /* line 136, bootstrap/_responsive-767px-max.css.scss */
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc; }

    /* line 142, bootstrap/_responsive-767px-max.css.scss */
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left; }
    /* line 149, bootstrap/_responsive-767px-max.css.scss */
    .form-horizontal .controls {
        margin-left: 0; }
    /* line 153, bootstrap/_responsive-767px-max.css.scss */
    .form-horizontal .control-list {
        padding-top: 0; }
    /* line 157, bootstrap/_responsive-767px-max.css.scss */
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px; }

    /* line 166, bootstrap/_responsive-767px-max.css.scss */
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px; }

    /* line 172, bootstrap/_responsive-767px-max.css.scss */
    .media-object {
        margin-right: 0;
        margin-left: 0; }

    /* line 178, bootstrap/_responsive-767px-max.css.scss */
    .modal {
        top: 10px;
        left: 10px;
        right: 10px; }

    /* line 183, bootstrap/_responsive-767px-max.css.scss */
    .modal-header .close {
        padding: 10px;
        margin: -10px; }

    /* line 189, bootstrap/_responsive-767px-max.css.scss */
    .carousel-caption {
        position: static; } }
@media (max-width: 979px) {
    /* line 13, bootstrap/_responsive-navbar.css.scss */
    body {
        padding-top: 0; }

    /* line 18, bootstrap/_responsive-navbar.css.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static; }

    /* line 21, bootstrap/_responsive-navbar.css.scss */
    .navbar-fixed-top {
        margin-bottom: 20px; }

    /* line 24, bootstrap/_responsive-navbar.css.scss */
    .navbar-fixed-bottom {
        margin-top: 20px; }

    /* line 28, bootstrap/_responsive-navbar.css.scss */
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px; }

    /* line 31, bootstrap/_responsive-navbar.css.scss */
    .navbar .container {
        width: auto;
        padding: 0; }

    /* line 36, bootstrap/_responsive-navbar.css.scss */
    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px; }

    /* line 45, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse {
        clear: both; }

    /* line 49, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px; }

    /* line 53, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav > li {
        float: none; }

    /* line 56, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav > li > a {
        margin-bottom: 2px; }

    /* line 59, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav > .divider-vertical {
        display: none; }

    /* line 62, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav .nav-header {
        color: #777777;
        text-shadow: none; }

    /* line 68, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }

    /* line 75, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }

    /* line 80, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px; }

    /* line 84, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .dropdown-menu a:hover {
        background-color: #f2f2f2; }

    /* line 88, bootstrap/_responsive-navbar.css.scss */
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999999; }

    /* line 92, bootstrap/_responsive-navbar.css.scss */
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover {
        background-color: #111111; }

    /* line 96, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0; }

    /* line 101, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }

    /* line 115, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .open > .dropdown-menu {
        display: block; }

    /* line 120, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none; }

    /* line 123, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .dropdown-menu .divider {
        display: none; }

    /* line 128, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none; }

    /* line 134, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

    /* line 143, bootstrap/_responsive-navbar.css.scss */
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111; }

    /* line 148, bootstrap/_responsive-navbar.css.scss */
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0; }

    /* line 154, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0; }

    /* line 159, bootstrap/_responsive-navbar.css.scss */
    .navbar .btn-navbar {
        display: block; }

    /* line 165, bootstrap/_responsive-navbar.css.scss */
    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px; } }
@media (min-width: 980px) {
    /* line 180, bootstrap/_responsive-navbar.css.scss */
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important; } }
/* line 1, dataTables/jquery.dataTables.bootstrap.css.scss */
div.dataTables_length label {
    float: left;
    text-align: left;
}


/* line 6, dataTables/jquery.dataTables.bootstrap.css.scss */
div.dataTables_length select {
    width: 60px; }

/* line 10, dataTables/jquery.dataTables.bootstrap.css.scss */
div.dataTables_filter label {
    float: right; }

/* 기록자명 검색 추가 css */
div.dataTables_filter form,
.uneditable-input {
    display: inline-block;
    height: 25px;
    /*padding: 4px 6px;*/
    margin-bottom: 7px;
    /*  font-size: 14px;*/
    font-size: 12px;
    /*   line-height: 20px; */
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

/* line 14, dataTables/jquery.dataTables.bootstrap.css.scss */
div.dataTables_info {
    padding-top: 8px; }

/* line 18, dataTables/jquery.dataTables.bootstrap.css.scss */
div.dataTables_paginate {
    /*float: inherit;*/
    /*position:absolute;*/
    margin-bottom: 10px;
    left:30%;
    text-align: center;
    margin: 0; }

/* line 23, dataTables/jquery.dataTables.bootstrap.css.scss */
table.dataTable {
    clear: both;
    margin-bottom: 6px !important; }


/* line 32, dataTables/jquery.dataTables.bootstrap.css.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand; }

/* line 37, dataTables/jquery.dataTables.bootstrap.css.scss */
/*table.dataTable thead .sorting {*/
/*background: url('../images/dataTables/sort_both.png') no-repeat center right; }*/

/* line 38, dataTables/jquery.dataTables.bootstrap.css.scss */
/*table.dataTable thead .sorting_asc {*/
/*background: url('../images/dataTables/sort_asc.png') no-repeat center right; }*/

/* line 39, dataTables/jquery.dataTables.bootstrap.css.scss */
/*table.dataTable thead .sorting_desc {*/
/*background: url('../images/dataTables/sort_desc.png') no-repeat center right; }*/

/* line 41, dataTables/jquery.dataTables.bootstrap.css.scss */
/*table.dataTable thead .sorting_asc_disabled {*/
/*background: url('../images/dataTables/sort_asc_disabled.png') no-repeat center right; }*/

/* line 42, dataTables/jquery.dataTables.bootstrap.css.scss */
/*table.dataTable thead .sorting_desc_disabled {*/
/*background: url('../images/dataTables/sort_desc_disabled.png') no-repeat center right; }*/

/* line 44, dataTables/jquery.dataTables.bootstrap.css.scss */
table.dataTable th:active {
    outline: none; }

/* @group Base */
/* line 3, chosen.css.sass */
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline; }
/* line 9, chosen.css.sass */
.chzn-container .chzn-drop {
    background: white;
    border: 1px solid #aaaaaa;
    border-top: 0;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 1010; }

/* @end */
/* @group Single Chosen */
/* line 26, chosen.css.sass */
.chzn-container-single .chzn-single {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 23px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #444444;
    text-decoration: none; }
/* line 53, chosen.css.sass */
.chzn-container-single .chzn-default {
    color: #999999; }
/* line 56, chosen.css.sass */
.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
/* line 64, chosen.css.sass */
.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../images/chosen-sprite.png') right top no-repeat; }
/* line 73, chosen.css.sass */
.chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px; }
/* line 75, chosen.css.sass */
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top; }
/* line 77, chosen.css.sass */
.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px; }
/* line 84, chosen.css.sass */
.chzn-container-single .chzn-single div b {
    background: url('../images/chosen-sprite.png') no-repeat 0 0;
    display: block;
    width: 100%;
    height: 100%; }
/* line 89, chosen.css.sass */
.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010; }
/* line 95, chosen.css.sass */
.chzn-container-single .chzn-search input {
    background: white url('../images/chosen-sprite.png') no-repeat 100% -22px;
    background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url('../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaaaaa;
    font-family: sans-serif;
    /*     font-family: "Gulim"; */
    font-size: 1em; }
/* line 108, chosen.css.sass */
.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

/* @end */
/* line 118, chosen.css.sass */
.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px; }

/* @group Multi Chosen */
/* line 124, chosen.css.sass */
.chzn-container-multi .chzn-choices {
    background-color: white;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaaaaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative; }
/* line 139, chosen.css.sass */
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none; }
/* line 142, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0; }
/* line 146, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-field input {
    color: #666666;
    background: transparent !important;
    border: 0 !important;
    font-family: sans-serif;
    /*       font-family: "Gulim"; */
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 159, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-field .default {
    color: #999999; }
/* line 161, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    border: 1px solid #aaaaaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default; }
/* line 185, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666666;
    border: 1px solid #cccccc;
    padding-right: 5px; }
/* line 197, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4; }
/* line 199, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../images/chosen-sprite.png') right top no-repeat; }
/* line 208, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -11px; }
/* line 210, chosen.css.sass */
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -11px; }

/* @end */
/* @group Results */
/* line 217, chosen.css.sass */
.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

/* line 226, chosen.css.sass */
.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0; }

/* line 231, chosen.css.sass */
.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none; }
/* line 237, chosen.css.sass */
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item; }
/* line 240, chosen.css.sass */
.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: white; }
/* line 249, chosen.css.sass */
.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal; }
/* line 252, chosen.css.sass */
.chzn-container .chzn-results .highlighted em {
    background: transparent; }
/* line 254, chosen.css.sass */
.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item; }
/* line 257, chosen.css.sass */
.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999999;
    font-weight: bold; }
/* line 261, chosen.css.sass */
.chzn-container .chzn-results .group-option {
    padding-left: 15px; }

/* line 264, chosen.css.sass */
.chzn-container-multi .chzn-drop .result-selected {
    display: none; }

/* line 268, chosen.css.sass */
.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 1; }
/* line 276, chosen.css.sass */
.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px; }
/* line 281, chosen.css.sass */
.chzn-container .chzn-results-scroll-down {
    bottom: 0; }
/* line 283, chosen.css.sass */
.chzn-container .chzn-results-scroll-down span {
    background: url('../images/chosen-sprite.png') no-repeat -4px -3px; }
/* line 285, chosen.css.sass */
.chzn-container .chzn-results-scroll-up span {
    background: url('../images/chosen-sprite.png') no-repeat -22px -3px; }

/* @end */
/* @group Active */
/* line 293, chosen.css.sass */
.chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb; }
/* line 298, chosen.css.sass */
.chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white inset;
    box-shadow: 0 1px 0 white inset;
    background-color: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
    background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
/* line 316, chosen.css.sass */
.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none; }
/* line 319, chosen.css.sass */
.chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px; }
/* line 321, chosen.css.sass */
.chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb; }
/* line 326, chosen.css.sass */
.chzn-container-active .chzn-choices .search-field input {
    color: #111111 !important; }

/* @end */
/* @group Disabled Support */
/* line 333, chosen.css.sass */
.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important; }
/* line 336, chosen.css.sass */
.chzn-disabled .chzn-single, .chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default; }

/* @group Right to Left */
/* line 341, chosen.css.sass */
.chzn-rtl {
    text-align: right; }
/* line 343, chosen.css.sass */
.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible; }
/* line 346, chosen.css.sass */
.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl; }
/* line 350, chosen.css.sass */
.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto; }
/* line 353, chosen.css.sass */
.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto; }
/* line 357, chosen.css.sass */
.chzn-rtl .chzn-choices .search-field input {
    direction: rtl; }
/* line 359, chosen.css.sass */
.chzn-rtl .chzn-choices li {
    float: right; }
/* line 361, chosen.css.sass */
.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0; }
/* line 364, chosen.css.sass */
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 4px;
    right: auto;
    background-position: right top; }
/* line 368, chosen.css.sass */
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
/* line 371, chosen.css.sass */
.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
/* line 374, chosen.css.sass */
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none; }
/* line 376, chosen.css.sass */
.chzn-rtl .chzn-search input {
    background: white url('../images/chosen-sprite.png') no-repeat -38px -22px;
    background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url('../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    padding: 4px 5px 4px 20px;
    direction: rtl; }

/* @end */
/* line 11, chosen_fix.css.scss */
.input .chzn-container-multi, .input .chzn-container-single {
    width: 100% !important; }

/* line 17, chosen_fix.css.scss */
.chzn-container-single .chzn-single {
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 22, chosen_fix.css.scss */
.chzn-container-single .chzn-single div b {
    margin-top: 2px; }
/* line 27, chosen_fix.css.scss */
.chzn-container-single .chzn-search input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    line-height: 25px;
    height: 25px; }
/* line 34, chosen_fix.css.scss */
.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    width: 100% !important;
    background: #f5f5f5; }

/* line 43, chosen_fix.css.scss */
.chzn-container-active .chzn-single-with-drop {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }

/* line 48, chosen_fix.css.scss */
.chzn-container-multi .chzn-choices .search-field input {
    height: 25px;
    line-height: 25px; }

/* line 53, chosen_fix.css.scss */
.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 4, widgets/tagify.css.scss */
.tagify-container {
    width: 300px;
    height: 100px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 2px;
    font-family: Verdana, sans-serif;
    /*   font-family: "Gulim"; */
    font-size: 12px;
    overflow: auto; }
/* line 14, widgets/tagify.css.scss */
.tagify-container > span {
    display: inline-block;
    padding: 3px 5px;
    margin: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #EEE;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999;
    text-shadow: 0 1px rgba(245, 245, 245, 0.5);
    font-size: 11px;
    text-shadow: 0 1px 0 whiteSmoke;
    text-transform: uppercase;
    font-weight: bold; }
/* line 28, widgets/tagify.css.scss */
.tagify-container > span > a {
    color: #999;
    padding-left: 5px;
    text-decoration: none;
    font-weight: bold; }
/* line 36, widgets/tagify.css.scss */
.tagify-container > input {
    border: 0 none;
    width: 100px; }
/* line 40, widgets/tagify.css.scss */
.tagify-container > input:focus {
    outline: none; }

/* line 47, widgets/tagify.css.scss */
.input .tagify-container {
    width: 100%; }
/* line 50, widgets/tagify.css.scss */
.input .tagify-container input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin-bottom: 0; }

/* line 5, layout.css.scss */
html {
    height: 100%;
    /*overflow : auto;*/
}


/* line 10, layout.css.scss */
body {
    height: 100%;
    width: 100%;
    /*background: url('../images/linen-white.png');*/
    -webkit-font-smoothing: antialiased; }

/* line 17, layout.css.scss */
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0; }

/* line 24, layout.css.scss */

nav.main-nav > div > ul,
nav.main-nav > ul {
    color: #4d70b2;
    height: 67px;
}
/*border-bottom: 1px solid #4A4A54; }*/
/* line 28, layout.css.scss */
nav.main-nav > div > ul > li,
nav.main-nav > ul > li {
    border-bottom: 1px solid #dbdbdb;
    color: #4d70b2;
}
/*border-top: 1px solid #dbdbdb; }*/
/* line 33, layout.css.scss */
nav.main-nav > div > ul > li > a,
nav.main-nav > ul > li > a {
    color: #4d70b2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 7px 0;
    text-align: center;
    text-decoration: none; }
/* line 41, layout.css.scss */
nav.main-nav > div > ul > li > a:hover,
nav.main-nav > ul > li > a:hover {
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedddd', endColorstr='#dedddd'); /* IE */
}
/* line 45, layout.css.scss */
nav.main-nav > div > ul > li > a i,
nav.main-nav > ul > li > a i {
    color: #4d70b2; }
/* line 51, layout.css.scss */
nav.main-nav > div > ul > li.active > a,
nav.main-nav > ul > li.active > a {
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #ffffff;
    background: rgba(77, 112, 178, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4D70B2', endColorstr='#4D70B2'); /* IE */
    /*color: #4d70b2;*/
}
/* line 55, layout.css.scss */
nav.main-nav > div > ul > li.active > a i,
nav.main-nav > ul > li.active > a i {
    background: rgba(77, 112, 178, 1);
    color: #ffffff; }
/* line 63, layout.css.scss */
nav.main-nav > div > ul > li.bottom,
nav.main-nav > ul > li.bottom {
    border: none;
    border-top: 1px solid #4A4A54; }
/* line 67, layout.css.scss */
nav.main-nav > div > ul > li.bottom a,
nav.main-nav > ul > li.bottom a {
    bottom: 7px;
    position: absolute; }
/* line 71, layout.css.scss */
nav.main-nav > div > ul > li.bottom a:hover,
nav.main-nav > ul > li.bottom a:hover {
    background: transparent; }

nav.main-nav2 > div > ul,
nav.main-nav2 > ul {
}
/*border-bottom: 1px solid #4A4A54; }*/
/* line 28, layout.css.scss */
nav.main-nav2 > div > ul > li,
nav.main-nav2 > ul > li {
    border-bottom: 1px solid #dbdbdb; }
/*border-top: 1px solid #dbdbdb; }*/
/* line 33, layout.css.scss */
nav.main-nav2 > div > ul > li > a,
nav.main-nav2 > ul > li > a {
    color: #4d70b2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 7px 0;
    text-align: center;
    text-decoration: none; }
/* line 41, layout.css.scss */
nav.main-nav2 > div > ul > li > a:hover,
nav.main-nav2 > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.1); }
/* line 45, layout.css.scss */
nav.main-nav2 > div > ul > li > a i,
nav.main-nav2 > ul > li > a i {
    color: #4d70b2; }
/* line 51, layout.css.scss */
nav.main-nav2 > div > ul > li.active > a,
nav.main-nav2 > ul > li.active > a {
    font-weight: bold;
    color: #ffffff;
    background: rgba(77, 112, 178, 1); }
/* line 55, layout.css.scss */
nav.main-nav2 > div > ul > li.active > a i,
nav.main-nav2 > ul > li.active > a i {
    color: #ffffff; }
/* line 63, layout.css.scss */
nav.main-nav2 > div > ul > li.bottom,
nav.main-nav2 > ul > li.bottom {
    border: none;
    border-top: 1px solid #4A4A54; }
/* line 67, layout.css.scss */
nav.main-nav2 > div > ul > li.bottom a,
nav.main-nav2 > ul > li.bottom a {
    bottom: 7px;
    position: absolute; }
/* line 71, layout.css.scss */
nav.main-nav2 > div > ul > li.bottom a:hover,
nav.main-nav2 > ul > li.bottom a:hover {
    background: transparent; }

/* line 82, layout.css.scss */
nav#primary {
    /*background: url('../images/linen-white.png');*/
    list-style-type: none;margin: 0;padding: 0;
    float: left;
    height: 100%;
    width: 90px; }
/* line 28, layout.css.scss */
/* line 93, layout.css.scss */
nav#primary > ul > li > a {
    /*    font-size: 11px;*/
    font-size: 12px;
    /*     line-height: 32px; */
    opacity: .9; }
/* line 98, layout.css.scss */
nav#primary > ul > li > a i {

    display: block;
    /*display: block;*/
    /*       font-size: 32px; */
    /*       padding-top: 14px; */
    width: 100%;
    /*       height: 36px; */
    line-height: 30px; }
/* line 113, layout.css.scss */

nav#secondary {
    float: left;
    width: 307px;
    /*height: auto;*/
    /*height: 100%;*/
    /*overflow-y: scroll;*/
    /*  background: url('../images/linen-black.png'); */
    /*background: url('../images/linen-white.png');*/
    /*-webkit-box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);*/
    /*-moz-box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);*/
    /*box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);*/
    border-right: 1px solid #dbdbdb;
    /*border-left: 1px solid #dbdbdb;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:calc(100vh - 93px);}
/* line 124, layout.css.scss */
nav#secondary > div > ul > li > a,
nav#secondary > ul > li > a {
    font-size: 12px;
    /*     line-height: 28px; */
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    /*    color:#ffffff;*/
}
/* line 130, layout.css.scss */
nav#secondary > div >ul > li > a i,
nav#secondary > ul > li > a i {
    /*       font-size: 28px; */
    font-size: 20px;
    vertical-align: middle; }
/* line 137, layout.css.scss */
nav#secondary > div > ul > li.active > a,
nav#secondary > ul > li.active > a {
    padding-right: 20px;
    background: #4d70b2;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #c5c5c5));*/
    /*background-image: -webkit-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: -moz-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: -o-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: linear-gradient(top, #ececec, #c5c5c5);*/
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }
/* line 142, layout.css.scss */
nav#secondary > div > ul > li.active > a i,
nav#secondary > ul > li.active > a i {
    color: #ffffff; }

nav#secondary2 {
    float: left;
    width: 100%;
    height: 100%;
    /*  background: url('../images/linen-black.png'); */
    background: url('../images/linen-white.png');
    -webkit-box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);
    -moz-box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);
    box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb; }
/* line 124, layout.css.scss */
nav#secondary2 > div > ul > li > a,
nav#secondary2 > ul > li > a {
    font-size: 12px;
    /*     line-height: 28px; */
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    /*    color:#ffffff;*/
}
/* line 130, layout.css.scss */
nav#secondary2 > div >ul > li > a i,
nav#secondary2 > ul > li > a i {
    /*       font-size: 28px; */
    font-size: 20px;
    vertical-align: middle; }
/* line 137, layout.css.scss */
nav#secondary2 > div > ul > li.active > a,
nav#secondary2 > ul > li.active > a {
    padding-right: 20px;
    background: #4d70b2;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #c5c5c5));*/
    /*background-image: -webkit-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: -moz-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: -o-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: linear-gradient(top, #ececec, #c5c5c5);*/
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }
/* line 142, layout.css.scss */
nav#secondary2 > div > ul > li.active > a i,
nav#secondary2 > ul > li.active > a i {
    color: #ffffff; }


nav#secondary3 {
    /*float: left;*/
    width: 100%;
    height: 100%;
    /*  background: url('../images/linen-black.png'); */
    background: url('../images/linen-white.png');
    -webkit-box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);
    -moz-box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);
    box-shadow: -2px 0px 15px rgba(219, 219, 219, 0.4);
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb; }
/* line 124, layout.css.scss */
nav#secondary3 > div > ul > li > a,
nav#secondary3 > ul > li > a {
    font-size: 12px;
    /*     line-height: 28px; */
    line-height: 24px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*text-align: left;*/
    /*color:#ffffff;*/
}
/* line 130, layout.css.scss */
nav#secondary3 > div >ul > li > a i,
nav#secondary3 > ul > li > a i {
    /*       font-size: 28px; */
    font-size: 20px;
    vertical-align: middle; }
/* line 137, layout.css.scss */
nav#secondary3 > div > ul > li.active > a,
nav#secondary3 > ul > li.active > a {
    /*padding-right: 20px;*/
    background: #3c3c42;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #c5c5c5));*/
    /*background-image: -webkit-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: -moz-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: -o-linear-gradient(top, #ececec, #c5c5c5);*/
    /*background-image: linear-gradient(top, #ececec, #c5c5c5);*/
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); }
/* line 142, layout.css.scss */
nav#secondary3 > div > ul > li.active > a i,
nav#secondary3 > ul > li.active > a i {
    color: #ffffff; }

/* line 151, layout.css.scss */
section#main {
    /*height: 100%;*/
    /*overflow: auto;*/
	float: left;
	width: calc(100% - 307px);
}

/* line 158, layout.css.scss */
.box {
    /*-webkit-box-shadow: 0px 2px 4px rgba(219, 219, 219, 1);*/
    /*-moz-box-shadow: 0px 2px 4px rgba(219, 219, 219, 1);*/
    /*box-shadow: 0px 2px 4px rgba(219, 219, 219, 1);*/
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*background: #F1F1F1;*/
    margin-bottom: 20px; }
/* line 164, layout.css.scss */
.box .black-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 169, layout.css.scss */
.padded {
    padding: 20px;
    padding-bottom: 0px;
}

/* line 173, layout.css.scss */
.hpadded {
    padding: 0 20px; }

/* line 177, layout.css.scss */
.vpadded {
    padding: 20px 0; }

.search-condition {
    padding: 15px 0 0 0; }

/* line 183, layout.css.scss */
.black-box {
    /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);*/
    /*-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    /*background: #3B3B42;*/
    background: #ffffff;
    color: #4d70b2;
    /*font-weight: bold;*/
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.5);*/
    margin-bottom: 20px; }
/* line 34, mixin_helpers.css.scss */
.black-box.tex {
    /*background: url('../images/linen-white.png'); */
}
/* line 41, mixin_helpers.css.scss */
.black-box .separator a {
    /*color: #fff;*/
    color: #333333;
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.1);*/
    /*font-weight: bold;*/
}
/* line 45, mixin_helpers.css.scss */
.black-box .separator a:hover {
    /*color: #dbdbdb;*/
    color: #4d70b2;
}

/* line 188, layout.css.scss */
.clearfix {
    overflow: hidden;
    *zoom: 1; }

/* line 192, layout.css.scss */
.footer {
    padding: 5px 10px;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #626262;
    /*text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset, rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset, rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset, rgba(255, 255, 255, 0.4) 0 1px 0;
    max-width: 500px;
    margin-bottom: 40px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    /*color: white;*/
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.8);*/
}
/* line 212, layout.css.scss */
.footer a {
    color: #ddd; }
/* line 214, layout.css.scss */
.footer a:hover {
    color: #ccc; }

/* line 5, form_elements.css.scss */
.fill-up {
    width: 100%; }

/* line 8, form_elements.css.scss */
form {
    overflow: hidden;
    *zoom: 1; }

/* line 12, form_elements.css.scss */
form.fill-up {
    width: 100%;
    margin-bottom: 0; }
/* line 15, form_elements.css.scss */
form.fill-up input, form.fill-up textarea {
    width: 100%; }

/* line 20, form_elements.css.scss */
.note {
    /*font-style: italic;*/
    /*color: #fff;*/
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.5);*/
    /*font-size: 12px;*/
    padding: 0px 0px 0px 0px; }
/* line 27, form_elements.css.scss */
.note.large {
    font-size: 12px; }
/* line 29, form_elements.css.scss */
.note.large i {
    font-size: 16px; }

/* line 36, form_elements.css.scss */
.box .note {
    /*font-size: 10px;*/
    font-size: 12px;
    color: #888;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5); }

/* line 44, form_elements.css.scss */
.black-box .note {
    /*font-size: 10px;*/
    font-size: 12px;
    color: #3c3c42;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

/* line 53, form_elements.css.scss */
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 {
    /*height: 30px;*/
}
/* line 54, form_elements.css.scss */
textarea.input-transparent, input[type="text"].input-transparent, input[type="password"].input-transparent, input[type="datetime"].input-transparent, input[type="datetime-local"].input-transparent, input[type="date"].input-transparent, input[type="month"].input-transparent, input[type="time"].input-transparent, input[type="week"].input-transparent, input[type="number"].input-transparent, input[type="email"].input-transparent, input[type="url"].input-transparent, input[type="search"].input-transparent, input[type="tel"].input-transparent, input[type="color"].input-transparent, .uneditable-input.input-transparent {
    /*-webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);*/
    /*-moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);*/
    /*box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);*/
    /*box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);*/
    /*background: rgba(77, 112, 178, 0.25);*/
    /*background: #3b3b42;*/
    background: #ffffff;
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff');  *//*IE*/
    /*filter: progid:DXImageTransform.Microsoft.DropShadow(Colpr=#dddddd,Positive=1, OffX=10, OffY=10);  *//*IE*/
    /*box-shadow: 5px 5px 10px rgba(0,0,0,0.4);*/
    /*filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color=#3c3c42);*/
    /*border: none;*/
    /*border-color: red;*/
    /*border-width: 1px;*/
    /*color: #fff;*/
    border-bottom: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-right: #dddddd 1px solid;

    color: #666666;
    font-weight: normal;
    /*text-shadow: 0px 1px 1px rgba(60, 60, 66, 0.1);*/
    font-size: 100%;
    padding:10px 10px 10px 13px; }
/* line 15, mixin_helpers.css.scss */
textarea.input-transparent::-webkit-input-placeholder, input[type="text"].input-transparent::-webkit-input-placeholder, input[type="password"].input-transparent::-webkit-input-placeholder, input[type="datetime"].input-transparent::-webkit-input-placeholder, input[type="datetime-local"].input-transparent::-webkit-input-placeholder, input[type="date"].input-transparent::-webkit-input-placeholder, input[type="month"].input-transparent::-webkit-input-placeholder, input[type="time"].input-transparent::-webkit-input-placeholder, input[type="week"].input-transparent::-webkit-input-placeholder, input[type="number"].input-transparent::-webkit-input-placeholder, input[type="email"].input-transparent::-webkit-input-placeholder, input[type="url"].input-transparent::-webkit-input-placeholder, input[type="search"].input-transparent::-webkit-input-placeholder, input[type="tel"].input-transparent::-webkit-input-placeholder, input[type="color"].input-transparent::-webkit-input-placeholder, .uneditable-input.input-transparent::-webkit-input-placeholder {
    color: #4d70b2; }
/* line 19, mixin_helpers.css.scss */
textarea.input-transparent:-moz-placeholder, input[type="text"].input-transparent:-moz-placeholder, input[type="password"].input-transparent:-moz-placeholder, input[type="datetime"].input-transparent:-moz-placeholder, input[type="datetime-local"].input-transparent:-moz-placeholder, input[type="date"].input-transparent:-moz-placeholder, input[type="month"].input-transparent:-moz-placeholder, input[type="time"].input-transparent:-moz-placeholder, input[type="week"].input-transparent:-moz-placeholder, input[type="number"].input-transparent:-moz-placeholder, input[type="email"].input-transparent:-moz-placeholder, input[type="url"].input-transparent:-moz-placeholder, input[type="search"].input-transparent:-moz-placeholder, input[type="tel"].input-transparent:-moz-placeholder, input[type="color"].input-transparent:-moz-placeholder, .uneditable-input.input-transparent:-moz-placeholder {
    color: #3c3c42; }
/* line 67, form_elements.css.scss */
textarea.error, input[type="text"].error, input[type="password"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="date"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error, input[type="number"].error, input[type="email"].error, input[type="url"].error, input[type="search"].error, input[type="tel"].error, input[type="color"].error, .uneditable-input.error {
    border: 1px solid #AD6262;
    color: #AD6262; }
/* line 70, form_elements.css.scss */
textarea.error i, input[type="text"].error i, input[type="password"].error i, input[type="datetime"].error i, input[type="datetime-local"].error i, input[type="date"].error i, input[type="month"].error i, input[type="time"].error i, input[type="week"].error i, input[type="number"].error i, input[type="email"].error i, input[type="url"].error i, input[type="search"].error i, input[type="tel"].error i, input[type="color"].error i, .uneditable-input.error i {
    color: #AD6262; }
/* line 71, form_elements.css.scss */
textarea.error:focus, input[type="text"].error:focus, input[type="password"].error:focus, input[type="datetime"].error:focus, input[type="datetime-local"].error:focus, input[type="date"].error:focus, input[type="month"].error:focus, input[type="time"].error:focus, input[type="week"].error:focus, input[type="number"].error:focus, input[type="email"].error:focus, input[type="url"].error:focus, input[type="search"].error:focus, input[type="tel"].error:focus, input[type="color"].error:focus, .uneditable-input.error:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 77, form_elements.css.scss */
.input {
    position: relative;
}
/* line 79, form_elements.css.scss */
.input .input-error {
    position: absolute;
    /*     top: 8px; */
    right: 10px;
    font-size: 16px;
    color: #AD6262; }




/* line 88, form_elements.css.scss */
textarea {
    height: auto; }

/* line 93, form_elements.css.scss */
.prepend-transparent, .append-transparent {
    position: relative; }
/* line 96, form_elements.css.scss */
.prepend-transparent input[type="text"], .append-transparent input[type="text"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px; }
/* line 101, form_elements.css.scss */
.prepend-transparent .add-on, .append-transparent .add-on {
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 10px;
    text-align: center;
    color: #434343;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 7px;
    position: absolute;
    top: 5px;
    border: none;
    height: 20px;
    line-height: 20px; }

/* line 115, form_elements.css.scss */
.prepend-transparent input[type="text"] {
    padding-left: 35px; }
/* line 119, form_elements.css.scss */
.prepend-transparent .add-on {
    left: 5px; }

/* line 125, form_elements.css.scss */
.append-transparent input[type="text"] {
    padding-right: 35px; }
/* line 129, form_elements.css.scss */
.append-transparent .add-on {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    top: -5px;
    position: relative;
    right: 35px; }

/* line 139, form_elements.css.scss */
.form-actions {
    margin-bottom: 0;
    /*   padding-bottom: 20px; */
    -webkit-border-radius: 0 0;
    -moz-border-radius: 0 0 6px 6px / 0 0 6px 6px;
    border-radius: 0 0 6px 6px / 0 0 6px 6px; }

/* line 145, form_elements.css.scss */
.form-horizontal {
    margin-bottom: 0;
    padding-top: 20px; }

/* line 150, form_elements.css.scss */
.form-vertical {
    padding-top: 20px; }
/* line 153, form_elements.css.scss */
.form-vertical .control-group {
    padding-left: 20px;
    padding-right: 20px; }
/* line 157, form_elements.css.scss */
.form-vertical .control-group input {
    width: 100%; }

/* line 197, form_elements.css.scss */
.normal-check {
    display: none; }
/* line 166, form_elements.css.scss */
.normal-check:checked + label:before {
    background-position: 0 -38px; }
/* line 170, form_elements.css.scss */
.normal-check:checked + label:hover:before {
    background-position: 0 -38px; }
/* line 174, form_elements.css.scss */
.normal-check + label {
    padding-left: 25px; }
/* line 177, form_elements.css.scss */
.normal-check + label:before {
    content: "";
    background: url('../images/checkbox2.png') no-repeat;
    background-position: 0 0;
    height: 19px;
    width: 18px;
    position: absolute;
    margin-left: -25px; }
/* line 187, form_elements.css.scss */
.normal-check + label:hover:before {
    background-position: 0 -19px; }
/* line 191, form_elements.css.scss */
.normal-check + label:active:before {
    background-position: 0 -38px; }

/* line 201, form_elements.css.scss */
.normal-radio {
    display: none; }
/* line 166, form_elements.css.scss */
.normal-radio:checked + label:before {
    background-position: 0 -38px; }
/* line 170, form_elements.css.scss */
.normal-radio:checked + label:hover:before {
    background-position: 0 -38px; }
/* line 174, form_elements.css.scss */
.normal-radio + label {
    padding-left: 25px; }
/* line 177, form_elements.css.scss */
.normal-radio + label:before {
    content: "";
    background: url('../images/radio.png') no-repeat;
    background-position: 0 0;
    height: 19px;
    width: 18px;
    position: absolute;
    margin-left: -25px; }
/* line 187, form_elements.css.scss */
.normal-radio + label:hover:before {
    background-position: 0 -19px; }
/* line 191, form_elements.css.scss */
.normal-radio + label:active:before {
    background-position: 0 -38px; }

/* line 206, form_elements.css.scss */
.input-group input[type="text"], .input-group input[type="password"], .input-group input[type="datetime"], .input-group input[type="datetime-local"], .input-group input[type="date"], .input-group input[type="month"], .input-group input[type="time"], .input-group input[type="week"], .input-group input[type="number"], .input-group input[type="email"], .input-group input[type="url"], .input-group input[type="search"], .input-group input[type="tel"], .input-group input[type="color"], .input-group .uneditable-input {
    margin: 0;
    margin-bottom: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    border: 1px solid #555;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 20px; }
/* line 207, form_elements.css.scss */
.input-group input[type="text"]:first-child, .input-group input[type="password"]:first-child, .input-group input[type="datetime"]:first-child, .input-group input[type="datetime-local"]:first-child, .input-group input[type="date"]:first-child, .input-group input[type="month"]:first-child, .input-group input[type="time"]:first-child, .input-group input[type="week"]:first-child, .input-group input[type="number"]:first-child, .input-group input[type="email"]:first-child, .input-group input[type="url"]:first-child, .input-group input[type="search"]:first-child, .input-group input[type="tel"]:first-child, .input-group input[type="color"]:first-child, .input-group .uneditable-input:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 6px -6px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 6px -6px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 6px -6px inset; }
/* line 212, form_elements.css.scss */
.input-group input[type="text"]:last-child, .input-group input[type="password"]:last-child, .input-group input[type="datetime"]:last-child, .input-group input[type="datetime-local"]:last-child, .input-group input[type="date"]:last-child, .input-group input[type="month"]:last-child, .input-group input[type="time"]:last-child, .input-group input[type="week"]:last-child, .input-group input[type="number"]:last-child, .input-group input[type="email"]:last-child, .input-group input[type="url"]:last-child, .input-group input[type="search"]:last-child, .input-group input[type="tel"]:last-child, .input-group input[type="color"]:last-child, .input-group .uneditable-input:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    /*border-radius: 0 0 4px 4px;*/
    margin-bottom: 0; }

/* line 3, base.css.scss */
/** {*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*text-decoration: none;*/
    /*outline: none;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box; }*/

/* line 11, base.css.scss */
/* body {
   font: normal 12px HelveticaNeue, Helvetica, Arial;
}
 */
/* line 15, base.css.scss */
a {
    cursor: pointer;
    /*   color: #78808a;  */
    color: #333333;
}

/* line 20, base.css.scss */
a:hover {
    text-decoration: none; }

/* line 24, base.css.scss */
.container-fluid {
    overflow-x: hidden;
}

/* line 9, typography.css.scss */
p {
    line-height: 20px; }

/* line 2, widgets/faq.css.scss */
.faq-questions .faq-number {
    min-width: 25px;
    display: inline-block; }
/* line 6, widgets/faq.css.scss */
.faq-questions li {
    line-height: 20px; }

/* line 12, widgets/faq.css.scss */
.faq-list .faq-number {
    display: inline-block;
    line-height: 25px;
    margin-right: 10px; }

/* line 4, widgets/comments.css.scss */
.recent-comments .separator {
    overflow: hidden;
    *zoom: 1; }
/* line 8, widgets/comments.css.scss */
.recent-comments .article-post {
    padding-top: 8px;
    margin-left: 15px; }
/* line 13, widgets/comments.css.scss */
.recent-comments .user-info {
    color: #3c3c42;
    /*color: #ccc;*/
    /*   font-size: 10px;  */
    font-size: 12px;
}
/* line 18, widgets/comments.css.scss */
.recent-comments .user-content {
    font-size: 12px; }
/* line 22, widgets/comments.css.scss */
.recent-comments .separator {
    margin-top: 10px;
    padding-bottom: 10px; }
/* line 26, widgets/comments.css.scss */
.recent-comments .separator:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
/* line 31, widgets/comments.css.scss */
.recent-comments .btn-group {
    margin-top: 10px; }

/* line 8, widgets/interactive_tables.css.scss */
div.dataTables_filter label {
    /*float: left; }*/
}
/* line 12, widgets/interactive_tables.css.scss */
div.dataTables_filter label {
    margin-left: 10px; }
/* line 16, widgets/interactive_tables.css.scss */
div.dataTables_filter input {
    padding: 0;
    line-height: 25px;
    height: 25px;
    width: 150px; }

/* line 24, widgets/interactive_tables.css.scss */
div.dataTables_wrapper .fg-toolbar {
    text-align: center;
    margin-top: 20px;
}

div.dataTables_wrapper label form {display:inline;}

/* line 30, widgets/interactive_tables.css.scss */
.dataTables_length {
    position: absolute;
    top: 1px;
    right: 10px;
    color: #FFFFFF;
    margin-top: 5px;
    /*margin-right: 5px;*/
}
/* line 35, widgets/interactive_tables.css.scss */
.dataTables_length select {
    padding: 0;
    line-height: 25px;
    height: 22px;
    /*height: 25px;*/
    margin-top: -2px;
    margin-right: 5px;
    /*margin-top: 2px;*/
}

/* line 44, widgets/interactive_tables.css.scss */
.dataTables_wrapper table {
    border-bottom: 1px solid #DDD; }
/* line 48, widgets/interactive_tables.css.scss */
.dataTables_wrapper .fg-toolbar {
    overflow: hidden;
    *zoom: 1; }

/* line 55, widgets/interactive_tables.css.scss */
div.dataTables_paginate,
div.dataTables_paginate2 {
    /*float: left;*/
    text-align: center;
    margin-bottom: 20px;
    padding-right: 10px; }
/* line 61, widgets/interactive_tables.css.scss */
div.dataTables_paginate a,
div.dataTables_paginate2 a{
    /*background: #ededed;*/
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
    background-image: -moz-linear-gradient(top, #ffffff, #ededed);
    background-image: -o-linear-gradient(top, #ffffff, #ededed);
    background-image: linear-gradient(top, #ffffff, #ededed);
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 1px;
    border: 1px solid lightgrey;
    padding: 4px 8px;
    line-height: 25px;
    height: 25px;
    margin-left: -1px; }
/* line 47, button_mixins.css.scss */
div.dataTables_paginate a.inset,
div.dataTables_paginate2 a.inset{
    text-shadow: rgba(255, 255, 255, 0.5) 0 -1px 1px; }
/* line 50, button_mixins.css.scss */
div.dataTables_paginate a.disabled
div.dataTables_paginate2 a.disabled {
    background: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#ddd', GradientType=0);
    /*background: white;*/
    text-shadow: none;
    /*border: 1px solid #ededed;*/
    cursor: default; }
/* line 35, button_mixins.css.scss */
div.dataTables_paginate a.disabled:hover, div.dataTables_paginate a.disabled:active,
div.dataTables_paginate2 a.disabled:hover, div.dataTables_paginate2 a.disabled:active {
    /*background: white;*/
    background: #dbdbdb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 54, button_mixins.css.scss */
div.dataTables_paginate a:hover,
div.dataTables_paginate2 a:hover {
    /*background: #e3e3e3;*/
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e3e3e3);
    background-image: -o-linear-gradient(top, #f7f7f7, #e3e3e3);
    background-image: linear-gradient(top, #f7f7f7, #e3e3e3); }

/* line 58, button_mixins.css.scss */
div.dataTables_paginate a:active,
div.dataTables_paginate2 a:active{
    /*background: #e8e8e8;*/
    background: #dbdbdb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=0);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6d6d6), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #d6d6d6, #e8e8e8);
    background-image: -moz-linear-gradient(top, #d6d6d6, #e8e8e8);
    background-image: -o-linear-gradient(top, #d6d6d6, #e8e8e8);
    background-image: linear-gradient(top, #d6d6d6, #e8e8e8); }


/* line 69, widgets/interactive_tables.css.scss */
div.dataTables_paginate .first,
div.dataTables_paginate2 .first {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
/* line 73, widgets/interactive_tables.css.scss */
div.dataTables_paginate .last,
div.dataTables_paginate2 .last {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 77, widgets/interactive_tables.css.scss */
div.dataTables_paginate .ui-state-disabled, div.dataTables_paginate .ui-state-disabled:hover,
div.dataTables_paginate2 .ui-state-disabled, div.dataTables_paginate2 .ui-state-disabled:hover {
    background: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#ddd', GradientType=0);
    cursor: default;
    text-shadow: none; }


/* line 3, widgets/datepicker.css.scss */
.ui-datepicker {
    width: 220px;
    display: none;
    -webkit-box-shadow: #666666 0 0 8px;
    -moz-box-shadow: #666666 0 0 8px;
    box-shadow: #666666 0 0 8px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454), color-stop(100%, #424242));
    background-image: -webkit-linear-gradient(top, #545454, #424242);
    background-image: -moz-linear-gradient(top, #545454, #424242);
    background-image: -o-linear-gradient(top, #545454, #424242);
    background-image: linear-gradient(top, #545454, #424242);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#424242', GradientType=0);
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px / 4px;
    border-radius: 4px / 4px; }
/* line 11, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-header {
    position: relative; }
/* line 13, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
    cursor: pointer;
    height: 22px;
    width: 32px;
    float: right;
    background: url('../images/icons/calendar_right.png') center center no-repeat;
    margin-right: 5px;
    margin-top: 11px; }
/* line 21, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span {
    display: none; }
/* line 25, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    margin-top: 11px;
    cursor: pointer;
    float: left;
    height: 22px;
    width: 32px;
    background: url('../images/icons/calendar_left.png') center center no-repeat;
    margin-left: 5px; }
/* line 33, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span {
    display: none; }
/* line 38, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-title {
    padding-top: 8px;
    text-align: center;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
    font-weight: bold;
    font-size: .8em;
}
/* line 50, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-title .ui-datepicker-month{
    padding-top: 3px;
    margin-left: 3px;
    text-align: center;
    color: black;
    /*width: 50px;*/
    width: 57px;
    /*height: 25px;*/
    height: 22px;
    /*text-shadow: rgba(0, 0, 0, 0.6) 0 0 0;*/
    font-weight: normal;
	font-size: 12px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year{
    padding-top: 3px;
    text-align: center;
    color: black;
    /*width : 65px;*/
	width : 63px;
    /*height: 25px;*/
    height: 22px;
    /*text-shadow: rgba(0, 0, 0, 0.6) 0 0 0;*/
    font-weight: normal;
	font-size: 12px;
}
.ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 5px;
    margin-left: 6px; }
/* line 56, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar thead th span {
    line-height: 1.6em;
    color: #9D9B9B;
    font-size: .7em;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0; }
/* line 67, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
    border-top: 1px solid #303030; }
/* line 68, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
    border-bottom: 1px solid #303030; }
/* line 70, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td {
    border: 1px solid #232323;
    min-width: 28px;
    line-height: 22px;
    background: #444444;
    -webkit-box-shadow: #4a4a4a 0 1px 0 inset;
    -moz-box-shadow: #4a4a4a 0 1px 0 inset;
    box-shadow: #4a4a4a 0 1px 0 inset; }
/* line 71, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td:last-child {
    border-right: 1px solid #303030; }
/* line 72, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td:first-child {
    border-left: 1px solid #303030; }
/* line 81, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td a, .ui-datepicker .ui-datepicker-calendar tbody td span {
    text-align: center;
    display: block;
    line-height: 22px;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
    font-weight: normal;
    font-size: .8em;
}
/* line 90, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody td span.ui-state-active {
    text-shadow: #4e5e75 0 -1px 0;
    background: #8F9EB4;
    -webkit-box-shadow: #596a84 0 1px 0 inset, #445266 0 2px 3px inset;
    -moz-box-shadow: #596a84 0 1px 0 inset, #445266 0 2px 3px inset;
    box-shadow: #596a84 0 1px 0 inset, #445266 0 2px 3px inset; }
/* line 96, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-hover {
    background: #515151; }
/* line 100, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-other-month {
    background: #333;
    -webkit-box-shadow: #414141 0 1px 0 inset;
    -moz-box-shadow: #414141 0 1px 0 inset;
    box-shadow: #414141 0 1px 0 inset; }
/* line 102, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-other-month a, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-other-month span {
    color: #646162; }
/* line 108, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable a, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable span {
    color: #999999; }
/* line 112, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a.ui-state-active {
    color: #FFF; }
/* line 115, widgets/datepicker.css.scss */
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today span {
    color: Salmon; }

/* line 4, widgets/login.css.scss */
.login-button {
    width: 100%;
    margin-top: 20px;
    height: 45px;
    color: rgba(255, 255, 255, 1);
    /*text-shadow: 0 1px rgba(255, 255, 255, 0.5);*/
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.3) inset;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjM1KSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.35));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.35));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.35));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.35));
    background-color: #4d70b2;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px, rgba(255, 255, 255, 0.3) 0px -1px 0px 0px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px, rgba(255, 255, 255, 0.3) 0px -1px 0px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px, rgba(255, 255, 255, 0.3) 0px -1px 0px 0px inset;
    font-weight: bold; }

/* line 21, widgets/login.css.scss */
.login-button:hover, input[type="submit"]:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjEpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuMykiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)); }

/* line 25, widgets/login.css.scss */
body.login {
    /*background: url('../images/linen-white.png') repeat;*/
    overflow: auto;
    font-family: 맑은 고딕;
}

/* line 30, widgets/login.css.scss */
.login-wrapper {
    width: 300px;
    position: relative;
    padding-bottom: 0;
    margin: auto; }
/* line 36, widgets/login.css.scss */
.login-wrapper input {
    width: 100%;
    height: 45px;
    padding: 15px; }
/* line 42, widgets/login.css.scss */
.login-wrapper form {
    margin: 0; }

/* line 48, widgets/login.css.scss */
.logo-icon {
    font-size: 120px;
    color: #fff;
    text-shadow: 0 2px black; }

/* line 5, breadcrumbs.css.scss */
.breadcrumb {
    background: transparent;
    margin: 0;
    padding-left: 0; }
/* line 11, breadcrumbs.css.scss */
.breadcrumb li a {
    line-height: 13px;
    background: #3a3a40;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNWM2NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhM2E0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c5c65), color-stop(100%, #3a3a40));
    background-image: -webkit-linear-gradient(top, #5c5c65, #3a3a40);
    background-image: -moz-linear-gradient(top, #5c5c65, #3a3a40);
    background-image: -o-linear-gradient(top, #5c5c65, #3a3a40);
    background-image: linear-gradient(top, #5c5c65, #3a3a40);
    border: 1px solid #2e2e33;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white;
    padding: 3px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
/* line 69, button_mixins.css.scss */
.breadcrumb li a.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.breadcrumb li a.disabled {
    background: #515151;
    text-shadow: none;
    border: 1px solid #3a3a40;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.breadcrumb li a.disabled:hover, .breadcrumb li a.disabled:active {
    background: #515151;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.breadcrumb li a:hover {
    background: #46464d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY3MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666670), color-stop(100%, #46464d));
    background-image: -webkit-linear-gradient(top, #666670, #46464d);
    background-image: -moz-linear-gradient(top, #666670, #46464d);
    background-image: -o-linear-gradient(top, #666670, #46464d);
    background-image: linear-gradient(top, #666670, #46464d); }
/* line 81, button_mixins.css.scss */
.breadcrumb li a:active {
    background: #46464d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY3MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666670), color-stop(100%, #46464d));
    background-image: -webkit-linear-gradient(top, #666670, #46464d);
    background-image: -moz-linear-gradient(top, #666670, #46464d);
    background-image: -o-linear-gradient(top, #666670, #46464d);
    background-image: linear-gradient(top, #666670, #46464d);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }
/* line 18, breadcrumbs.css.scss */
.breadcrumb li.active a {
    background: #4d70b2;
    text-shadow: none;
    border: 1px solid #147cb9;
    cursor: default;
    color: white;
    border: 0; }
/* line 35, button_mixins.css.scss */
.breadcrumb li.active a:hover, .breadcrumb li.active a:active {
    background: #318ec5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 4, modals.css.scss */
.modal.black-box {
    /*background: url('../images/linen-white.png');*/
    /*color: #4d70b2;*/
    color: #333333;
    /*font-weight: bold;*/
    font-family: NanumBarunGothicBold;
    /*text-shadow: 0 1px rgba(77, 112, 178, 0.1);*/
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.1);*/
}
/* line 9, modals.css.scss */
.modal.black-box .modal-header {
    padding: 0 12px;
    width: 100%; }
/* line 13, modals.css.scss */
.modal.black-box .modal-header .close {
    margin-top: 5px;
    color: white;
    opacity: 1; }
.modal.black-box .modal2-header .close {
    margin-top: -4px;
    color: white;
    opacity: 1; }
/*text-shadow: 0 1px black; }*/
/* line 21, modals.css.scss */
.modal.black-box .modal-body {
    width: 100%; }
/* line 25, modals.css.scss */
.modal.black-box .modal-footer {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent; }

.modal2.black-box {
    /*background: url('../images/linen-white.png');*/
    color: #4d70b2;
    /*font-weight: bold;*/
    font-family: 맑은 고딕;
    /*text-shadow: 0 1px rgba(77, 112, 178, 0.1);*/
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.1);*/
}
/* line 9, modals.css.scss */
.modal2.black-box .modal-header {
    padding: 0 12px;
    width: 100%; }
/* line 13, modals.css.scss */
.modal2.black-box .modal-header .close {
    margin-top: 5px;
    color: white;
    opacity: 1; }
.modal2.black-box .modal2-header .close {
    margin-top: -4px;
    color: white;
    opacity: 1; }
/*text-shadow: 0 1px black; }*/
/* line 21, modals.css.scss */
.modal2.black-box .modal-body {
    width: 100%; }
/* line 25, modals.css.scss */
.modal2.black-box .modal-footer {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent; }

/* line 3, fixes.css.scss */
.dropdown-menu .divider {
    height: 2px; }

/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
    font-family: "FontAwesome";
    /*   font-family: "Gulim"; */
    src: url('../fonts/../font/fontawesome-webfont.eot');
    src: url('../fonts/../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/../font/fontawesome-webfont.woff') format('woff'), url('../fonts/../font/fontawesome-webfont.ttf') format('truetype'), url('../fonts/../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
    font-weight: normal;
    font-style: normal; }

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 42, font-awesome.css.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: FontAwesome;
    /*   font-family: "Gulim"; */
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit; }

/* line 51, font-awesome.css.scss */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit; }

/* makes the font 33% larger relative to the icon container */
/* line 57, font-awesome.css.scss */
.icon-large:before {
    vertical-align: middle;
    font-size: 4/3em; }

/* line 64, font-awesome.css.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
    /* keeps button heights with and without icons the same */
    line-height: .9em; }

/* line 72, font-awesome.css.scss */
li [class^="icon-"],
li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center; }
/* line 78, font-awesome.css.scss */
li .icon-large:before,
li .icon-large:before {
    /* 1.5 increased font size for icon-large * 1.25 width */
    width: 1.875em; }

/* line 84, font-awesome.css.scss */
ul.icons {
    list-style-type: none;
    margin-left: 2em;
    text-indent: -0.8em; }
/* line 91, font-awesome.css.scss */
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
    width: .8em; }
/* line 95, font-awesome.css.scss */
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
    /* 1.5 increased font size for icon-large * 1.25 width */
    vertical-align: initial; }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 105, font-awesome.css.scss */
.icon-glass:before {
    content: "\f000"; }

/* line 106, font-awesome.css.scss */
.icon-music:before {
    content: "\f001"; }

/* line 107, font-awesome.css.scss */
.icon-search:before {
    content: "\f002"; }

/* line 108, font-awesome.css.scss */
.icon-envelope:before {
    content: "\f003"; }

/* line 109, font-awesome.css.scss */
.icon-heart:before {
    content: "\f004"; }

/* line 110, font-awesome.css.scss */
.icon-star:before {
    content: "\f005"; }

/* line 111, font-awesome.css.scss */
.icon-star-empty:before {
    content: "\f006"; }

/* line 112, font-awesome.css.scss */
.icon-user:before {
    content: "\f007"; }

/* line 113, font-awesome.css.scss */
.icon-film:before {
    content: "\f008"; }

/* line 114, font-awesome.css.scss */
.icon-th-large:before {
    content: "\f009"; }

/* line 115, font-awesome.css.scss */
.icon-th:before {
    content: "\f00a"; }

/* line 116, font-awesome.css.scss */
.icon-th-list:before {
    content: "\f00b"; }

/* line 117, font-awesome.css.scss */
.icon-ok:before {
    content: "\f00c"; }

/* line 118, font-awesome.css.scss */
.icon-remove:before {
    content: "\f00d"; }

/* line 119, font-awesome.css.scss */
.icon-zoom-in:before {
    content: "\f00e"; }

/* line 121, font-awesome.css.scss */
.icon-zoom-out:before {
    content: "\f010"; }

/* line 122, font-awesome.css.scss */
.icon-off:before {
    content: "\f011"; }

/* line 123, font-awesome.css.scss */
.icon-signal:before {
    content: "\f012"; }

/* line 124, font-awesome.css.scss */
.icon-cog:before {
    content: "\f013"; }

/* line 125, font-awesome.css.scss */
.icon-trash:before {
    content: "\f014"; }

/* line 126, font-awesome.css.scss */
.icon-home:before {
    content: "\f015"; }

/* line 127, font-awesome.css.scss */
.icon-file:before {
    content: "\f016"; }

/* line 128, font-awesome.css.scss */
.icon-time:before {
    content: "\f017"; }

/* line 129, font-awesome.css.scss */
.icon-road:before {
    content: "\f018"; }

/* line 130, font-awesome.css.scss */
.icon-download-alt:before {
    content: "\f019"; }

/* line 131, font-awesome.css.scss */
.icon-download:before {
    content: "\f01a"; }

/* line 132, font-awesome.css.scss */
.icon-upload:before {
    content: "\f01b"; }

/* line 133, font-awesome.css.scss */
.icon-inbox:before {
    content: "\f01c"; }

/* line 134, font-awesome.css.scss */
.icon-play-circle:before {
    content: "\f01d"; }

/* line 135, font-awesome.css.scss */
.icon-repeat:before {
    content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
/* line 138, font-awesome.css.scss */
.icon-refresh:before {
    content: "\f021"; }

/* line 139, font-awesome.css.scss */
.icon-list-alt:before {
    content: "\f022"; }

/* line 140, font-awesome.css.scss */
.icon-lock:before {
    content: "\f023"; }

/* line 141, font-awesome.css.scss */
.icon-flag:before {
    content: "\f024"; }

/* line 142, font-awesome.css.scss */
.icon-headphones:before {
    content: "\f025"; }

/* line 143, font-awesome.css.scss */
.icon-volume-off:before {
    content: "\f026"; }

/* line 144, font-awesome.css.scss */
.icon-volume-down:before {
    content: "\f027"; }

/* line 145, font-awesome.css.scss */
.icon-volume-up:before {
    content: "\f028"; }

/* line 146, font-awesome.css.scss */
.icon-qrcode:before {
    content: "\f029"; }

/* line 147, font-awesome.css.scss */
.icon-barcode:before {
    content: "\f02a"; }

/* line 148, font-awesome.css.scss */
.icon-tag:before {
    content: "\f02b"; }

/* line 149, font-awesome.css.scss */
.icon-tags:before {
    content: "\f02c"; }

/* line 150, font-awesome.css.scss */
.icon-book:before {
    content: "\f02d"; }

/* line 151, font-awesome.css.scss */
.icon-bookmark:before {
    content: "\f02e"; }

/* line 152, font-awesome.css.scss */
.icon-print:before {
    content: "\f02f"; }

/* line 154, font-awesome.css.scss */
.icon-camera:before {
    content: "\f030"; }

/* line 155, font-awesome.css.scss */
.icon-font:before {
    content: "\f031"; }

/* line 156, font-awesome.css.scss */
.icon-bold:before {
    content: "\f032"; }

/* line 157, font-awesome.css.scss */
.icon-italic:before {
    content: "\f033"; }

/* line 158, font-awesome.css.scss */
.icon-text-height:before {
    content: "\f034"; }

/* line 159, font-awesome.css.scss */
.icon-text-width:before {
    content: "\f035"; }

/* line 160, font-awesome.css.scss */
.icon-align-left:before {
    content: "\f036"; }

/* line 161, font-awesome.css.scss */
.icon-align-center:before {
    content: "\f037"; }

/* line 162, font-awesome.css.scss */
.icon-align-right:before {
    content: "\f038"; }

/* line 163, font-awesome.css.scss */
.icon-align-justify:before {
    content: "\f039"; }

/* line 164, font-awesome.css.scss */
.icon-list:before {
    content: "\f03a"; }

/* line 165, font-awesome.css.scss */
.icon-indent-left:before {
    content: "\f03b"; }

/* line 166, font-awesome.css.scss */
.icon-indent-right:before {
    content: "\f03c"; }

/* line 167, font-awesome.css.scss */
.icon-facetime-video:before {
    content: "\f03d"; }

/* line 168, font-awesome.css.scss */
.icon-picture:before {
    content: "\f03e"; }

/* line 170, font-awesome.css.scss */
.icon-pencil:before {
    content: "\f040"; }

/* line 171, font-awesome.css.scss */
.icon-map-marker:before {
    content: "\f041"; }

/* line 172, font-awesome.css.scss */
.icon-adjust:before {
    content: "\f042"; }

/* line 173, font-awesome.css.scss */
.icon-tint:before {
    content: "\f043"; }

/* line 174, font-awesome.css.scss */
.icon-edit:before {
    content: "\f044"; }

/* line 175, font-awesome.css.scss */
.icon-share:before {
    content: "\f045"; }

/* line 176, font-awesome.css.scss */
.icon-check:before {
    content: "\f046"; }

/* line 177, font-awesome.css.scss */
.icon-move:before {
    content: "\f047"; }

/* line 178, font-awesome.css.scss */
.icon-step-backward:before {
    content: "\f048"; }

/* line 179, font-awesome.css.scss */
.icon-fast-backward:before {
    content: "\f049"; }

/* line 180, font-awesome.css.scss */
.icon-backward:before {
    content: "\f04a"; }

/* line 181, font-awesome.css.scss */
.icon-play:before {
    content: "\f04b"; }

/* line 182, font-awesome.css.scss */
.icon-pause:before {
    content: "\f04c"; }

/* line 183, font-awesome.css.scss */
.icon-stop:before {
    content: "\f04d"; }

/* line 184, font-awesome.css.scss */
.icon-forward:before {
    content: "\f04e"; }

/* line 186, font-awesome.css.scss */
.icon-fast-forward:before {
    content: "\f050"; }

/* line 187, font-awesome.css.scss */
.icon-step-forward:before {
    content: "\f051"; }

/* line 188, font-awesome.css.scss */
.icon-eject:before {
    content: "\f052"; }

/* line 189, font-awesome.css.scss */
.icon-chevron-left:before {
    content: "\f053"; }

/* line 190, font-awesome.css.scss */
.icon-chevron-right:before {
    content: "\f054"; }

/* line 191, font-awesome.css.scss */
.icon-plus-sign:before {
    content: "\f055"; }

/* line 192, font-awesome.css.scss */
.icon-minus-sign:before {
    content: "\f056"; }

/* line 193, font-awesome.css.scss */
.icon-remove-sign:before {
    content: "\f057"; }

/* line 194, font-awesome.css.scss */
.icon-ok-sign:before {
    content: "\f058"; }

/* line 195, font-awesome.css.scss */
.icon-question-sign:before {
    content: "\f059"; }

/* line 196, font-awesome.css.scss */
.icon-info-sign:before {
    content: "\f05a"; }

/* line 197, font-awesome.css.scss */
.icon-screenshot:before {
    content: "\f05b"; }

/* line 198, font-awesome.css.scss */
.icon-remove-circle:before {
    content: "\f05c"; }

/* line 199, font-awesome.css.scss */
.icon-ok-circle:before {
    content: "\f05d"; }

/* line 200, font-awesome.css.scss */
.icon-ban-circle:before {
    content: "\f05e"; }

/* line 202, font-awesome.css.scss */
.icon-arrow-left:before {
    content: "\f060"; }

/* line 203, font-awesome.css.scss */
.icon-arrow-right:before {
    content: "\f061"; }

/* line 204, font-awesome.css.scss */
.icon-arrow-up:before {
    content: "\f062"; }

/* line 205, font-awesome.css.scss */
.icon-arrow-down:before {
    content: "\f063"; }

/* line 206, font-awesome.css.scss */
.icon-share-alt:before {
    content: "\f064"; }

/* line 207, font-awesome.css.scss */
.icon-resize-full:before {
    content: "\f065"; }

/* line 208, font-awesome.css.scss */
.icon-resize-small:before {
    content: "\f066"; }

/* line 209, font-awesome.css.scss */
.icon-plus:before {
    content: "\f067"; }

/* line 210, font-awesome.css.scss */
.icon-minus:before {
    content: "\f068"; }

/* line 211, font-awesome.css.scss */
.icon-asterisk:before {
    content: "\f069"; }

/* line 212, font-awesome.css.scss */
.icon-exclamation-sign:before {
    content: "\f06a"; }

/* line 213, font-awesome.css.scss */
.icon-gift:before {
    content: "\f06b"; }

/* line 214, font-awesome.css.scss */
.icon-leaf:before {
    content: "\f06c"; }

/* line 215, font-awesome.css.scss */
.icon-fire:before {
    content: "\f06d"; }

/* line 216, font-awesome.css.scss */
.icon-eye-open:before {
    content: "\f06e"; }

/* line 218, font-awesome.css.scss */
.icon-eye-close:before {
    content: "\f070"; }

/* line 219, font-awesome.css.scss */
.icon-warning-sign:before {
    content: "\f071"; }

/* line 220, font-awesome.css.scss */
.icon-plane:before {
    content: "\f072"; }

/* line 221, font-awesome.css.scss */
.icon-calendar:before {
    content: "\f073"; }

/* line 222, font-awesome.css.scss */
.icon-random:before {
    content: "\f074"; }

/* line 223, font-awesome.css.scss */
.icon-comment:before {
    content: "\f075"; }

/* line 224, font-awesome.css.scss */
.icon-magnet:before {
    content: "\f076"; }

/* line 225, font-awesome.css.scss */
.icon-chevron-up:before {
    content: "\f077"; }

/* line 226, font-awesome.css.scss */
.icon-chevron-down:before {
    content: "\f078"; }

/* line 227, font-awesome.css.scss */
.icon-retweet:before {
    content: "\f079"; }

/* line 228, font-awesome.css.scss */
.icon-shopping-cart:before {
    content: "\f07a"; }

/* line 229, font-awesome.css.scss */
.icon-folder-close:before {
    content: "\f07b"; }

/* line 230, font-awesome.css.scss */
.icon-folder-open:before {
    content: "\f07c"; }

/* line 231, font-awesome.css.scss */
.icon-resize-vertical:before {
    content: "\f07d"; }

/* line 232, font-awesome.css.scss */
.icon-resize-horizontal:before {
    content: "\f07e"; }

/* line 234, font-awesome.css.scss */
.icon-bar-chart:before {
    content: "\f080"; }

/* line 235, font-awesome.css.scss */
.icon-twitter-sign:before {
    content: "\f081"; }

/* line 236, font-awesome.css.scss */
.icon-facebook-sign:before {
    content: "\f082"; }

/* line 237, font-awesome.css.scss */
.icon-camera-retro:before {
    content: "\f083"; }

/* line 238, font-awesome.css.scss */
.icon-key:before {
    content: "\f084"; }

/* line 239, font-awesome.css.scss */
.icon-cogs:before {
    content: "\f085"; }

/* line 240, font-awesome.css.scss */
.icon-comments:before {
    content: "\f086"; }

/* line 241, font-awesome.css.scss */
.icon-thumbs-up:before {
    content: "\f087"; }

/* line 242, font-awesome.css.scss */
.icon-thumbs-down:before {
    content: "\f088"; }

/* line 243, font-awesome.css.scss */
.icon-star-half:before {
    content: "\f089"; }

/* line 244, font-awesome.css.scss */
.icon-heart-empty:before {
    content: "\f08a"; }

/* line 245, font-awesome.css.scss */
.icon-signout:before {
    content: "\f08b"; }

/* line 246, font-awesome.css.scss */
.icon-linkedin-sign:before {
    content: "\f08c"; }

/* line 247, font-awesome.css.scss */
.icon-pushpin:before {
    content: "\f08d"; }

/* line 248, font-awesome.css.scss */
.icon-external-link:before {
    content: "\f08e"; }

/* line 250, font-awesome.css.scss */
.icon-signin:before {
    content: "\f090"; }

/* line 251, font-awesome.css.scss */
.icon-trophy:before {
    content: "\f091"; }

/* line 252, font-awesome.css.scss */
.icon-github-sign:before {
    content: "\f092"; }

/* line 253, font-awesome.css.scss */
.icon-upload-alt:before {
    content: "\f093"; }

/* line 254, font-awesome.css.scss */
.icon-lemon:before {
    content: "\f094"; }

/* line 255, font-awesome.css.scss */
.icon-phone:before {
    content: "\f095"; }

/* line 256, font-awesome.css.scss */
.icon-check-empty:before {
    content: "\f096"; }

/* line 257, font-awesome.css.scss */
.icon-bookmark-empty:before {
    content: "\f097"; }

/* line 258, font-awesome.css.scss */
.icon-phone-sign:before {
    content: "\f098"; }

/* line 259, font-awesome.css.scss */
.icon-twitter:before {
    content: "\f099"; }

/* line 260, font-awesome.css.scss */
.icon-facebook:before {
    content: "\f09a"; }

/* line 261, font-awesome.css.scss */
.icon-github:before {
    content: "\f09b"; }

/* line 262, font-awesome.css.scss */
.icon-unlock:before {
    content: "\f09c"; }

/* line 263, font-awesome.css.scss */
.icon-credit-card:before {
    content: "\f09d"; }

/* line 264, font-awesome.css.scss */
.icon-rss:before {
    content: "\f09e"; }

/* line 266, font-awesome.css.scss */
.icon-hdd:before {
    content: "\f0a0"; }

/* line 267, font-awesome.css.scss */
.icon-bullhorn:before {
    content: "\f0a1"; }

/* line 268, font-awesome.css.scss */
.icon-bell:before {
    content: "\f0a2"; }

/* line 269, font-awesome.css.scss */
.icon-certificate:before {
    content: "\f0a3"; }

/* line 270, font-awesome.css.scss */
.icon-hand-right:before {
    content: "\f0a4"; }

/* line 271, font-awesome.css.scss */
.icon-hand-left:before {
    content: "\f0a5"; }

/* line 272, font-awesome.css.scss */
.icon-hand-up:before {
    content: "\f0a6"; }

/* line 273, font-awesome.css.scss */
.icon-hand-down:before {
    content: "\f0a7"; }

/* line 274, font-awesome.css.scss */
.icon-circle-arrow-left:before {
    content: "\f0a8"; }

/* line 275, font-awesome.css.scss */
.icon-circle-arrow-right:before {
    content: "\f0a9"; }

/* line 276, font-awesome.css.scss */
.icon-circle-arrow-up:before {
    content: "\f0aa"; }

/* line 277, font-awesome.css.scss */
.icon-circle-arrow-down:before {
    content: "\f0ab"; }

/* line 278, font-awesome.css.scss */
.icon-globe:before {
    content: "\f0ac"; }

/* line 279, font-awesome.css.scss */
.icon-wrench:before {
    content: "\f0ad"; }

/* line 280, font-awesome.css.scss */
.icon-tasks:before {
    content: "\f0ae"; }

/* line 282, font-awesome.css.scss */
.icon-filter:before {
    content: "\f0b0"; }

/* line 283, font-awesome.css.scss */
.icon-briefcase:before {
    content: "\f0b1"; }

/* line 284, font-awesome.css.scss */
.icon-fullscreen:before {
    content: "\f0b2"; }

/* line 286, font-awesome.css.scss */
.icon-group:before {
    content: "\f0c0"; }

/* line 287, font-awesome.css.scss */
.icon-link:before {
    content: "\f0c1"; }

/* line 288, font-awesome.css.scss */
.icon-cloud:before {
    content: "\f0c2"; }

/* line 289, font-awesome.css.scss */
.icon-beaker:before {
    content: "\f0c3"; }

/* line 290, font-awesome.css.scss */
.icon-cut:before {
    content: "\f0c4"; }

/* line 291, font-awesome.css.scss */
.icon-copy:before {
    content: "\f0c5"; }

/* line 292, font-awesome.css.scss */
.icon-paper-clip:before {
    content: "\f0c6"; }

/* line 293, font-awesome.css.scss */
.icon-save:before {
    content: "\f0c7"; }

/* line 294, font-awesome.css.scss */
.icon-sign-blank:before {
    content: "\f0c8"; }

/* line 295, font-awesome.css.scss */
.icon-reorder:before {
    content: "\f0c9"; }

/* line 296, font-awesome.css.scss */
.icon-list-ul:before {
    content: "\f0ca"; }

/* line 297, font-awesome.css.scss */
.icon-list-ol:before {
    content: "\f0cb"; }

/* line 298, font-awesome.css.scss */
.icon-strikethrough:before {
    content: "\f0cc"; }

/* line 299, font-awesome.css.scss */
.icon-underline:before {
    content: "\f0cd"; }

/* line 300, font-awesome.css.scss */
.icon-table:before {
    content: "\f0ce"; }

/* line 302, font-awesome.css.scss */
.icon-magic:before {
    content: "\f0d0"; }

/* line 303, font-awesome.css.scss */
.icon-truck:before {
    content: "\f0d1"; }

/* line 304, font-awesome.css.scss */
.icon-pinterest:before {
    content: "\f0d2"; }

/* line 305, font-awesome.css.scss */
.icon-pinterest-sign:before {
    content: "\f0d3"; }

/* line 306, font-awesome.css.scss */
.icon-google-plus-sign:before {
    content: "\f0d4"; }

/* line 307, font-awesome.css.scss */
.icon-google-plus:before {
    content: "\f0d5"; }

/* line 308, font-awesome.css.scss */
.icon-money:before {
    content: "\f0d6"; }

/* line 309, font-awesome.css.scss */
.icon-caret-down:before {
    content: "\f0d7"; }

/* line 310, font-awesome.css.scss */
.icon-caret-up:before {
    content: "\f0d8"; }

/* line 311, font-awesome.css.scss */
.icon-caret-left:before {
    content: "\f0d9"; }

/* line 312, font-awesome.css.scss */
.icon-caret-right:before {
    content: "\f0da"; }

/* line 313, font-awesome.css.scss */
.icon-columns:before {
    content: "\f0db"; }

/* line 314, font-awesome.css.scss */
.icon-sort:before {
    content: "\f0dc"; }

/* line 315, font-awesome.css.scss */
.icon-sort-down:before {
    content: "\f0dd"; }

/* line 316, font-awesome.css.scss */
.icon-sort-up:before {
    content: "\f0de"; }

/* line 318, font-awesome.css.scss */
.icon-envelope-alt:before {
    content: "\f0e0"; }

/* line 319, font-awesome.css.scss */
.icon-linkedin:before {
    content: "\f0e1"; }

/* line 320, font-awesome.css.scss */
.icon-undo:before {
    content: "\f0e2"; }

/* line 321, font-awesome.css.scss */
.icon-legal:before {
    content: "\f0e3"; }

/* line 322, font-awesome.css.scss */
.icon-dashboard:before {
    content: "\f0e4"; }

/* line 323, font-awesome.css.scss */
.icon-comment-alt:before {
    content: "\f0e5"; }

/* line 324, font-awesome.css.scss */
.icon-comments-alt:before {
    content: "\f0e6"; }

/* line 325, font-awesome.css.scss */
.icon-bolt:before {
    content: "\f0e7"; }

/* line 326, font-awesome.css.scss */
.icon-sitemap:before {
    content: "\f0e8"; }

/* line 327, font-awesome.css.scss */
.icon-umbrella:before {
    content: "\f0e9"; }

/* line 328, font-awesome.css.scss */
.icon-paste:before {
    content: "\f0ea"; }

/* line 330, font-awesome.css.scss */
.icon-user-md:before {
    content: "\f200"; }

/* line 4, buttons.css.scss */
button.button .caret {
    margin-top: 4px; }
/* line 8, buttons.css.scss */
button.button.mini {
    padding: 0 4px; }

/* line 13, buttons.css.scss */
.btn-group {
    display: inline-block;
    margin: 0;
    margin-top: 4px; }
/* line 18, buttons.css.scss */
.btn-group:last-child {
    margin-right: 0; }
/* line 22, buttons.css.scss */
.btn-group + .btn-group {
    margin-left: 0; }
/* line 26, buttons.css.scss */
.btn-group .button {
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-left: -1px; }
/* line 31, buttons.css.scss */
.btn-group .button:first-child {
    margin-left: 0;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 0 0 3px / 3px 0 0 3px;
    border-radius: 3px 0 0 3px / 3px 0 0 3px; }
/* line 36, buttons.css.scss */
.btn-group .button:last-child {
    -webkit-border-radius: 0 0;
    -moz-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
    border-radius: 0 3px 3px 0 / 0 3px 3px 0; }
/* line 40, buttons.css.scss */
.btn-group .button.dropdown-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
/* line 44, buttons.css.scss */
.btn-group .button + .button.dropdown-toggle {
    border-radius: 0 4px 4px 0; }
/* line 50, buttons.css.scss */
.btn-group .dropdown-menu.dropdown-left {
    right: 0;
    position: absolute;
    left: auto; }
/* line 56, buttons.css.scss */
.btn-group .dropdown-menu li a {
    text-shadow: none; }

/* line 61, buttons.css.scss */
.button {
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*   font-size: 11px;  */
    font-weight: bold;
    padding: 6px 10px;
    text-align: center;
    color: #434343;
    line-height: 1;
    background: #ededed;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
    background-image: -moz-linear-gradient(top, #ffffff, #ededed);
    background-image: -o-linear-gradient(top, #ffffff, #ededed);
    background-image: linear-gradient(top, #ffffff, #ededed);
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 1px;
    border: 1px solid lightgrey; }
/* line 47, button_mixins.css.scss */
.button.inset {
    text-shadow: rgba(255, 255, 255, 0.5) 0 -1px 1px; }
/* line 50, button_mixins.css.scss */
.button.disabled {
    background: white;
    text-shadow: none;
    border: 1px solid #ededed;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.disabled:hover, .button.disabled:active {
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 54, button_mixins.css.scss */
.button:hover {
    background: #e3e3e3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e3e3e3);
    background-image: -o-linear-gradient(top, #f7f7f7, #e3e3e3);
    background-image: linear-gradient(top, #f7f7f7, #e3e3e3); }
/* line 58, button_mixins.css.scss */
.button:active {
    background: #e8e8e8;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6d6d6), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #d6d6d6, #e8e8e8);
    background-image: -moz-linear-gradient(top, #d6d6d6, #e8e8e8);
    background-image: -o-linear-gradient(top, #d6d6d6, #e8e8e8);
    background-image: linear-gradient(top, #d6d6d6, #e8e8e8); }
/* line 66, buttons.css.scss */
.button i {
    line-height: 16px; }
/* line 70, buttons.css.scss */
.button.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
/* line 74, buttons.css.scss */
.button.mini {
    padding: 0px 10px;
    line-height: 20px; }
/* line 79, buttons.css.scss */
.button.large {
    border: none;
    padding: 0 18px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 103px; }
/* line 89, buttons.css.scss */
.button.large:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    top: 1px;
    position: relative; }
/* line 96, buttons.css.scss */
.button.large:hover {
    color: #333; }
/* line 100, buttons.css.scss */
.button.large span {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    display: block; }
/* line 107, buttons.css.scss */
.button.large i {
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px; }
/* line 114, buttons.css.scss */
.button.large:last-child {
    margin-right: 0; }
/* line 119, buttons.css.scss */
.button:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px inset, rgba(255, 255, 255, 0.5) 0px 1px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px inset, rgba(255, 255, 255, 0.5) 0px 1px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px inset, rgba(255, 255, 255, 0.5) 0px 1px 0px 0px; }
/* line 123, buttons.css.scss */
.button.blue {
    /*background: #4d70b2;*/
    /*/!*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjYTNlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0N2NiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*!/*/
    /*background-size: 100%;*/
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d70b2), color-stop(100%, #4d70b2));*/
    /*background-image: -webkit-linear-gradient(top, #4d70b2, #4d70b2);*/
    /*background-image: -moz-linear-gradient(top, #4d70b2, #4d70b2);*/
    /*background-image: -o-linear-gradient(top, #4d70b2, #4d70b2);*/
    /*background-image: linear-gradient(top, #4d70b2, #4d70b2);*/
    /*border: 1px solid #4d70b2;*/
    /*/!*     text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; *!/*/
    /*color: white; }*/
    background: #147cb9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjYTNlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0N2NiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ca3e8), color-stop(100%, #147cb9));
    background-image: -webkit-linear-gradient(top, #2ca3e8, #147cb9);
    background-image: -moz-linear-gradient(top, #2ca3e8, #147cb9);
    background-image: -o-linear-gradient(top, #2ca3e8, #147cb9);
    background-image: linear-gradient(top, #2ca3e8, #147cb9);
    border: 1px solid #126da2;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white; }
/* line 69, button_mixins.css.scss */
.button.blue.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.button.blue.disabled {
    background: #318ec5;
    text-shadow: none;
    border: 1px solid #147cb9;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.blue.disabled:hover, .button.blue.disabled:active {
    background: #318ec5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.button.blue:hover {
    background: #168bd0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2OGJkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3fabea), color-stop(100%, #168bd0));
    background-image: -webkit-linear-gradient(top, #3fabea, #168bd0);
    background-image: -moz-linear-gradient(top, #3fabea, #168bd0);
    background-image: -o-linear-gradient(top, #3fabea, #168bd0);
    background-image: linear-gradient(top, #3fabea, #168bd0); }
/* line 81, button_mixins.css.scss */
.button.blue:active {
    background: #168bd0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYWJlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2OGJkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3fabea), color-stop(100%, #168bd0));
    background-image: -webkit-linear-gradient(top, #3fabea, #168bd0);
    background-image: -moz-linear-gradient(top, #3fabea, #168bd0);
    background-image: -o-linear-gradient(top, #3fabea, #168bd0);
    background-image: linear-gradient(top, #3fabea, #168bd0);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }
/* line 127, buttons.css.scss */
.button.red {
    background: #cc3333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNmM2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da6c6c), color-stop(100%, #cc3333));
    background-image: -webkit-linear-gradient(top, #da6c6c, #cc3333);
    background-image: -moz-linear-gradient(top, #da6c6c, #cc3333);
    background-image: -o-linear-gradient(top, #da6c6c, #cc3333);
    background-image: linear-gradient(top, #da6c6c, #cc3333);
    border: 1px solid #b82e2e;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white; }
/* line 69, button_mixins.css.scss */
.button.red.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.button.red.disabled {
    background: #bf6969;
    text-shadow: none;
    border: 1px solid #cc3333;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.red.disabled:hover, .button.red.disabled:active {
    background: #bf6969;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.button.red:hover {
    background: #d14747;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlN2M3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxNDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de7c7c), color-stop(100%, #d14747));
    background-image: -webkit-linear-gradient(top, #de7c7c, #d14747);
    background-image: -moz-linear-gradient(top, #de7c7c, #d14747);
    background-image: -o-linear-gradient(top, #de7c7c, #d14747);
    background-image: linear-gradient(top, #de7c7c, #d14747); }
/* line 81, button_mixins.css.scss */
.button.red:active {
    background: #d14747;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlN2M3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxNDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de7c7c), color-stop(100%, #d14747));
    background-image: -webkit-linear-gradient(top, #de7c7c, #d14747);
    background-image: -moz-linear-gradient(top, #de7c7c, #d14747);
    background-image: -o-linear-gradient(top, #de7c7c, #d14747);
    background-image: linear-gradient(top, #de7c7c, #d14747);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }
/* line 131, buttons.css.scss */
.button.green {
    /*background: #1f7b1f;*/
    /*/!*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkYjQyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2IxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*!/*/
    /*background-size: 100%;*/
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f7b1f), color-stop(100%, #1f7b1f));*/
    /*background-image: -webkit-linear-gradient(top, #1f7b1f, #1f7b1f);*/
    /*background-image: -moz-linear-gradient(top, #1f7b1f, #1f7b1f);*/
    /*background-image: -o-linear-gradient(top, #1f7b1f, #1f7b1f);*/
    /*background-image: linear-gradient(top, #1f7b1f, #1f7b1f);*/
    /*border: 1px solid #1a661a;*/
    /*text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
    /*color: white; }*/
    background: #1f7b1f;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkYjQyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2IxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2db42d), color-stop(100%, #1f7b1f));
    background-image: -webkit-linear-gradient(top, #2db42d, #1f7b1f);
    background-image: -moz-linear-gradient(top, #2db42d, #1f7b1f);
    background-image: -o-linear-gradient(top, #2db42d, #1f7b1f);
    background-image: linear-gradient(top, #2db42d, #1f7b1f);
    border: 1px solid #1a661a;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white; }
/* line 69, button_mixins.css.scss */
.button.green.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.button.green.disabled {
    background: #3a883a;
    text-shadow: none;
    border: 1px solid #1f7b1f;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.green.disabled:hover, .button.green.disabled:active {
    background: #3a883a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.button.green:hover {
    background: #248f24;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYzQzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0OGYyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31c431), color-stop(100%, #248f24));
    background-image: -webkit-linear-gradient(top, #31c431, #248f24);
    background-image: -moz-linear-gradient(top, #31c431, #248f24);
    background-image: -o-linear-gradient(top, #31c431, #248f24);
    background-image: linear-gradient(top, #31c431, #248f24); }
/* line 81, button_mixins.css.scss */
.button.green:active {
    background: #248f24;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYzQzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0OGYyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31c431), color-stop(100%, #248f24));
    background-image: -webkit-linear-gradient(top, #31c431, #248f24);
    background-image: -moz-linear-gradient(top, #31c431, #248f24);
    background-image: -o-linear-gradient(top, #31c431, #248f24);
    background-image: linear-gradient(top, #31c431, #248f24);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }
/* line 135, buttons.css.scss */
.button.black {
    background: #262626;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNGE0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a4a4a), color-stop(100%, #262626));
    background-image: -webkit-linear-gradient(top, #4a4a4a, #262626);
    background-image: -moz-linear-gradient(top, #4a4a4a, #262626);
    background-image: -o-linear-gradient(top, #4a4a4a, #262626);
    background-image: linear-gradient(top, #4a4a4a, #262626);
    border: 1px solid #1a1a1a;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white; }
/* line 69, button_mixins.css.scss */
.button.black.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.button.black.disabled {
    background: #3b3b3b;
    text-shadow: none;
    border: 1px solid #262626;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.black.disabled:hover, .button.black.disabled:active {
    background: #3b3b3b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.button.black:hover {
    background: #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(top, #545454, #333333);
    background-image: -moz-linear-gradient(top, #545454, #333333);
    background-image: -o-linear-gradient(top, #545454, #333333);
    background-image: linear-gradient(top, #545454, #333333); }
/* line 81, button_mixins.css.scss */
.button.black:active {
    background: #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(top, #545454, #333333);
    background-image: -moz-linear-gradient(top, #545454, #333333);
    background-image: -o-linear-gradient(top, #545454, #333333);
    background-image: linear-gradient(top, #545454, #333333);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }
/* line 139, buttons.css.scss */
.button.light-gray {
    background: #46464d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4Njg3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #686873), color-stop(100%, #46464d));
    background-image: -webkit-linear-gradient(top, #686873, #46464d);
    background-image: -moz-linear-gradient(top, #686873, #46464d);
    background-image: -o-linear-gradient(top, #686873, #46464d);
    background-image: linear-gradient(top, #686873, #46464d);
    border: 1px solid #3a3a40;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white; }
/* line 69, button_mixins.css.scss */
.button.light-gray.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.button.light-gray.disabled {
    background: #5e5e5e;
    text-shadow: none;
    border: 1px solid #46464d;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.light-gray.disabled:hover, .button.light-gray.disabled:active {
    background: #5e5e5e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.button.light-gray:hover {
    background: #52525b;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyNTI1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #72727e), color-stop(100%, #52525b));
    background-image: -webkit-linear-gradient(top, #72727e, #52525b);
    background-image: -moz-linear-gradient(top, #72727e, #52525b);
    background-image: -o-linear-gradient(top, #72727e, #52525b);
    background-image: linear-gradient(top, #72727e, #52525b); }
/* line 81, button_mixins.css.scss */
.button.light-gray:active {
    background: #52525b;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyNTI1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #72727e), color-stop(100%, #52525b));
    background-image: -webkit-linear-gradient(top, #72727e, #52525b);
    background-image: -moz-linear-gradient(top, #72727e, #52525b);
    background-image: -o-linear-gradient(top, #72727e, #52525b);
    background-image: linear-gradient(top, #72727e, #52525b);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }
/* line 143, buttons.css.scss */
.button.gray {
    background: #3a3a40;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNWM2NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhM2E0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c5c65), color-stop(100%, #3a3a40));
    background-image: -webkit-linear-gradient(top, #5c5c65, #3a3a40);
    background-image: -moz-linear-gradient(top, #5c5c65, #3a3a40);
    background-image: -o-linear-gradient(top, #5c5c65, #3a3a40);
    background-image: linear-gradient(top, #5c5c65, #3a3a40);
    border: 1px solid #2e2e33;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    color: white; }
/* line 69, button_mixins.css.scss */
.button.gray.inset {
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px; }
/* line 73, button_mixins.css.scss */
.button.gray.disabled {
    background: #515151;
    text-shadow: none;
    border: 1px solid #3a3a40;
    cursor: default; }
/* line 35, button_mixins.css.scss */
.button.gray.disabled:hover, .button.gray.disabled:active {
    background: #515151;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 77, button_mixins.css.scss */
.button.gray:hover {
    background: #46464d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY3MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666670), color-stop(100%, #46464d));
    background-image: -webkit-linear-gradient(top, #666670, #46464d);
    background-image: -moz-linear-gradient(top, #666670, #46464d);
    background-image: -o-linear-gradient(top, #666670, #46464d);
    background-image: linear-gradient(top, #666670, #46464d); }
/* line 81, button_mixins.css.scss */
.button.gray:active {
    background: #46464d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY3MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666670), color-stop(100%, #46464d));
    background-image: -webkit-linear-gradient(top, #666670, #46464d);
    background-image: -moz-linear-gradient(top, #666670, #46464d);
    background-image: -o-linear-gradient(top, #666670, #46464d);
    background-image: linear-gradient(top, #666670, #46464d);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0); }

/* line 3, checkboxes.css.scss */
input[type="checkbox"].checky {
    display: none; }
/* line 6, checkboxes.css.scss */
input[type="checkbox"].checky:checked + label.checky span {
    margin-left: -6px; }

/* line 11, checkboxes.css.scss */
label.checky {
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    height: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.1), 1px 0px 0px #111111, -1px 0px 0px #111111, 0px -1px 0px #111111, 0px 1px 0px #111111;
    -moz-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.1), 1px 0px 0px #111111, -1px 0px 0px #111111, 0px -1px 0px #111111, 0px 1px 0px #111111;
    box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.1), 1px 0px 0px #111111, -1px 0px 0px #111111, 0px -1px 0px #111111, 0px 1px 0px #111111;
    display: inline-block;
    margin-bottom: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
/* line 23, checkboxes.css.scss */
label.checky span {
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    background: url('../images/checkbox.png') no-repeat;
    display: block;
    height: 100%;
    margin-left: -30px; }
/* line 31, checkboxes.css.scss */
label.checky.green span {
    background: url('../images/checkbox_green.png') no-repeat; }

/* line 36, checkboxes.css.scss */
.checky-label-left {
    margin-right: 10px; }

/* line 40, checkboxes.css.scss */
.checky-label-right {
    margin-left: 10px; }

/* line 9, typography.css.scss */
p {
    line-height: 20px; }

/* line 4, docs.css.scss */
.profile-menu {
    height: 70px;
    border-top: 1px solid transparent; }
/*border-bottom: 1px solid #1D1E21; }*/
/* line 7, docs.css.scss */
.profile-menu .title {
    color: #4d70b2;
    /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);*/
    font-weight: bold;
    /*    font-size: 14px;*/
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 5px; }
/* line 17, docs.css.scss */
.profile-menu .profile-menu-nav-collapse {
    line-height: 70px;
    margin-right: 15px;
    display: none; }

/* line 26, docs.css.scss */
.nav-menu.box .hidden-option {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0; }
/* line 32, docs.css.scss */
.nav-menu.box:hover .hidden-option {
    opacity: 1; }

/* line 39, docs.css.scss */
.list-icons ul {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
/* line 44, docs.css.scss */
.list-icons ul li i {
    font-size: 16px;
    margin-right: 15px;}

/* line 3, widgets/avatar.css.scss */
.avatar {
    /*   margin: 10px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid black;*/
    /*border: 1px solid #d2d2d2;*/
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    display: inline; }
/* line 10, widgets/avatar.css.scss */
.avatar img {
    /*display: block; !* 기존 값 block; *!*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100px; /*48px;*/
    height: 116px; /*48px;*/ /*112px;*/
}

/* line 31, badges.css.scss */
.badge {
    background: #e7e7e7;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    color: #888;
    border: 1px solid #989898;
    line-height: 14px;
    padding: 1px 9px 1px; }
/* line 36, badges.css.scss */
.badge.blue {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: #236ea4;
    border: 1px solid #17496d;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
/* line 40, badges.css.scss */
.badge.red {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: #cc0000;
    border: 1px solid #8a0000;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
/* line 44, badges.css.scss */
.badge.purple {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: purple;
    border: 1px solid #3e003e;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
/* line 48, badges.css.scss */
.badge.yellow {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: #cccc00;
    border: 1px solid #8a8a00;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
/* line 52, badges.css.scss */
.badge.green {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: green;
    border: 1px solid #003e00;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
/* line 56, badges.css.scss */
.badge.black {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: #262626;
    border: 1px solid #050505;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
/* line 60, badges.css.scss */
.badge.light-gray {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    background: #46464d;
    border: 1px solid #27272b;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }

/* line 5, navs.css.scss */
.top-nav {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: -8px;
    border-bottom: 1px solid #dbdbdb; }
/*background: #2a2a30;*/
/*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDg1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmEzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
/*background-size: 100%;*/
/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494852), color-stop(100%, #2a2a30));*/
/*background-image: -webkit-linear-gradient(top, #494852, #2a2a30);*/
/*background-image: -moz-linear-gradient(top, #494852, #2a2a30);*/
/*background-image: -o-linear-gradient(top, #494852, #2a2a30);*/
/*background-image: linear-gradient(top, #494852, #2a2a30);*/
/*-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);*/
/*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);*/
/*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);*/
/*border-bottom: 1px solid #1D1E21;*/
/*margin-bottom: 20px;*/
/*-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
/*-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }*/
/* line 9, navs.css.scss */
.top-nav form, .top-nav input {
    margin: 0; }
/* line 13, navs.css.scss */
.top-nav .pull-right {
    margin-right: 20px; }

/* line 16, navs.css.scss */
.separator {
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.09);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.09);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.09);
    /*border-bottom: 1px solid #dbdbdb;*/
}
/* line 20, navs.css.scss */
.separator:last-child {
    border-bottom: none; }

/* line 27, navs.css.scss */
.tab-header {
    line-height: 32px;
    height: 32px;
    padding-left: 15px;
    /*  font-size: 14px;*/
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background: #4d70b2;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDg1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmEzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d70b2), color-stop(100%, #4d70b2));
    background-image: -webkit-linear-gradient(top, #4d70b2, #4d70b2);
    background-image: -moz-linear-gradient(top, #4d70b2, #4d70b2);
    background-image: -o-linear-gradient(top, #4d70b2, #4d70b2);
    background-image: linear-gradient(top, #4d70b2, #4d70b2);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #4d70b2;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 38, navs.css.scss */
.tab-header i {
    /*     color: #fff; */
    /*     color: #FF5E00; */
    font-size:14px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
/* line 43, navs.css.scss */
.tab-header .options {
    padding-right: 10px; }
/* line 46, navs.css.scss */
.tab-header .options .btn-group > a:hover, .tab-header .options .btn-group.open > a {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1D1E21;
    background: #3B3B42;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 34, mixin_helpers.css.scss */
.tab-header .options .btn-group > a:hover.tex, .tab-header .options .btn-group.open > a.tex {
    background: url('../images/linen-white.png'); }
/* line 41, mixin_helpers.css.scss */
.tab-header .options .btn-group > a:hover .separator a, .tab-header .options .btn-group.open > a .separator a {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    font-weight: bold; }
/* line 45, mixin_helpers.css.scss */
.tab-header .options .btn-group > a:hover .separator a:hover, .tab-header .options .btn-group.open > a .separator a:hover {
    color: #fff; }
/* line 52, navs.css.scss */
.tab-header .options .btn-group.open > a i {
    color: #aaa;
    text-shadow: none; }
/* line 58, navs.css.scss */
.tab-header .options .btn-group > a {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    text-align: center; }
/* line 71, navs.css.scss */
.tab-header + .black-box {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top-color: transparent; }

.tab-header2 {
    line-height: 32px;
    height: 32px;
    padding-left: 15px;
    /*  font-size: 14px;*/
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background: #3c3c42;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDg1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmEzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d70b2), color-stop(100%, #4d70b2));*/
    /*background-image: -webkit-linear-gradient(top, #4d70b2, #4d70b2);*/
    /*background-image: -moz-linear-gradient(top, #4d70b2, #4d70b2);*/
    /*background-image: -o-linear-gradient(top, #4d70b2, #4d70b2);*/
    /*background-image: linear-gradient(top, #4d70b2, #4d70b2);*/
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #4d70b2;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
/* line 38, navs.css.scss */
.tab-header2 i {
    /*     color: #fff; */
    /*     color: #FF5E00; */
    font-size:14px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
/* line 43, navs.css.scss */
.tab-header2 .options {
    padding-right: 10px; }
/* line 46, navs.css.scss */
.tab-header2 .options .btn-group > a:hover, .tab-header2 .options .btn-group.open > a {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1D1E21;
    background: #3B3B42;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 34, mixin_helpers.css.scss */
.tab-header2 .options .btn-group > a:hover.tex, .tab-header2 .options .btn-group.open > a.tex {
    background: url('../images/linen-white.png'); }
/* line 41, mixin_helpers.css.scss */
.tab-header2 .options .btn-group > a:hover .separator a, .tab-header2 .options .btn-group.open > a .separator a {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    font-weight: bold; }
/* line 45, mixin_helpers.css.scss */
.tab-header2 .options .btn-group > a:hover .separator a:hover, .tab-header2 .options .btn-group.open > a .separator a:hover {
    color: #fff; }
/* line 52, navs.css.scss */
.tab-header2 .options .btn-group.open > a i {
    color: #aaa;
    text-shadow: none; }
/* line 58, navs.css.scss */
.tab-header2 .options .btn-group > a {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    text-align: center; }
/* line 71, navs.css.scss */
.tab-header2 + .black-box {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top-color: transparent; }

.tab-header3 {
    /*line-height: 32px;*/
    height: 32px;
    padding-left: 15px;
    /*  font-size: 14px;*/
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background: #4d70b2;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDg1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmEzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d70b2), color-stop(100%, #4d70b2));
    background-image: -webkit-linear-gradient(top, #4d70b2, #4d70b2);
    background-image: -moz-linear-gradient(top, #4d70b2, #4d70b2);
    background-image: -o-linear-gradient(top, #4d70b2, #4d70b2);
    background-image: linear-gradient(top, #4d70b2, #4d70b2);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #4d70b2;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 38, navs.css.scss */
.tab-header3 i {
    /*     color: #fff; */
    /*     color: #FF5E00; */
    font-size:14px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
/* line 43, navs.css.scss */
.tab-header3 .options {
    padding-right: 10px; }
/* line 46, navs.css.scss */
.tab-header3 .options .btn-group > a:hover, .tab-header .options .btn-group.open > a {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1D1E21;
    background: #3B3B42;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 34, mixin_helpers.css.scss */
.tab-header3 .options .btn-group > a:hover.tex, .tab-header .options .btn-group.open > a.tex {
    background: url('../images/linen-white.png'); }
/* line 41, mixin_helpers.css.scss */
.tab-header3 .options .btn-group > a:hover .separator a, .tab-header .options .btn-group.open > a .separator a {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    font-weight: bold; }
/* line 45, mixin_helpers.css.scss */
.tab-header3 .options .btn-group > a:hover .separator a:hover, .tab-header .options .btn-group.open > a .separator a:hover {
    color: #fff; }
/* line 52, navs.css.scss */
.tab-header3 .options .btn-group.open > a i {
    color: #aaa;
    text-shadow: none; }
/* line 58, navs.css.scss */
.tab-header3 .options .btn-group > a {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    text-align: center; }
/* line 71, navs.css.scss */
.tab-header3 + .black-box {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top-color: transparent; }

/* line 77, navs.css.scss */
.box .tab-header {
    color: #fff;
    background: #3c3c42;
    font-weight: bold;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));*/
    /*background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);*/
    /*background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);*/
    /*background-image: -o-linear-gradient(top, #eeeeee, #cccccc);*/
    /*background-image: linear-gradient(top, #eeeeee, #cccccc);*/
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #cccccc; }
/* line 83, navs.css.scss */
.box .tab-header i {
    color: #dbdbdb;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }

.box .tab-header2 {
    color: #fff;
    background: #4d70b2;
    font-weight: bold;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));*/
    /*background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);*/
    /*background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);*/
    /*background-image: -o-linear-gradient(top, #eeeeee, #cccccc);*/
    /*background-image: linear-gradient(top, #eeeeee, #cccccc);*/
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #cccccc; }
/* line 83, navs.css.scss */
.box .tab-header2 i {
    color: #dbdbdb;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }

/* line 89, navs.css.scss */
.tabbable.black-box {
    color: #ddd;
    /*text-shadow: 0px 1px 1px rgba(17, 17, 17, 0.5);*/
}
/* line 94, navs.css.scss */
.tabbable.black-box .nav-tabs {
    /*-webkit-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.3);*/
    /*margin-bottom: 1;*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    border-bottom: 1px solid #dddddd;
    padding-top: 10px; }
/* line 101, navs.css.scss */
.tabbable.black-box .nav-tabs li {
    /*margin-bottom: 0;*/
    margin-left: 10px;
    width:70px;
    text-align:center;
}
/* line 105, navs.css.scss */
.tabbable.black-box .nav-tabs li a {
    padding: 5px 10px;
    /*background: #dddddd;*/
    border-color: #dddddd;
    /*background: #28282c;*/
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDE0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #424148), color-stop(100%, #28282c));*/
    /*background-image: -webkit-linear-gradient(top, #424148, #28282c);*/
    /*background-image: -moz-linear-gradient(top, #424148, #28282c);*/
    /*background-image: -o-linear-gradient(top, #424148, #28282c);*/
    /*background-image: linear-gradient(top, #424148, #28282c);*/
    /*border: 1px solid #242427;*/
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    color: #333333;
    /*color: #B3B3B3;*/
    /*text-shadow: 0 -1px rgba(0, 0, 0, 0.7);*/
    font-weight: bold;
    margin-right: 0; }
/* line 115, navs.css.scss */
.tabbable.black-box .nav-tabs li a:hover {
    /*background: #28282C;*/
}
/* line 120, navs.css.scss */
.tabbable.black-box .nav-tabs li.active {
    margin-bottom: -1px;
    /*border-bottom: 1px solid #42424A;*/
}
/* line 124, navs.css.scss */
.tabbable.black-box .nav-tabs li.active a {
    color: #ffffff;
    /*-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset 0px 10px 10px -5px rgba(255, 255, 255, 0.2);*/
    /*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset 0px 10px 10px -5px rgba(255, 255, 255, 0.2);*/
    /*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset 0px 10px 10px -5px rgba(255, 255, 255, 0.2);*/
    background: #4d70b2;
    /*background: url('../images/linen-white.png');*/
    /*border-bottom: 1px solid #42424A; */
}
/* line 130, navs.css.scss */
.tabbable.black-box .nav-tabs li.active a:hover {
    /*border: 1px solid #242427;*/
    /*color: #4d70b2;*/
    color: #ffffff;
    /*border-bottom: 1px solid #42424A;*/
}
/* line 143, navs.css.scss */
.tabbable.black-box .tab-content {
    /*background: url('../images/linen-white.png');*/
    background: #ffffff;
    /*background: #3b3b42;*/
    border-top: none;
    /*-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);*/
    /*-moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);*/
    /*box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px rgba(255, 255, 255, 0.1);*/
    /*-webkit-border-radius: 0 0;*/
    /*-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;*/
    border-radius: 0 0 3px 3px / 0 0 3px 3px; }
/* line 150, navs.css.scss */
.tabbable.black-box .separator {
    padding: 15px; }
/* line 153, navs.css.scss */
.tabbable.black-box .separator:last-child {
    /*       margin-bottom: 10px;  */
}

/* line 160, navs.css.scss */
.nav-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2; }
/* line 163, navs.css.scss */
.nav-menu i {
    font-size: 16px; }
/* line 170, navs.css.scss */
.nav-menu .nav-list li:first-child > a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
/* line 173, navs.css.scss */
.nav-menu .nav-list li:last-child > a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
/* line 177, navs.css.scss */
.nav-menu .nav-list li a {
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    color: #434343;
    line-height: 25px;
    border-bottom: 1px solid #DCDCDC; }
/* line 180, navs.css.scss */
.nav-menu .nav-list li a i {
    color: #666; }
/* line 184, navs.css.scss */
.nav-menu .nav-list li a:hover {
    background: #e8e8e8;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(top, #f2f2f2, #e8e8e8); }
/* line 188, navs.css.scss */
.nav-menu .nav-list li a .badge {
    margin-top: 4px; }
/* line 193, navs.css.scss */
.nav-menu .nav-list li a.flat {
    background: #e8e8e8; }
/* line 197, navs.css.scss */
.nav-menu .nav-list li a:active {
    background: gainsboro;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #dcdcdc));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #dcdcdc);
    background-image: -moz-linear-gradient(top, #e6e6e6, #dcdcdc);
    background-image: -o-linear-gradient(top, #e6e6e6, #dcdcdc);
    background-image: linear-gradient(top, #e6e6e6, #dcdcdc); }
/* line 201, navs.css.scss */
.nav-menu .nav-list li.active a {
    -webkit-box-shadow: rgba(255, 255, 255, 0.19922) 0px 1px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.19922) 0px 1px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.19922) 0px 1px 0px 0px inset;
    background: #206ba7;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5OWZlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNmJhNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #399fe4), color-stop(100%, #206ba7));
    background-image: -webkit-linear-gradient(top, #399fe4, #206ba7);
    background-image: -moz-linear-gradient(top, #399fe4, #206ba7);
    background-image: -o-linear-gradient(top, #399fe4, #206ba7);
    background-image: linear-gradient(top, #399fe4, #206ba7);
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); }
/* line 202, navs.css.scss */
.nav-menu .nav-list li.active a i {
    color: #fff; }
/* line 211, navs.css.scss */
.nav-menu .nav-list .nav-header + li a {
    border-top: 1px solid #DCDCDC; }

/* line 219, navs.css.scss */
/*.inner-well2 {*/
    /*/!*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);*!/*/
    /*border: 1px solid #dbdbdb;*/
    /*/!*background: #dbdbdb;*!/*/
    /*/!*background: rgba(77, 112, 178, 0.25);*!/*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*/!*padding: 10px;*!/*/
    /*padding-top: 1px;*/
    /*padding-right: 10px;*/
    /*padding-bottom: 10px;*/
    /*padding-left: 10px;*/
/*}*/

.inner-well {
    /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);*/
    border: 1px solid #dbdbdb;
    /*background: #dbdbdb;*/
    /*background: rgba(77, 112, 178, 0.25);*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*padding: 10px;*/
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.inner-well2 {
    /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);*/
    border: 1px solid #dbdbdb;
    /*background: #dbdbdb;*/
    /*background: rgba(77, 112, 178, 0.25);*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*padding: 10px;*/
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
/* line 226, navs.css.scss */
.inner-well + .inner-well {
    margin-top: 10px; }

/* line 4, tables.css.scss */
table.box {
    background-color: #FAFAFA; }
/* line 8, tables.css.scss */
table.box thead, table.box tfoot {
    background: #e5e5e5;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #ebebeb, #e5e5e5);
    background-image: -moz-linear-gradient(top, #ebebeb, #e5e5e5);
    background-image: -o-linear-gradient(top, #ebebeb, #e5e5e5);
    background-image: linear-gradient(top, #ebebeb, #e5e5e5);
    color: #898989;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
    border-radius: 3px 3px 0 0 / 3px 3px 0 0; }
/* line 15, tables.css.scss */
table.box.table-striped tbody tr:nth-child(odd) td, table.box.table-striped tbody tr:nth-child(odd) th {
    background: #FDFDFD; }
/* line 19, tables.css.scss */
table.box .button {
    line-height: normal; }
/* line 20, tables.css.scss */
table.box .button i {
    font-size: 14px; }

/* line 29, tables.css.scss */
.inner-well .table th, .inner-well .table td {
    border: none; }

/* line 29, animations.css.scss */
.animated {
    -webkit-animation: 1s ease;
    -moz-animation: 1s ease;
    -ms-animation: 1s ease;
    -o-animation: 1s ease;
    animation: 1s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes flipInX {
    /* line 35, animations.css.scss */
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -moz-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        -o-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0; }

    /* line 40, animations.css.scss */
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -moz-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        -o-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg); }

    /* line 44, animations.css.scss */
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -moz-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        -o-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg); }

    /* line 48, animations.css.scss */
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -moz-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        -o-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1; } }

@-moz-keyframes flipInX {
    /* line 35, animations.css.scss */
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -moz-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        -o-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0; }

    /* line 40, animations.css.scss */
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -moz-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        -o-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg); }

    /* line 44, animations.css.scss */
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -moz-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        -o-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg); }

    /* line 48, animations.css.scss */
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -moz-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        -o-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1; } }

@-ms-keyframes flipInX {
    /* line 35, animations.css.scss */
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -moz-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        -o-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0; }

    /* line 40, animations.css.scss */
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -moz-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        -o-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg); }

    /* line 44, animations.css.scss */
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -moz-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        -o-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg); }

    /* line 48, animations.css.scss */
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -moz-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        -o-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1; } }

@keyframes flipInX {
    /* line 35, animations.css.scss */
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -moz-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        -o-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0; }

    /* line 40, animations.css.scss */
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -moz-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        -o-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg); }

    /* line 44, animations.css.scss */
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -moz-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        -o-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg); }

    /* line 48, animations.css.scss */
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -moz-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        -o-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1; } }

@-webkit-keyframes fadeInLeftMiddle {
    /* line 55, animations.css.scss */
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); }

    /* line 60, animations.css.scss */
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; } }

@-moz-keyframes fadeInLeftMiddle {
    /* line 55, animations.css.scss */
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); }

    /* line 60, animations.css.scss */
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; } }

@-ms-keyframes fadeInLeftMiddle {
    /* line 55, animations.css.scss */
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); }

    /* line 60, animations.css.scss */
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; } }

@keyframes fadeInLeftMiddle {
    /* line 55, animations.css.scss */
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); }

    /* line 60, animations.css.scss */
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; } }

@-webkit-keyframes wobble {
    /* line 67, animations.css.scss */
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }

    /* line 68, animations.css.scss */
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg); }

    /* line 69, animations.css.scss */
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg); }

    /* line 70, animations.css.scss */
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg); }

    /* line 71, animations.css.scss */
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg); }

    /* line 72, animations.css.scss */
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg); }

    /* line 73, animations.css.scss */
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); } }

@-moz-keyframes wobble {
    /* line 67, animations.css.scss */
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }

    /* line 68, animations.css.scss */
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg); }

    /* line 69, animations.css.scss */
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg); }

    /* line 70, animations.css.scss */
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg); }

    /* line 71, animations.css.scss */
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg); }

    /* line 72, animations.css.scss */
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg); }

    /* line 73, animations.css.scss */
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); } }

@-ms-keyframes wobble {
    /* line 67, animations.css.scss */
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }

    /* line 68, animations.css.scss */
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg); }

    /* line 69, animations.css.scss */
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg); }

    /* line 70, animations.css.scss */
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg); }

    /* line 71, animations.css.scss */
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg); }

    /* line 72, animations.css.scss */
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg); }

    /* line 73, animations.css.scss */
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); } }

@keyframes wobble {
    /* line 67, animations.css.scss */
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }

    /* line 68, animations.css.scss */
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -moz-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        -o-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg); }

    /* line 69, animations.css.scss */
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -moz-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        -o-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg); }

    /* line 70, animations.css.scss */
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -moz-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        -o-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg); }

    /* line 71, animations.css.scss */
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -moz-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        -o-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg); }

    /* line 72, animations.css.scss */
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -moz-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        -o-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg); }

    /* line 73, animations.css.scss */
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); } }

/* line 75, animations.css.scss */
.flipInX {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -ms-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX; }

/* line 80, animations.css.scss */
.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -ms-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble; }

/* line 84, animations.css.scss */
.fadeInLeftMiddle {
    -webkit-animation-name: fadeInLeftMiddle;
    -moz-animation-name: fadeInLeftMiddle;
    -ms-animation-name: fadeInLeftMiddle;
    -o-animation-name: fadeInLeftMiddle;
    animation-name: fadeInLeftMiddle; }

/* line 88, animations.css.scss */
.fast {
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s; }

/* line 5, notifications.css.scss */
* {
    -webkit-tap-highlight-color: transparent; }

/* line 10, notifications.css.scss */
.notifications {
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    min-height: 0;
    margin-top: 20px;
    background: #dbdbdb;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
    background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: linear-gradient(top, #ffffff, #dbdbdb);
    -webkit-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
    -moz-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
    box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
/* line 25, notifications.css.scss */
.notifications .dismiss-all {
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    height: 20px;
    line-height: 20px;
    top: -16px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    border-top: none;
    padding: 0; }
/* line 42, notifications.css.scss */
.notifications:hover .dismiss-all {
    top: 0; }
/* line 48, notifications.css.scss */
.notifications.active .dismiss-all {
    top: 0; }
/* line 52, notifications.css.scss */
.notifications.active .notification .hide {
    display: block; }

/* line 59, notifications.css.scss */
.notification {
    position: relative;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #c1c1c1;
    -webkit-box-shadow: white 0px 1px 0px;
    -moz-box-shadow: white 0px 1px 0px;
    box-shadow: white 0px 1px 0px; }
/* line 67, notifications.css.scss */
.notification.no-image .left {
    display: none; }
/* line 71, notifications.css.scss */
.notification.no-image .right {
    margin-left: 0; }
/* line 76, notifications.css.scss */
.notification:last-child {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
/* line 83, notifications.css.scss */
.notification:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px; }
/* line 88, notifications.css.scss */
.notification .click {
    cursor: pointer; }
/* line 91, notifications.css.scss */
.notification:hover .hide {
    display: block; }
/* line 96, notifications.css.scss */
.notification .hide {
    position: absolute;
    display: none;
    right: 10px;
    top: 7px;
    cursor: pointer;
    color: #aaa;
    font-size: 22px;
    line-height: 25px; }
/* line 104, notifications.css.scss */
.notification .hide:hover {
    color: #888; }
/* line 111, notifications.css.scss */
.notification .right, .notification .left {
    height: 100%;
    float: left;
    position: relative; }
/* line 117, notifications.css.scss */
.notification .time {
    font-size: 9px;
    position: relative; }
/* line 122, notifications.css.scss */
.notification .right {
    margin-left: 50px; }
/* line 126, notifications.css.scss */
.notification .right .time {
    margin-left: 10px;
    margin-top: -8px;
    margin-bottom: 10px;
    opacity: 0.4; }
/* line 133, notifications.css.scss */
.notification .right .inner {
    padding: 10px; }
/* line 138, notifications.css.scss */
.notification .left {
    height: 100%;
    width: 50px;
    padding: 10px;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden; }
/* line 147, notifications.css.scss */
.notification .left:after {
    content: '';
    background: #c1c1c1;
    -webkit-box-shadow: white 1px 0px 0px;
    -moz-box-shadow: white 1px 0px 0px;
    box-shadow: white 1px 0px 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px; }
/* line 158, notifications.css.scss */
.notification .left > .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font: normal 35px/39px Icons;
    /* TODO: get icons */
    text-shadow: white 0px 1px 0px; }
/* line 171, notifications.css.scss */
.notification .img {
    width: 30px;
    background-size: auto 100%;
    background-position: center;
    height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
    -moz-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
    box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
    border: 1px solid rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 50%;
    margin-top: -15px; }
/* line 183, notifications.css.scss */
.notification .img.border {
    box-shadow: none;
    border: none; }
/* line 188, notifications.css.scss */
.notification .img.fill {
    top: 0px;
    margin: 0px;
    border: none;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
    background-color: #333; }
/* line 202, notifications.css.scss */
.notification:first-child .img.fill {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px; }
/* line 208, notifications.css.scss */
.notification:last-child .img.fill {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
/* line 213, notifications.css.scss */
.notification:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0; }
/* line 222, notifications.css.scss */
.notification h2 {
    font-size: 14px; }

/*
 * Bootstrap Image Gallery CSS 2.5
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2011, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, bootstrap_image_gallery.css.scss */
.modal-gallery {
    width: auto;
    max-height: none; }

/* line 17, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-body {
    max-height: none; }

/* line 20, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-title {
    overflow: hidden; }

/* line 23, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-image {
    position: relative;
    margin: auto;
    min-width: 128px;
    min-height: 128px;
    overflow: hidden;
    cursor: pointer; }

/* line 32, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-image:hover:before,
.modal-gallery .modal-image:hover:after {
    content: '\2039';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1; }

/* line 54, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-image:hover:after {
    content: '\203A';
    left: auto;
    right: 15px; }

/* line 60, bootstrap_image_gallery.css.scss */
.modal-single .modal-image:hover:before,
.modal-single .modal-image:hover:after {
    display: none; }

/* line 63, bootstrap_image_gallery.css.scss */
.modal-loading .modal-image {
    background: url('../images/loading.gif') center no-repeat; }

/* line 66, bootstrap_image_gallery.css.scss */
.modal-gallery.fade .modal-image {
    -webkit-transition: width 0.15s ease, height 0.15s ease;
    -moz-transition: width 0.15s ease, height 0.15s ease;
    -ms-transition: width 0.15s ease, height 0.15s ease;
    -o-transition: width 0.15s ease, height 0.15s ease;
    transition: width 0.15s ease, height 0.15s ease; }

/* line 73, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-image * {
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0); }

/* line 79, bootstrap_image_gallery.css.scss */
.modal-gallery.fade .modal-image * {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear; }

/* line 86, bootstrap_image_gallery.css.scss */
.modal-gallery .modal-image *.in {
    opacity: 1;
    filter: alpha(opacity=100); }

/* line 90, bootstrap_image_gallery.css.scss */
.modal-fullscreen {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    overflow: hidden; }

/* line 98, bootstrap_image_gallery.css.scss */
.modal-fullscreen.modal-loading {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 104, bootstrap_image_gallery.css.scss */
.modal-fullscreen .modal-body {
    padding: 0; }

/* line 108, bootstrap_image_gallery.css.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    z-index: 2000; }

/* line 121, bootstrap_image_gallery.css.scss */
.modal-fullscreen .modal-footer {
    top: auto;
    bottom: 0; }

/* line 126, bootstrap_image_gallery.css.scss */
.modal-fullscreen .close,
.modal-fullscreen .modal-title {
    color: #fff;
    text-shadow: 0 0 2px rgba(33, 33, 33, 0.8); }

/* line 131, bootstrap_image_gallery.css.scss */
.modal-fullscreen .modal-header:hover,
.modal-fullscreen .modal-footer:hover {
    opacity: 1; }

@media (max-width: 480px) {
    /* line 136, bootstrap_image_gallery.css.scss */
    .modal-gallery .btn span {
        display: none; } }
/* line 4, widgets/calendar.css.scss */
.external-event input {
    height: 25px;
    line-height: 25px;
    margin: 0; }
/* line 11, widgets/calendar.css.scss */
.external-event input, .external-event input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 3, search.css.scss */
.search-button-trigger, .search-button-trigger:hover {
    font-size: 12px;
    /*color: #fff;*/
    position: absolute;
    right: 0px;
    top: 5px; }

/* line 11, search.css.scss */
.search-button-bar-container {
    position: relative; }

/* line 15, search.css.scss */
.search-bar-nav {
    display: none; }
/* line 18, search.css.scss */
.search-bar-nav.open {
    display: block; }

/* line 23, search.css.scss */
input.search {
    width: 100%;
    /*   margin-top: 5px; */
    margin-top: 0px;
    margin-bottom: 4px;
    /*height: 25px;*/
    border: none;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY3MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666670), color-stop(100%, #46464d));*/
    /*background-image: -webkit-linear-gradient(top, #666670, #46464d);*/
    /*background-image: -moz-linear-gradient(top, #666670, #46464d);*/
    /*background-image: -o-linear-gradient(top, #666670, #46464d);*/
    /*background-image: linear-gradient(top, #666670, #46464d);*/
    font-size: 12px;
    /*   line-height: 25px; */
    /*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7) inset;*/
    /*-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7) inset;*/
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7) inset;*/
    color: #000000;
    -webkit-transition: width, 0.3s;
    -moz-transition: width, 0.3s;
    -o-transition: width, 0.3s;
    transition: width, 0.3s; }
/* line 36, search.css.scss */
input.search:focus {
    background: #dbdbdb;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(top, #ffffff, #eeeeee);
    color: #404040; }

/*@media (max-width: 1024px) {*/
/* line 7, responsive-max1024.css.scss */
/*html {*/
/*overflow: visible; }*/

/* line 11, responsive-max1024.css.scss */
/*.container-fluid {*/
/*padding-left: 20px;*/
/*padding-right: 20px;*/
/*overflow-x: visible; }*/

/* line 17, responsive-max1024.css.scss */
/*nav#primary {*/
/*float: none;*/
/*height: auto;*/
/*width: 90px;*/
/*border-bottom: 1px solid #1D1E21;*/
/*overflow: visible;*/
/*display: block;*/
/*position: relative;*/
/*z-index: 1; }*/
/* line 27, responsive-max1024.css.scss */
/*nav#primary > ul {*/
/*width: 90px; }*/
/* line 31, responsive-max1024.css.scss */
/*nav#primary .dropdown {*/
/*position: relative;*/
/*z-index: 1; }*/
/* line 36, responsive-max1024.css.scss */
/*nav#primary > ul > li {*/
/*display: inline-block;*/
/*width: 80px;*/
/*border: none; }*/
/* line 41, responsive-max1024.css.scss */
/*nav#primary > ul > li.bottom a {*/
/*position: static; }*/

/* line 47, responsive-max1024.css.scss */
/*nav#secondary {*/
/*float: none;*/
/*width: auto;*/
/*height: auto;*/
/*border: none; }*/

/* line 54, responsive-max1024.css.scss */
/*section#main {*/
/*overflow: visible;*/
/*height: auto; }*/

/* line 60, responsive-max1024.css.scss */
/*.profile-menu .profile-menu-nav-collapse {*/
/*line-height: 70px;*/
/*margin-right: 15px;*/
/*display: inline; }*/

/* line 67, responsive-max1024.css.scss */
/*.secondary-nav-menu {*/
/*display: inline;*/
/*}*/
/* line 69, responsive-max1024.css.scss */
/*.secondary-nav-menu.open {*/
/*display: block; }*/
/* line 76, responsive-max1024.css.scss */
/*.big-button-bar {*/
/*overflow: hidden;*/
/**zoom: 1;*/
/*-webkit-border-radius: 4px;*/
/*-moz-border-radius: 4px;*/
/*-ms-border-radius: 4px;*/
/*-o-border-radius: 4px;*/
/*border-radius: 4px; }*/
/* line 80, responsive-max1024.css.scss */
/*.big-button-bar .large {*/
/*width: 33.3%;*/
/*min-width: auto;*/
/*margin: 0;*/
/*float: left;*/
/*-webkit-border-radius: 0;*/
/*-moz-border-radius: 0;*/
/*-ms-border-radius: 0;*/
/*-o-border-radius: 0;*/
/*border-radius: 0; } }*/
@media (max-width: 1280px) {
    /* line 7, responsive-max1024.css.scss */
    html {
        /*overflow: visible;*/
        overflow-x: auto;
        overflow-y: hidden;
    }
}
@media (max-width: 768px) {
    /* line 4, responsive-max768.css.scss */
    body {
        padding: 0; }

    /* line 8, responsive-max768.css.scss */
    .notifications {
        right: 20px;
        left: 20px;
        width: auto; } }
@media (max-width: 480px) {
    /* line 6, responsive-max480.css.scss */
    /*nav#primary > ul > li {*/
    /*width: 33.3%;*/
    /*margin-left: -3px; }*/

    /* line 12, responsive-max480.css.scss */
    .modal.black-box .modal-header .close {
        margin-top: -5px; } }
