@import "jquery/jquery-ui.min.css";
@import "bootstrap/bootstrap.min.css";
@import "fontawesome/font-awesome.min.css";
@import "summernote/summernote.css";
@import "codemirror/codemirror.css";
@import "nvd3/nv.d3.css";
@import "mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "fullcalendar/fullcalendar.css";
@import "blueimp/blueimp-gallery.min.css";
@import "rickshaw/rickshaw.css";
@import "dropzone/dropzone.css";
@import "animate/animate.min.css";

@-moz-document url-prefix() {

    .main_1 {
        min-height: 408px !important;
    }

    .myfooter {
        position: absolute;
        bottom: -70px !important;
    }
}

.myfooter {
    position: absolute;
    bottom: -55px;
    width: 100%;
}

.officelocation #PreparerInfoModel_LutOfficeLocationID {
    padding: 0px 3px;
}

.officelocation select.form-control {
    height: 28px;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 0px 12px !important;
}

/*.footerCenter {
    float: left;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
}*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    margin-bottom: 00px !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
    font-size: 14px;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-left: 0;
    margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    zoom: 1.2;
    margin-right: 5px;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date] {
    line-height: 34px;
}


.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 15px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        font-weight: 600 !important;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}





.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-firs {
    color: #fff;
    background-color: #990202;
    border-color: #990202;
    width: 50% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.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;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}



    .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
        z-index: 2;
    }

    .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
        outline: 0;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}




.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 59px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: #ba1515;
    padding-top: 3px;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        margin: 18px 10px 0px 35px;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 0px 4px 0px 12px; /*Top padding set to 0 to reduce header height*/
    font-size: 18px;
    height: auto;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }


        /*.navbar-nav > li > a.newTab {
            background: #fff;
            color: #cc3434;
            text-transform: none;
            font-weight: normal;
            font-size: 13px;
            padding: 7px 16px;
            margin-right: 15px;
            border-radius: 5px 3px 3px 5px;
        }*/

        .navbar-nav > li > a.newTab {
            background: #ff0000; /*#fff*/
            color: #fff; /*#cc3434;*/
            text-transform: none;
            font-weight: normal;
            font-size: 13px;
            padding: 7px 16px;
            margin-right: 15px;
            border-radius: 5px 3px 3px 5px;
        }

            /*.navbar-nav > li > a.newTab {
            background: #990202;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
            padding: 15px 35px;
        }*/


            .navbar-nav > li > a.newTab:hover {
                background: #e7e7e7;
                color: #990202;
            }

        .navbar-nav > li > a.add {
            padding-left: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
            border: 3px solid white !important; /*added for header change*/
            width: 135px; /*added for header change*/
            Height: 45px; /*added for header change*/
        }

            .navbar-nav > li > a.add i {
                padding: 13px;
                background: #cc3300; /*Bg color for header change*/
                margin: 0;
                top: 0;
                margin-right: 7px;
                color: #fff;
                border-radius: 3px 0 0 3px;
                float: left; /*added for header change*/
                width: 37px; /*added for header change*/
            }



            .navbar-nav > li > a.add:hover i {
                color: #fff;
            }

        .navbar-nav > li > a.dicon {
            padding: 11px;
            background: #ff0000;
            top: 0;
            color: #fff;
            margin: 3px 7px 0px 0px;
            line-height: normal;
            border-radius: 3px;
        }

            .navbar-nav > li > a.dicon i {
                font-size: 18px;
            }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    /*padding: 12px 15px;*/
    padding: 12px 10px 12px 0px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 4px;
    margin-bottom: 0px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        background: #fff;
        padding-left: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 14px;
        margin-left: 25px;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }

/*.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 !important;
    margin: 0 0 !important;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}*/

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    /*top: 0;*/
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        z-index: 10;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1040;*/
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
        z-index: 9;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
        color: black;
        background: white;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}



    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}


