html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3c3c3c;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p {
    font-weight: 400;
}

a, button {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    outline: none;
}

a:hover, button:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

b, strong {
    font-weight: 600;
}

body > section {
    background: #34495e;
}

.no-margin {
    margin: 0 !important;
}

.no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.col-padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.no-border {
    border: 0 !important;
}

.no-vertical-border {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.no-top-border {
    border-top: 0 !important;
}

.no-bottom-border {
    border-bottom: 0 !important;
}

.cursor-move {
    cursor: move;
}

#left-dashboard-wrapper {
    width: 270px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    height: auto;
    background: #34495e;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#left-dashboard-wrapper.openNav.foldNav {
    width: 70px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#rightContainerWrap {
    margin-left: 270px;
    background: #f3f5f6;
    min-height: 1000px;
    position: relative;
    overflow: hidden;
}

#rightContainerWrap.flot_margin {
    margin-left: 70px;
}

.alert {
    font-size: 18px;
    padding: 20px 35px 20px 20px;
    margin-top:15px;
    border-radius: 0;
    border: 0;
}

.alert .close {
    opacity: .5;
}

.alert-warning {
    background: #f4a426;
    border: 1px solid #be7926;
    color: #fff;
}

.alert-success {
    background: #29AE60;
    border: 1px solid #298743;
    color: #fff;
}

.site-error {
    margin: 20px;
}

.cut-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blue-text {
    color: #3285bc !important;
}

.dark-blue-text {
    color: #344965 !important;
}

.green-text {
    color: #29AE60 !important;
}

.yellow-text {
    color: #f4a426 !important;
}

.red-text {
    color: #e50707 !important;
}

.grey-bg {
    background: #f5f8f9 !important;
}

.white-bg {
    background: #fff !important;
}

.title-container {
    margin-bottom: 15px;
    background: url(../../../img/texture.jpg) no-repeat;
    background-size: cover;
    min-height: 80px;
}

.title-container h2 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 44px;
    color: #fff;
    font-weight: 300;
}

.title-container p {
    color: #fff;
}

.hint-text {
    font-size: 14px;
    color: #323232;
    line-height: 20px;
    padding: 15px 0;
}

.hint-text small {
    padding-top: 15px;
    display: block;
}

.section-title {
    width: 100%;
    min-height: 50px;
    background: #3285bc;
    line-height: 30px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 25px;
}

.section-title.dark-blue {
    background: #34495e;
}

.section-title.yellow {
    background: #f4a426
}

.section-title.green {
    background: #27ae60;
}

.section-title.red {
    background: #e75242;
}

.section-title.small-title {
    font-size: 12px;
    line-height: 28px;
    min-height: 30px;
}

.section-title > span {
    padding-right: 10px;
}

.section-title span.inline-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-right: 10px;
}

.section-title.small-title span.inline-text {
    font-size: 12px;
}

.section-title span.inline-text i {
    margin-right: 5px;
}

.section-title span.inline-text a {
    color: #fff;
}

.section-title span.inline-text a:hover {
    color: #FFC;
}

.section-title p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    color: #fefefe !important;
}

.section-title.section-file {
    padding: 5px 15px;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
}

.section-title.section-file .section-file-title {
    color: #292929 !important;
    font-weight: 600;
}

.section-title.section-filter {
    font-weight: 300;
    padding: 0 15px;
}

.section-container {
    background: #fff;
    border-bottom: 3px solid #e6ecee;
    padding: 15px 15px 10px;
    margin-bottom: 35px;
    overflow: hidden;
}

.section-container.privacy p {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #323232;
    line-height: 22px;
}

.section-container .item-container {
    border: 1px solid #dfe7ec;
    padding: 15px;
    margin-bottom: 15px;
}

.section-container .item-container .answer-image{
    max-width: 100%;
}

.section-container .item-container p {
    font-size: 14px;
    font-weight: 400;
    color: #292929;
}

.section-container .item-container .item-text {
    padding: 0 15px;
}

.section-container .item-container .item-text i.fa{
    color: #f4a426;
    font-size: 18px;
    margin-right: 10px;
}

