

.panel {
    margin-bottom: 10px;
}

.question-builder {
    display: none;
}

.question-type-container {
    width: 56px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-weight: 400;
    cursor: pointer;
}

    .question-type-container:hover, .question-type-container.active {
        font-weight: 500;
        color: #10cfbd;
    }

        .question-type-container:hover img, .question-type-container.active img {
            border: 1px solid #10cfbd;
        }

    .question-type-container img {
        margin: 0 auto;
        margin-bottom: 5px;
        opacity: 0.7;
        margin-top: 2px;
        border: 1px solid #585b61;
    }

    .question-type-container p {
        font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        text-overflow: ellipsis;
        line-height: 12px;
        font-weight: inherit;
    }

.question-builder .edit-container {
    display: none;
}

.question-builder .view-container {
    display: none;
}

.question-builder .input-group-addon a {
    color: #626262 !important;
}

.panel-heading a {
    color: #10cfbd !important;
}

.panel-controls .dropdown-menu {
    margin-top: -26px !important;
    margin-right: 37px !important;
}


.nav.nav-pills li {
}

.panel .answer-type-icons li {
    padding-left: 0;
}

    .panel .answer-type-icons li a {
        min-height: 46px;
        font-size: 14px;
        width: 44px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

        .panel .answer-type-icons li a:hover, .panel .answer-type-icons li a:focus, .panel .answer-type-icons li.active a {
            background-color: #10cfbd;
        }

            .panel .answer-type-icons li a:hover i, .panel .answer-type-icons li a:focus i, .panel .answer-type-icons li.active a i {
                color: white;
            }

.tooltip.top .tooltip-arrow {
    border-top-color: #1f3347;
}

.tooltip-inner {
    padding: 5px 8px;
    background-color: #1f3347;
    vertical-align: middle;
}

.panel .answer-type-icons .icon-short-text {
    background: url("/Content/assets/img/anket-icon/kisa-metin-icon.png") no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
}

.panel .answer-type-icons li a:hover .type-icon, .panel .answer-type-icons li a:focus .type-icon, .panel .answer-type-icons li.active a .type-icon {
    background-position: 0 -11px;
}

.panel .answer-types {
    margin-bottom: 10px;
}

.answer .my-handle {
    cursor: move;
}

.panel {
    margin-bottom: 5px;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

blockquote:before {
    content: '';
    font-family: FontAwesome;
    content: "\f08b";
    margin-right: 13px;
    float: left;
    padding-top: 6px;
}

blockquote {
    padding-left: 2px;
    font-size: 12px;
}

    blockquote small {
        font-size: 13px !important;
        font-weight: 300;
        line-height: 16px;
        padding-top: 7px;
    }

.question-number {
    width: 36px;
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    margin-right: 10px;
}

.panel .lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 20px;
}

.predescription {
    display: none;
}

.description {
    display: none;
}

.question-sheet-heading {
    margin-bottom: 20px;
}



/*FILE UPLOAD*/


.file-upload-inner-button {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.ajax-upload-dragdrop input {
    cursor: pointer;
    font-size: 100px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
}

.ajax-upload-dragdrop .file-upload-inner-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.ajax-upload-dragdrop .preview-frame {
    margin-top: 10px;
}

    .ajax-upload-dragdrop .preview-frame .file-preview-image-container {
        border: 1px solid #ccc;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px;
        float: left;
    }

        .ajax-upload-dragdrop .preview-frame .file-preview-image-container .delete-button {
            padding-top: 10px;
            display: block;
            float: right;
        }

    .ajax-upload-dragdrop .preview-frame .file-preview-image {
        display: block;
    }

.ajax-upload-dragdrop .drag-drop-area {
    display: inline-block;
    vertical-align: middle;
    border: 2px dotted #ccc;
    height: 70px;
    width: 100%;
    text-align: center;
}

    .ajax-upload-dragdrop .drag-drop-area .drag-drop-inner {
        vertical-align: middle;
        position: relative;
        top: 20px;
        pointer-events: none;
        font-weight: 400;
    }

.input-daterange {
    margin-bottom: 13px;
}

    .input-daterange input {
        text-align: left;
    }


.form-single-label {
    font-family: 'Ubuntu';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.question-answer-container {
    /*height: auto !important;*/
}

.modal-open {
    /*overflow-x: hidden;
    overflow-y: scroll;*/
}

body {
    /*padding: 0 !important;*/
}

.sortable {
    position: relative;
}

select {
    height: 35px !important;
    padding: 3px !important;
}

.survey-view {
    background-color: white;
}

    .survey-view .panel-title {
        width: 100% !important;
        white-space: normal !important;
    }

        .survey-view .panel-title .question-title {
            width: 100%;
            white-space: normal;
        }

    .survey-view h1 {
        margin-bottom: 0;
    }

    .survey-view .date {
        font-size: 12px;
        font-weight: 400;
        color: #B1B1B1;
    }

.survey-body .end-text, .survey-body .begin-text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.survey-view .question-title {
    display: inline;
    vertical-align: bottom;
}

.survey-view .survey-header {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .survey-view .survey-header.question-mode {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .survey-view .survey-header.question-mode img {
            height: 70px;
        }

.survey-view .portlet-advance {
    border: none !important;
}

    .survey-view .portlet-advance .predescription {
        padding-left: 0;
        padding-right: 0;
    }

    .survey-view .portlet-advance .description {
        padding-left: 0;
        padding-right: 0;
    }

    .survey-view .portlet-advance .panel-heading {
        padding-left: 0;
        padding-right: 0;
    }

    .survey-view .portlet-advance .panel-body {
        padding-left: 0;
        padding-right: 0;
    }

.survey-view .survey-body {
    margin-bottom: 60px;
    padding: 20px;
}

.survey-view .next-button-container {
    text-align: center;
}

.survey-view .survey-button {
    font-size: 13px;
    font-weight: 500;
}

.survey-view .predescription {
    padding: 20px;
    padding-bottom: 0;
}

.survey-view .description {
    padding: 20px;
    padding-top: 0;
    display: block;
}


.survey-view blockquote {
    padding-bottom: 0;
    margin-bottom: 0;
}

.survey-view .panel-body {
    padding-bottom: 0;
}

.survey-view blockquote:before {
    display: none;
}

.survey-view blockquote small {
    padding-left: 0;
    line-height: 18px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.result-item-container {
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    /*overflow: hidden;*/
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    margin-bottom: 10px;
    min-height: 54px;
}

    .result-item-container .heading {
        font-family: 'Ubuntu';
        font-size: 11px;
        font-weight: 600;
    }

    .result-item-container .body {
        font-family: 'Ubuntu';
        font-size: 14px;
    }

    .result-item-container .fa {
        position: absolute;
        right: 15px;
        top: 14px;
        font-size: 22px;
        opacity: 0.3;
    }

.c3-legend-item {
    font-size: 13px;
    font-family: 'Ubuntu';
}

.demo-portlet-scrollable {
    height: 170px;
}

.table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}

.data-table {
    padding-right: 10px;
}

.table-search-input {
    margin-bottom: 10px;
}

.dataTables_filter {
    display: none;
}

.tag-container {
    margin-bottom: 15px;
}

    .tag-container div {
        font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.01em;
        margin-bottom: 0;
        border: 1px solid #f0f0f0;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        color: #626262;
        background-color: #EFEFEF;
        line-height: 21px;
        padding-left: 17px;
        padding-right: 17px;
        position: relative;
        display: inline-block;
        padding: 6px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

.pollster-day-chart, .pollster-total-chart {
}

.pollster-map #map {
    margin-bottom: 10px;
    margin-top: 5px;
    height: 300px;
}

.pollster-map #legend {
    text-align: center;
}

    .pollster-map #legend span {
        padding: 0 10px 0 10px;
        display: inline-block;
        font-size: 13px;
    }

        .pollster-map #legend span:hover {
            cursor: pointer;
        }

        .pollster-map #legend span.disabled {
            color: rgb(185, 185, 185);
            text-decoration: line-through;
        }


.slider-ratio {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #626262;
    background-color: #EFEFEF;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 80px;
}

.irs-wrapper .irs {
    margin-bottom: 10px;
}

.count-container-list-item {
    float: right !important;
}

.count-container {
    height: auto;
    background-color: white;
    width: 140px;
    float: right;
    min-height: 50px;
    padding-top: 12px;
    margin-bottom: 0;
    border: none;
    text-align: right;
    background-color: transparent;
    padding-bottom: 0;
    padding-right: 0;
}

    .count-container .body {
        font-size: 11px;
        display: inline-block;
    }


    .count-container .heading {
        font-family: 'Ubuntu';
        font-size: 11px;
        display: block;
        font-weight: 400;
        height: 12px;
    }

    .count-container .body {
        font-family: 'Ubuntu';
        font-size: 11px;
        display: inline-block;
        font-weight: 600;
    }


.pace-activity {
    display: none !important;
}


.result-builder-container .question-answer-container .view-container {
    position: relative;
}

.result-sheet .result-heading img {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}

.result-sheet .result-heading h3 {
    display: inline-block;
}

.dashboard-tag {
    padding: 5px;
    border-radius: 4px;
}

.dashboard-row {
    margin-bottom: 12px;
}

.uploaded-file-icon {
    font-size: 60px;
    display: block;
}

.btn-green {
    background-color: #4E8C2E;
    border-color: #4E8C2E;
}

    .btn-green.hover, .btn-green:hover, .open .dropdown-toggle.btn-green {
        background-color: #729C5D;
        border-color: #729C5D;
        color: #ffffff;
    }

    .btn-green, .btn-green:focus {
        color: #ffffff;
        background-color: #4E8C2E;
        border-color: #4E8C2E;
    }

        .btn-green.active, .btn-green:active, .btn-green.active:focus, .btn-green:active:focus, .btn-green:active:hover, .open .dropdown-toggle.btn-green {
            color: #ffffff;
            background-color: #365F21;
            border-color: #365F21;
        }

        .btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-primary.another:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
            background-color: #4E8C2E;
            border-color: #4E8C2E;
        }