a {
    color: #444;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}

    a:visited, a:active, a:focus, a:hover {
        /*color: #2b2b2b;*/
        text-decoration: none;
        outline: 0;
    }

ol, ul {
    padding: 0;
    list-style: none;
}

ol {
    list-style: outside decimal;
}

.bullet {
    list-style-type: disc;
    margin-left: 15px;
}

::-moz-selection, ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-selection, ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #e8ecf3;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

.img-rounded {
    border-radius: 2px;
}

.img-circle {
    border-radius: 50%;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 100%;
}

.avatar-lg {
    width: 128px;
}

.avatar-md {
    width: 64px;
}

.avatar-sm {
    width: 32px;
}

.avatar-xs {
    width: 16px;
}

.bordered-avatar {
    border: 6px solid #efefef;
}

.header .avatar {
    width: 30px;
}

[contenteditable], [contenteditable]:hover, [contenteditable]:active {
    outline: 0;
}

@media screen and (min-width:768px) {
    html, body {
        background: white;
    }
}

.header {
    /*min-height: 79px;*/ /*commnented for header change*/
    margin: 0;
    z-index: 1000;
    border-radius: 0;
    border: 0;
}

    .header li:hover, .header li a:hover, .header li a:active {
        background: 0 0;
    }

    .header .brand {
        width: 220px;
        height: 50px;
        float: left;
        position: relative;
    }

        .header .brand img {
            float: left;
            height: auto;
            max-width: 100% !important;
            width: 136px;
            margin-top: 1px;
        }

@media (max-width:767px) {
    .header {
        width: 100%;
    }

        .header.header-fixed {
            position: relative;
            width: 100%;
        }

        .header > .brand {
            width: 100%;
            text-align: center;
        }

            .header > .brand .navbar-brand {
                display: inline-block;
                float: none;
                text-align: center;
            }
}

form.navbar-form.navbar-left.hidden-xs {
    margin-bottom: 2px;
}

@media screen and (min-width:768px) {
    .header {
        position: relative;
        width: 100%;
        padding-bottom: 10px;
    }

        .header .brand.width-auto {
            width: 160px;
        }
}

.navbar-form .search {
    background-color: transparent;
    width: 200px;
}

    .navbar-form .search:focus {
        background: 0 0;
    }

.notifications .dropdown-menu, .quickmenu .dropdown-menu {
    border: 1px solid #c6cbda;
    border-radius: 4px !important;
    margin-top: 2px !important;
    -webkit-animation-duration: 200ms;
    transition-animation: 200ms;
    -webkit-box-shadow: 0 0 5px rgba(88,96,114,.15);
    box-shadow: 0 0 5px rgba(88,96,114,.15);
}

    .notifications .dropdown-menu:before, .quickmenu .dropdown-menu:before {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #c6cbda;
        content: " ";
        pointer-events: none;
    }

    .notifications .dropdown-menu:after, .quickmenu .dropdown-menu:after {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff;
        content: " ";
        pointer-events: none;
    }

.notifications {
    position: relative;
}

    .notifications .dropdown-menu {
        min-width: 350px;
    }

    .notifications .panel-heading {
        padding: 5px 15px;
    }

    .notifications .dropdown-menu:before {
        top: -21px;
        right: 10px;
    }

    .notifications .dropdown-menu:after {
        top: -20px;
        right: 10px;
    }

    .notifications .dropdown-menu.dropdown-menu-left:before {
        right: inherit;
        left: 10px;
    }

    .notifications .dropdown-menu.dropdown-menu-left:after {
        right: inherit;
        left: 10px;
    }

    .notifications .badge {
        position: absolute !important;
        top: 8px !important;
        right: 5px;
    }

    .notifications ul li a {
        font-size: 13px;
    }

        .notifications ul li a.m-body {
            margin-left: 50px;
        }

    .notifications .panel-footer {
        padding: 5px 15px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .notifications .panel-footer > a {
            font-size: 13px;
        }

.quickmenu .dropdown-menu {
    min-width: 220px;
}

    .quickmenu .dropdown-menu:before {
        top: -21px;
        right: 25px;
    }

    .quickmenu .dropdown-menu:after {
        top: -20px;
        right: 25px;
    }

    .quickmenu .dropdown-menu.dropdown-menu-left:before {
        right: inherit;
        left: 25px;
    }

    .quickmenu .dropdown-menu.dropdown-menu-left:after {
        right: inherit;
        left: 25px;
    }

@media screen and (min-width:768px) {
    .quickmenu .avatar {
        margin-top: -4px;
    }
}

@media (max-width:767px) {
    .quickmenu {
        float: left;
        margin-right: 0 !important;
    }

        .quickmenu > a {
            float: left;
            padding: 10px 15px !important;
        }

        .quickmenu .dropdown-menu:before {
            top: -21px;
            right: 15px;
        }

        .quickmenu .dropdown-menu:after {
            top: -20px;
            right: 15px;
        }

        .quickmenu .dropdown-menu.dropdown-menu-left:before {
            right: inherit;
            left: 15px;
        }

        .quickmenu .dropdown-menu.dropdown-menu-left:after {
            right: inherit;
            left: 15px;
        }

    .header .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        margin-top: 0;
        background-color: #fff;
        left: inherit;
        border: 1px solid #c6cbda;
        -webkit-box-shadow: 0 0 5px rgba(88,96,114,.15);
        box-shadow: 0 0 5px rgba(88,96,114,.15);
    }
}

@media (max-width:767px) {
    .header .navbar-collapse {
        width: 100%;
    }

    .header .off-right {
        position: absolute;
        right: 0;
    }

    .header .off-left {
        position: absolute;
        left: 0;
    }

    .header .navbar-toggle, .header [data-toggle=off-canvas] {
        font-size: 16px;
        z-index: 999;
        padding: 9px 15px;
        margin-top: 8px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.sidebar {
    position: relative;
    background: #535a6c;
    width: 220px;
}

.main-navigation {
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    position: absolute;
}

    .main-navigation.app-navigation {
        position: relative;
    }

        .main-navigation.app-navigation > ul > li > a {
            padding: 10px 15px;
        }

    .main-navigation ul {
        margin: 0;
    }

        .main-navigation ul > li > a {
            display: block;
            padding: 16px 15px;
            text-decoration: none;
        }

        .main-navigation ul > li.active, .main-navigation ul > li:hover, .main-navigation ul > li.open {
            background: rgba(0,0,0,.05);
        }

        .main-navigation ul > li i {
            padding-right: 10px;
            min-width: 25px;
            text-align: center;
        }

@media (max-width:767px) {
    .main-navigation {
        overflow-x: hidden;
        overflow-y: auto;
    }

        .main-navigation.app-navigation {
            position: absolute;
            top: 50px;
        }
}

aside footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50px;
}

    aside footer .footer-toolbar {
        line-height: 50px;
        padding: 0 15px;
        width: 100%;
    }

    aside footer .about-app {
        display: none;
    }

        aside footer .about-app.open {
            display: block;
        }

        aside footer .about-app img {
            float: left;
            margin-right: 10px;
            width: 50px;
        }

    aside footer .toggle-sidebar i {
        padding: 5px 10px;
        background: rgba(0,0,0,.1);
        border-radius: 2px;
    }

.touch li:hover, .touch li:active, .touch li:visited, .touch a:hover, .touch a:active, .touch a:visited {
    background: 0 0;
}

.app:not(.small-sidebar) .collapsible .main-navigation, .app:not(.small-sidebar) .collapsible .slimScrollDiv {
    height: 100% !important;
}

.app:not(.small-sidebar) .collapsible ul > li {
    position: relative;
    clear: both;
}

    .app:not(.small-sidebar) .collapsible ul > li.collapse-open {
        background: rgba(0,0,0,.1);
    }

        .app:not(.small-sidebar) .collapsible ul > li.collapse-open > .dropdown-menu {
            display: block;
        }

        .app:not(.small-sidebar) .collapsible ul > li.collapse-open > a .toggle-accordion:before {
            content: "\f107";
        }

    .app:not(.small-sidebar) .collapsible ul > li > ul {
        background: rgba(0,0,0,.1);
        position: relative;
        left: 0;
        width: 100%;
        border: 0 !important;
        display: none;
    }

.app:not(.small-sidebar) .collapsible li ul li a {
    padding: 9px 15px 9px 40px !important;
    background: 0 0;
}

    .app:not(.small-sidebar) .collapsible li ul li a:hover {
        background: 0 0;
    }

.app:not(.small-sidebar) .collapsible li a .toggle-accordion:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 15px;
}

.app.small-sidebar .collapsible .main-navigation > ul > .show-on-hover:hover .dropdown-menu {
    display: block !important;
}

.app.small-sidebar .collapsible .main-navigation > ul > li.collapse-open > ul {
    display: none !important;
}

.scroll-menu {
    position: absolute;
    top: 0;
    bottom: 50px;
    width: 100%;
}

    .scroll-menu .main-navigation {
        position: relative;
    }

@media screen and (min-width:768px) {
    .small-sidebar .brand {
        width: 60px;
    }

    .small-sidebar .navbar-brand {
        width: 100%;
        text-align: center;
    }

        .small-sidebar .navbar-brand span {
            display: none;
            visibility: hidden;
        }

        .small-sidebar .navbar-brand i {
            margin: 0;
        }

    .small-sidebar .sidebar {
        width: 60px;
    }

        .small-sidebar .sidebar footer .footer-toolbar a {
            width: 100%;
            text-align: center;
        }

        .small-sidebar .sidebar footer span {
            display: none;
            visibility: hidden;
        }

    .small-sidebar .main-navigation:not(.app-navigation) > ul > li {
        position: relative;
        text-align: center;
    }

        .small-sidebar .main-navigation:not(.app-navigation) > ul > li > a .badge {
            position: absolute;
            top: 10px;
        }

        .small-sidebar .main-navigation:not(.app-navigation) > ul > li > a > span {
            display: none;
            visibility: hidden;
        }

        .small-sidebar .main-navigation:not(.app-navigation) > ul > li i {
            display: block;
            padding: 0;
            min-width: 100%;
        }

    .small-sidebar .collapsible .slimScrollDiv, .small-sidebar .collapsible .slimScrollDiv .main-navigation {
        overflow: visible !important;
    }

    .small-sidebar .collapsible .main-navigation > ul > li:hover > ul {
        display: block !important;
    }

    .small-sidebar .collapsible .main-navigation > ul > li > ul > li > a {
        color: #444;
        text-align: left;
    }
}

@media screen and (min-width:768px) {
    .sidebar-300 {
        width: 300px;
    }

    .sidebar-250 {
        width: 250px;
    }
}

@media (max-width:767px) {
    .sidebar-300, .sidebar-250 {
        width: 100%;
    }
}

.profile .profile-cover {
    background: #fff url(../img/profile-cover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
    padding: 0;
    margin-bottom: 40px;
}

    .profile .profile-cover .profile-avatar {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
    }

.app {
    overflow: hidden;
}

.container {
    padding: 0;
}

/*@media screen and (min-width:768px) {
    .container, .app {
        height: 100%;
        position: relative;
        padding: 0;
    }
}*/

/*@media (max-width:767px) {
    .app {
        -webkit-backface-visibility: hidden;
        position: relative;
        width: 100%;
        overflow-x: hidden;
    }
}*/

.main-content {
    background: #fff;
}

    .main-content .content-wrap {
        padding: 50px 15px 0px 15px;
    }

    .main-content .subscription {
        padding: 50px 15px;
        border-radius: 2px;
    }

    .main-content .header .nav > li:active > a, .main-content .header .nav > li.active > a {
        background-color: #ebeef1;
        color: #444;
    }

@media screen and (min-width:768px) {
    .main-content .subscription {
        width: 600px;
        height: 440px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -300px;
        margin-top: -220px;
    }

        .main-content .subscription img {
            width: 100%;
        }
}

.layout .header {
    z-index: 999;
}

.app .header-fixed:not(.visible-xs) ~ .layout {
    padding-top: 60px; /*reduce top padding for header chnage*/
}


@media screen and (min-width:768px) {
    .app .layout {
        /*position: absolute;*/
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

        .app .layout > section, .app .layout > aside {
            float: left;
            height: 100%;
            position: relative;
        }

            .app .layout > section.main-content {
                position: relative;
                float: none;
                width: auto;
                overflow: hidden;
            }

            .app .layout > section:before, .app .layout > aside:before {
                content: '';
                /*position: absolute;*/
                top: 0;
                bottom: 0;
            }
}

@media (max-width:767px) {
    .app .layout {
        position: relative;
        width: 100%;
    }
}

.slimScrollDiv, .slimscroll {
    height: 100% !important;
}

@media screen and (max-width:768px) {
    .main-content {
        width: 100%;
        height: 100%;
    }


    .content-wrap {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header ~ .content-wrap {
        top: 50px;
    }

    .content-wrap.bottom-50 {
        bottom: 50px;
    }

    .main-content .chat-window {
        bottom: 60px !important;
    }

    .slimscroll {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (max-width:767px) {
    .main-content > .header {
        padding: 0;
    }

        .main-content > .header > ul > li {
            display: block;
            float: left;
        }

        .main-content > .header.header-fixed ~ .content-wrap {
            padding-top: 65px;
        }

            .main-content > .header.header-fixed ~ .content-wrap.no-padding {
                padding-top: 50px;
            }

    .content-wrap {
        overflow: hidden;
    }
}

.chat-window .panel {
    margin-bottom: 1px;
}

@media screen and (min-width:768px) {
    .chat-window {
        padding: 0 !important;
    }
}

@media (max-width:767px) {
    .content-wrap.chat-window {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.chat-sidebar .user {
    position: relative;
}

    .chat-sidebar .user i {
        position: absolute;
        right: 0;
        top: 10px;
    }

@media screen and (min-width:768px) {
    .chat-sidebar {
        width: 300px;
        display: none;
    }

        .chat-sidebar.active {
            display: block;
        }
}

.loader {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: relative;
    color: #848ca1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-content {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well {
    background-color: #FFF;
    border-radius: 2px;
}

.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.list-group-item {
    border: 1px solid #e8ecf3;
}

@media (max-width:767px) {
    * {
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .layout {
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
    }

    .site-overlay {
        display: none;
    }

        .off-canvas .site-overlay, .site-overlay.active {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 9999;
            background: 0 0;
        }

    .off-canvas .layout {
        position: fixed !important;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 0 !important;
    }

    .csstransforms3d .move-left .layout {
        -webkit-transform: translate3d(300px,0,0);
        -ms-transform: translate3d(300px,0,0);
        transform: translate3d(300px,0,0);
    }

    .csstransforms3d .move-right .layout {
        -webkit-transform: translate3d(-300px,0,0);
        -ms-transform: translate3d(-300px,0,0);
        transform: translate3d(-300px,0,0);
    }

    .app:not(.off-canvas) .header-fixed ~ .layout .canvas-left, .app:not(.off-canvas) .header-fixed ~ .layout .canvas-right {
        top: 50px;
    }

    .canvas-left, .canvas-right {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: 300px !important;
        -webkit-overflow-scrolling: touch;
    }

    .csstransforms3d .canvas-left {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .no-csstransforms3d .canvas-left {
        left: -300px;
    }

    .csstransforms3d .canvas-right {
        right: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .no-csstransforms3d .canvas-right {
        right: -300px;
    }

    .no-csstransforms3d .move-right .layout {
        left: -300px;
    }

    .no-csstransforms3d .move-left .layout {
        left: 300px;
    }

    .off-canvas .main-content > .header.header-fixed ~ .content-wrap {
        padding-top: 15px;
    }

        .off-canvas .main-content > .header.header-fixed ~ .content-wrap.no-padding {
            padding-top: 0;
        }

    .off-canvas .main-content .header {
        position: relative;
        display: block;
    }
}

.alert-success {
    background-color: #67dd9c;
    border: 0;
    color: #1a7844;
}

    .alert-success hr {
        border-top-color: #28b667;
    }

    .alert-success .alert-link {
        color: #114e2c;
    }

.alert-info {
    background-color: #4ee0e4;
    border: 0;
    color: #116d6f;
}

    .alert-info hr {
        border-top-color: #1badb2;
    }

    .alert-info .alert-link {
        color: #0a4143;
    }

.alert-warning {
    background-color: #ffd291;
    border: 0;
    color: #dd8200;
}

    .alert-warning hr {
        border-top-color: #ffa72a;
    }

    .alert-warning .alert-link {
        color: #aa6400;
    }

.alert-danger {
    background-color: #ffa59c;
    border: 0;
    color: #e81600;
}

    .alert-danger hr {
        border-top-color: #ff4935;
    }

    .alert-danger .alert-link {
        color: #b51100;
    }

.alert {
    padding: 10px 15px;
    border-radius: 2px;
}

.alert-dismissable .close {
    right: 0;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 2px;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        content: "\f105\00a0";
        font-family: FontAwesome;
    }

/*.pagination {
    border-radius: 2px;
}

    .pagination > li > a, .pagination > li > span {
        border-color: #e8ecf3;
    }

        .pagination > li > a:hover, .pagination > li > span:hover {
            background-color: #f9fafc;
            border-color: #d7deea;
        }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .dataTables_wrapper .pagination .active a {
        border-color: #17c3e5;
        background-color: #17c3e5;
        color: #fff;
    }*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px 4px;
    border-color: #e8ecf3;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #eaeaf2;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #eaeaf2;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ebebeb;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e8ecf3;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #91e7b7;
    border-color: #7ce2a9;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #135631;
    border-color: #135631;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #7ae8eb;
    border-color: #64e4e8;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td {
    background-color: #0b4a4c;
    border-color: #0b4a4c;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #ffd3cf;
    border-color: #ffbcb5;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #bf1200;
    border-color: #bf1200;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffe6c3;
    border-color: #ffdcaa;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
    background-color: #b46a00;
    border-color: #b46a00;
}

.panel {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.panel-heading {
    border-color: #e8ecf3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .panel-heading.gray {
        background: #fcfcfc;
    }

    .panel-heading.gradient {
        background: #fcfcfc;
        background: -webkit-linear-gradient(top,#fcfcfc 0,#f5f5f5 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
        background: -webkit-linear-gradient(top, #fcfcfc 0, #f5f5f5 100%);
        background: linear-gradient(to bottom,#fcfcfc 0,#f5f5f5 100%);
    }

.panel-footer {
    border-top: 1px solid #e8ecf3;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fcfcfc;
}

.panel-group .panel {
    border-radius: 2px;
}

.panel-default {
    border-color: #dde1e7;
}

    .panel-default > .panel-heading {
        color: #444;
        background-color: #dde1e7;
        border-color: #dde1e7;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dde1e7;
        }

        .panel-default > .panel-heading a {
            color: #444;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dde1e7;
    }

.panel-primary {
    border-color: #17c3e5;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #17c3e5;
        border-color: #17c3e5;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #17c3e5;
        }

        .panel-primary > .panel-heading a {
            color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #17c3e5;
    }

.panel-success {
    border-color: #2dcb73;
}

    .panel-success > .panel-heading {
        color: #fff;
        background-color: #2dcb73;
        border-color: #2dcb73;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #2dcb73;
        }

        .panel-success > .panel-heading a {
            color: #fff;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #2dcb73;
    }

.panel-warning {
    border-color: #ffb244;
}

    .panel-warning > .panel-heading {
        color: #fff;
        background-color: #ffb244;
        border-color: #ffb244;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ffb244;
        }

        .panel-warning > .panel-heading a {
            color: #fff;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ffb244;
    }

.panel-danger {
    border-color: #ff604f;
}

    .panel-danger > .panel-heading {
        color: #fff;
        background-color: #ff604f;
        border-color: #ff604f;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ff604f;
        }

        .panel-danger > .panel-heading a {
            color: #fff;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ff604f;
    }

.panel-info {
    border-color: #1ec3c8;
}

    .panel-info > .panel-heading {
        color: #fff;
        background-color: #1ec3c8;
        border-color: #1ec3c8;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #1ec3c8;
        }

        .panel-info > .panel-heading a {
            color: #fff;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #1ec3c8;
    }

.panel-dark {
    border-color: #535a6c;
}

    .panel-dark > .panel-heading {
        color: #fff;
        background-color: #535a6c;
        border-color: #535a6c;
    }

        .panel-dark > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #535a6c;
        }

        .panel-dark > .panel-heading a {
            color: #fff;
        }

    .panel-dark > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #535a6c;
    }

textarea {
    resize: vertical;
}

.form-control {
    -webkit-font-smoothing: antialiased;
}

    .form-control:-moz-placeholder {
        color: #919191;
    }

    .form-control::-moz-placeholder {
        color: #919191;
    }

    .form-control:-ms-input-placeholder {
        color: #919191;
    }

    .form-control::-webkit-input-placeholder {
        color: #919191;
    }

.form-control {
    /*border: 1px solid #e8ecf3;*/
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 13px;
    max-width: 280px;
}

    .form-control:focus, #focusedInput {
        outline: 0;
        border-color: #e5e9ec;
        background-color: #e8ecf3;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

input[type=file] {
    line-height: 1;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #2dcb73;
}

.has-success .form-control {
    border-color: #2dcb73;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #24a15b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ce2a9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ce2a9;
    }

.has-success .input-group-addon {
    color: #2dcb73;
    border-color: #2dcb73;
    background-color: #2dcb73;
}

.has-success .form-control-feedback {
    color: #2dcb73;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffb244;
}

.has-warning .form-control {
    border-color: #ffb244;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #ff9d11;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffdcaa;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffdcaa;
    }

.has-warning .input-group-addon {
    color: #ffb244;
    border-color: #ffb244;
    background-color: #ffb244;
}

.has-warning .form-control-feedback {
    color: #ffb244;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff604f;
}

.has-error .form-control {
    border-color: #ff604f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #ff321c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffbcb5;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffbcb5;
    }

.has-error .input-group-addon {
    color: #ff604f;
    border-color: #ff604f;
    background-color: #ff604f;
}

.has-error .form-control-feedback {
    color: #ff604f;
}

.input-group-addon {
    background-color: #f5f5f8;
    border: 1px solid #e8ecf3;
    border-radius: 2px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 2px;
}

.parsley-success {
    border-color: #2dcb73;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .parsley-success:focus {
        border-color: #24a15b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ce2a9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ce2a9;
    }

.parsley-warning {
    border-color: #ffb244;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .parsley-warning:focus {
        border-color: #ff9d11;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffdcaa;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffdcaa;
    }

.parsley-error {
    border-color: #ff604f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .parsley-error:focus {
        border-color: #ff321c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffbcb5;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffbcb5;
    }

.parsley-error-list {
    color: #a94442;
}

.popover {
    border: 1px solid #c4d1df;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .popover .popover-title {
        border-bottom: 1px solid #e8ecf3;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 2px;
        background-color: #fafbfd;
    }

.tooltip-inner {
    border-radius: 2px;
    background-color: 2px;
    background: #535a6c;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #535a6c;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #535a6c;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #535a6c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #535a6c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #535a6c;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #535a6c;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #535a6c;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #535a6c;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.badge.badge-top {
    position: relative;
    top: -10px;
    padding: 3px 5.5px;
    margin-left: -10px;
}

.badge-opac {
    background: rgba(0,0,0,.2);
}

pre {
    color: #444;
    background-color: #EFF2F5;
    border: 1px solid #e8ecf3;
    border-radius: 2px;
    font-size: 11px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #e8ecf3;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999;
}

    .dropdown-menu > li > a {
        margin: 0;
        border-radius: 2px;
        font-size: 13px;
        line-height: 22px;
        color: #444;
    }

        .dropdown-menu > li > a:hover {
            background: #e8ecf3;
        }

    .dropdown-menu .divider {
        margin: 2px 0;
        height: 1px;
        background-color: #d7deea;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: #e8ecf3;
        color: #444;
    }

.main-navigation .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0;
    border: 1px solid silver;
    border-left: 0;
}

    .main-navigation .dropdown-menu a {
        margin: 0 !important;
        padding: 3px 20px !important;
        width: 100%;
        font-size: 13px;
    }

.right-sidebar .main-navigation .dropdown-menu {
    border-left: 1px solid silver !important;
    border-right: 0 !important;
}

.main-navigation .show-on-hover {
    position: relative;
    top: 0;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: inherit;
}

    .main-navigation .show-on-hover li {
        padding: 0 !important;
        border-bottom: 0 !important;
    }

    .main-navigation .show-on-hover > .dropdown-menu li a {
        text-align: left !important;
    }

.show-on-hover:hover .dropdown-menu {
    display: block;
}

.dropdown.open .dropdown-menu {
    display: block;
}

@media screen and (min-width:768px) {
    .right-sidebar .main-navigation .dropdown-menu {
        left: auto;
        right: 100%;
        border-width: 1px !important;
        border-right: 0 !important;
    }
}

@media (max-width:767px) {
    .main-navigation .dropdown-menu {
        border-radius: 0;
        border: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .show-on-hover.open .dropdown-menu, .collapse-open {
        display: block;
    }

    .main-navigation .show-on-hover.open .dropdown-menu, .navbar-collapse .show-on-hover.open .dropdown-menu {
        display: block !important;
    }

    .main-navigation .show-on-hover:hover .dropdown-menu, .navbar-collapse .show-on-hover:hover .dropdown-menu {
        display: none;
    }

    .show-on-hover.open .dropdown-menu {
        width: 100%;
    }

    .dropdown-menu.dropdown-menu {
        top: 100%;
        left: 0;
    }
}

.progress {
    overflow: hidden;
    margin-bottom: 15px;
    height: 20px;
    border-radius: 2px;
    background-color: #d0dbec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #17c3e5;
}

.progress-bar-success {
    background-color: #2dcb73;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15)25%, transparent 25%, transparent 50%, rgba(255,255,255,.15)50%, rgba(255,255,255,.15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #1ec3c8;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15)25%, transparent 25%, transparent 50%, rgba(255,255,255,.15)50%, rgba(255,255,255,.15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #ffb244;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15)25%, transparent 25%, transparent 50%, rgba(255,255,255,.15)50%, rgba(255,255,255,.15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #ff604f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15)25%, transparent 25%, transparent 50%, rgba(255,255,255,.15)50%, rgba(255,255,255,.15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-dark {
    background-color: #ff604f;
}

.progress-striped .progress-bar-dark {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15)25%, transparent 25%, transparent 50%, rgba(255,255,255,.15)50%, rgba(255,255,255,.15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-xs {
    height: 5px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 15px;
}

.progress-lg {
    height: 25px;
}


.navbar .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.nav-tabs {
        background: 0 0;
        border-radius: 0;
    }

        .navbar-nav.nav-tabs > li > a {
            margin: 0;
            border-radius: 0;
            padding: 16px 15px;
        }

.navbar-inverse {
    border-color: #535a6c;
    background-color: #535a6c;
}

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #4c5363;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #535a6c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #484e5e;
    }

@media (max-width:767px) {
    .navbar-collapse {
        padding: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

@media (max-width:767px) {
    .navbar-form {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #17c3e5;
}

.nav-pills > li > a {
    border-radius: 2px;
}

.nav-tabs {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    background: #dde1e7;
}

    .nav-tabs > li {
        margin: 0;
    }

        .nav-tabs > li > a {
            border: 0;
            border-radius: 2px 2px 0 0;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: 0;
        }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            border: 0;
            background-color: #f9f9f9;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: transparent;
    background-color: transparent;
}

.label-default {
    background-color: #dde1e7;
    color: #444;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #bfc7d2;
    }

.label-primary {
    background-color: #17c3e5;
    color: #fff;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #129cb7;
    }

.label-success {
    background-color: #2dcb73;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #24a15b;
    }

.label-info {
    background-color: #1ec3c8;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #17989c;
    }

.label-warning {
    background-color: #ffb244;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ff9d11;
    }

.label-danger {
    background-color: #ff604f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #ff321c;
    }

.label-white {
    background-color: #fff;
    color: #444;
}

    .label-white[href]:hover, .label-white[href]:focus {
        background-color: #e6e6e6;
    }

.label-dark {
    background-color: #535a6c;
}

    .label-dark[href]:hover, .label-dark[href]:focus {
        background-color: #3d424f;
    }

.carousel-control {
    color: #444;
    text-shadow: none;
}

    .carousel-control.left, .carousel-control.right {
        background: 0 0;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        font-family: FontAwesome;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control span, .carousel-control .fa {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
    }

.carousel-indicators {
    bottom: 5px;
}

    .carousel-indicators li {
        background-color: #dde1e7;
    }

    .carousel-indicators .active {
        background-color: #2dcb73;
    }

#quote-carousel {
    width: 100%;
    position: relative;
    padding: 5px 60px;
}

    #quote-carousel .carousel-control:hover {
        color: #444;
    }

.chat-box .panel {
    border: 1px solid #e8ecf3;
}

.chat-box .chat-user {
    padding: 10px 0;
    clear: both;
}

    .chat-box .chat-user.right .chat-avatar img {
        float: right;
    }

    .chat-box .chat-user .chat-avatar.pull-right {
        padding-right: 0;
        padding-left: 10px;
    }

.chat-box .chat-avatar {
    float: left;
    width: 50px;
    display: block;
    padding-right: 10px;
}

    .chat-box .chat-avatar img {
        width: 32px;
    }

.chat-box .message {
    position: relative;
    margin-left: 55px;
}

    .chat-box .message span {
        color: #555;
        font-weight: 700;
    }

    .chat-box .message p {
        padding-top: 5px;
    }

    .chat-box .message:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        border-right: 6px solid #e8ecf3;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        top: 10px;
        margin-left: -6px;
    }

    .chat-box .message:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        border-right: 6px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        top: 10px;
        margin-left: -5px;
    }

.chat-box .chat-user.right .message {
    position: relative;
    margin-left: 0;
    margin-right: 55px;
}

    .chat-box .chat-user.right .message:before {
        left: 100%;
        margin-right: 6px;
        margin-left: 0;
        border-right: 6px solid transparent;
        border-left: 6px solid #e8ecf3;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .chat-box .chat-user.right .message:after {
        left: 100%;
        margin-right: 6px;
        margin-left: -1px;
        border-right: 6px solid transparent;
        border-left: 6px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

.chat-bottom, .mail-reply {
    padding: 10px;
    height: 100%;
    background: #fff;
}

    .chat-reply:focus, .mail-reply:focus {
        outline: 0;
    }

.mail-reply {
    height: 60px;
    position: relative;
    border-radius: 2px;
}

.chat-bottom {
    min-height: 60px;
    max-height: 60px;
    background: #dde1e7;
    padding: 0;
    width: 100%;
}

@media screen and (min-width:768px) {
    .chat-bottom {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width:767px) {
    .chat-bottom {
        position: relative;
    }
}

.chat-reply {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    border-radius: 2px;
    padding: 5px;
}

.tasks .task-toolbar {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

    .tasks .task-toolbar .user {
        display: inline-block;
    }

.tasks .panel {
    margin-top: 0 !important;
    border-bottom: 1px solid #e8ecf3;
}

.tasks .panel-heading {
    padding: 15px;
}

.tasks .panel:hover > .panel-heading > .task-toolbar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tasks .list-group-item {
    display: block;
}

.tasks li {
    display: block;
    background: #fff;
}

    .tasks li span {
        float: left;
    }

.tasks .checkbox {
    display: inline-block !important;
    float: left;
    margin: 1px 5px 0 0;
    padding: 0;
}

.tasks .checkbox-custom i {
    background: transparent !important;
}

.panel-group.tasks .panel {
    overflow: visible;
}

.timeline {
    position: relative;
    display: table;
    padding: 0;
    width: 100%;
    margin-bottom: -15px;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #d4dbe7;
        content: '';
    }

    .timeline .panel {
        position: relative;
        margin-bottom: 40px;
    }

        .timeline .panel p {
            margin: 0;
        }

.timeline-heading {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5px 15px;
    min-width: 80px;
    border-radius: 2px;
    background: #d4dbe7;
    text-align: center;
    position: relative;
}

.timeline-panel {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background: 0 0;
}

    .timeline-panel:before {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -7px;
        width: 16px;
        height: 16px;
        border: 1px solid #d4dbe7;
        border-radius: 50%;
        background: #fff;
        content: "";
    }

.timeline-content {
    float: right;
    width: 50%;
    padding: 0 0 0 20px;
    position: relative;
    margin-top: -10px;
}

    .timeline-content > .panel {
        border: 1px solid #c4d1df;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

        .timeline-content > .panel:after {
            position: absolute;
            top: 11px;
            right: 100%;
            width: 0;
            height: 0;
            border-width: 6px;
            border-style: solid;
            border-color: transparent #fff transparent transparent;
            content: " ";
            pointer-events: none;
        }

        .timeline-content > .panel:before {
            position: absolute;
            top: 10px;
            right: 100%;
            width: 0;
            height: 0;
            border-width: 7px;
            border-style: solid;
            border-color: transparent #c4d1df transparent transparent;
            content: " ";
            pointer-events: none;
        }

.timeline-panel:nth-child(even) .timeline-date {
    left: -170px;
    position: absolute;
    text-align: right;
    top: 10px;
    width: 150px;
}

.timeline-panel:nth-child(odd) .timeline-content {
    float: left;
    padding: 0 20px 0 0;
}

.timeline-panel:nth-child(odd) .timeline-date {
    right: -170px;
    text-align: left;
    position: absolute;
    top: 10px;
    width: 150px;
}

.timeline-panel:nth-child(odd) .panel:after {
    left: 100%;
    border-color: transparent transparent transparent #fff;
}

.timeline-panel:nth-child(odd) .panel:before {
    left: 100%;
    border-color: transparent transparent transparent #c4d1df;
}

.switcher {
    display: block;
}

    .switcher .thumb img {
        width: 100%;
    }

    .switcher .panel {
        position: relative;
        display: block;
        border: 0;
    }

.view-grid .panel {
    min-height: 200px;
}

.view-list {
    margin: -15px 0 0;
}

    .view-list .switch-item {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .view-list .switcher-content {
        padding: 0 15px;
    }

    .view-list .panel {
        margin-bottom: 1px;
        border-radius: 0;
        padding: 20px 0;
    }

    .view-list .panel-body {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

    .view-list .thumb {
        display: inline-block;
        margin-left: 15px;
        width: 80px;
    }

.gallery .item {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto;
}

    .gallery .item:hover a > .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

.gallery img {
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gallery .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.gallery .overlay-text {
    padding: 15px;
    width: 100%;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
}

.spinner {
    margin: 5% auto 0;
}

    .spinner > div {
        width: 10px;
        height: 10px;
        background-color: #444;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s;
    }

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.app-error {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:768px) {
    .error-container, .app-user {
        position: absolute;
        top: 270px;
        left: 50%;
        width: 100%;
        max-width: 410px;
        margin: 0 0 0 -200px;
        border-radius: 2px;
    }
}

@media (max-width:767px) {
    .error-container, .app-user {
        margin: 20px 15px;
    }
}

.error-number {
    font-size: 150px;
    font-weight: 300;
    line-height: 1;
}

.error-nav li {
    display: inline;
    padding: 0 10px;
}

    .error-nav li a {
        color: #444;
    }

.lockcode {
    max-width: 280px;
    display: block;
    margin: 0 auto;
}

.post .list-group-item, .panel.post .panel-heading {
    border-color: #1AADD1;
}

.profile-panel .panel-body .pic {
    width: 125px;
}

.profile-panel .panel-body .watermark {
    position: absolute;
    opacity: .2;
    filter: alpha(opacity=20);
    color: #fff;
    cursor: pointer;
    font-size: 200px;
    left: -15px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.toggle-active {
    cursor: pointer;
}

    .toggle-active.active {
        color: #ffb244;
    }

.weather-widget {
    position: relative;
}

    .weather-widget h2 {
        margin: 0;
        padding: 25px 0 0;
    }

    .weather-widget li {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .weather-widget span {
        display: inline-block;
    }

    .weather-widget .current-date {
        padding: 39px 0;
    }

    .weather-widget .row {
        border-radius: 2px;
    }

    .weather-widget ul canvas {
        display: inline-block !important;
        margin: 0 10px -3px 0 !important;
    }

.circle-icon {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

    .circle-icon canvas.weather-icon {
        display: block;
        float: left;
    }

.imgpost-heading {
    background: #fff url(../img/profile-cover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
    padding: 0;
}

.photobox-heading {
    background: #fff url(../img/cover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 150px;
    padding: 0;
}

    .photobox-heading .thumb {
        float: right;
        margin-right: 15px;
        margin-top: 15px;
        cursor: pointer;
    }

.settings-body li b {
    display: block;
}

.settings-body li i {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 20px;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 20px;
}

    .rating span.star {
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
    }

        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #999;
        }

        .rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #ffb244;
        }

.widget-social .panel-footer > .row > :first-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
}

.widget-social .panel-footer > .row > :last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.switchery {
    background-color: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
        height: 28px;
        position: absolute;
        top: 0;
        width: 28px;
    }

.sortable .list-group-item, .handles .list-group-item {
    padding: 15px;
}

.connected, .sortable, .exclude, .handles {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .connected li, .sortable li, .exclude li, .handles li {
        border: 1px solid transparent;
    }

        .connected li:not(:last-child), .sortable li:not(:last-child), .exclude li:not(:last-child), .handles li:not(:last-child) {
            margin-bottom: 1px;
            border: 1px solid transparent;
            border-radius: 2px;
        }

    .sortable > li, .handles span {
        cursor: move;
    }

    .handles span {
        float: left;
    }

#connected {
    overflow: hidden;
    margin: auto;
}

.connected {
    float: left;
}

    .connected.no2 {
        float: right;
    }

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #ddd !important;
    min-height: 50px;
    width: 100%;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #e8ecf3;
    background: #fff;
    border-radius: 2px;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 30px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

    .dd-item > button:before {
        content: "+";
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action=collapse]:before {
        content: "-";
    }

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: 0 0;
    border: 1px dashed #ddd;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff), linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }

#nestable-output, #nestable2-output {
    width: 100%;
    background: #fff;
    font-size: 10px;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #535a6c;
    background: #535a6c;
}

    #nestable2 .dd-handle:hover {
        background: #5e667a;
    }

#nestable2 .dd-item > button:before {
    color: #fff;
}

@media only screen and (min-width:700px) {
    .dd + .dd {
        margin-left: 2%;
    }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    border: 1px solid #e8ecf3;
    background: #fff;
    border-radius: 2px;
}

    .dd3-content:hover {
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 40px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #e8ecf3;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd3-handle:before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 7px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-size: 26px;
        font-weight: 400;
    }

    .dd3-handle:hover {
        background: #ddd;
    }

.form-inline .checkbox-custom .checkbox {
    padding-left: 16px;
}

.checkbox-custom, .radio-custom {
    padding: 0;
    min-height: 16px;
}

.checkbox-custom {
    display: block !important;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

    .checkbox-custom i.checked:before {
        position: absolute;
        top: 0;
        right: 2px;
        content: '\f00c';
        font-size: 10px;
        font-family: FontAwesome;
    }

    .checkbox-custom i.disabled:before {
        border-color: #ccc;
        color: #ccc;
    }

    .checkbox-custom input[type=checkbox], .radio-custom input[type=radio] {
        position: relative;
        left: -99999px;
    }

    .checkbox-custom i, .radio-custom i {
        min-height: 16px !important;
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin-top: 1px;
        margin-bottom: 0;
        padding: 0 !important;
        width: 16px;
        height: 16px;
        border: 1px solid #b3b3b3;
        border-radius: 2px;
        background: #fff;
        content: "";
        cursor: pointer;
    }

    .checkbox-custom:hover i.checked {
        border-color: #ccc;
    }

.radio-custom.highlight {
    padding: 4px 4px 4px 24px;
}

    .radio-custom.highlight.checked {
        border-radius: 2px;
        background: #dde1e7;
    }

.radio-custom {
    font-weight: 400;
}

    .radio-custom i {
        border-radius: 50%;
    }

        .radio-custom i.checked:before {
            position: absolute;
            top: -3px;
            right: 1px;
            color: #2dcb73;
            content: '\f111';
            text-transform: none;
            font-weight: 400;
            font-style: normal;
            font-variant: normal;
            font-size: 14px;
            font-family: FontAwesome;
            speak: none;
        }

        .radio-custom i.disabled:before {
            border-color: #ccc;
            color: #ccc;
        }

    .radio-custom:hover i.checked {
        border-color: #ccc;
    }

.pillbox {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #e8ecf3;
    border-radius: 2px;
    line-height: 1;
}

    .pillbox ul {
        display: inline-block;
        margin: 0;
    }

    .pillbox li {
        display: inline-block;
        margin: 2px;
        padding: 4px;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 2px;
        font-weight: 700;
    }

        .pillbox li:after {
            position: relative;
            float: right;
            padding-left: 4px;
            content: " \00D7";
            font-size: 12px;
        }

        .pillbox li.status-important {
            background-color: #ff604f;
        }

        .pillbox li.status-warning {
            background-color: #ffb244;
        }

        .pillbox li.status-success {
            background-color: #2dcb73;
        }

        .pillbox li.status-info {
            background-color: #1ec3c8;
        }

.spinner {
    width: 100%;
    position: relative;
}

    .spinner input {
        float: left;
        width: 43px;
    }

    .spinner .btn {
        position: relative;
        padding-top: 0;
        padding-right: 9px;
        padding-left: 9px;
        height: 16px;
        width: 26px;
        border-radius: 0;
    }

        .spinner .btn.disabled {
            cursor: not-allowed;
        }

    .spinner .spinner-buttons {
        width: 26px;
        position: absolute;
        right: 1px;
        top: 1px;
        left: auto;
        z-index: 999;
    }

        .spinner .spinner-buttons .btn {
            margin: 0;
            padding: 0;
        }

    .spinner .spinner-up, .spinner .spinner-down {
        top: 0;
        padding: 0 0 4px 1px;
        line-height: 1;
        vertical-align: middle;
    }

/*.wizard {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dde1e7;
    background-color: #dde1e7;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
}

    .wizard ul {
        margin: 0;
        float: left;
    }

        .wizard ul li {
            position: relative;
            display: inline-block;
            margin: 0;
            padding: 0 20px 0 30px;
            height: 40px;
            line-height: 40px;
            background: 0 0;
            cursor: default;
        }

            .wizard ul li:before {
                position: absolute;
                top: 0;
                right: -15px;
                z-index: 9;
                display: block;
                border: 21px solid transparent;
                border-right: 0;
                border-left: 14px solid #dde1e7;
                content: "";
            }

            .wizard ul li:after {
                position: absolute;
                top: -1px;
                right: -16px;
                z-index: 1;
                display: block;
                border: 22px solid transparent;
                border-right: 0;
                border-left: 15px solid #B8BEC4;
                content: "";
            }

            .wizard ul li .badge {
                margin-right: 8px;
            }

            .wizard ul li.complete {
                background: #dde1e7;
            }

                .wizard ul li.complete .badge {
                    background: #2dcb73;
                }

                .wizard ul li.complete:before {
                    border-left: 14px solid #dde1e7;
                }

                .wizard ul li.complete:hover {
                    background: #e7eff8;
                    cursor: pointer;
                }

                    .wizard ul li.complete:hover:before {
                        border-left: 14px solid #e7eff8;
                    }

            .wizard ul li.active {
                background: #fff;
                color: #1ec3c8;
            }

                .wizard ul li.active:before {
                    border-left: 14px solid #fff;
                    right: -14px;
                }

                .wizard ul li.active:after {
                    right: -15px;
                }

            .wizard ul li:first-child {
                padding-left: 20px;
                -webkit-border-top-right-radius: 0;
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-top-left-radius: 2px;
                -moz-border-radius-topright: 0;
                -moz-border-radius-bottomright: 0;
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-topleft: 2px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                border-top-left-radius: 2px;
            }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                background: #f3f4f5;
            }

                .wizard ul.previous-disabled li.complete:hover:before {
                    border-left-color: #f3f4f5;
                }

    .wizard .actions {
        position: absolute;
        right: 0;
        z-index: 1000;
        float: right;
        padding-top: 6px;
        padding-right: 15px;
        padding-left: 15px;
        vertical-align: middle;
        line-height: 37px;
    }

        .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px;
        }*/

.step-content {
    /*padding: 15px;*/
}

    .step-content .step-pane {
        display: none;
    }

    .step-content .active {
        display: block;
    }

        .step-content .active .btn-group .active {
            display: inline-block;
        }

.dashboard-chart .panel-heading {
    padding-bottom: 30px;
}

@media screen and (min-width:768px) {
    .dashboard-chart {
        position: relative;
    }

        .dashboard-chart .panel-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

            .dashboard-chart .panel-footer .row {
                margin-bottom: 10px;
            }
}

@media (max-width:767px) {
    .dashboard-chart .panel-footer .row {
        margin: 0;
    }

        .dashboard-chart .panel-footer .row > * {
            padding: 5px;
            margin: 5px 0;
        }

    .dashboard-chart .panel-footer span {
        display: block;
    }
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 2px;
        padding: 6px;
        color: #fff;
        background: #535a6c;
        border-color: #535a6c;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: 700;
            margin: .25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: .1em 0;
        }

#jqstooltip {
    display: inline-block;
    margin: 0 !important;
    padding: 5px 70px 15px 5px;
    width: 100%;
    border: none;
    border-radius: 2px;
    background: #535a6c;
    text-align: center;
}

#tooltip {
    background: #535a6c;
    color: #fff;
    position: absolute;
    display: none;
    padding: 5px 10px;
    border: 0;
    line-height: 1;
}

    #tooltip:before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        right: 100%;
        width: 0;
        height: 0;
        border-color: transparent #535a6c transparent transparent;
        border-style: solid;
        border-width: 6px;
    }

.piechart {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
}

    .piechart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .piechart > span > span {
        margin: 67px 0;
        display: block;
    }

    .piechart .percent {
        display: block;
    }

        .piechart .percent:after {
            content: '%';
            margin-left: .1em;
            font-size: .5em;
        }

.chart {
    border: 0;
    width: 100%;
    height: 200px;
}

.chart-legend.first {
    padding-top: 80px;
}

canvas {
    display: block !important;
    margin: 0 auto !important;
}

#map {
    width: 100%;
    height: 100%;
    background: 0 0;
    min-height: 300px;
    position: relative;
}

    #map .jvectormap-container {
        min-height: 300px;
    }

.map-footer {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: rgba(255,255,255,.8);
    border-radius: 2px;
}

.geo_address {
    width: 300px;
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
}

    .ribbon .text, .ribbon .banner, .ribbon a {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: 0 0;
    }

    .ribbon a {
        color: #fff;
        text-decoration: none;
    }

.no-css-transforms .ribbon {
    display: none;
    visibility: hidden;
}

.ribbon .banner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    display: block;
    float: right;
    position: relative;
    right: -14px;
    top: 22px;
    width: 100px;
}

.ribbon-small .banner {
    right: -8px;
    top: 15px;
    width: 65px;
}

.ribbon-large .banner {
    right: -20px;
    top: 32px;
    width: 150px;
}

.ribbon .banner::after, .ribbon .banner::before {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    width: 30px;
}

.ribbon-small .banner::after, .ribbon-small .banner::before {
    height: 6px;
    width: 20px;
}

.ribbon-large .banner::after, .ribbon-large .banner::before {
    height: 18px;
    width: 45px;
}

.ribbon .banner::before {
    -webkit-transform: skewY(-45deg) translate(50%,15px);
    -moz-transform: skewY(-45deg) translate(50%,15px);
    -ms-transform: skewY(-45deg) translate(50%,15px);
    -o-transform: skewY(-45deg) translate(50%,15px);
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    -o-transform-origin: 100% center;
    left: -45px;
}

.ribbon-small .banner::before {
    top: -5px;
    left: -30px;
}

.ribbon-large .banner::before {
    top: 9px;
    left: -68px;
}

.ribbon .banner::after {
    -webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
    -moz-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
    -ms-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
    -o-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    -o-transform-origin: 0 center;
    right: -17px;
}

.ribbon-small .banner::after {
    top: 18px;
    right: -12px;
}

.ribbon-large .banner::after {
    top: 45px;
    right: -26px;
}

.ribbon .text {
    position: relative;
    z-index: 2;
    padding: 6px 0;
    min-height: 18px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.ribbon-small .text {
    padding: 3px 0;
    font-size: 8px;
    min-height: 14px;
    line-height: 14px;
}

.ribbon-large .text {
    padding: 9px 0;
    font-size: 18px;
    min-height: 28px;
    line-height: 28px;
}

.ribbon .text::before, .ribbon .text::after {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ribbon.ribbon-small .text::before, .ribbon.ribbon-small .text::after {
    height: 20px;
}

.ribbon.ribbon-large .text::before, .ribbon.ribbon-large .text::after {
    height: 46px;
}

.ribbon .text::before {
    -webkit-transform: translateX(-15%) skewX(-45deg);
    -moz-transform: translateX(-15%) skewX(-45deg);
    -ms-transform: translateX(-15%) skewX(-45deg);
    -o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
    -webkit-transform: translateX(15%) skewX(45deg);
    -moz-transform: translateX(15%) skewX(45deg);
    -ms-transform: translateX(15%) skewX(45deg);
    -o-transform: translateX(15%) skewX(45deg);
}

.ribbon-success .banner::after, .ribbon-success .banner::before {
    background-color: #24a15b;
}

.ribbon-success .text::before, .ribbon-success .text::after, .no-css-transforms .ribbon-success .text {
    background-color: #2dcb73;
}

.ribbon-info .banner::after, .ribbon-info .banner::before {
    background-color: #17989c;
}

.ribbon-info .text::before, .ribbon-info .text::after, .no-css-transforms .ribbon-info .text {
    background-color: #1ec3c8;
}

.ribbon-warning .banner::after, .ribbon-warning .banner::before {
    background-color: #ff9d11;
}

.ribbon-warning .text::before, .ribbon-warning .text::after, .no-css-transforms .ribbon-warning .text {
    background-color: #ffb244;
}

.ribbon-danger .banner::after, .ribbon-danger .banner::before {
    background-color: #ff321c;
}

.ribbon-danger .text::before, .ribbon-danger .text::after, .no-css-transforms .ribbon-danger .text {
    background-color: #ff604f;
}

.ribbon-dark .banner::after, .ribbon-dark .banner::before {
    background-color: #ff321c;
}

.ribbon-dark .text::before, .ribbon-dark .text::after, .no-css-transforms .ribbon-dark .text {
    background-color: #ff604f;
}

.bg-none, .bg-none > .list-group-item {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-shadow {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.position-relative {
    position: relative;
}

.no-border, .no-border > .list-group-item, .table.no-border > thead > tr > th, .table.no-border > tbody > tr > th, .table.no-border > tfoot > tr > th, .table.no-border > thead > tr > td, .table.no-border > tbody > tr > td, .table.no-border > tfoot > tr > td {
    border: 0;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.overflow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.overflow-hidden {
    overflow: hidden;
}

.no-margin {
    margin: 0;
}

.mg-n {
    margin-right: -15px;
    margin-left: -15px;
}

.mg-r-n {
    margin-right: -15px;
}

.mg-l-n {
    margin-left: -15px;
}

.no-mg-l {
    margin-left: 0;
}

.no-mg-r {
    margin-right: 0;
}

.no-mg-t {
    margin-top: 0;
}

.no-mg-b {
    margin-bottom: 0;
}

.mg-lg {
    margin: 25px;
}

.mg-r-lg {
    margin-right: 25px;
}

.mg-l-lg {
    margin-left: 25px;
}

.mg-t-lg {
    margin-top: 25px;
}

.mg-b-lg {
    margin-bottom: 25px;
}

.mg {
    margin: 20px;
}

.mg-r {
    margin-right: 20px;
}

.mg-l {
    margin-left: 20px;
}

.mg-t {
    margin-top: 20px;
}

.mg-b {
    margin-bottom: 20px;
}

.mg-md {
    margin: 15px;
}

.mg-r-md {
    margin-right: 15px;
}

.mg-l-md {
    margin-left: 15px;
}

.mg-t-md {
    margin-top: 15px;
}

.mg-b-md {
    margin-bottom: 15px;
}

.mg-sm {
    margin: 10px;
}

.mg-r-sm {
    margin-right: 10px;
}

.mg-l-sm {
    margin-left: 10px;
}

.mg-t-sm {
    margin-top: 10px;
}

.mg-b-sm {
    margin-bottom: 10px;
}

.mg-xs {
    margin: 5px;
}

.mg-r-xs {
    margin-right: 5px;
}

.mg-l-xs {
    margin-left: 5px;
}

.mg-t-xs {
    margin-top: 5px;
}

.mg-b-xs {
    margin-bottom: 5px;
}

.no-padding {
    padding: 0 !important;
}

.text-left.no-pd-l {
    padding-left: 5px;
    width: 22.50% !important;
}

.padLeftPercent {
    padding-left: 5.2% !important;
}

.no-pd-r {
    padding-right: 0px !important;
}

.no-pd-t {
    padding-top: 0;
}

.no-pd-b {
    padding-bottom: 0;
}

.pd-lg {
    padding: 25px;
}

.pd-r-lg {
    padding-right: 25px;
}

.pd-l-lg {
    padding-left: 25px;
}

.pd-t-lg {
    padding-top: 25px;
}

.pd-b-lg {
    padding-bottom: 25px;
}

.pd {
    padding: 20px;
}

.pd-r {
    padding-right: 20px;
}

.pd-l {
    padding-left: 20px;
}

.pd-t {
    padding-top: 20px;
}

.pd-b {
    padding-bottom: 20px;
}

.pd-md {
    padding: 15px;
}

.pd-r-md {
    padding-right: 15px;
}

.pd-l-md {
    padding-left: 15px;
}

.pd-t-md {
    padding-top: 15px;
}

.pd-b-md {
    padding-bottom: 15px;
}

.pd-sm {
    padding: 10px;
}

.pd-r-sm {
    padding-right: 10px;
}

.pd-l-sm {
    padding-left: 10px;
}

.pd-t-sm {
    padding-top: 10px;
}

.pd-b-sm {
    padding-bottom: 10px;
}

.pd-xs {
    padding: 5px;
}

.pd-r-xs {
    padding-right: 5px;
}

.pd-l-xs {
    padding-left: 5px;
}

.pd-t-xs {
    padding-top: 5px;
}

.pd-b-xs {
    padding-bottom: 5px;
}

.bordered {
    border: 1px solid #e8ecf3;
}

.bd-b {
    border-bottom: 1px solid #e8ecf3;
}

.bd-t {
    border-top: 1px solid #e8ecf3;
}

.bd-l {
    border-left: 1px solid #e8ecf3;
}

.bd-r {
    border-right: 1px solid #e8ecf3;
}

.no-radius {
    border-radius: 0;
}

    .no-radius .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .no-radius .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.text-uppercase {
    text-transform: uppercase;
}

.strike {
    text-decoration: line-through;
}

.full-width {
    width: 100%;
}

.bg-dark, .bg-dark footer {
    background-color: #535a6c;
    color: #cbced3;
}

    .bg-dark .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-dark .form-control:-moz-placeholder {
            color: #cbced3;
        }

        .bg-dark .form-control::-moz-placeholder {
            color: #cbced3;
        }

        .bg-dark .form-control:-ms-input-placeholder {
            color: #cbced3;
        }

        .bg-dark .form-control::-webkit-input-placeholder {
            color: #cbced3;
        }

    .bg-dark .nav > li > a {
        color: #cbced3;
    }

        .bg-dark .nav > li:hover > a, .bg-dark .nav > li:focus > a, .bg-dark .nav > li:active > a, .bg-dark .nav > li.active > a, .bg-dark .nav > li > a:hover, .bg-dark .nav > li > a:focus {
            background-color: #484e5e;
        }

    .bg-dark .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-dark .main-navigation > ul > li > ul > li > a, .bg-dark footer a, .bg-dark > a {
        color: #cbced3;
    }

.bg-primary, .bg-primary footer {
    background-color: #17c3e5;
    color: #b9edf7;
}

    .bg-primary .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-primary .form-control:-moz-placeholder {
            color: #b9edf7;
        }

        .bg-primary .form-control::-moz-placeholder {
            color: #b9edf7;
        }

        .bg-primary .form-control:-ms-input-placeholder {
            color: #b9edf7;
        }

        .bg-primary .form-control::-webkit-input-placeholder {
            color: #b9edf7;
        }

    .bg-primary .nav > li > a {
        color: #b9edf7;
    }

        .bg-primary .nav > li:hover > a, .bg-primary .nav > li:focus > a, .bg-primary .nav > li:active > a, .bg-primary .nav > li.active > a, .bg-primary .nav > li > a:hover, .bg-primary .nav > li > a:focus {
            background-color: #15afce;
        }

    .bg-primary .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-primary .main-navigation > ul > li > ul > li > a, .bg-primary footer a, .bg-primary > a {
        color: #b9edf7;
    }

.bg-default, .bg-default footer {
    background-color: #dde1e7;
    color: #424445;
}

    .bg-default .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-default .form-control:-moz-placeholder {
            color: #424445;
        }

        .bg-default .form-control::-moz-placeholder {
            color: #424445;
        }

        .bg-default .form-control:-ms-input-placeholder {
            color: #424445;
        }

        .bg-default .form-control::-webkit-input-placeholder {
            color: #424445;
        }

    .bg-default .nav > li > a {
        color: #424445;
    }

        .bg-default .nav > li:hover > a, .bg-default .nav > li:focus > a, .bg-default .nav > li:active > a, .bg-default .nav > li.active > a, .bg-default .nav > li > a:hover, .bg-default .nav > li > a:focus {
            background-color: #ced4dc;
        }

    .bg-default .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-default .main-navigation > ul > li > ul > li > a, .bg-default footer a, .bg-default > a {
        color: #424445;
    }

.bg-warning, .bg-warning footer {
    background-color: #ffb244;
    color: #ffe8c7;
}

    .bg-warning .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-warning .form-control:-moz-placeholder {
            color: #ffe8c7;
        }

        .bg-warning .form-control::-moz-placeholder {
            color: #ffe8c7;
        }

        .bg-warning .form-control:-ms-input-placeholder {
            color: #ffe8c7;
        }

        .bg-warning .form-control::-webkit-input-placeholder {
            color: #ffe8c7;
        }

    .bg-warning .nav > li > a {
        color: #ffe8c7;
    }

        .bg-warning .nav > li:hover > a, .bg-warning .nav > li:focus > a, .bg-warning .nav > li:active > a, .bg-warning .nav > li.active > a, .bg-warning .nav > li > a:hover, .bg-warning .nav > li > a:focus {
            background-color: #ffa72a;
        }

    .bg-warning .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-warning .main-navigation > ul > li > ul > li > a, .bg-warning footer a, .bg-warning > a {
        color: #ffe8c7;
    }

.bg-success, .bg-success footer {
    background-color: #2dcb73;
    color: #c0efd5;
}

    .bg-success .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-success .form-control:-moz-placeholder {
            color: #c0efd5;
        }

        .bg-success .form-control::-moz-placeholder {
            color: #c0efd5;
        }

        .bg-success .form-control:-ms-input-placeholder {
            color: #c0efd5;
        }

        .bg-success .form-control::-webkit-input-placeholder {
            color: #c0efd5;
        }

    .bg-success .nav > li > a {
        color: #c0efd5;
    }

        .bg-success .nav > li:hover > a, .bg-success .nav > li:focus > a, .bg-success .nav > li:active > a, .bg-success .nav > li.active > a, .bg-success .nav > li > a:hover, .bg-success .nav > li > a:focus {
            background-color: #28b667;
        }

    .bg-success .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-success .main-navigation > ul > li > ul > li > a, .bg-success footer a, .bg-success > a {
        color: #c0efd5;
    }

.bg-info, .bg-info footer {
    background-color: #1ec3c8;
    color: #bcedef;
}

    .bg-info .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-info .form-control:-moz-placeholder {
            color: #bcedef;
        }

        .bg-info .form-control::-moz-placeholder {
            color: #bcedef;
        }

        .bg-info .form-control:-ms-input-placeholder {
            color: #bcedef;
        }

        .bg-info .form-control::-webkit-input-placeholder {
            color: #bcedef;
        }

    .bg-info .nav > li > a {
        color: #bcedef;
    }

        .bg-info .nav > li:hover > a, .bg-info .nav > li:focus > a, .bg-info .nav > li:active > a, .bg-info .nav > li.active > a, .bg-info .nav > li > a:hover, .bg-info .nav > li > a:focus {
            background-color: #1badb2;
        }

    .bg-info .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-info .main-navigation > ul > li > ul > li > a, .bg-info footer a, .bg-info > a {
        color: #bcedef;
    }

.bg-danger, .bg-danger footer {
    background-color: #ff604f;
    color: #ffcfca;
}

    .bg-danger .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-danger .form-control:-moz-placeholder {
            color: #ffcfca;
        }

        .bg-danger .form-control::-moz-placeholder {
            color: #ffcfca;
        }

        .bg-danger .form-control:-ms-input-placeholder {
            color: #ffcfca;
        }

        .bg-danger .form-control::-webkit-input-placeholder {
            color: #ffcfca;
        }

    .bg-danger .nav > li > a {
        color: #ffcfca;
    }

        .bg-danger .nav > li:hover > a, .bg-danger .nav > li:focus > a, .bg-danger .nav > li:active > a, .bg-danger .nav > li.active > a, .bg-danger .nav > li > a:hover, .bg-danger .nav > li > a:focus {
            background-color: #ff4935;
        }

    .bg-danger .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-danger .main-navigation > ul > li > ul > li > a, .bg-danger footer a, .bg-danger > a {
        color: #ffcfca;
    }

.bg-white, .bg-white footer {
    background-color: #fff;
    color: #4d4d4d;
}

    .bg-white .form-control {
        -webkit-font-smoothing: antialiased;
    }

        .bg-white .form-control:-moz-placeholder {
            color: #4d4d4d;
        }

        .bg-white .form-control::-moz-placeholder {
            color: #4d4d4d;
        }

        .bg-white .form-control:-ms-input-placeholder {
            color: #4d4d4d;
        }

        .bg-white .form-control::-webkit-input-placeholder {
            color: #4d4d4d;
        }

    .bg-white .nav > li > a {
        color: #4d4d4d;
    }

        .bg-white .nav > li:hover > a, .bg-white .nav > li:focus > a, .bg-white .nav > li:active > a, .bg-white .nav > li.active > a, .bg-white .nav > li > a:hover, .bg-white .nav > li > a:focus {
            background-color: #f2f2f2;
        }

    .bg-white .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-white .main-navigation > ul > li > ul > li > a, .bg-white footer a, .bg-white > a {
        color: #4d4d4d;
    }

    .bg-white .nav > li:hover > a, .bg-white .nav > li:focus > a, .bg-white .nav > li:active > a, .bg-white .nav > li.active > a, .bg-white .nav > li > a:hover, .bg-white .nav > li > a:focus {
        background-color: rgba(0,0,0,.1) !important;
    }

.text-primary, .text-primary a {
    color: #17c3e5;
}

    .text-primary:focus, .text-primary a:focus {
        color: #10889f;
    }

.text-default, .text-default a {
    color: #dde1e7;
}

    .text-default:focus, .text-default a:focus {
        color: #b0b9c7;
    }

.text-warning, .text-warning a {
    color: #ffb244;
}

    .text-warning:focus, .text-warning a:focus {
        color: #f69100;
    }

.text-success, .text-success a {
    color: #2dcb73;
}

    .text-success:focus, .text-success a:focus {
        color: #1f8c50;
    }

.text-info, .text-info a {
    color: #1ec3c8;
}

    .text-info:focus, .text-info a:focus {
        color: #148285;
    }

.text-white, .text-white a {
    color: #fff;
}

    .text-white:focus, .text-white a:focus {
        color: #d9d9d9;
    }

.text-danger, .text-danger a {
    color: #ff604f;
}

    .text-danger:focus, .text-danger a:focus {
        color: #ff1b02;
    }

.text-dark, .text-dark a {
    color: #535a6c;
}

    .text-dark:focus, .text-dark a:focus {
        color: #323641;
    }

.text-muted, .text-muted a {
    color: #b3b3b3;
}

    .text-muted:focus, .text-muted a:focus {
        color: #8c8c8c;
    }

#toast-container > .toast-info {
    background-color: #1ec3c8;
}

#toast-container > .toast-error {
    background-color: #ff604f;
}

#toast-container > .toast-success {
    background-image: #2dcb73;
}

#toast-container > .toast-warning {
    background-color: #ffb244;
}

.slider-info .slider-selection {
    background-color: #1ec3c8;
}

.slider-primary .slider-selection {
    background-color: #17c3e5;
}

.slider-success .slider-selection {
    background-color: #2dcb73;
}

.slider-warning .slider-selection {
    background-color: #ffb244;
}

.slider-danger .slider-selection {
    background-color: #ff604f;
}

.slider-dark .slider-selection {
    background-color: #535a6c;
}

.bs-demo .btn {
    margin-bottom: 5px;
}

.tool-button .btn {
    margin-right: 5px;
}

.demo-button .btn {
    min-width: 114px;
    margin-bottom: 5px;
}

.demo > .dropdown {
    float: left;
}

    .demo > .dropdown > .dropdown-menu {
        position: static;
        display: block;
        margin-bottom: 5px;
    }

.demo-button2 button {
    margin: 0 5px 10px 0;
}

.fontawesome-list a {
    display: block;
    margin-left: 30px;
    height: 32px;
    color: #444;
    font-size: 1em;
    line-height: 32px;
}

.fontawesome-list .fa {
    position: absolute;
    top: 9px;
    left: 20px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.fontawesome-list a:hover .fa {
    top: 5px;
    color: #2dcb73;
    font-size: 1.5em;
}

.form-horizontal.bordered-group .form-group {
    border-bottom: 1px solid #E7EBF3;
    padding-bottom: 15px;
}

    .form-horizontal.bordered-group .form-group:last-child {
        border-bottom: 1px solid transparent;
        padding: 0;
    }

.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.offline-ui {
    display: none;
    position: fixed;
    background: white;
    z-index: 2000;
    margin: auto;
    top: 50px;
    left: 0;
    right: 0;
}

    .offline-ui .offline-ui-content:before {
        display: inline;
    }

    .offline-ui .offline-ui-retry {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        display: none;
    }

        .offline-ui .offline-ui-retry:before {
            display: inline;
        }

    .offline-ui.offline-ui-up.offline-ui-up-5s {
        display: block;
    }

    .offline-ui.offline-ui-down {
        display: block;
    }

        .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
            display: block;
        }

        .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
            display: none;
        }

@-webkit-keyframes offline-dropin {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }

    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes offline-dropin {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }

    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes offline-dropin {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }

    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes offline-dropin {
    0%; {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }

    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes offline-dropin {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }

    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes offline-dropout {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-moz-keyframes offline-dropout {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-ms-keyframes offline-dropout {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-o-keyframes offline-dropout {
    0%; {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@keyframes offline-dropout {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-webkit-keyframes offline-rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes offline-rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes offline-rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-o-keyframes offline-rotation {
    0%; {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@keyframes offline-rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

.offline-ui {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    padding: 15px;
    width: 38em;
    max-width: 100%;
    overflow: hidden;
    z-index: 998;
}

@media(max-width:38em) {
    .offline-ui; {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
}

.offline-ui .offline-ui-retry {
    position: absolute;
    right: 3em;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    line-height: 3.5em;
    height: 3.5em;
    margin: auto;
    padding: 0 1em;
}

.offline-ui.offline-ui-up {
    -webkit-animation: offline-dropout forwards .5s 2s;
    -moz-animation: offline-dropout forwards .5s 2s;
    -ms-animation: offline-dropout forwards .5s 2s;
    -o-animation: offline-dropout forwards .5s 2s;
    animation: offline-dropout forwards .5s 2s;
    -webkit-backface-visibility: hidden;
    background: #d6e9c6;
    color: #468847;
}

.offline-ui.offline-ui-down {
    -webkit-animation: offline-dropin .5s;
    -moz-animation: offline-dropin .5s;
    -ms-animation: offline-dropin .5s;
    -o-animation: offline-dropin .5s;
    animation: offline-dropin .5s;
    -webkit-backface-visibility: hidden;
    background: #ec8787;
    color: #551313;
}

    .offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
        background: #f8ecad;
        color: #7c6d1f;
        padding-right: 3em;
    }

        .offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
            -webkit-animation: offline-rotation .7s linear infinite;
            -moz-animation: offline-rotation .7s linear infinite;
            -ms-animation: offline-rotation .7s linear infinite;
            -o-animation: offline-rotation .7s linear infinite;
            animation: offline-rotation .7s linear infinite;
            -webkit-backface-visibility: hidden;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            content: " ";
            display: block;
            position: absolute;
            right: 1em;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 1em;
            width: 1em;
            border: 2px solid rgba(0,0,0,0);
            border-top-color: #7c6d1f;
            border-left-color: #7c6d1f;
            opacity: .7;
        }

    .offline-ui.offline-ui-down.offline-ui-waiting {
        padding-right: 11em;
    }

        .offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
            padding-right: 0;
        }

.offline-ui .offline-ui-retry:before {
    content: "Reconnect";
}

.offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your computer is connected to the internet.";
}

@media(max-width:1024px) {
    .offline-ui.offline-ui-up .offline-ui-content:before; {
        content: "Your device is connected to the internet.";
    }
}

@media(max-width:568px) {
    .offline-ui.offline-ui-up .offline-ui-content:before; {
        content: "Your device is connected.";
    }
}

.offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Your computer lost its internet connection.";
}

@media(max-width:1024px) {
    .offline-ui.offline-ui-down .offline-ui-content:before; {
        content: "Your device lost its internet connection.";
    }
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down .offline-ui-content:before; {
        content: "Your device isn't connected.";
    }
}

.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
    content: "Attempting to reconnect...";
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds...";
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before; {
        content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " second...";
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before; {
        content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes...";
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before; {
        content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minute...";
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before; {
        content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hours...";
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before; {
        content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hour...";
}

@media(max-width:568px) {
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before; {
        content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
    display: none;
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
    content: "Connection attempt failed.";
}

.btn-success-insp {
    color: #fff !important;
    background-color: #990202 !important;
    border-color: #990202 !important;
}

    .btn-success-insp:hover {
        color: #fff !important;
        background-color: #ba1515 !important;
        border-color: #ba1515 !important;
    }

/*------------------------------------------------------------------------Module wise changes ------------------------------------------------------------------------*/
/*address*/
#SubmittedValueErrorMsg, #FinalValueErrorMsg, #permitTyepMsg, #projectAddressMsg, #StreetLine1Msg, #CityMsg, #StateMsg, #ZipMsg, #StreetLine2Msg, #matchCountDiv {
    color: red;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #aaaaaa;
    color: #222222;
    width: 380px !important;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    background-color: white;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
    background-color: #3399FF !important;
}

/*Style for search grid and button*/
#u166 {
    width: auto;
    white-space: nowrap;
    border: 1px solid red;
    float: left;
    padding: 5px 6px 8px 5px;
}

.lnkshow {
    color: #428BCA !important;
}

/*a:hover {
    color: #428BCA !important;
}*/

.btnGrid {
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    background-color: #318E31;
    border-radius: 4px;
    color: white;
    border: none;
    padding: 1px 8px;
}

.btnResume {
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    background-color: #FF8400;
    border-radius: 4px;
    color: white;
    border: none;
    padding: 1px 8px;
}

#tableGridView_4 > thead > tr > th, #tableGridView_4 > tbody > tr > td {
    border: 1px solid #ddd;
}

#tableGridView_4 {
    /*padding: 10px;*/
    /*background-color: red;*/
}

/*#gridView_4 {
    font-size: 18px;
     
}*/

.spanMsg {
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
}

.SampleAddress {
    font-style: italic;
    padding: 6px 2px;
    font-size: 14px;
    display: inline-block;
}

.loaderImage {
    display: none;
    float: right;
    margin-top: -30px;
    width: 25px;
}

.redirectionLink, redirectionLink:hover, redirectionLink:after, redirectionLink:visited {
    color: blue;
}

#SearchProjectAddress {
    max-width: 100%;
    color: #242424;
    font-weight: 600;
}

/*
button hover
*/
.btn-FIRS:hover {
    color: #fff;
}

/*Permit info*/
.maxWidthCtrl {
    max-width: 100%;
}

.marginLeft {
    margin-left: 10px;
}

.inspPhone {
    border: 1px solid #cbcbcb;
    width: 61%;
    float: none;
}

.phone {
    border: 1px solid #cbcbcb;
    width: 57%;
    float: left;
    margin-right: 4%;
}

.phoneExtension {
    height: 34px;
    font-weight: 400;
    font-size: 13px;
    float: right;
    border-radius: 2px;
    padding-left: 10px;
    width: 25%;
    float: left;
}

/*Permit Review*/
.Hydranttitle {
    font-weight: 600;
}

#FullAddress {
    max-width: 80%;
}

.ReviewBox {
    border: solid 1px #ddd;
    /*padding-top: 0px !important;
    padding-bottom: 10px;*/
    padding: 0px 20px 10px 20px !important;
    border-radius: 1px;
    margin: 2px 0 0 0px;
    background: #F1F1F1;
}

.ReviewLableAlign {
    padding: 0px;
    padding-top: 3px;
    width: 50%;
    vertical-align: top;
}

.ReviewMargin {
    font-weight: 700;
    margin-left: 5px;
    margin-right: 15px;
    line-height: 25px;
    margin-top: 0px;
}

/*class to show address box*/
.address {
    height: 150px;
    border: 2px dotted #ddd;
    /*width: 200px;*/
    text-align: center;
    vertical-align: middle !important;
    padding: 5px;
    color: #999;
    margin: 5px;
    background-color: white;
    border-radius: 10px;
}

.mainAddDiv {
    font-size: 19px;
    cursor: pointer;
}

.addressDisplay {
    min-height: 150px !important;
    text-align: center;
    vertical-align: middle !important;
    padding: 5px;
    /*color: #999;*/
    margin: 5px;
    background-color: white;
    min-width: 250px;
    height: 100%;
    position: relative;
}

.box {
    color: black !important;
    border: 1px solid #ddd !important;
    border-radius: 10px;
}

.EditButton {
    float: right;
    padding: 0px 0 2px;
    height: 0px;
    margin-top: 14px;
    position: absolute;
    bottom: 36px;
    right: 8px;
}

.contactRequired {
    text-align: center !important;
    font-size: 17px;
    font-weight: 700;
}

/*Preview Confirm*/
.editBtnMarginRT {
    margin-right: 80px;
}

.ContactDetails {
    border: 1px solid #ddd !important;
    border-radius: 10px;
    color: black !important;
    height: auto;
    line-height: 1.42857;
    margin: 0;
    padding: 5px 0 5px 10px;
    width: 100%;
}

/*.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th*/
#divGridView_19 .table-striped > tbody > tr:nth-child(odd), gridView_19 .table-striped > tbody > tr:nth-child(odd) #divGridView_20 .table-striped > tbody > tr:nth-child(odd), gridView_20 .table-striped > tbody > tr:nth-child(odd) {
    background-color: white !important;
    border: none;
    /*background-color: red!important;*/
}

#divGridView_19 .table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th,
#divGridView_20 .table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: white !important;
    border: none;
}

#divGridView_19 .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th,
#divGridView_20 .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    border: none;
    background-color: white;
}

#divGridView_19 .table-bordered, #divGridView_19 table .table-striped,
#divGridView_20 .table-bordered, #divGridView_20 table .table-striped {
    border: none;
}

#divGridView_19 .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th #divGridView_20 .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th {
    display: none;
}

/*To set grid header style*/
.table > thead:first-child > tr:first-child > th {
    background-color: #ddd;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

#divGridView_20 .table > thead:first-child > tr:first-child > th,
#divGridView_19 .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    display: none;
}

/*.table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td,
 .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
   
 
}*/



#divDetailView_1015, #gridView_4039, #gridView_4038, #gridView_2037, #gridView_2035, #gridView_2033, #gridView_2034, #gridView_4, .lblProjectAddress, #detailView_1006, #detailView_1013, #detailView_1016, #detailView_1007, #tileView_1, #gridView_19, #divDetailView_1009, #detailView_1010, #detailView_1011, #detailView_1014, #tileView_2, #gridView_20, #gridView_21, #gridView_22 {
    font-size: 16px;
    /*line-height: 2;*/
    font-weight: bold;
    /*padding:10px 12px;*/
    margin-bottom: 0px;
}



h3#gridView_2035,
h3#gridView_2033,
h3#gridView_2034,
h3#gridView_20,
h3#tileView_2,
h3#detailView_1011,
h3#detailView_1014,
h3#gridView_21,
h3#gridView_22,
h3#gridView_2037,
h3#gridView_4039,
h3#gridView_19,
h3#gridView_4041 {
    margin: 0px;
    padding: 0px !important;
}

h3#detailView_1010 {
    margin: 0px;
}

#divTileView_1 {
    border-radius: 6px;
}

#divDetailView_1009 > .spdetailview_table > tbody > tr > td {
    /*margin-right: 50px;
    padding-right: 50px;
    background-color: red;
    padding-left: 50px;*/
}



.spdetailview_table {
    max-width: 100%;
    background-color: transparent;
    line-height: 2;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.btn-success, .btn-success:hover, .btn-success:after, .btn-FIRS, .btn-FIRS:visited {
    background: #990202;
    color: #fff !important;
    border: 1px solid transparent;
    /*display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;*/
}

/*Contact*/
.ContactDelete {
    font-size: 15px;
    cursor: pointer;
}

.SingleCheck {
    cursor: pointer;
}

.SearchContactList {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
}

.accordion-section-collapse.clearfix {
    margin-top: 5px;
}



.BoxRightBorder {
    border-right: solid 1px #ddd;
    padding-right: 20px !important;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #ba1515;
    background-color: #ba1515;
}

.modal-title {
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1.428571429;
    font-size: 15px;
}

.modal-header .close {
    margin-top: -2px;
    color: white;
    background: transparent;
}

.modal-content {
    border-radius: 10px;
    margin-top: 80px;
    /*margin-top: 65px;*/
}

.modal-Scheduler {
    border-radius: 10px;
    /*margin-top: 65px;*/
}
/*.modal-content {
    border-radius:0px!important;
}*/

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn:focus, .btn:hover {
    background-color: #7f0000 !important;
    text-decoration: none;
}


.btn-success, .btn-default:hover, btn-default:active, btn-default:visited {
    background-color: #990202 !important;
    /*border: none;*/
    text-decoration: none;
}


/*Confirm*/
.btnRightFloat {
    float: right;
    background-color: #ba1515 !important;
    /*margin: 0px 10px 10px 0px !important;*/
    text-decoration: none;
    text-transform: none;
    padding: 3px 10px 3px 10px !important;
    font-weight: 500 !important;
}

.btnContactInfoDetailView {
    margin-right: 60px;
}

.ConfirmTransaction {
    font-weight: 400;
    color: #333333;
}

.confirmBox {
    border: solid 1px #ddd;
    margin-top: 4px;
    padding: 5px;
    width: 300px;
}

.confirmLink, .confirmLink:hover, .confirmLink:after, .confirmLink:visited {
    font-weight: 700;
    color: #3366FF;
}

.btnFloatRight {
    float: right;
}

/*CAlendar start*/



/*.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}



.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}


.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}


.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}


bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}

bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}


glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}*/
/*CAlendar end*/


#glyphicon glyphicon-align-justify {
    padding-bottom: 0px;
}

.BillToFloatRight {
    float: right;
    font-weight: 700;
    padding-right: 7px;
}

.BorderBillto {
    border: solid #999;
    background-color: #ddd;
}


.alignHanbergerMenu {
    margin: 11px 0px;
    float: right !important;
    /*border-left:solid 1px #ddd;*/
}

    .alignHanbergerMenu > a {
        float: right;
        /*padding-right: 100px;*/
    }

/*#divDetailView_1009 {
    border-right: solid 1px #ddd !important;
}*/

.ThreeColHeaderBorder {
    border: solid 1px #ddd !important;
    padding-left: 0px;
    /* margin-bottom: 5px; */
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0px;
    border-radius: 4px;
}

.totalTextValue {
    padding: 15px 0px;
    font-size: 17px;
    font-weight: 700;
    background-color: #5D5D5D;
}

div#divTotalValue, div#divSurChargeValue, div#divGTotalValue {
    text-align: right;
}