.section-container .item-container .item-text > h4{
    display: inline-block;
}

.section-container .item-container .file-row {
    border-bottom: 1px solid #dfdede;
    padding: 5px 15px;
    line-height: 40px;
    font-weight: 600;
}

.section-container .item-container .file-row:last-child {
    border-bottom: 0;
}

.text-with-icon {

}

.text-with-icon:before {
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    display: block;
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-with-icon.map-icon:before {
    content: "\f041";
    color: #f4a426;
}

.text-with-icon.map-clock:before {
    content: "\f017";
    color: #29AE60;
}

.text-with-icon.map-user-secret:before {
    content: "\f21b";
    color: #3285bc;
}

.text-with-icon p {
    margin-left: 15px;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.round-number {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #fca504;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 10px;
}

.question-title {

}

.question-title .question-number {
    float: left;
}

.question-container {

}

.question-container .file-container .photo-image {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 150px;
    height: 150px;
}

.question-container .file-container .photo-actions {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 150px;
}


footer {
    padding: 0;
    text-align: center;
    position: relative;
    background: #FFF;
}

footer .scllink {
    color: #fff;
    padding-bottom: 17px;
    padding-top: 18px;
    width: 100%;
    background: #2a2d2e;
}

footer .add2 {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    margin: 0;
}

footer .social-tab span {
    color: hsl(37, 90%, 55%);
    font-weight: bold;
}

footer .social-tab {
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 40px;
    width: auto;
}

footer .social-tab a {
    border: 2px solid #c2c2c2;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    width: 34px;
}

footer .social-tab a:hover {
    background: #000;
}

footer .social-tab a i {
    color: #c2c2c2;
}

footer .social-tab a:hover i {
    color: #fff;
}

footer .social-tab a.help {
    color: #fff;
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    font-size: 14px;
}

footer .social-tab a.help:hover {
    color: #eee;
    background: none
}

footer .social-tab a.supt {
    font-weight: bold;
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    font-size: 14px;
    color: #f4a426;
    background: none
}

footer .social-tab a.supt:hover span {
    color: #eee
}

.modal-content {
    background: #f3f5f6;
}

.modal-header {
    border: 0 !important
}

.modal-header button.close {
    padding: 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    color: #333;
}

.modal-header button.close:hover {
    background: #fff;
    color: #000;
}

.modal-footer {
    text-align: left;
}

.panel-group .panel {
    border-radius: 0;
}

.progress.active.reverse .progress-bar {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -ms-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

table tfoot tr td {
    font-weight: bold;
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

    #left-dashboard-wrapper {
        transform: translate(-70px);
        -o-transform: translate(-70px);
        -ms-transform: translate(-70px);
        -moz-transform: translate(-70px);
        -webkit-transform: translate(-70px);
        width: 70px !important;
    }

    .nav-closed #left-dashboard-wrapper {
        transform: translate(0px);
        -o-transform: translate(0px);
        -ms-transform: translate(0px);
        -moz-transform: translate(0px);
        -webkit-transform: translate(0px);
    }

    #rightContainerWrap {
        margin: 0 auto !important;
    }
}

@media (max-width: 767px) {
    .title-container {
        min-height: 50px;
    }

    .title-container h2 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 36px;
    }

    footer {
        text-align: center;
    }

    footer .scllink {
        padding: 0;
    }

    footer .add2 {
        text-align: center;
        font-size: 13px;
        line-height: 30px;
    }

    footer .social-tab {
        float: none;
        line-height: 35px;
    }

    footer .social-tab a {
        border: 1px solid #c2c2c2;
        border-radius: 30px;
        font-size: 13px;
        height: 30px;
        line-height: 28px;
        width: 30px;
    }

    footer .social-tab a.help {
        font-size: 13px;
    }

    footer .social-tab a.supt {
        font-size: 13px;
    }

    .modal-title {
        font-size: 20px;
    }
}

@media (max-width: 568px) {

}

@media (max-width: 480px) {

}

@media (max-width: 380px) {

}

@media (max-width: 320px) {

}