.btn-burgundy {
    background-color: #A23A3A;
    border-color: #A23A3A;
}

    .btn-burgundy.hover, .btn-burgundy:hover, .open .dropdown-toggle.btn-burgundy {
        background-color: #BF4646;
        border-color: #BF4646;
        color: #ffffff;
    }

    .btn-burgundy, .btn-burgundy:focus {
        color: #ffffff;
        background-color: #A23A3A;
        border-color: #A23A3A;
    }

        .btn-burgundy.active, .btn-burgundy:active, .btn-burgundy.active:focus, .btn-burgundy:active:focus, .btn-burgundy:active:hover, .open .dropdown-toggle.btn-burgundy {
            color: #ffffff;
            background-color: #692525;
            border-color: #692525;
        }

        .btn-burgundy.disabled, .btn-burgundy[disabled], fieldset[disabled] .btn-burgundy, .btn-primary.another:hover, .btn-burgundy[disabled]:hover, fieldset[disabled] .btn-burgundy:hover, .btn-burgundy.disabled:focus, .btn-burgundy[disabled]:focus, fieldset[disabled] .btn-burgundy:focus, .btn-burgundy.disabled:active, .btn-burgundy[disabled]:active, fieldset[disabled] .btn-burgundy:active, .btn-burgundy.disabled.active, .btn-burgundy[disabled].active, fieldset[disabled] .btn-burgundy.active {
            background-color: #A23A3A;
            border-color: #A23A3A;
        }