.reviewTypeName {
    font-size: 16px;
    color: #ddd;
    /*background-color: #ddd;*/
    margin: 0px !important;
    padding: 5px 0px 5px 5px !important;
}

.reviewFeeValues {
    margin: 0px !important;
    padding: 5px 8px 5px 5px !important;
    color: white;
    text-align: right;
}

.btnGery {
    padding: 5px;
    margin-bottom: 15px;
    /*color: white;*/
}

.ConfirmMsgPadding {
    padding-left: 15px !important;
}

.btnConfirmLocate {
    padding: 5px;
    margin: 0 15px 15px 15px;
}

.editColOnePad {
    padding-left: 25px;
}

    /*.control-label {
    white-space: nowrap;
}*/

    .editColOnePad > .accordion-section-collapse {
        /*border: solid 1px #ddd;*/ /*Gives extra border so border remove*/
        margin-left: 0px;
        margin-right: 5px;
        padding-top: 5px;
        margin-top: 11px;
        margin-bottom: 10px;
        /*padding-left: 15px;
        padding-right: 15px;*/
        border-radius: 4px;
        border-bottom: 1px solid #ddd;
    }

        .editColOnePad > .accordion-section-collapse > ContactDetails > BorderBillto {
            margin: 0px !important;
        }


            .editColOnePad > .accordion-section-collapse > ContactDetails > BorderBillto > .ContactDetails {
                width: 100%;
            }

