body {
    background: #ECEFF1;
    color: rgba(0,0,0,0.87);
    font-family: "Raleway","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.red {
    color: #d64541;
}

.green {
    color: #43a49e;
}

.btn.btn-circle {
    width: 32px;
    height: 32px;
    padding: 6px 7px;
    margin: 5px;
    border-radius: 16px;
    color: #737373;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    border: none;
}

.btn.btn-icon-only {
    border-radius: 16px;
    text-align: center;
    /* border-color: #fff; */
    padding: 3px 6px;
}

    .btn.btn-icon-only:hover {
        background: #43a49e;
    }

    .btn.btn-icon-only i {
        margin-right: 0;
    }

    .btn.btn-icon-only:hover i {
        background: #43a49e;
        color: #ffffff !important;
    }

    .btn.btn-icon-only.green {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #43a49e;
    }

        .btn.btn-icon-only.green:hover {
            background-color: #43a49e;
            border-color: #43a49e;
            color: #ffffff;
        }

.btn.green {
    color: #ffffff;
    background-color: #43a49e;
    border-color: #388883;
}

    .btn.green:hover {
        background-color: #327a76;
        border-color: #235653;
    }

    .btn.green:active {
        background-color: #275e5b;
        border-color: #1b4240;
        color: #ffffff;
    }

.badge.green {
    color: #ffffff;
    /* font-weight: 600; */
    background-color: #43a49e;
}

.badge.red {
    color: #ffffff;
    /* font-weight: 600; */
    background-color: #d64541;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu .disabled {
    color: #d3d3d3;
    cursor: not-allowed;
}

    .dropdown-menu .disabled:hover {
        background-color: #fff;
        color: #d3d3d3;
    }

.login-container, .howto-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #ECEFF1;
    overflow: hidden;
    /* z-index: 9900; */
}

header {
    background: #FFFFFF;
    width: 100%;
    height: 71px;
    line-height: 71px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5dce0;
}

.titleContainer {
    position: absolute;
    top: 0;
    max-width: 600px;
    white-space: nowrap;
    height: 71px;
}

.logo {
    height: 80%;
    vertical-align: middle;
    margin-left: 24px;
}

.title {
    margin-left: 24px;
    font-size: 18px;
}

#subTitle {
    font-size: 18px;
}

.menuContainer {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
}

/*.form-group .help-block {
    display: none;
}

.form-group .has-error .help-block {
    display: block;
}*/

.nav-list {
    height: 100%;
    float: right;
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

    .nav-list .nav-item {
        position: relative;
        display: block;
        float: left;
        font-size: 14px;
    }

        .nav-list .nav-item.nav-item-active a {
            font-weight: 600;
            color: #235653;
        }

        .nav-list .nav-item a {
            font-weight: 500;
            cursor: pointer;
            line-height: 71px;
            white-space: nowrap;
            display: block;
            padding-left: 16px;
            padding-right: 16px;
            color: #737373;
            text-decoration: none;
        }

            .nav-list .nav-item a:hover {
                color: #235653;
            }

        .nav-list .nav-item .nav-user {
            font-size: 24px;
            /*color: #235653;*/
            padding-right: 24px;
        }


.admin-dropdown {
    position: absolute;
    top: 71px;
    right: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: arial;
    font-size: 10pt;
    line-height: 1.42;
    text-align: left;
    background-color: #fff;
    border: none;
    z-index: 9000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 24px -4px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 24px -4px rgba(0,0,0,.5);
    box-shadow: 0 4px 24px -4px rgba(0,0,0,.5);
}

    .admin-dropdown .admin-dropdown-items {
        display: block;
        box-sizing: border-box;
        padding: 0;
        margin: 0 0 4px;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
    }

        .admin-dropdown .admin-dropdown-items .admin-dropdown-header {
            padding: 4px 16px;
            border-bottom: 1px solid #ccc;
            background-color: #f9f9f9;
        }

            .admin-dropdown .admin-dropdown-items .admin-dropdown-header span {
                color: #737373;
                display: block;
                padding: 2px 0;
                cursor: default;
            }

        .admin-dropdown .admin-dropdown-items li {
            list-style: none;
            color: #222;
            margin: 0;
        }

            .admin-dropdown .admin-dropdown-items li:not(.admin-dropdown-header) span {
                position: relative;
                display: block;
                padding: 9px 16px 7px 32px;
                font-size: 13px;
                line-height: 16px;
                color: #222;
                white-space: normal;
                text-decoration: none;
                cursor: pointer;
            }

                .admin-dropdown .admin-dropdown-items li:not(.admin-dropdown-header) span:hover {
                    color: #fff;
                    background: #235653;
                }

            .admin-dropdown .admin-dropdown-items li.admin-dropdown-divider {
                background: none;
                border-top: 1px solid #e8e8e8;
                margin: 4px 0;
                padding: 0;
            }

main {
    margin-top: -115px;
    margin-bottom: 0px;
    padding: 115px 40px 66px;
    width: 100%;
    min-width: 1000px;
    height: 100vh;
}

    main.oir {
        margin-top: -195px;
        padding-top: 195px;
    }

.header-container {
    padding: 32px 40px 0px;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -5px;
    text-align: center;
}

    footer p {
        text-align: center;
        color: #737373;
        font-size: 13px;
    }

.toolbar {
    margin-bottom: 40px;
}

.page-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 16px;
}

