﻿
body {
    font-family: 'Ubuntu';
}

    body .bold {
        font-family: 'Ubuntu Bold';
        font-weight: 700;
    }

.sidebar-header-controls div {
    padding-left: 7px;
    display: block;
    font-weight: 400;
    padding-top: 7px;
    color: #c2cadd;
}

.sidebar-header-controls span {
    padding-left: 5px;
}

.table-responsive {
    overflow: hidden;
    border: none;
}

.page-sidebar .menu-footer {
    position: absolute;
    bottom: 0;
    padding: 20px;
    padding-bottom: 10px;
    
}

.page-sidebar .version {
    font-size: 12px;
    opacity: 0.5;
}

.page-sidebar .font-size-container a{
    background: #21252d;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display:inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}


.page-sidebar .font-size-container i{
    color: white;
}


.page-top {
    min-height: 10px;
}

.float-right {
    float: right;
}

.table.table-hover tbody tr:hover td {
    background-color: rgba(250, 250, 250, 0.4);
}

.table.table-hover tbody tr:hover td {
    background-color: #fdfdfd !important;
}



.table.table-condensed.table-detailed > tbody > tr.shown > td {
    background-color: #fdfdfd !important;
}

.row-details td {
    white-space: normal !important;
    overflow: auto;
    font-weight: 400 !important;
}

.row-details > td {
    padding: 0 !important;
}

.modal-backdrop {
    bottom: 0px;
    z-index: 100;
    position: fixed;
}

.progress-circle-indeterminate.progress-circle-success {
    background-image: url("/Content/assets/img/progress-circle-success.svg");
}

#modalPreloader {
    padding-left: 80px !important;
    padding-right: 80px !important;
}







.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;
    }

        .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: #272b35;
}

.tooltip-inner {
    padding: 5px 8px;
    background-color: #272b35;
    min-height: 42px;
    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-inner-container .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;*/
    /*min-height: 300px;*/
}

.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;
        font-size: 22px;
        line-height: 22px;
        margin-top: 35px;
    }

    .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;
	font-size: 17px;
    line-height: 28px;
}

.survey-view .question-title {
    display: inline;
    vertical-align: bottom;
}

.survey-view .survey-header {
    margin-bottom: 20px;
}

    .survey-view .survey-header img {
        padding-top: 15px;
        padding-bottom: 15px;
    }


    .survey-view .survey-header.question-mode {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .survey-view .survey-header.question-mode img {
            /*display:none;*/
			    height: 160px;
        }

.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 .button-container {
    text-align: center;
}

    .survey-view .button-container button {
        min-width: 120px;
    }

    .survey-view .button-container .prev-question {
        margin-right: 5px;
    }

    .survey-view .button-container .next-question {
        margin-left: 5px;
    }

.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: 24px;
    color: #10cfbd;
    font-size: 16px !important;
}

.answer-inner-container .tablesaw-enabled.tablesaw .m-row-heading {
    background: #e4e4e4 !important;
    font-weight: bold;
}

#getSurveysOnline {
    margin-bottom: 5px;
    margin-top: 15px;
}

.survey-list-item .panel-body {
    padding-bottom: 15px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.panel-group .panel-heading .panel-title > a:after {
    content: "\f107";
    left: 13px;
}

.panel-group .panel-heading .panel-title > a.collapsed:after {
    content: "\f105";
}

.panel-group .panel-heading {
    padding: 15px 18px 10px 26px;
}

.survey-list-item .panel-title a {
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.survey-list-item .panel-title .daily-count {
    float: right;
    width: 30%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.warning-container {
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}


.survey-progress {
    top: 40px;
    position: relative;
    height: 36px;
}

    .survey-progress .background {
        height: 1px;
        background-color: #e6e6e6;
        position: absolute;
        width: 100%;
    }

    .survey-progress .foreground {
        height: 1px;
        background-color: #10cfbd;
        position: absolute;
    }

    .survey-progress .knob {
        width: 36px;
        height: 36px;
        color: #111;
        background-color: #fff;
        border: 2px solid #10cfbd;
        border-radius: 18px;
        position: absolute;
        text-align: center;
        font-size: 10px;
        top: -18px;
    }

        .survey-progress .knob span {
            line-height: 32px;
        }









.m-cols, .m-rows {
    float: left;
}

.m-cols {
    width: 35%;
}

.m-rows {
    width: 65%;
}

.m-cols {
    padding-left: 10px;
}

.m-rows {
    padding-right: 10px;
}


.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;
}

.other-answer {
    background-color: #ffffff;
    background-image: none;
    font-family: Arial, sans-serif;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 9px 12px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 83%;
    float: right;
    margin-top: -5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
}



.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;
}


.form-group-default, .form-control {
        border: 1px solid rgba(0, 0, 0, 0.5) ;
}

.radio label:before, .checkbox label:before {
        border: 1px solid #636363;
}