.calcPaneldiv {
    /*background-color: gray;*/
    min-height: 450px !important;
    margin-top: 0px;
    border-radius: 1px;
    border: solid 1px #ddd;
    padding: 15px 10px 30px 10px;
    font-size: 16px;
    background-color: #4B4B4B;
    color: white;
    height: 100%;
}

.Abatement_grop {
    height: 400px !important;
    overflow: auto;
    overflow-x: hidden;
}

.ctrlBorder, .form-control.valid, .bootstrap-select.valid > button {
    border: 1px solid #cbcbcb;
}

.ctrllabelNoWrap {
    white-space: nowrap;
    padding-left: 0px !important;
}

/*Hamberger Menu Start*/
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    /*line-height: 1.42857143;*/
    color: #333;
    white-space: nowrap;
    line-height: 20px;
}

.dropdown-menu > li > a {
    /* padding: 8px 15px; */
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 20px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.HMenuPosition {
    top: 38px;
    right: 3px;
    position: absolute;
    border: none;
    left: -168px;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
}

HMenuPosition.dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0 solid #cccccc;
    right: 0;
    left: auto;
}

.HMenuPosition.dropdown-menu.dropdown-menu > li > a {
    padding: 3px 20px;
    border-bottom: 0px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 20px;
    border-top: 1px solid #ddd;
}