.btn-light-green {
    background-color: #D1DA62;
    border-color: #D1DA62;
}

    .btn-light-green.hover, .btn-light-green:hover, .open .dropdown-toggle.btn-light-green {
        background-color: #DEF395;
        border-color: #DEF395;
        color: #ffffff;
    }

    .btn-light-green, .btn-light-green:focus {
        color: #ffffff;
        background-color: #D1DA62;
        border-color: #D1DA62;
    }

        .btn-light-green.active, .btn-light-green:active, .btn-light-green.active:focus, .btn-light-green:active:focus, .btn-light-green:active:hover, .open .dropdown-toggle.btn-light-green {
            color: #ffffff;
            background-color: #DEF395;
            border-color: #DEF395;
        }

        .btn-light-green.disabled, .btn-light-green[disabled], fieldset[disabled] .btn-light-green, .btn-primary.another:hover, .btn-light-green[disabled]:hover, fieldset[disabled] .btn-light-green:hover, .btn-light-green.disabled:focus, .btn-light-green[disabled]:focus, fieldset[disabled] .btn-light-green:focus, .btn-light-green.disabled:active, .btn-light-green[disabled]:active, fieldset[disabled] .btn-light-green:active, .btn-light-green.disabled.active, .btn-light-green[disabled].active, fieldset[disabled] .btn-light-green.active {
            background-color: #D1DA62;
            border-color: #D1DA62;
        }