.main-container {
    padding-right: 5px;
}

.survey {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    height: 112px;
    margin: 0 0px 16px;
    background: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(34,34,34,.1);
    -webkit-transition: top 0.5s ease, opacity 0.5s ease-in-out;
    -moz-transition: top 0.5s ease, opacity 0.5s ease-in-out;
    -o-transition: top 0.5s ease, opacity 0.5s ease-in-out;
    transition: top 0.5s ease, opacity 0.5s ease-in-out;
}

.survey-widgets {
    /*background: #eeeeee;*/
    width: 680px;
    float: right;
    height: 100%;
    display: table;
    vertical-align: middle;
    -webkit-transition: width .2s ease,padding-right .2s ease;
    -moz-transition: width .2s ease,padding-right .2s ease;
    -o-transition: width .2s ease,padding-right .2s ease;
    transition: width .2s ease,padding-right .2s ease;
}

    .survey-widgets table {
        height: 100%;
    }

    .survey-widgets .survey-menu {
        vertical-align: top;
        width: 40px;
    }

    .survey-widgets .survey-widget {
        /*background: #dddddd;*/
        border: 5px solid #ffffff;
        border-bottom: 0px;
        border-top: 0px;
        width: 160px;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        color: #737373;
        cursor: pointer;
    }

        .survey-widgets .survey-widget:hover {
            background: #f2f2f2;
        }

        .survey-widgets .survey-widget label {
            cursor: pointer;
            font-size: 24px;
            color: rgba(0,0,0,0.87);
            height: 50px;
            line-height: 50px;
        }

        .survey-widgets .survey-widget .survey-dashboard {
            color: #d3d3d3;
        }

            .survey-widgets .survey-widget .survey-dashboard.active {
                color: #235653;
            }