.HMenuPosition.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 11px;
    margin-left: -5px;
    right: 15px;
}

.HMenuPosition.dropdown-menu:before {
    border-color: rgba(229, 229, 229, 0);
    border-bottom: solid 1px #ddd;
    border-width: 13px;
    margin-left: -7px;
    right: 15px;
}



.dropdown-menu > li {
    border-radius: 4px;
    background-color: white;
    position: relative;
}

    .dropdown-menu > li:last-child > a {
        border-bottom: solid 1px #ddd !important;
    }

/*.dropdown-menu > ul {
        border: solid 1px #ddd;
    }*/



.dropdown-menu:before {
    border-color: rgba(229, 229, 229, 0);
    border-bottom: solid 1px #ddd;
    border-width: 6px;
    margin-left: -6px;
}

ul.dropdown-menu.extended.logout:before {
    border-color: rgba(229, 229, 229, 0);
    border-bottom: solid 1px #ddd;
    border-width: 12px;
    margin-left: -7px;
    right: 6px;
}

ul.dropdown-menu.extended.logout:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -5px;
    right: 8px;
}

ul.dropdown-menu.extended.logout {
    border: 0px solid #cccccc !important;
}

/*Hamberger Menu End*/

.navbar-nav .dropdown-menu > li > a {
    padding: 7px 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}



/*  Header changes start 
-----------------------------------------------------------------------------------------*/


.navbar-form .searchInput {
    background-color: #fff;
    width: 220px !important;
    border-right: solid 1.5px #ccc !important;
    /*height: 100% !important;*/
    /*padding-left: 5px;*/
    font-size: 11px !important;
    /*padding-top: 8px !important;*/
    padding-left: 8px !important;
    /*font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*vertical-align: middle;
    text-align:center;*/
}

/*.searchInput {
    padding-top: 8px !important;
    padding-left: 4px !important;
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

.navbar-form .form-group {
    background: #fff none repeat scroll 0 0;
    border: medium solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-top: 1px;
    margin-left: 15px;
    width: 275px;
    /*vertical-align: middle;*/
}

.fa-searchBtn {
    margin-right: 0px !important;
}

.navbar-collapse {
    border-top: 0 none;
    box-shadow: none;
    margin: 5px 5px 0 0;
    width: auto;
}

