@font-face {
    font-family: 'ifbt-icons';
    src:  url('font/ifbt-icons.eot?rz9h9h');
    src:  url('font/ifbt-icons.eot?rz9h9h#iefix') format('embedded-opentype'),
        url('font/ifbt-icons.ttf?rz9h9h') format('truetype'),
        url('font/ifbt-icons.woff?rz9h9h') format('woff'),
        url('font/ifbt-icons.svg?rz9h9h#ifbt-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ifbt-"],
[class*=" ifbt-"],
.btn_circle,
.matrix_table .radio,
.matrix_table .checkbox,
.time_btn i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ifbt-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ifbt-arr-sbr:before { content: "\e90c"; }
.ifbt-arr-sbl:before { content: "\e908"; }
.ifbt-arr-scr:before { content: "\e901"; }
.ifbt-arr-scl:before { content: "\e900"; }

.ifbt-arr-lcu:before { content: "\e90d"; }
.ifbt-arr-lcr:before { content: "\e909"; }
.ifbt-arr-lcd:before { content: "\e906"; }
.ifbt-arr-lcl:before { content: "\e903"; }

.ifbt-arr-lbu:before { content: "\e902"; }
.ifbt-arr-lbr:before { content: "\e90b"; }
.ifbt-arr-lbd:before { content: "\e90f"; }
.ifbt-arr-lbl:before { content: "\e905"; }

.ifbt-arr-liu:before { content: "\e918"; }
.ifbt-arr-lir:before { content: "\e917"; }
.ifbt-arr-lid:before { content: "\e916"; }
.ifbt-arr-lil:before { content: "\e915"; }

.ifbt-box-empty:before { content: "\e910"; }
.ifbt-box-checked:before { content: "\e911"; }
.ifbt-circle-empty:before { content: "\e92b"; }
.ifbt-circle-checked:before { content: "\e92a"; }

.ifbt-checkmark:before { content: "\e912"; }
.ifbt-close:before { content: "\e913"; }
.ifbt-nologo:before { content: "\e91f"; }
.ifbt-gallery_edit:before { content: "\e964"; }
.ifbt-mail:before { content: "\e91e"; }
.ifbt-repeat:before { content: "\e92c"; }

.ifbt-home:before { content: "\e914"; }
.ifbt-home-i:before { content: "\e919"; }
.ifbt-person:before { content: "\e926"; }
.ifbt-person-i:before { content: "\e91a"; }
.ifbt-print:before { content: "\e928"; }
.ifbt-print-i:before { content: "\e91b"; }
.ifbt-save:before { content: "\e92d"; }
.ifbt-save-i:before { content: "\e91c"; }
.ifbt-useradd:before { content: "\e92e"; }
.ifbt-useradd-i:before { content: "\e91d"; }

h2{ font-size: 20px; }

textarea { resize: vertical; }
.header{
    height: 120px;
    line-height: 120px;
}
.header h1 {line-height:120px;}

.customers-logo-wrapper {float:left;}

.language-selector-inline{
    width: auto;
    float:right;
    text-align: left;
    margin-bottom: 15px;
}

.language-selector-inline .current_language{
    border: 1px solid #e8edee;
    border-radius: 3px;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-top: 39px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.language-selector-inline .current_language .flag{
    margin-left: 22px;
}

.language-selector-inline .current_language .text{
    padding: 0 22px 0 11px;
}

.language-selector-inline .current_language .arrow{
    float: right;
    margin-right: 20px;
    margin-top: 17px;
    width: 15px;
    height: 9px;
    background: url('../img/sprite.png?6') no-repeat -375px -50px;
}

.language-selector-inline .current_language ul{
    visibility: hidden;
    position: relative;
    overflow: hidden;

    z-index: 100;
    display:block;
    list-style: none;
    margin:0;
    padding:0;
    height:1px;
    width:100%;
}

.language-selector-inline .current_language.active{
    overflow: visible;
}
.language-selector-inline .current_language.active ul{
    visibility: visible;
    position:relative;
    overflow: visible;
    top: 0;
    left: 0;
    display:block;
    list-style: none;
    margin:0;
    padding:0;
    height:auto;
    width:100%;
    background: #4c4c4c;
    border-radius: 3px;
}
.language-selector-inline ul li{ line-height: 40px; white-space: nowrap; }
.language-selector-inline ul li a{ color:#fff; }
.language-selector-inline ul li a .lang-flag{ margin-left: 22px; }
.language-selector-inline ul li a span{ padding: 0 11px; }
.language-selector-inline ul li a:hover{ text-decoration: underline; }

.close_button{
    float:right;
    margin:39px 15px 0;
    text-transform: uppercase;
    color:#4c4c4c;
    display: block;
    border: 1px solid #e8edee;
    border-radius: 3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.close_button:hover{
    border-color:#AC0022;
}

h1{
    color:#000;
    font-size: 22px;
    line-height: 29px;
    margin:0;
}

.spacer50{
    width:100%;
    height:50px;
    display:block;
    float:left;
}

.spacer100{
    width:100%;
    height:25px;
    display:block;
    float:left;
}

.spacer150{
    width:100%;
    height:100px;
    display:block;
    float:left;
}

.left > .row-fluid {
    border-right: 1px solid #ededed;
    padding-right: 10px;
}

.span6.right{
    position: relative;
}

.time_btn {
    font-size: 16px;
    color:#4c4c4c;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 40px 30px 100px;
    display: block;
    margin: 20px 30px;
    outline: none;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    width: 280px;
    position: relative;
    background-color: #FAFAFA;
    transition: border-color 300ms;
}
.time_btn i {
    position: absolute;
    width: 44px;
    height: 40px;
    display: block;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    color: #aab3b6;
    background: url('../img/sprite.png?6') no-repeat 1000px 1000px;
    transition: color 300ms;
}

.time_btn i:before { content: "\e92c"; }

.time_btn span {
    color:#4c4c4c;
    font-weight: normal;
}

.time_btn:hover {
    color:#000;
    border-color: #AC0022;
}
.time_btn:hover i { color: #b00c2d; }
.time_btn:hover span { color:#010101; }
.time_btn.expired span{ color: #ac0022; }

.time_btn.completed:hover span{
    color:#4c4c4c;
    font-weight: normal;
}

.qusetions_header{
    line-height: 29px;
}

.qusetions_progress{
    color: #aab3b6;
    position: relative;
    text-align: right;
}

.row-fluid .progress_wrapper{
    border: 1px solid #bbb;
    border-radius: 0;
    min-height: 0;
    margin-top: 9px;
    position: relative;
}

.progress_filler{
    position:relative;
    height:12px;
    border-radius:0;
    background:#5fcf33;
    transition: width 500ms;
    width: 0;
}

.btn_circle{
    border: 0 none;
    display: block;
    float: left;
    height: 58px;
    margin: 0;
    padding: 0;
    width: 58px;
    outline: none;
    background: url('../img/sprite.png?6') no-repeat 1000px 1000px;
}
.btn_circle:before {
    color: #aeb6b9;
    font-size: 58px;
    transition: color 300ms, font-size 300ms;
}
.btn_circle:hover:before { color: #AC0022; }

/* .btn_circle.people{ background-position: -1px -402px; }
.btn_circle.people:hover{ background-position: -101px -402px; } */

.btn_circle.home:before { content: "\e914"; }
.btn_circle.next:before { content: "\e917"; color: #AC0022; }
.btn_circle.back:before { content: "\e903"; } /* \e915 */
.btn_circle.print:before { content: "\e928"; }
.btn_circle.person:before { content: "\e92e"; }
.btn_circle.save:before { content: "\e92d"; }
.btn_circle.people:before { content: "\e926"; }

.row-fluid [class*="span"].btn_self_assessment_wrapper {
    float:right;
    margin-right: 2.127659574468085%;
}
.btn_self_assessment {
    display: block;
    border: solid 1px #aab3b6;
    float: right;
    padding: 10px 20px;
    color: #4c4c4c;
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    margin-top:8px;
}
.btn_self_assessment:hover {
    color: #AC0022;
    border-color:#AC0022;
}


.matrix_wrapper {
    max-width: 90%;
    margin:0 auto;
}
.matrix_wrapper.alignment-limited {
    min-width: 0;
    max-width: 980px;
}
.matrix_table table{
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* global table rules */
.matrix_table thead tr th {
    vertical-align: bottom;
    overflow: hidden;
    zoom: 1;
}

.matrix_table thead tr th,
.matrix_table tfoot tr th,
.matrix_table tbody tr td {
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: solid 10px #fff;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: normal;
    height: auto;
}
.matrix_table tbody tr td.side_left,
.matrix_table tbody tr td.side_right {
    text-align: center;
}
.matrix_table thead tr .alert-error,
.matrix_table tfoot tr .alert-error,
.matrix_table tbody tr .alert-error {
    /*border-left: solid 10px red !important;*/
    /*border-right: solid 10px red !important;*/
    background: #eed3d7 !important;
}
.matrix_table tbody tr td.questionText {
    border-top: solid 1px #e8edee;
    border-bottom: solid 1px #e8edee;
}

.matrix_table thead tr th:first-child,
.matrix_table tfoot tr th:first-child,
.matrix_table tbody tr td:first-child {
    border-left: 0 none;
}
.matrix_table thead tr th.light,
.matrix_table tbody tr td.light {
    color:#000;
}
.matrix_table thead tr th.dark,
.matrix_table tbody tr td.dark {
    color:#fff;
}
.matrix_table thead tr th.one_side_th{ min-width:178px; vertical-align: middle; }
.matrix_table thead tr th.two_side_th{ vertical-align: middle; min-width:200px; }
.matrix_table tbody tr td.drop_down,
.matrix_table tbody tr td.radio_button,
.matrix_table tbody tr td.radio_vertical,
.matrix_table tbody tr td.check_box{ padding:0; text-align: center; }
.matrix_table thead tr th.text_answer{ width:178px; }
.matrix_table tbody tr td.text_answer div{ width:178px; display: inline-block; }
.matrix_table tbody tr td.text_answer input{ width:162px; height:20px; border: 0 none; line-height: 20px; margin:0; padding: 0 8px; border-radius: 0; }

.matrix_table thead tr th.alignment-fallback {
    padding-left:2px;
    padding-right:2px;
}
.alignment-vertical .matrix_table .option_header.drop_down div,
.alignment-vertical .matrix_table .option_header.check_box div,
.alignment-vertical .matrix_table .option_header.radio_button div,
.alignment-vertical .matrix_table .option_header.radio_vertical div {
    width: 0px;
    overflow: visible;
    margin-left: -5px;
    margin-top: -10px;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.alignment-vertical .matrix_table .option_header.drop_down div.alignment-header,
.alignment-vertical .matrix_table .option_header.check_box div.alignment-header,
.alignment-vertical .matrix_table .option_header.radio_button div.alignment-header,
.alignment-vertical .matrix_table .option_header.radio_vertical div.alignment-header {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.alignment-vertical .matrix_table .table thead tr th.check_box,
.alignment-vertical .matrix_table .table thead tr th.radio_button,
.alignment-vertical .matrix_table .table thead tr th.drop_down,
.alignment-vertical .matrix_table .table thead tr th.radio_vertical,
.alignment-vertical .matrix_table .table tbody tr td.radio_button,
.alignment-vertical .matrix_table .table tbody tr td.check_box,
.alignment-vertical .matrix_table .table tbody tr td.drop_down,
.alignment-vertical .matrix_table .table tbody tr td.radio_vertical {
    width:8px; white-space: nowrap; min-width:8px;
}

.alignment-horizontal .matrix_table .table thead tr th {
    text-align:center;
    vertical-align: bottom;
}
.alignment-fixed-columns .matrix_table .table th.option_header {
    width:25%;
    vertical-align: bottom;
}
.alignment-fixed-columns.columns-4 .matrix_table .table th.option_header {
    width: 16.5%;
}
.alignment-fixed-columns.columns-3 .matrix_table .table th.option_header {
    width: 22%;
}
.alignment-fixed-columns.columns-2 .matrix_table .table th.option_header {
    width: 33%;
}

.two_side_th table {
    width: 100%;
}
.two_side_th td {
    width: 50%;
}
.matrix_table .two_side_th tbody tr td  {
    padding: 0;
}
.two_side_th i.icon {
    display: inline-block;
    width: 50px;
    height: 0; padding-top: 40px; overflow: hidden;
    background: url('../img/sprite.png?6') no-repeat 1000px 1000px;
}
.two_side_th .two_side_left {
    text-align: left;
}
.two_side_th .two_side_left i.icon {
    background-position: -200px -450px;
}
.two_side_th .two_side_right {
    text-align: right;
}
.two_side_th .two_side_right i.icon {
    background-position: -275px -450px;
}

.matrix_table .radio,
.matrix_table .checkbox {
    cursor: pointer;
    display: inline-block;
    padding-left: 0;
    position: relative;
    float: none;
    margin: 6px 0 0 0;
    font-size: 34px;
    color: #4c4c4c;
    width: auto;
    height: auto;
    float: none;
    padding: 0;
    background: none;
}
.matrix_table .radio:before,
.matrix_table .checkbox:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    background: #fff;
}
.matrix_table .radio:before {
    border-radius: 100%;
}
.matrix_table .radio:after,
.matrix_table .checkbox:after {
    position: relative;
    z-index: 2;
}

.matrix_table .checkbox.unchecked:after { content: "\e910"; }
.matrix_table .checkbox.checked:after { content: "\e911"; }
.matrix_table .radio.unchecked:after { content: "\e92b"; }
.matrix_table .radio.checked:after { content: "\e92a"; }

.matrix_table input[type="radio"]{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    z-index: -1;
    margin-left: 0;
    opacity: 0;
}

.radio_vertical_label {
    overflow: hidden;
    padding-top: 6px;
}
.radio_vertical_label .radio {
    float: left;
    margin-right: 6px;
    margin-top:0;
    background-color: #E8EDEE;
    border-radius: 10px;
}

.matrix_table .radio.noactive, .matrix_table .checkbox.noactive {
    cursor: default;
}
.matrix_table .mobile-enabled .two_side_th,
.matrix_table .mobile-disabled .mobile-only,
.matrix_table .mobile-enabled .preview-alt,
.matrix_table .mobile-enabled thead,
.matrix_table .mobile-enabled tfoot {
    display: none;
}

.matrix_table .mobile-enabled .option-wrapper {
    margin: 0;
}
.matrix_table .mobile-enabled .drop_down_wrapper {
    padding: 0 6px;
}
.matrix_table .mobile-enabled .option-wrapper h4 {
    margin-top: 0;
}

.matrix_table .mobile-enabled [class*="qa-"] {
    display: block;
    margin-right: 10px;
    padding: 0 0 0 6px;
    width: auto !important;
    color: #000 !important;
    border-left: 0;
    margin-left: 10px;
    order: 20;
    position: relative;
}
.matrix_table .mobile-enabled [class*="qa-"] label.mobile-only {
    padding: 4px 6px;
    margin-left: 6px;
    background-color: #eee;
    white-space: normal;
}
.matrix_table .mobile-enabled tbody > tr:nth-of-type(2n) [class*="qa-"] label.mobile-only {
    background-color: #e0e0e0;
}

.matrix_table .mobile-enabled [class*="qa-"].side_left,
.matrix_table .mobile-enabled [class*="qa-"].side_right {
    display: flex;
    align-items: center;
}
.matrix_table .mobile-enabled [class*="qa-"].text_answer {
    flex-direction: column;
    padding-left: 0;
    align-items: normal;
}

.matrix_table .mobile-enabled .drop_down_wrapper select {
    margin: 0;
    width: 100%;
}

.matrix_table .mobile-enabled tbody tr td.text_answer div {
    width: auto;
    display: block;
}

.matrix_table .mobile-enabled tbody tr td.text_answer input {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.matrix_table .mobile-enabled .questionText {
    display: block;
    font-weight: bold;
    border-left: 0;
    order: 1;
    border-bottom: solid 1px #bbb;
    padding: 14px 7px;
    margin: 0 7px 14px;
}
.matrix_table .mobile-enabled .option-wrapper h4 {
    margin-bottom: 0;
    color: #4c4c4c;
    font-size: 12px;
}
.matrix_table .mobile-enabled .qa-label.side_left {
    order: 4;
}
.matrix_table .mobile-enabled .side_left {
    order: 5;
}
.matrix_table .mobile-enabled .qa-label.side_right {
    order: 9;
}
.matrix_table .mobile-enabled .side_right {
    order: 10
}

.matrix_table .mobile-enabled [class*="qa-"] .mobile-only {
    flex: 1;
    padding-left: 10px;
    margin-bottom: 0;
}
.matrix_table .mobile-enabled tbody > tr {
    display: block;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #eee
}

.matrix_table .mobile-enabled tbody > tr td {
    text-align: left !important;
}

.matrix_table .mobile-enabled .radio,
.matrix_table .mobile-enabled .checkbox {
    margin-top: 0;
}

.matrix_table .mobile-enabled tbody > tr:nth-of-type(2n) {
    background: #e0e0e0;
}

.matrix_table .drop_down_wrapper select {
    width: auto;
    margin: 2px 8px;
}
.matrix_table .option-wrapper {
    margin: 10px -14px;
    padding: 0px 14px;
}
.matrix_table .option-wrapper.alert-error {
    padding: 1px 14px;
}

.matrix_table .option_footer {
    text-align: center;
}
.matrix_table .option-validation {
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    width: 22px;
    height: 22px;
    margin: 0 -7px -7px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}

.alignment-fixed-columns .matrix_table .drop_down_wrapper select {
    width: 80%;
}

.alert-wrapper {
    white-space: normal;
}

.drag-and-drop .dd-preselect {
    margin: 0 -4px 60px;
}
/*.drag-and-drop.large .dd-unused,
.drag-and-drop.large .drag_center {
    display: none
}*/
.drag-and-drop .dd-preselect span {
    display: inline-block;
    padding: 4px 8px;
    background: #ededed;
    color: #000;
    margin: 4px;
    cursor: pointer;
}

.drag-and-drop .dd-preselect span.active {
    opacity: 1;
    background: #4c4c4c;
    color: #ededed;
}
.drag-and-drop ul {
    list-style: none;
    margin:0;
    padding:0;
    display:block;
    float:left;
    width:100%;
    border: dashed 2px #ededed;
    min-height:191px;
}
.drag-and-drop li {
    margin: 10px 0;
    padding: 15px 22px 15px 12px;
    display:block;
    font-size:12px;
    line-height: 15px;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
}
.drag-and-drop li .handle {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 4px;
    height: 14px;
    margin-top: -7px;
    background: url('../img/sprite.png?6') no-repeat -350px -50px;
}

.drag-and-drop li:first-child {
    margin-top: 0;
}
.drag-and-drop li.light{ color:#000; }
.drag-and-drop li.dark{ color:#fff; }
.drag_center{
    min-height:191px;
    position: relative;
}
.drag_center i{
    display: block;
    position: absolute; left: 50%; top: 50%;
    width: 50px; height: 50px; margin: -25px 0 0 -25px;
    background: url('../img/sprite.png?6') no-repeat -350px 0;
}

.text_question p{
    font-size: 14px;
    color:#000;
}
.text_answer textarea {
    border: solid 10px #e0e0e0;
    border-radius: 0;
    height:140px;
    resize: none;
    margin: 0;
    padding: 9px;
}
.text_answer .maxlength {
    float: right;
    margin-top: -28px;
    margin-right: 3px;
    background-color: #E0E0E0;
    color: #808080;
    padding: 6px 10px;
    position: relative;
    z-index: 10;
    font-size: 12px;
    line-height: 12px;
}
.text_answer.error .maxlength {
    background-color: #b94a48;
    color: #F2DEDE;
}
.questionText textarea,
.questionText input[type="text"]{
    margin: 10px 0;
}
.questionText select,
.questionText textarea,
.questionText input[type="text"]{
    display: block;
    width: 100%;
}
.questionText select[multiple] {
    padding-top:18px;
    padding-bottom:18px;
}
.questionText h3 {
    margin-bottom: -6px;
}
.questionText h4 {
    font-size: 1.25em;
    font-weight: normal;
    color: #ccc;
}
.questionText.alert-error h4,
.questionText .alert-error h4 {
    color: #b94a48;
}

.span6.left .row-fluid{
    min-height: 100%;
}


.mitaka_save,
.mitaka_save[disabled] {
    font-size: 14px;
    color:#ac0022;
    text-decoration: none;
    border: solid 1px #ac0022;
    background: none;
    text-shadow: none;
}

#project-add-rater{
    padding-top: 0;
}
#project-add-rater textarea,
#project-add-rater label,
#project-add-rater button{
    font-size: 13px;
}
#project-add-rater .span4 .btn {
    margin-left: 10px;
    margin-top: 10px;
}
#project-add-rater .raters-search {
    opacity: 0.2;
}
#project-add-rater button#menu-main-btn {
    margin:0;
}

::-webkit-input-placeholder {
   color: #bfbfbf;
}
:-moz-placeholder { /* Firefox 18- */
   color: #bfbfbf;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #bfbfbf;
}
:-ms-input-placeholder {
   color: #bfbfbf;
}

.select2-container.select2-container-disabled .select2-choice{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #eeeeee;
    cursor: not-allowed;
}
.select2-container.select2-container-disabled .select2-choice div {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    cursor: not-allowed;
    background-image: none;
    background-color: #eeeeee;
    border-left: 0 none;
}

.raters-grid table td{
    height:67px;
    font-size: 13px;
}
.raters-grid table td .email a,
.raters-grid table td .name a {
    color:#80807f;
    text-decoration: none;
}
.raters-grid table td .name a {
    color:#000;
}
.raters-grid table td .email a:hover,
.raters-grid table td .name a:hover {
    text-decoration: underline;
}
.relation_heading{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.relation_heading small{
    color:#80807f;
    font-weight: normal;
}
a.right{
    float:right;
    max-width: 50%;
    margin-bottom: 25px;
}
.relation_heading .left{
    cursor: pointer;
}
.relation_heading .arrow{
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 12px;
    width: 10px;
    background: url('../img/sprite.png?6') no-repeat 1000px 1000px;
}
.relation_heading .arrow.opened{
    background-position: -251px -600px;
}
.relation_heading .arrow.closed{
    background-position: -200px -600px;
}
.relation_header {
    overflow: hidden;
    padding-bottom:12px;
}
.relation_header .btn-danger {
    float: right;
}
.raters_grid_row.closed{
    display:none;
}
.relation_row {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-left:20px;
}
#project-add-rater .span4 .btn.disabled{
    background:#ccc;
    border-color: #aaa;
    text-shadow:0 0 3px #666;
    box-shadow: 0 0 30px 0 #aaa inset;
}
.relation_row td a.btn {
    text-decoration: none;
}

.fixed_menu {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.5);
    border-top: solid 1px #ddd;
    left: 0;
    opacity: 0.95;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index:200;
    bottom: 0;
    -webkit-transition: bottom 400ms; /* Safari */
    transition: bottom 400ms;
}
.fixed_menu:hover{
    opacity: 1;
}
.fixed_menu .wrapper_olny {
    max-width: 980px;
    width: 100%;
}
.fixed_menu_push {
    height: 80px;
}

.alert{
    margin-bottom: 8px;
    position: relative;
    font-size:14px;
}

.alert:last-child{
    margin-bottom: 20px;
}

.two_side_right p, .two_side_left p{
    margin:0;
    padding:0;
}

.alert .close{
    position: absolute;
    right:11px;
    top:7px;
}

.btn-danger,
.mitaka_save {
    padding: 5px 25px;
}

.thank_you_print_button{
    text-decoration: none;
}
.thank_you_print_button i:before { content: "\e91b"; }
.time_btn.back_button i:before { content: "\e915"; }

.time_btn.completed i{
    background-position: -193px -495px;
}
.thank_you_print_button.save i:before { content: "\e91c"; }
.matrix_table .preview-alt {display: block; height: 20px; line-height: 30px; margin-bottom: -20px;}

.matrix_table .tooltip.top {margin-bottom:5px;}
.tooltip.in {opacity:1;}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #bbb;}
.tooltip.top .tooltip-arrow {border-top-color: #bbb;}
.tooltip.left .tooltip-arrow {border-left-color: #bbb;}
.tooltip.right .tooltip-arrow {border-right-color: #bbb;}
.tooltip-inner {background-color: #FAFAFA; border: solid 2px #bbb; color:#000000;}

.session-timeout {
    height: 2px;
    background: #ccc;
    position: absolute;
    top:0;
    right: 0%;
    left: 100%;
    overflow: visible;
    text-align: right;
}
.session-timeout {
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.session-timeout.session-timeout-success {
    background-color: #5fcf33;;
}
.session-timeout.session-timeout-warning {
    background-color: #FAA732;
}
.session-timeout.session-timeout-error {
    background-color: #DD514C;;
}
.session-timeout-message {
    position: absolute;
    top:0;
    right: 0;
    left:0;
    display: block;
    padding: 5px 10px;
    text-align: right;
    min-width:260px;
    font-size: 12px;
    color: #ccc;
}

.phone-only { display: none !important; }
.row-buttons span,
.row-buttons input {
    display: none;
}
.row-buttons ul { margin: 0 0 0 -10px; }

@media screen and (max-width: 800px){
    .phone-only {
      display: block !important;
    }
    .time_btn {
        width: auto;
    }
    .span6.left,
    .span6.right {
        float: none;
        width: auto;
        height: auto !important;
        min-height: 0 !important;
        margin-left: 0;
    }
    .outer {
        position: relative;
    }
    .close_button,
    .language-selector-inline .current_language {
        margin-top:15px;
    }

    .matrix_wrapper { min-width: 0; }
}

@media screen and (max-width: 500px) {
    .header {height: auto;}
    .row-fluid [class*="span"] {
        float:none;
        margin-left: 0;
        display:block;
        width:auto;
    }
    .left > .row-fluid {
        border-right: none;
        padding-right: 0;
    }

    .fixed_menu .menu-left {
        position: absolute;
        bottom: 18px;
        left: 10px;
        width: 31px;
        padding: 10px 6px;
    }
    .fixed_menu .menu-left input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 46px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }
    .fixed_menu .menu-left > span {
        display: block;
        height: 4px;
        margin: 4px 0;
        position: relative;

        background: #afb7b9;
        border-radius: 3px;

        z-index: 1;

        transform-origin: 4px 0px;

        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }
    .fixed_menu .menu-left > span:first-child { transform-origin: 0% 0%; }
    .fixed_menu .menu-left > span:nth-last-child(2) { transform-origin: 0% 100%; }

    .fixed_menu .menu-left input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
    }

    .fixed_menu .menu-left input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    .fixed_menu .menu-left input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    .fixed_menu .menu-left ul {
        display: flex;
        flex-direction: column-reverse;
        position: absolute;
        left: 10px;
        bottom: 66px;
        background: #fff;
        padding: 6px 12px 0;
        width: calc(100vw - 46px);
        transform: translateX(-100vw);
        transition: transform 400ms;
        box-shadow: 0 10px 40px rgba(0,0,0,.5);

    }
    .fixed_menu .menu-left input:checked ~ ul {
        transform: translateX(0);
    }
    .fixed_menu .row-fluid .menu-left ul li {
        float: none;
        margin: 6px 0 0 0;
        max-width: none;
        max-height: none;
    }
    .fixed_menu .menu-left button.btn_circle {
        display: flex;
        align-items: center;
        float: none;
        width: auto;
        height: auto;
    }
    .fixed_menu button span {
        display: block;
        padding-left: 10px;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #b2b9bc;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .fixed_menu button:hover span {
        color: #ac0022;
    }

    .inner {padding:0;}

    .time_btn { margin: 20px 0; padding: 5px 10px; }
    .time_btn i {display: none;}

    #project-add-rater .btn {
        display: block;
        width: 100%;
        margin-bottom:10px;
    }
    #project-add-rater .span4 .btn {
        margin-left:0;
    }
    .relation_row {
        padding-left:0;
    }
    .row-fluid textarea.span12 {
        display:block;
        width:100%;
    }
    .row-fluid [class*="span"].btn_self_assessment_wrapper {
        width:100%;
        margin-right: 0;
    }
    .btn_self_assessment {
        float: none;
        margin-top:20px
    }
    .drag-and-drop.row-fluid .span3 {
        float:left;
        width: 40%;
    }
    .drag-and-drop.row-fluid .span2 {
        display:none;
    }
    .drag-and-drop.row-fluid .drag_center {
        float:left;
        width: 20%;
        display:block;
    }
}