.list-view-buttons {
    min-width: 340px;
    text-align: right !important;
}

.tablesaw-enabled .list-view-buttons {
    text-align: left !important;
    min-width: initial;
}

    .tablesaw-enabled .list-view-buttons .button-container {
        float: left;
        width: 50%;
    }

    .tablesaw-enabled .list-view-buttons button, .tablesaw-enabled .list-view-buttons a {
        float: left;
        margin: 3px;
    }


.tablesaw-enabled .list-view-name {
    max-width: none !important;
}

.list-view-name {
    max-width: 250px !important;
    white-space: nowrap !important;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-view-buttons button, .list-view-buttons a {
    width: 30px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .35;
}


.table-striped > tbody > tr:hover {
    background-color: #000 !important;
}

.table.table-hover tbody tr:hover td {
    background: #daeffd !important;
}

.dashboard-table table tr td {
    font-size: 13px;
    padding-left: 0;
}

.dashboard-table table thead tr th {
    font-size: 12px;
    padding-left: 0 !important;
}

.dashboard-table .table thead tr th:first-child {
    padding-left: 0 !important;
}






.m-cols, .m-rows {
    float: left;
}

.m-cols {
    width: 50%;
    padding-left: 10px;
}

.m-rows {
    width: 50%;
    padding-right: 10px;
}

.dropdown-menu.matrix-custom-input label {
    text-transform: initial;
    font-weight: normal;
    color: rgba(98, 98, 98,1);
    font-size: 13px;
}

/*.matrix-custom-input-area {
    width: 60%;
    float: left;
    padding-left: 10px;
    margin-top: 30px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    padding: 5px 10px;
    background: #f0f0f0;
    display: none;
}*/

.answer-col-heading {
    height: 30px;
}

.answer-inner-container .m-row-heading {
    white-space: normal !important;
}

.answer-inner-container tbody tr td {
    vertical-align: middle;
}

.answer-inner-container tr td label {
    margin: 0;
    margin-left: 20px;
}

.answer-inner-container thead tr th {
    font-weight: 400;
    text-transform: none;
}

.matrix-container tbody tr td .radio.radio-success, .matrix-container tbody tr td .checkbox.check-success {
    margin-bottom: 0;
}

.matrix-container .checkbox label::after {
    left: 1.2px !important;
}

.answer-inner-container .form-single-label {
    margin-bottom: 10px;
}

.result-sheet .result-builder-container .panel-title {
    width: 85%;
}

.result-sheet .result-builder-container .question-on-title {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin-bottom: 5px;
}

.user-name-heading {
    padding-top: 12px;
}


.other-answer {
    display: inline-block;
    width: 84%;
    float: right;
    margin-top: -5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
}


.settings-dropup .dropdown-menu {
    width: 402px;
    left: -412px;
    height: auto;
    z-index: 500;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: auto;
    top: -97px;
}

.m-cols-custom-matrix .matrix-saved-list-container {
    margin-bottom: 15px;
}

.tag-dropup .dropdown-menu {
    padding: 10px;
    width: 150px;
    margin-bottom: -38px;
    left: -164px;
    height: 84px;
    z-index: 500;
}

    .tag-dropup .dropdown-menu .input-group-addon {
        background-color: #fff;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    white-space: nowrap !important;
}

.tablesaw input, .tablesaw select {
    min-width: 100px;
}

.answer-input-tip {
    font-size: 12px;
}

.search-list-form #ara {
    margin-bottom: 5px;
}