.navbar-nav > li > a.newTab.active {
    background: #fff !important;
    color: #990202 !important;
}

.headerImg {
    max-width: 85% !important;
    width: 160px;
    /*height:56px;*/
}

.userDetails {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 16px;
    text-align: right;
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-nav > li > a.add span {
    position: absolute;
    font-size: 14px;
    float: left;
    line-height: 15px;
    padding: 4px 0 0 0;
}

.navbar-nav > li > a.newTab.active {
    background: #fff !important;
    color: #990202 !important;
}

.main-content > .row > .col-md-12 > .accordion-section-collapse {
    margin-bottom: 50px;
    padding-bottom: 100px;
    /* border: solid 1px red; */
    height: 350px;
    width: 98%;
    /* padding: 50px; */
    margin-left: 20px;
}

.ohidden {
    display: block;
    overflow: auto;
    /*height: 350px;*/
    width: 100%;
}

.btn-link2 {
    color: blue !important;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    text-decoration: underline;
}

.SearchText {
    max-width: 1000px !important;
}


/*  Header changes end
-----------------------------------------------------------------------------------------*/
/*-----------------------Transaction Inspection Search Starts----------------------------------*/
.search-RestoreDefault {
    margin-top: -20px !important;
    z-index: 1000 !important;
    position: absolute !important;
    width: 150px !important;
    margin-left: 230px !important;
}

.div-insepectionResultPageSize {
    margin-top: -20px !important;
    z-index: 1000 !important;
    position: absolute !important;
    width: 189px !important;
    margin-left: 348px !important;
}

#tbl_Transaction > thead > tr > th, #tbl_Transaction > tbody > tr > th, #tbl_Transaction > tfoot > tr > th, #tbl_Transaction > thead > tr > td, #tbl_Transaction > tbody > tr > td, #tbl_Transaction > tfoot > tr > td {
    padding: 6px 6px 6px 25px !important;
}

#tbl_Transaction > tbody > tr > td, #tbl_Transaction > thead > tr > th {
    white-space: nowrap !important;
}

#tbl_Inspection > thead > tr > th, #tbl_Inspection > tbody > tr > th, #tbl_Inspection > tfoot > tr > th, #tbl_Inspection > thead > tr > td, #tbl_Inspection > tbody > tr > td, #tbl_Inspection > tfoot > tr > td {
    padding: 6px 6px 6px 25px !important;
}

#tbl_Inspection > tbody > tr > td, #tbl_Inspection > thead > tr > th {
    white-space: nowrap !important;
}

/*#tbl_Transaction_filter {
    width: 23% !important;
}

#tbl_Inspection_filter {
    width: 23% !important;
}*/
/*-------TransactionInspectionSearch.cshtml-----------------------------------------------*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    background-color: #990202;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    background-color: #fff;
    color: #990202;
    border: 1px solid #ccc;
}

    .nav-tabs > li > a :hover {
        border: 1px solid #ccc;
    }

.my-tab .tab-pane {
    border: solid 1px #ccc;
    border-top-color: transparent;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #990202;
}

.btn-search {
    background-color: #ba1515;
    border-color: #ba1515;
    width: 75px;
}

    .btn-search:hover {
        background-color: #ba1515;
        border-color: #ba1515;
    }

    .btn-search:focus {
        background-color: #ba1515;
        border-color: #ba1515;
    }

#divTransactionResult, #divInspectionResult {
    background: #E7E7E7;
}

.nav-tabs {
    background: white !important;
}

#TransInspSearchDiv {
    margin-top: 40px;
    padding: 0;
    padding-top: 5px;
}

#transactionSearchTitle {
    margin-left: 289px !important;
    font-weight: 600 !important;
    margin-top: 11px !important;
}

/*------- SearchResult.cshtml-------------------------------------------------------------*/
.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .transactionanchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
        width: 220px;
    }

        .dropdown-check-list .transactionanchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .transactionanchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

    .dropdown-check-list.visible .transactionanchor {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items {
        display: block;
    }

#transactionColumnlist {
    position: absolute !important;
    z-index: 1000 !important;
    background: white !important;
    width: auto !important;
    min-width: 138px !important;
}

.table-responsive {
    /*margin-top: 50px !important;*/
}

.selectList {
    position: absolute !important;
    margin-left: 1px !important;
    margin-top: 25px !important;
}

a.dt-button {
    border: none;
    border-radius: 0;
    background-color: none;
    background-image: none;
}

    a.dt-button:hover:not(.disabled) {
        border: none;
        background-color: none;
        background-image: none;
    }

.dt-buttons {
    margin-left: 700px;
    margin-top: -4px;
}

/*--------------- InspectionSearchResult.cshtml-------------------------------------*/
.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
        width: 220px;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

    .dropdown-check-list.visible .anchor {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items {
        display: block;
    }

#inspectionColumnlist {
    position: absolute !important;
    z-index: 1000 !important;
    background: white !important;
    width: auto !important;
    min-width: 138px !important;
}

.selectList {
    position: absolute !important;
    margin-left: 1px !important;
    margin-top: 25px !important;
}

a.dt-button {
    border: none;
    border-radius: 0;
    background-color: none;
    background-image: none;
}

    a.dt-button:hover:not(.disabled) {
        border: none;
        background-color: none;
        background-image: none;
    }

.dt-buttons {
    margin-left: 700px;
    margin-top: -4px;
}

.sorting:before, .sorting_desc:before, .sorting_asc:before {
    /*float:left !important;*/
    /*content: "" !important;*/
}
/*.table > thead > tr > th {
    background:white !important;
}*/

.table > thead:first-child > tr:first-child > th {
    background-color: white !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*-----------------------Transaction Inspection Search Ends----------------------------------*/
#tableGridView_4_paginate {
    width: 42% !important;
}
/*Comcon Grid Control*/
div.dataTables_info {
    font-weight: 500;
    font-size: 12px;
    /*margin-left: 10px;*/
}

div.dataTables_paginate {
    /*width: 100%;*/
}

.dataTables_filter {
    padding: 0px 5px 5px !important;
}

.pagination {
    width: 100% !important;
    float: right !important;
}

/*Comcon Grid Control End*/
.main-content .content-wrap {
    padding: 5px 15px !important;
}

.btn-default {
    background-color: #fff !important;
    border-color: #adadad !important;
    color: black;
}

.btn.active {
    z-index: 2 !important;
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

/* For Inspection Request Queue page starts*/
table.table tbody td.details-control {
    background: url('/Content/DataTables-1.10.4/images/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 40px !important;
}

table.table tbody tr.shown td.details-control {
    background: url('/Content/DataTables-1.10.4/images/details_close.png') no-repeat center center;
    cursor: pointer;
    width: 40px !important;
}

.table-link {
    background-color: #ba1515 !important;
    padding: 4px 5px !important;
    color: white !important;
    margin-left: 5px !important;
    border-radius: 4px !important;
    font-size: 13px;
    border: none !important;
}

.inspectionHist {
    width: 50% !important;
    border: solid 1px #d5d5d5 !important;
    margin-left: 10px !important;
}
/*.inspectionHist > tbody > tr {
     border-top: solid 2.5px #d5d5d5 !important;
}*/

#tab-content-pendingIR {
    padding-bottom: 42px !important;
}

/*For tabs in IRQ*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #990202;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    background-color: #fff;
    color: #990202;
    border: 1px solid #ccc;
}

    .nav-tabs > li > a :hover {
        border: 1px solid #ccc;
    }

.my-tab .tab-pane {
    border: solid 1px #ccc;
    border-top-color: transparent;
    /*padding: 10px;*/
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #990202;
}

.btn {
    margin-left: 0;
}

.nav-tabs {
    background: white !important;
}

.tab-content {
    background: rgba(128, 128, 128, 0.19) !important;
}

/* For Inspection Request Queue page end*/

/*Css added for dashbaord matrix view start*/

.matrix-table {
    /*font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

    .matrix-table > tbody > tr:nth-child(odd) > td, .matrix-table > tbody > tr:nth-child(odd) > th {
        background-color: #f9f9f9;
    }

    .matrix-table > tbody > tr:nth-child(odd) > td, .matrix-table > tbody > tr:nth-child(odd) > th {
        background-color: transparent;
    }

    .matrix-table > tbody > tr:nth-child(even) > td, .matrix-table > tbody > tr:nth-child(even) > th {
        background-color: #ebebeb;
    }

    .matrix-table th, .matrix-table td {
        border: 1px solid #ddd !important;
    }

.matrix-table {
    border: 1px solid #ddd;
}

    /*table-bordered*/

    .matrix-table th, .matrix-table td {
        border: 1px solid #ddd !important;
    }

    .matrix-table > thead > tr > th, .matrix-table > tbody > tr > th, .matrix-table > tfoot > tr > th, .matrix-table > thead > tr > td, .matrix-table > tbody > tr > td, .matrix-table > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .matrix-table > thead > tr > th, .matrix-table > thead > tr > td {
        border-bottom-width: 2px;
        font-weight: 700 !important;
        background-color: #C0C0C0 !important;
    }
    /*Matrix header*/

    .matrix-table > thead > tr > th, .matrix-table > tbody > tr > th, .matrix-table > tfoot > tr > th, .matrix-table > thead > tr > td, .matrix-table > tbody > tr > td, .matrix-table > tfoot > tr > td {
        border: 1px solid #e8ecf3;
    }
/*Css added for dashbaord matrix view end*/

/*#tableGridView_12 > td:first-child {
    width:100px;
    background-color: yellow;
    border:solid 1px red;
}*/

/*#tableGridView_12 > tr > td:last-child {
    width:40%;
}
*/
/*#tableGridView_12 {
   border:solid 1px red;
}*/

#divGridView_1024, #divGridView_2032, #divGridView_11, #divGridView_12, #divMatrixView_, #divGridView_2036, #divGridView_3037, #divGridView_3038, #divGridView_4042, #divGridView_1023, #divGridView_4055 {
    height: 290px;
    /*padding: 10px 5px;*/
    /*margin-bottom: 10px;*/
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}


/*#divMatrixView_ {
 height: 150px !important;
}*/

button#btnTransaction {
    margin: 5px 5px 5px 0px;
    max-width: 150px;
    width: 100%;
}

.btn-link2 a {
    float: right;
    padding-right: 3px;
}

div.dataTables_filter input {
    width: 16em;
    height: 30px;
    border-radius: 8px;
    margin-left: 5px;
    border: 1px solid gainsboro;
}

div.dataTables_length select {
    width: 75px;
    height: 30px;
    border-radius: 8px;
    margin-right: 5px;
    border: 1px solid gainsboro;
}

/*#gridView_2032,#gridView_1024,#gridView_11,#gridView_12,#matrixView_{
text-decoration: underline;
}*/
.table > thead:first-child > tr:first-child > th {
    background-color: rgba(0,0,0,.075) !important;
}




/*Inspection Request Schedule and Reschedule Form*/
/*.asterikValid {
    font-size: 20px;
    margin-left: -15px;
    float: left;
}*/


/*responsive Media Queries */
@media screen and (max-width:1141px) {

    .brand.width-auto img {
        margin-left: 6px;
    }
}

@media screen and (min-width: 766px) and (max-width: 880px) {
    .userDetails {
        color: #fff;
        font-size: 12px;
    }

    .navbar-nav > li > a.add i {
        padding: 13px 0px 12px 7px;
        width: 30px;
        margin-right: 5px;
    }

    .navbar-nav > li > a.add {
        width: 120px;
    }

    .navbar-nav > li > a.newTab {
        margin-right: 6px;
    }
}

@media screen and (max-width:766px) {
    .navbar-nav > li > a.add {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border: solid white;
        width: 98%;
        Height: 45px;
        margin: 1%;
    }

    .header .brand {
        height: 42px;
        float: none;
    }

    .navbar-nav > li > a.add span {
        padding: 12px 0 0 0;
    }

    .main-content .content-wrap {
        padding: 0px 15px 0px 15px;
    }

    .app .header-fixed:not(.visible-xs) ~ .layout {
        padding-top: 48px;
    }

    .accordion-section-collapse.clearfix {
        margin-bottom: 30px;
    }
}

/*responsive for wizard start*/

@media screen and (max-width:640px) {
    .wizard .anchor.steps_6 li {
        width: 100%;
    }

    .block {
        margin-left: 0px !important;
    }

    .wizard .anchor li a {
        padding: 12px 7px 16px 27px;
    }

        .wizard .anchor li a:after {
            bottom: 13px;
        }

        .wizard .anchor li a:before {
            content: " ";
            position: absolute;
            left: 0px;
            z-index: 2;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            width: 4px !important;
            display: block;
            top: 19px;
            bottom: -10px !important;
            margin-left: 10px;
            height: 100%;
        }
}
/*responsive for wizard end*/
/*nilesh*/
.valign-central {
    vertical-align: central;
}

.valign-bottom {
    vertical-align: bottom;
}

.valign-top {
    vertical-align: top;
}

.valign-textbottom {
    vertical-align: text-bottom;
}
/*#divDetailView_1009 > .spdetailview_table {
    width: 100%;
}*/
#divDetailView_1009 > .spdetailview_table tr td:last-child {
    /*margin-left: 290px !important;
    float: right !important;*/
}

/*START----------------session alert dialog css-----------------------*/
.ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: white;
    color: #222222 /*{fcContent}*/;
}

.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}; url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlOverlay};50%/*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .3 /*{opacityOverlay}*/;
    filter: Alpha(Opacity=30) /*{opacityFilterOverlay}*/;
    /* support: IE8; */
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*END----------------session alert dialog css-----------------------*/
.transactionSummary {
    border: 1px solid black !important;
    min-height: 194px !important;
}

.report_hight {
    height: 160px;
    overflow-y: auto;
}

.divReportFilter {
    height: 160px;
    max-width: 230px;
    width: 100%;
    overflow: auto;
    text-align: left;
    border: 1px solid #eee;
    padding: 0px 5px;
}

.divReportColumns {
    max-height: 195px;
    max-width: 230px;
    width: 100%;
    overflow: auto;
    text-align: left;
    border: 1px solid #eee;
    padding: 0px 5px;
}

div#ColumnsForInspection {
    max-height: 125px;
    max-width: 230px;
    width: 100%;
    overflow: auto;
    text-align: left;
    border: 1px solid #eee;
    padding: 0px 5px;
}

div#FilterForInspection {
    height: 280px;
    max-width: 250px;
    width: 100%;
    overflow: auto;
    text-align: left;
    border: 1px solid #eee;
    padding: 0px 5px;
}

div#SelectedColumnsForInspectionList {
    /*height: 180px;*/
    overflow-y: auto;
}

div#SelectedColumnsForTransactionList {
    /*max-height: 232px;*/
    overflow-y: auto;
}

div#FiltersForTransaction_report {
    /*height: 190px;*/
    /*overflow-y: auto;
    overflow-x:hidden;*/
}

div#FiltersForInspection_report {
    /*height: 340px;*/
    /*overflow-y: auto;
     overflow-x:hidden;*/
}

.btnReportFilter, .btnReportColumns {
    width: 230px;
}

a.btn.btn-FIRS.btn-sm.HydrantButton {
    margin-bottom: 2px;
}



div.dataTables_filter input {
    border: 1px solid #cbcbcb !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear !important;
    transition: border .25s linear,color .25s linear,background-color .25s linear !important;
    -webkit-appearance: none !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    max-width: 280px !important;
    padding: 2px;
}

div.dataTables_length select {
    border: 1px solid #e8ecf3 !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear !important;
    transition: border .25s linear,color .25s linear,background-color .25s linear !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    max-width: 280px !important;
    padding: 2px;
}

select.form-control, select {
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}

.sorting_desc, .sorting_asc, .sorting {
    position: relative !important;
    cursor: pointer !important;
}

.no-column-sort {
    pointer-events: none !important;
    cursor: default !important;
}

table.table thead tr th.no-column-sort.sorting_asc, table.table thead tr th.no-column-sort.sorting {
    background: none !important;
    padding: 5px !important;
    background-color: #F5F5F5 !important;
}

table.table {
    margin-top: 0px !important;
}

.dataTables_scrollHead table thead tr th {
    border: none;
}

.dataTables_scrollBody {
    margin-top: -4px;
}

.table > thead:first-child > tr:first-child > th {
    /*background-color: #D8D8D8 !important;
    padding: 5px !important;*/
    vertical-align: middle;
}

table.table tbody tr td {
    /*padding: 5px 0px 0px 0px!important;*/
    /*padding: 5px !important;*/
    padding: 5px 0px 5px 7px !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 1px 4px !important;
    margin-left: 2px !important;
    font-size: 12px;
}

.pagination > li.active > a, .pagination > li.active > a:hover {
    color: #fff !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: #DEDEDE !important;
    color: #969696 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #333 !important;
}

#divGridTransaction .panel-heading.ui-draggable-handle {
    background-color: white !important;
    border-color: #dde1e7 !important;
    padding: 0px;
}

#divGridTransaction.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
}

    #divGridTransaction .panel.panel-default {
        border-top-color: white;
        border: 0px !important;
    }

/*.nopadding.ohidden.panel-body {
    border: 1px solid #dde1e7 !important;
    border-top: 0px !important;
}*/


/*As it is differers font in contact */
/*.panel-title.uparrow span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}*/

label.control-label.lblProjectAddress {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 14px;
}

.dataTables_wrapper .col-xs-6 {
    padding: 0px;
    padding-bottom: 10px;
}

#divWizardSteps .panel {
    margin-bottom: 30px !important;
}

div#divPermit .form-horizontal .control-label {
    text-align: left !important;
    font-weight: 600;
    padding-left: 0px;
}

label.control-label.Type_Work {
    font-weight: 500;
}

.panel-heading.ui-draggable-handle {
    padding: 0px;
}

    .panel-heading.ui-draggable-handle > h3,
    .accordion-section-collapse > h3 {
        color: #444;
        background-color: #dde1e7;
        border-color: #dde1e7;
        padding: 10px 12px;
        float: left;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom: 1px solid transparent;
        font-size: 16px;
        display: block;
        color: initial;
        /*font-weight: 500;*/
        font-weight: 600;
        line-height: 1.1;
    }