.data-container {
    margin-top: -181px;
    /* margin-bottom: 2.2rem; */
    padding: 301px 0px 0px 0px;
    /* padding-top: 100px; */
    /* width: 100%; */
    height: 100vh;
    /* overflow-y: scroll; */
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.oir .data-container {
    margin-top: -261px;
    padding-top: 381px;
}

.data-spacer {
    /* height: 16px; */
    background-color: #ECEFF1;
}

.data-box {
    /* -webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08); */
    /* box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08); */
    /* background-color: #fff; */
    height: 100%;
    /* padding-top: 30px; */
    /* margin-top: 16px; */
    /* overflow-y: scroll; */
    /* min-width: 920px; */
    /* margin-right: -22px; */
}

.data-controls {
    border-bottom: 1px solid #ebedf2;
    justify-content: space-between;
    padding: 0 17px;
    height: 5.1rem;
    position: fixed;
    right: 63px;
    left: 40px;
    background: #fff;
    /* width: 100%; */
}

.data-title {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 5.1rem;
    width: 66.66666667%;
    float: left;
}

.data-subTitle {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    /* font-size: 1rem; */
    font-weight: 300;
}

.data-tools {
    float: left;
    text-align: right;
    line-height: 5.1rem;
    position: relative;
    min-height: 1px;
    width: 33.33333333%;
}

.data-table {
    color: #575962;
    /* background-color: #fff; */
    /* padding: 2.2rem 2.2rem; */
    /* padding-top: 51px; */
    /* width: 100%; */
    overflow-y: scroll;
    /* overflow-x: hidden; */
    /* margin-top: -165px; */
    /* padding-top: 200px; */
    /* padding-top: 400px; */
    height: 100%;
    /* margin-top: 76px; */
    padding-right: 5px;
}

.modal .data-table::-webkit-scrollbar-thumb {
    /*border-color: #fff !important;*/
    border: 6px solid #fff;
}

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body p {
    margin-left: 20px;
}


.autocomplete {
    width: 100%;
    position: relative;
    display: inline-block;
}

/*input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}*/
.af_list {
    z-index: 1060 !important;
    width: 568px;
    margin-top: 0px;
    border: 1px solid #d4d4d4;
    /*border-bottom: none;*/
    border-top: none;
    z-index: 99;
    background-color: #fff;
}

.af_item {
    display: block;
    padding: 10px;
    margin-left: -40px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    .af_item.af_hover {
        background-color: #e9e9e9;
    }

.af_footer a {
    text-decoration: none !important;
}


.autocomplete-items {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -8px;
    height: 300px;
    overflow-y: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        border-top: none;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/*#dataTable tbody {
    display:block;
    overflow-y: scroll;
    overflow-x: hidden;
}

#dataTable tbody td, #dataTable th {
    width: 10%;
}
*/
/*#dataTable th {
    position: absolute;
}


#headRow1 th {
margin-top:-76px;
}*/
#dataTable tr:first-child td:first-child, #headerTable tr:nth-child(2) th:first-child {
    width: 50px;
}

#dataTable tr:first-child td:nth-child(3), #headerTable tr:nth-child(2) th:nth-child(3) {
    width: 200px;
}
/*#headRow1 th {
    margin-top: -38px;
}*/
table td, table th {
    text-align: center;
}

.data-body {
    height: 100%;
    /* min-width: 920px; */
}

.data-header-warp {
    /* padding-right: 18px; */
    position: absolute;
    left: 40px;
    right: 63px;
    margin-top: 51px;
    background-color: #fff;
    /* min-width: 920px; */
    /* padding-right: 17px; */
    /* padding-top: 51px; */
}

.table-warp {
    height: 100%;
    padding-top: 126px;
    /* padding-right: 6px; */
    /* overflow-y: scroll; */
}

.table {
    margin-bottom: 0;
}

.table-striped > tbody > tr {
    background-color: #fff;
}

.btn i {
    margin-right: 5px;
}

.link-hidden {
    color: #737373;
    /* width:100%; */
    /* height:100%; */
}

    .link-hidden:hover {
        text-decoration: none;
    }

    .link-hidden:active {
        text-decoration: none;
    }

.survey-title {
    position: absolute;
    width: calc(100% - 680px);
    padding: 36px 0px 0px 24px;
    height: 112px;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    color: #737373;
}

    .survey-title label {
        font-size: 18px;
        line-height: 24px;
        color: rgba(0,0,0,0.87);
        /* height: 50px; */
        /* line-height: 50px; */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
    }

        .survey-title label:hover {
            text-decoration: underline;
        }

    .survey-title .survey-date, .survey-title .survey-create {
        margin-top: 0px;
    }

.surveyTemplate {
    display: none;
}

.user-warp {
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.well {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .well .num {
        -moz-user-select: all;
        user-select: all;
        font-size: 30px;
        padding-left: 10px;
        /* padding-top: 10px; */
        line-height: 10px;
        /* margin: -5px 0 -20px; */
        position: relative;
        top: 3px;
    }

    .well .btn {
        position: relative;
        top: -7px;
    }

.howto {
    display: none;
    transition: background 0.3s;
}


@media (max-width: 1205px) {
    .survey-title {
        position: absolute;
        width: calc(100% - 520px);
    }

    .survey-widgets {
        width: 520px;
    }
}


::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 18px;
    width: 13px;
    display: block;
    background-repeat: repeat;
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('../img/arrow-up-transparent.png');
    background-position: center;
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url('../img/arrow-down-transparent.png');
    background-position: center;
}

::-webkit-scrollbar-button:vertical:decrement:hover {
    background-image: url('../img/arrow-up-active-transparent.png');
}

::-webkit-scrollbar-button:vertical:increment:hover {
    background-image: url('../img/arrow-down-active-transparent.png');
}

/* Track */
::-webkit-scrollbar-track {
    background-color: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    border-radius: 15px;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.0001);
    border: 6px solid #ECEFF1;
    width: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #98a3a6;
    }

.modal::-webkit-scrollbar-track {
    background-color: #ECEFF1;
}

.modal::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('../img/arrow-up.png');
    background-position: 0px 0px;
    border: none;
}

.modal::-webkit-scrollbar-button:vertical:increment {
    background-image: url('../img/arrow-down.png');
    background-position: 0px 1px;
}

.modal::-webkit-scrollbar-button:vertical:decrement:hover {
    background-image: url('../img/arrow-up-active.png');
}

.modal::-webkit-scrollbar-button:vertical:increment:hover {
    background-image: url('../img/arrow-down-active.png');
}