.left-panel {
    padding-right: 15px !important;
}


.chart-donut-percentage {
    font-family: Ubuntu Condensed;
    font-size: 18px;
    font-weight: 500;
    line-height: 12px;
}

.chart-bar-percentage {
    font-family: Ubuntu Condensed;
    font-size: 18px;
    font-weight: 500;
    line-height: 12px;
    top: 15px;
    position: relative;
}

    .chart-bar-percentage .percentage-sign {
        font-size: 12px;
    }


.chart-donut-percentage .percentage-sign {
    font-size: 12px;
}

.chart-donut-item-name {
    font-family: Ubuntu;
    font-size: 12px;
    color: #3E3D3D;
    font-weight: 300;
}

.chart-donut-text-right {
    text-align: right;
}

.legend-item {
    font-family: Ubuntu;
    font-weight: 300;
    margin-left: 20px;
}

    .legend-item.passive {
        text-decoration: line-through;
        opacity: 0.5;
    }

.highcharts-legend-item span {
    left: 0 !important;
}

.highcharts-data-labels > div > span {
    top: -10px !important;
}


.dropdown-header {
    font-size: 11px;
    line-height: 1.42857143;
    color: #BBBABA;
}

.result-settings .dropdown-menu.multi-level {
    left: auto;
    right: 100%;
    margin-right: 0 !important;
}

.result-settings .dropdown-menu > li.dropdown-header {
    padding: 17px 20px;
    padding-bottom: 5px;
}

.result-settings .dropdown-menu > li a {
    padding-left: 40px;
}

.result-settings .dropdown-menu > li {
    position: relative;
}

    .result-settings .dropdown-menu > li i {
        position: absolute;
        left: 22px;
        top: 11px;
        color: #10CFBD;
        display: none;
    }

    .result-settings .dropdown-menu > li.selected i {
        display: inline-block;
    }


.highcharts-container {
}

.highcharts-tooltip {
    z-index: 9998;
}

    .highcharts-tooltip div {
        background-color: white;
        border: 1px solid green;
        opacity: 1;
        z-index: 9999 !important;
    }

.tooltip {
    padding: 5px;
}

.label {
    z-index: 1 !important;
}

.tool-tip-name {
    font-size: 16px;
    font-family: Ubuntu Condensed;
}

.editable-percentage {
    color: inherit;
}

.editable-popup .popover-title {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 14px;
}

.cross-question-select {
    width: 49%;
    float: left;
}

    .cross-question-select:last-of-type {
        width: 49%;
        float: right;
    }

.cross-chart {
    margin-top: 20px;
    clear: both;
    height: 100%;
}

@media (max-width: 979px) {
    .left-panel {
        padding-right: 0 !important;
    }
}


.onlineSupportUrl #OnlineUrlLong {
    color: #10cfbd;
    cursor: pointer;
}

    .onlineSupportUrl #OnlineUrlLong:hover {
        text-decoration: underline;
    }


.table-click-active.table.table-hover tbody tr.active th {
    background: #daeffd !important;
}

.table-click-active.table.table-hover tbody tr.active td {
    background: #daeffd !important;
}