.matrixtbl > thead > tr > td {
    background-color: #F5F5F5 !important;
    padding: 5px !important;
    color: #000;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.accordion-section-collapse.matrixAccordion {
    border-top-color: #dde1e7 !important;
    border-top-width: 1px !important;
    border-color: #dde1e7 !important;
    border-radius: 2px;
    border: 1px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*margin-bottom: 20px;*/
}

.tableEditLink {
    margin-bottom: 8px;
}

.WFTable.width100p label {
    font-weight: 600 !important;
}

span.label-control.text-danger h4 {
    font-size: 20px !important;
    margin: 20px 0px;
    color: black;
}

/*Issue correction popup*/
#tblIssueCorrection_wrapper {
    /*height: 200px !important;*/
    height: auto;
    overflow: auto !important;
}

/*#region Dashbaord 
---------------------------------------------------- */
/*Assigned To Me plan checker Dashbord*/
#tableGridView_2032 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_2032 > thead > tr > th:nth-child(2) {
    width: 40% !important;
}

#tableGridView_2032 > thead > tr > th:nth-child(3) {
    width: 15% !important;
}

#tableGridView_2032 > thead > tr > th:nth-child(4) {
    width: 30% !important;
}

/*Back Room Expedite  plan checker and plan check supervisor Dashboard*/

#tableGridView_1024 > thead > tr > th:first-child {
    width: 13% !important;
}

#tableGridView_1024 > thead > tr > th:nth-child(2) {
    width: 27% !important;
}

#tableGridView_1024 > thead > tr > th:nth-child(3) {
    width: 14% !important;
}

#tableGridView_1024 > thead > tr > th:nth-child(4) {
    width: 28% !important;
}

#tableGridView_1024 > thead > tr > th:nth-child(5) {
    width: 18% !important;
}
/*Back Room Regular  plan checker and plan check supervisor Dashboard*/

#tableGridView_1023 > thead > tr > th:first-child {
    width: 13% !important;
}

#tableGridView_1023 > thead > tr > th:nth-child(2) {
    width: 27% !important;
}

#tableGridView_1023 > thead > tr > th:nth-child(3) {
    width: 14% !important;
}

#tableGridView_1023 > thead > tr > th:nth-child(4) {
    width: 28% !important;
}

#tableGridView_1023 > thead > tr > th:nth-child(5) {
    width: 18% !important;
}
/*Draft plan checker Dashboard*/

#tableGridView_11 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_11 > thead > tr > th:nth-child(2) {
    width: 35% !important;
}

#tableGridView_11 > thead > tr > th:nth-child(3) {
    width: 25% !important;
}

#tableGridView_11 > thead > tr > th:nth-child(4) {
    width: 25% !important;
}

/*Recently Updated  plan checker and plan check supervisor Dashboard*/

#tableGridView_12 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_12 > thead > tr > th:nth-child(2) {
    width: 18% !important;
}

#tableGridView_12 > thead > tr > th:nth-child(3) {
    width: 24% !important;
}

#tableGridView_12 > thead > tr > th:nth-child(4) {
    width: 25% !important;
}

#tableGridView_12 > thead > tr > th:nth-child(5) {
    width: 18% !important;
}


/*Overdue plan check supervisor Dashboard*/

#tableGridView_4042 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_4042 > thead > tr > th:nth-child(2) {
    width: 18% !important;
}

#tableGridView_4042 > thead > tr > th:nth-child(3) {
    width: 24% !important;
}

#tableGridView_4042 > thead > tr > th:nth-child(4) {
    width: 25% !important;
}

#tableGridView_4042 > thead > tr > th:nth-child(5) {
    width: 18% !important;
}
/*Pending to be assigned plan checker Dashboard*/

#tableGridView_2036 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_2036 > thead > tr > th:nth-child(2) {
    width: 30% !important;
}

#tableGridView_2036 > thead > tr > th:nth-child(3) {
    width: 18% !important;
}

#tableGridView_2036 > thead > tr > th:nth-child(4) {
    width: 15% !important;
}

#tableGridView_2036 > thead > tr > th:nth-child(5) {
    width: 22% !important;
}

/*Submitted for review plan check supervisor Dashboard*/

#tableGridView_3037 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_3037 > thead > tr > th:nth-child(2) {
    width: 35% !important;
}

#tableGridView_3037 > thead > tr > th:nth-child(3) {
    width: 25% !important;
}

#tableGridView_3037 > thead > tr > th:nth-child(4) {
    width: 25% !important;
}

/*My transactions for plan checker Dashboard*/

#tableGridView_3038 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_3038 > thead > tr > th:nth-child(2) {
    width: 30% !important;
}

#tableGridView_3038 > thead > tr > th:nth-child(3) {
    width: 20% !important;
}

#tableGridView_3038 > thead > tr > th:nth-child(4) {
    width: 35% !important;
}



p.NoRecordFound {
    padding: 5px 0 0 15px;
    text-align: center;
    position: relative;
    top: 50%;
    font-weight: bold;
}

/*#divMatrixView_ > #tbl_DashboardPlancheckerMatrix  {
height:150px !important; 
}*/
/*#endregion*/

#divDetailView_1006, #divDetailView_1013 > .spdetailview_table, #divDetailView_1016 > .spdetailview_table, #divDetailView_1007 > .spdetailview_table, #divDetailView_1010 > .spdetailview_table {
    border: 1px solid #ddd;
}

.uparrow {
    margin-bottom: 0 !important;
}

#divDetailView_1007 > .spdetailview_table > tbody > tr > td:first-child {
    width: 170px !important;
    vertical-align: top;
}

#divDetailView_1013 > .spdetailview_table > tbody > tr > td:first-child {
    width: 170px !important;
    vertical-align: top;
}

#divGroupView_1 {
    border: 0.5px solid #dde1e7;
    border-top: 0px;
    /*padding-bottom: 8px;*/
    padding: 8px;
}

#divDetailView_1007 a.btn.btn-FIRS.btn-sm.btnRightFloat.tableEditLink {
    margin-bottom: 8px;
}

#divDetailView_1013 a.btn.btn-FIRS.btn-sm.btnRightFloat.tableEditLink {
    margin-bottom: 8px;
}


#divDetailView_1006 a.btn.btn-FIRS.btn-sm.btnRightFloat {
    margin-bottom: 8px;
}
/*For Transaction Detail page*/
#detailView_1009, #detailView_1015 {
    display: none;
}

#containerDivDetailView_1015 > table, #containerDivDetailView_1009 > table {
    width: auto !important;
    /*float: left !important;*/
}

#divTopPermitDetails {
    padding-left: 26px;
    vertical-align: middle !important;
    margin-bottom: 4px;
    padding-right: 0px !important;
    float: right !important;
}

div#divTopPermitDetails td {
    padding-left: 2px !important;
}

button#btnPrintModification {
    padding: 6px 7px;
}

button#btnInspection {
    padding: 6px 7px;
}

button#btnPrint {
    padding: 6px 8px;
}

#containerDivDetailView_1009 {
    padding-right: 0 !important;
    margin-top: 0px !important;
    padding-left: 0px;
    float: left;
    /*width: 66.123333% !important;*/
}

.col-md-1.alignHanbergerMenu {
    width: 35px;
    padding-left: 0px;
}


.col-md-11.alignHeaderDivAtEditPage {
    width: 97%;
    padding-right: 0;
}

.SearchResultTable {
    background-color: white;
}

    .SearchResultTable > tbody > tr > th {
        width: 20px;
    }

.divTransactionResult {
    background: white !important;
    /*height:400px !important;*/
}

.icon-calender {
    background-color: #e7e7e7;
    padding: 1px 4px 6px 2px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin: 7px 0px 0px 0px !important;
    cursor: pointer;
    background-image: url("/Content/Images/calendar-icon.png");
    height: 30px;
    width: 30px;
    background-position: -28px -117px;
    background-size: 29px 29px;
    margin-top: -5px;
}


#tableGridView_19.table > thead > tr > th,
#tableGridView_19.table > tbody > tr > th,
#tableGridView_19.table > tfoot > tr > th,
#tableGridView_19.table > thead > tr > td,
#tableGridView_19.table > tbody > tr > td,
#tableGridView_19.table > tfoot > tr > td {
    border: none;
}

.SearchResultTable {
    background-color: white;
}

    .SearchResultTable > tbody > tr > th {
        width: 20px;
    }

.divTransactionResult {
    background: white !important;
    /*height:400px !important;*/
}

.no-padding-left {
    padding: 0px 4px 4px 0px;
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

#divTransactionColumnsSelection {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}



/*Report page selection box*/
select#ReportId {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    height: 34px;
    -webkit-appearance: none;
}

h1.panel-title.uparrow {
    font-size: 16px;
    color: black;
    padding-left: 10px;
    font-weight: 600;
}

h4.reporth4 {
    font-size: 22px;
    margin-bottom: 15px !important;
    margin-top: 0px;
}

div#divTransactionFilters, div#divInspectionFilters {
    border: 1px solid #ccc;
}

div#divTransactionColumnsSelection, div#divInspectionColumnsSelection {
    border: 1px solid #ccc;
    border-top: 0px solid #ccc;
    margin-bottom: 18px;
}

div#divTransaction {
    border: solid 0px #ccc;
    border-top-color: transparent;
    padding: 0px;
}

ul#tabsearch li {
    /*width: 200px;*/
    text-align: center;
    margin-right: 2px;
}

h3.reporth3 {
    font-size: 20px;
}

div#divTransactionFilters label, div#divInspection label, .ReportCaption_Right_padding span {
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 15px;
    padding-top: 0px !important;
    /*vertical-align: middle;*/
    vertical-align: 2px;
}

.IsDraft {
    vertical-align: -2px;
}

.Report_Radio {
    vertical-align: 2px;
}

button.btn.btn-success.btnReportFilter, button.btn.btn-success.btnReportColumns {
    width: 100% !important;
}



inpout.ChkTransColumn {
    width: 20px;
}

.no-left_padd {
    padding-left: 0px !important;
    font-size: 15px;
    margin-bottom: 5px;
    padding-right: 0px !important;
}

.FilterForInspection, .FilterForTransaction {
    white-space: nowrap;
}

i.fa.fa-plus-circle.report_plus {
    font-size: 17px !important;
    margin-top: 1px;
}

i.fa.report_plus.fa-minus-circle {
    font-size: 17px !important;
    margin-top: 1px;
}

#btnReportColumns, #btnTransFilter, #btnInspectionFilter, #btnInspectionReportColumns {
    text-align: left !important;
    font-size: 15px !important;
}

h1#gridViewSearchCriteria, h1#gridViewSearchResult {
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding-left: 10px;
}

i.fa.fa-arrow-circle-o-right, i.fa.fa-arrow-circle-o-down {
    font-size: 16px;
}

.btn {
    border-radius: 0px !important;
}

/*Applying Top padding in Edit transaction view*/
.TopPadding {
    padding: 6px 0px 0px 0px;
}



#tempTable > tbody > tr > td, #tbl_Transaction > thead > tr > th {
    white-space: nowrap;
}

.BoxRightBorder.no-padding input.form-control.text-box.single-line {
    max-width: 100%;
    width: 100%;
}

/* report table */


#tempTable > thead:first-child > tr:first-child > th {
    background-color: #F5F5F5 !important;
    padding: 8px 23px !important;
    white-space: nowrap;
    vertical-align: middle;
}

#tempTable > tbody > tr > td, #tbl_Transaction > thead > tr > th {
    white-space: nowrap;
    padding: 6px 21px !IMPORTANT;
}
/*#Transaction_wrapper-table #tempTable > thead:first-child > tr:first-child > th {
    background-color: ##C4C6CA!important;
    padding: 8px 23px!important;
    white-space: nowrap;
}*/

input#PCISNo {
    max-width: 280px !important;
    width: 100%;
}

select#LutTransactionTypeID {
    margin-left: 5px;
}

div#divTempAddress > .form-horizontal .form-group {
    margin-bottom: 8px !important;
}

div#divInvalidAddress {
    padding-left: 13px !important;
}

.dashBoardIcon {
    padding-bottom: 5px;
    width: 36px !Important;
    height: 36px !Important;
    margin-top: 5px !important;
    margin-left: 0;
    margin-right: 11px;
}

.addressDisplay.box.add_Dis_spn {
    font-size: 15px;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
}


#divDetailView_1006 > .spdetailview_table > tbody > tr > td:first-child {
    width: 85px !important;
    vertical-align: top;
}

div#containerDivDetailView_1009 > .spdetailview_table > tbody > tr > td:first-child {
    padding-left: 0 !important;
}

div#containerDivDetailView_1015 > .spdetailview_table > tbody > tr > td:first-child {
    padding-left: 0 !important;
}

.btnEditGroupView a.btn.btn-FIRS.btn-sm.btnRightFloat {
    margin-right: 0px !important;
}

.col-md-4.editColOnePad > .accordion-section-collapse.clearfix > .panel-default > .panel-heading {
    padding: 10px 12px !important;
}

/*div#divGridView_21 p {
    padding: 0 !important;
}
div#divGridView_21 {
padding:12px;
}*/


div#divGridView_2035, div#divGridView_2033, div#divGridView_19, div#divGridView_22, div#divGridView_2034, div#divGridView_2037, div#divGridView_21 {
    padding: 10px;
}


    div#divGridView_2035 .row, div#divGridView_2033 .row, div#divGridView_19 .row, div#divGridView_22 .row, div#divGridView_2034 .row, div#divGridView_2037.row, div#divGridView_21.row {
        display: none;
    }


.editColOnePad > .accordion-section-collapse > .panel {
    margin-bottom: 0px !important;
}

.mg-b-sm.parsley-error-list.valid_erro_login {
    width: 357px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
}

#divDetailView_1010 > .spdetailview_table > tbody > tr > td:first-child {
    width: 80px !important;
    vertical-align: top;
}

.CustomDropDown_div_Report {
    /* position: absolute; */
    z-index: 100000;
    overflow: auto;
    max-height: 200px;
    min-width: 250px;
    height: auto;
    width: 100%;
    border: 1px solid #cbcbcb;
    display: block;
    background-color: #e8ecf3;
    padding: 5px;
    white-space: nowrap;
    top: 39%;
    left: -1%;
    padding-right: 20px;
    overflow: auto;
}


.CustomDropDown_divContainer_Report {
    border: 1px solid #cbcbcb;
    font-weight: 400;
    font-size: 13px;
    max-width: 46.6%;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.button_up, .button_upForPrint {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

#tempTable_wrapper .col-xs-6 {
    padding-bottom: 2px !important;
}

div#divSearchResult {
    padding: 0;
}

input#IsDraftYes[type=radio], input#IsDraftNo[type=radio] {
    margin-right: 2px !important;
    margin-left: 2px !important;
}

a.pass_log_out {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px !important;
    color: #333;
    text-align: left !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px !important;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0 !important;
}

.uparrow span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.downarrow span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}


.wizard .anchor li a .stepDesc:nth-child(1) {
    position: relative;
    left: -23px;
}

span#spanSelectReviewType {
    padding-left: 5px;
}

div#divDetailView_1007, div#divDetailView_1016, div#divDetailView_1013 {
    border-bottom: 1px solid #dde1e7;
}



/*.panel-heading.ui-draggable-handle {
    padding: 0px;
    padding: 10px 12px !important;
}*/

/*Search button alignment not properly at edit transaction page for Inspection requests and modification grid*/
div#tableGridView_2037_filter, div#tableGridView_21_filter {
    padding: 0px !important;
}

.ReportPanelHeader {
    padding: 10px 15px !important;
}

div#divCustomReport {
    margin: 0px 10px;
    min-height: 415px;
    border-radius: 1px;
    border: solid 1px #ddd;
    padding: 20px 13px;
}

    div#divCustomReport a {
        font-size: 15px;
    }

/*Loader*/
/*.LoadingImageModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.34) url('/Content/img/PleaseWait.gif') 50% 50% no-repeat;
}*/

.icon-calender-mar3 {
    background-color: #e7e7e7;
    padding: 1px 4px 6px 2px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin: 3px 0px 0px -3px !important;
    cursor: pointer;
    background-image: url("/Content/Images/calendar-icon.png");
    height: 30px;
    width: 30px;
    background-position: -28px -117px;
    background-size: 29px 29px;
    margin-top: -5px;
}

/*.ReportCaption_Right_padding {
    padding-right: 8px !important;
}*/

/*---------------------------------------------------- */
/*Transaction search using city address*/
#tableGridView_4 > thead > tr > th:first-child {
    width: 10% !important;
}

#tableGridView_4 > thead > tr > th:nth-child(2) {
    width: 10% !important;
}

#tableGridView_4 > thead > tr > th:nth-child(3) {
    width: 13% !important;
}

#tableGridView_4 > thead > tr > th:nth-child(4) {
    width: 28% !important;
}

#tableGridView_4 > thead > tr > th:nth-child(5) {
    width: 10% !important;
}

#tableGridView_4 > thead > tr > th:nth-child(6) {
    width: 10% !important;
}

#tableGridView_4 > thead > tr > th:nth-child(7) {
    width: 17% !important;
}

.SelectDeselect {
    font-weight: 700 !important;
    vertical-align: 2px !important;
}

div#divTransactionColumnsSelection label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}

#divMatrixView_1 tr > td:first-child {
    padding-left: 10px !important;
}


/*Create New Inspection Grid */
#tableGridView_2.table.table tbody tr td {
    vertical-align: middle;
    padding: 0px 0px 0px 5px !important;
}

#tempTable > thead:first-child > tr:first-child > th.ReportColumnWidth150 {
    white-space: normal;
    min-width: 150px;
}

#tempTable > thead:first-child > tr:first-child > th.ReportColumnWidth100 {
    white-space: normal;
    min-width: 100px;
}

#tempTable > thead:first-child > tr:first-child > th.ReportColumnWidth130 {
    white-space: normal;
    min-width: 130px;
}

#tempTable > thead:first-child > tr:first-child > th.ReportColumnWidth140 {
    white-space: normal;
    min-width: 140px;
}

table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting {
    background-position: right;
    padding: 5px 25px 5px 5px;
}

.calander {
    background-color: white !important;
    border: 1px solid #ffffff !important;
}

#tableGridView_2037 thead .sorting {
    padding-right: 23px;
}
/*To remove scroll in modification grid in edit transction form*/

.ToBePaidModificationHeader {
    display: block !important;
    border-color: white;
}

#gridView_4040 {
    background-color: white;
    border-color: white;
    padding: 5px 0px;
}

.NoBorderPrintModification {
    border: none;
}

#tableGridView_4040_wrapper {
    border: solid 1px #dde1e7;
}

    #tableGridView_4040_wrapper .col-xs-6 {
        display: none;
    }

    #tableGridView_4040_wrapper .dataTables_scrollHeadInner {
        min-width: 520px !important;
        width: 520px !important;
    }

#tableGridView_4040_wrapper {
    height: 250px;
    overflow: auto;
}

/*To be paid modification list grid*/

#tableGridView_4040 > thead > tr > th:first-child {
    width: 2% !important;
}

#tableGridView_4040 > thead > tr > th:nth-child(2) {
    width: 25% !important;
}

#tableGridView_4040 > thead > tr > th:nth-child(3) {
    width: 25% !important;
}

#tableGridView_4040 > thead > tr > th:nth-child(4) {
    width: 18% !important;
}

#tableGridView_4040 > thead > tr > th:nth-child(5) {
    width: 30% !important;
}

/*Inspection grid in edit transaction tab search label and textbox alignment issue*/
.InspectionSearchTextbox {
    padding: 0px !important;
    margin-left: 2px !important;
}

.dataTable.tablebg-2 tr td {
    padding: 6px 12px !important;
}

.panel-body.tablebg {
    padding: 15px 0px !important;
}

table.table.table-bordered.table-striped.responsive th {
    padding: 6px;
    border: 1px solid #e7e7e7;
}

table.table.table-bordered.table-striped.responsive {
    border: 1px solid #e7e7e7;
}

    table.table.table-bordered.table-striped.responsive td {
        border-top: 1px solid #e7e7e7;
    }

.grayBox.mygra_box {
    background: #e7e7e7 !important;
    margin: 0px 16px;
    display: inline-block !important;
}

i.fa.fa-chevron-left {
    vertical-align: middle;
}

i.fa.fa-chevron-right.pull-right {
    vertical-align: middle;
}

.Plan_Check_Serv {
    display: -webkit-inline-box;
    /*line-height: 1.5;*/
    /*display: -moz-grid-group;*/
    line-height: 24px;
    padding-right: 4PX;
}

@-moz-document url-prefix() {

    .Plan_Check_Serv {
        display: flex;
        line-height: 24px;
    }

        .Plan_Check_Serv input {
            margin-top: 2px;
        }

    .ReviewMargin {
        margin-top: -3px;
        line-height: 20px;
    }
}

/*Transaction detail screen header alignment issue fixed start*/
#containerDivDetailView_1009 .spdetailview_table > tbody > tr > td {
    padding-left: 3px !important;
    white-space: nowrap !important;
}

    #containerDivDetailView_1009 .spdetailview_table > tbody > tr > td > div > font {
        padding-left: 3px !important;
        white-space: nowrap !important;
    }

/*Transaction detail screen header alignment issue fixed end*/

/*POC Joint Screnning allignment issue start*/
#tableGridView_4052 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_4052 > thead > tr > th:nth-child(2) {
    width: 13% !important;
}

#tableGridView_4052 > thead > tr > th:nth-child(3) {
    width: 16% !important;
}

#tableGridView_4052 > thead > tr > th:nth-child(4) {
    width: 15% !important;
}

#tableGridView_4052 > thead > tr > th:nth-child(5) {
    width: 20% !important;
}
#tableGridView_4052 > thead > tr > th:nth-child(6) {
    width: 16% !important;
}

#tableGridView_4053 > thead > tr > th:first-child {
    width: 15% !important;
}

#tableGridView_4053 > thead > tr > th:nth-child(2) {
    width: 30% !important;
}

#tableGridView_4053 > thead > tr > th:nth-child(3) {
    width: 18% !important;
}

#tableGridView_4053 > thead > tr > th:nth-child(4) {
    width: 15% !important;
}

#tableGridView_4053 > thead > tr > th:nth-child(5) {
    width: 22% !important;
}

/*POC Joint Screnning allignment issue end*/

/*.col-md-4 > .accordion-section-collapse.clearfix > .panel-default > .panel-heading >#gridView_19 {
    padding: 10px 12px !important;
}*/

/*To handle position of checkbox and label*/
.ui-multiselect-checkboxes label input {
    position: relative !important;
    top: 3px !important;
}


.ModificationList_div {
    position: absolute;
    z-index: 99999;
    top: 33px;
    border: 1px solid rgb(181, 181, 181);
    display: block;
    background: white;
    min-height: 150px;
    overflow: auto;
    height: 100%;
    padding: 8px 12px;
}

.CustomDropDown_modifiaction {
    border: 1px solid #cbcbcb;
    font-weight: 400;
    font-size: 13px;
    display: block;
    width: 78%;
    height: 34px;
    padding: 6px 6px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cbcbcb;
    position: relative;
    bottom: 5px;
}

#divModificationlistContainer {
    padding-left: 5px;
    padding-right: 5px;
}

#divGridView_3037, #divGridView_3038, #divGridView_2032, #divGridView_2036, #divGridView_11, #divGridView_12, #divGridView_1024, #divGridView_1023, #divGridView_4055 {
    overflow: hidden !important;
}

#tableGridView_3037_wrapper .col-xs-6, #tableGridView_3038_wrapper .col-xs-6, #tableGridView_2032_wrapper .col-xs-6, #tableGridView_11_wrapper .col-xs-6, #tableGridView_12_wrapper .col-xs-6, #tableGridView_2036_wrapper .col-xs-6, #tableGridView_1024_wrapper .col-xs-6, #tableGridView_4042_wrapper .col-xs-6, #tableGridView_1023_wrapper .col-xs-6, #tableGridView_4052_wrapper .col-xs-6, #tableGridView_4053_wrapper .col-xs-6 {
    padding-bottom: 0px !important;
}

.wrapperDivForSCroll {
    overflow-x: auto;
    height: 175px;
    margin-bottom: 15px !important;
}

.btnCSS {
    margin-left: 15px;
    background: #990202;
    color: #fff !important;
    border: 1px solid transparent;
    padding: 5px 8px;
    margin-bottom: 0;
    font-size: 14px;
}


.dataTables_paginate {
    text-align: right;
}

.CustomUlpagination > li > a {
    border: solid 1px rgb(221, 221, 221);
    padding: 2px;
}

.CustomUlpagination {
    padding: 10px;
}

.ReportPaging_PageNo.Active > a {
    background: #33414e;
    border-color: #33414e;
    color: white;
}

ul.CustomUlpagination > li.inactiveLink_rep a {
    cursor: not-allowed !important;
}




.inactiveLink_rep {
    cursor: not-allowed !important;
    opacity: 0.6;
    border: 1px solid #ddd;
    background: #DEDEDE;
    color: #969696 !important;
}

    .inactiveLink_rep > a {
        pointer-events: none;
    }


ul.CustomUlpagination li a {
    padding: 1px 4px !important;
    margin-left: 2px !important;
    font-size: 12px;
    vertical-align: text-top;
}

ul.CustomUlpagination li {
    display: inline-block;
}

.ReportPaging_PageNoHidden {
    display: none;
}

.btnConfirmWidth {
    width: 240px !important;
}

.ModificationList_divPopUp {
    background-color: white !important;
    position: absolute;
    z-index: 999;
    top: 33px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    width: 100%;
}


.CustomDropDown_modifiactionPopup {
    border: 1px solid #cbcbcb;
    font-weight: 400;
    font-size: 13px;
    display: block;
    width: 95%;
    height: 34px;
    padding: 6px 6px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cbcbcb;
    position: relative;
    bottom: 5px;
}

#divMatrixView_2, #divMatrixView_3, #divMatrixView_4, #divMatrixView_5, #divMatrixView_6, #divMatrixView_7 {
    max-height: 300px;
}

/*table#table_InspectionListForMatrix_info.table-striped > tbody > tr> td, .table-striped > tbody > tr {
border-bottom:2px;
border-bottom-color:red;
}*/

table#table_InspectionListForMatrix > tbody > tr {
    border: 1px solid #e8ecf3 !important;
    border-bottom: dashed;
}

/**/
table#tbl_DashboardPlancheckerMatrix > thead > tr > td {
    white-space: nowrap !important;
}

/*Create Temporary Address*/

.form-group.tem_add_cla {
    border-top: 1px solid #9e9e9e;
    padding-top: 10px;
    margin-top: 20px;
}

    .form-group.tem_add_cla h3 {
        font-size: 22px;
    }

div#divTempTable_info {
    padding: 15px 0px 0px 0px;
}

div#tempTable_paginate {
    padding: 15px 0px 0px 0px;
}

div#divPagin {
    margin-bottom: -15px;
}

div#tempTable_paginate {
    padding: 15px 0px 0px 0px;
}

div#divPagin {
    margin-bottom: -15px;
}

div#divGridView_1 {
    display: block !important;
    overflow: auto !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-radius: 0px 0px 2px 2px !important;
    border-bottom: 1px solid #ddd !important;
    padding-left: 10px !important;
}

.class_one {
    padding: 10px;
    background: #e4e4e4;
    text-align: center;
    cursor: pointer;
    position: relative;
    float: left;
}

/*.main_1 {
    
    margin-bottom: 60px !important;
}*/

.CustomDropDownMulti label.FilterlblControlForTransaction, .CustomDropDownMulti label.FilterlblControlForInspection {
    vertical-align: 2px !important;
}
/*Class is applied for all pop up with ok button in footer*/
.PopUpFooterbtnOk {
    padding: 10px 20px 10px 10px !important;
}
/*Class is applied for label for popup when save button click*/
.heading-label {
    font-weight: bold !important;
    font-size: 20px !important;
    margin-left: -10px;
}


.clsModification {
    border: solid 1px #c7c7c7;
    padding: 5px 5px 5px 10px;
    margin: 10px 0px 5px 0px;
    position: relative;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    background-color: #e2e2e2;
}

/*.css Class move from Permit Review Step*/

.DelMod {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 12px;
    padding-top: 6px;
    border-radius: 10px;
    cursor: pointer;
}

.ui-multiselect {
    width: 100% !important;
}

button.ui-multiselect {
    -webkit-appearance: menulist !important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    background-color: white;
}

.clsModification {
    border: solid 1px #c7c7c7;
    padding: 5px 5px 5px 10px;
    margin: 10px 0px 5px 0px;
    position: relative;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    background-color: #e2e2e2;
}

.width100p {
    width: 98%;
}

.txtArea {
    width: 100%;
    margin: 10px 0px;
    display: inline-block;
}
/*.css Class move from Permit Review Step*/

.dataTables_scroll {
    overflow: hidden;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
    height: 30px;
}

@media screen and (min-width: 776px) and (max-width: 1130px) {

    div#hor-menu {
        margin-left: 15px !important;
    }
}

span.check-box-align {
    vertical-align: 2px;
}

.content-frame-body.padding-bottom-0 {
    width: 100% !important;
    display: inline-block;
    overflow: auto !important;
    padding: 0px !important;
}

/*#scheduler_here{
    width: 1090px !important;
    overflow:auto !important;  
}

#scheduler_here .dhx_cal_data{
    width:1100px !important;
}*/
/*LFM-122 css added to enable disabled anchor tag*/
.disable-link {
    text-decoration: none !important;
    color: black !important;
    cursor: default;
    pointer-events: none;
}

.enable-link {
    text-decoration: underline !important;
    color: #075798 !important;
    cursor: pointer !important;
    pointer-events: visible;
}

.AddSearchButton {
    background-color: white !important;
    color: black !important;
    border-color: #ADADAD !important;
}

    .AddSearchButton:hover {
        color: white !important;
        border-color: #ADADAD !important;
    }

.btn-primary {
    background-color: #ba1515 !important;
    border-color: #ba1515 !important;
    /* border: none; */
    text-decoration: none;
}

.correctionDropdown {
    width: 100%;
}

textarea#correctionDetails_correctionDescription {
    width: 100%;
    max-width: 100%;
    height: 90px;
    background-color: #eee;
    color: #555;
    margin: 15px 0px;
}

textarea.form-control.adhoc_CorrectionDescription {
    background-color: #fff !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    min-height: 80px;
}

textarea#correctionDetails_Comments {
    width: 100%;
    max-width: 100%;
    min-height: 80px;
}

select#correctionDetails_correctionCodeSectionTitleId {
    width: 100%;
    max-width: 100%;
}

.CorrectionFromLibrary label.control-label {
    padding-bottom: 5px;
    display: inline-block;
}

.library, .gallery {
    float: left;
    margin: 5px 0 0 0;
    padding: initial;
    width: initial !important;
}

img.popImg {
    margin: 5px;
    cursor: pointer;
}

.btn-file.Add_Image {
    text-align: center;
    float: left;
    border: 1px solid #b6b6b6;
    padding: 20px 15px;
    margin-left: 5px;
    margin-top: 22px;
    font-size: 15px;
    /*color: red;*/
    border-radius: 3px;
    height: 100px;
}


.Add_Image span.fa.fa-file-image-o {
    font-size: 40px;
}

#imagemodal button.close {
    opacity: 1;
    color: #000;
    margin-top: 0;
    position: relative;
    top: -10px;
    font-size: 26px;
}

button#btnCancel.btnCancelForUpdateResult {
    margin-top: 0 !important;
}

td.mappedCorrectionCls {
    font-weight: 800 !important;
}


tbody.OutstandingCorrectionGrid tr td, tbody.CorrectionGrid tr td, .fontWeigth-500 tr td {
    font-weight: 500 !important;
}

.fontWeigth-600 {
    font-weight: 600;
}

.fontWeigth-500 {
    font-weight: 500 !important;
}

#TempImagesDiv.TempImagesDiv {
    background: #ececec;
    padding: 15px 10px;
    margin-top: 10px;
}

.ClearCorrection {
    padding-bottom: 15px;
    margin-left: -5px;
}

.Enter_Results h3 {
    font-size: 20px;
}

.Enter_Results {
    margin-top: 10px;
}

#updateInspectionResultForm h4 {
    margin-bottom: 0px;
}

div#divInspCorrResultComment .modal-footer, div#divPopUp .modal-footer {
    padding: 12px;
    margin-top: 0;
}

.btn.small_width {
    width: 90px;
    margin-left: 5px;
}

button#add-Photo {
    width: 122px;
}

button#add-Comments {
    margin-bottom: 15px;
}

button#add-corr {
    margin-bottom: 20px;
    margin-left: 5px;
}

.btnComply, .btnClear {
    margin: 5px 0;
}

button.btnDeleteComments, .btnDeleteCorrections {
    margin: 5px 0;
}

table.table.table-bordered.table-striped.responsive.commenttable tr td {
    font-weight: 400 !important;
    line-height: 3;
}

.btnClear {
    margin-left: 5px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    color: #777777 !important;
}
/*.bootstrap-datetimepicker-widget .picker-switch td span.fa {
  color:violet !important;
}*/
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"], .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"],
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"], .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:hover, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:hover,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:hover, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:hover {
    background-color: white !important;
}




input.fawindowclose {
    position: absolute;
    right: -9px;
    top: -13px;
    background-color: transparent;
    color: #000;
    font-size: 11px;
    text-align: center;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.deleteimg.bob {
    position: relative;
    float: left;
    margin-top: 12px;
}

tbody.OutstandingCorrectionGrid td.mappedCorrectionCls {
    font-weight: 800 !important;
}

label.control-label.label-popup {
    /*font-size: 12px;
    font-weight: 100 !important;*/
    padding-left: 10px;
}

.margin_Results {
    margin-bottom: 15px !important;
    padding: 0px 0px 0px 0px !important;
}

label.control-label.label-popup.noInspImageMsg {
    font-size: 14px;
    font-weight: 400 !important;
}

div#divCommentView_Insp table.table.no-margin.tablebg-2 tr {
    border-bottom: 1px solid #e8ecf3;
}

    div#divCommentView_Insp table.table.no-margin.tablebg-2 tr:last-child {
        border-bottom: 0px solid red;
    }

    div#divCommentView_Insp table.table.no-margin.tablebg-2 tr td {
        border: 0px;
        border-bottom: 0px solid #e8ecf3;
    }
/*@media (min-width: 768px) {
#divPopUp .modal-dialog {
    width: 460px  !important;
}
}*/


.qr-btn {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: text-top;
    color: #000;
}

    .qr-btn:hover, .qr-btn:focus {
        color: #000;
    }

    .qr-btn .fa-qrcode {
        font-size: 29px;
    }

.btn-firs {
    margin-top: 30px;
}

a#login-button, a#logout-button {
    color: #fff;
    display: block;
    width: 250px;
    margin: auto;
    background: #ba1515;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 13px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

    a#login-button:hover, a#login-button:focus, a#logout-button:hover, a#logout-button:focus {
        background: #a50404;
    }

center.loginsectiondiv {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
a.coronaAlert {
    display: flex;
    align-items: center;
    color: #c71919;
    font-size: 15px !important;
}
img.Covid19updateimg {
    width: 25px;
    margin-right: 5px;
}
ul.nav.navbar-nav.navbar-right.IsAuthenticatedafter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    ul.nav.navbar-nav.navbar-right.IsAuthenticatedafter p.navbar-text {
        padding: 0 !important;
        margin: 0 0 15px 0;
        font-size: 20px;
    }