@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Teko:300,400');
.left_col {
    background-color: #2A3F54;
}

.teko {
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    margin-left: 10px;
    font-size: 48px;
    line-height: 24px;
}

body {
    font-size: 12px;
}

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* override gentella ---> */
.page-title h3,
.page-title .title_left h3 {
    margin: 0;
    font-size: 20px;
}

span.tag {
    color: #5A738E !important;
    background-color: #ffffff !important;
    border: 1px #5A738E solid;
    border-radius: 12px;
}

.top_nav .navbar-left {
    display: inline-block;
    margin: 0;
}

.top_nav .navbar-right {
    width: auto;
}

.navbar-brand, .navbar-nav > li > a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 24px; }

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px 5px; }
/* <--- override gentella */


.none-active-window {
    width: 0 !important;
    height: 0 !important;
    border: none !important;
}

#login_logo {
    height : 60px;
}

.login_separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 2px;
}

#top_logo {
    margin-top: 4px;
    margin-left: 10px;
    height : 26px;
    max-height: 26px;
    max-width: 108px;
}

.login_wrapper div h1:first-of-type {
    text-align: center;
}

div.table {
    position: relative;
}

.pointerset {
    cursor: pointer;
}

.screenshot {
    width : 100%;
}

div.table .even {
    background-color: #f9f9f9;
}

/*Tableスクロールリストの選択状態*/
.trselected {
    background-color: #1ABB9C!important;
    color: white!important;
}

/*Tableスクロールリストのエラー状態*/
.trerror {
    background-color: rgb(255, 200, 200);
}

.trwarn {
    background-color: rgb(255, 215, 200);
}

/** side-menu 無し */
.no-side {
    background: #F7F7F7;
}

footer.no-side {
    background: #FFFFFF;
    margin: 0px;
}
/** /side-menu 無し */

/** li search-result */
ul.search-result,
ul.search-result-dialog {
    padding-left: 0px;
}

ul.search-result>li {
    border-bottom: 2px solid #E6E9ED;
    list-style: none;
}

ul.search-result>li:hover {
    background-color: #e7f3e7;
}

ul.search-result-dialog>li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #E6E9ED;
    list-style: none;
}

ul.search-result>li h3 {
    font-size: 20px;
    font-weight: bold;
}

ul.search-result li.active {
    background: #1ABB9C;
    color: #fff;
}

ul.search-result>li h3 a,
ul.search-result-dialog>li h3 a {
    font-weight: bold;
}

ul.search-result>li div.test-attributes>span,
ul.search-result-dialog>li>div.test-attributes>span {
    margin-right: 20px;
}

ul.search-result>li div.media-attributes,
ul.search-result-dialog>li>div.media-attributes {
    position: absolute;
    bottom: 4px;
}

ul.search-result>li div.media-attributes i,
ul.search-result>li div.media-attributes span {
    cursor: pointer;
}

ul.search-result>li img.img-thumbnail {
    margin: 10px 5px 5px 5px;
    background-color:#E0E0E0;
}
/** /li search-result */

/** page operation decoration */
i.user {
    color : #26b99a;
}

i.converter {
    color : #0366d6;
}

/** word-break */
.word-break-all {
    word-break: break-all;
}
.white-space-nomal {
    white-space: normal;
}

.project-name {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 4px;
}

/** flat flow */
div.flow {
    position : relative;
}

div.steps,
div.switch-window-frame-steps {
    overflow:auto;
}

div.flow>.step {
}

div.step .step-row,
div.switch-window-frame-step .switch-window-frame-step-row {
    display : flex;
    flex-wrap : nowrap;
}

.frame-step-row {
    justify-content: center;
}

div.step-row .step-cell,
div.switch-window-frame-step-row .switch-window-frame-step-cell {
    min-height: 100px;
    width: 100px;
    min-width: 100px;
    word-break: break-all;
    padding : 15px 5px;
}

div.switch-window-frame-step-row .frame-step-cell {
    min-height: 200px;
    width: 200px;
    min-width: 200px;
}

div.open-step-row .step-cell {
    min-height: 50px !important;
}

div.step-row:first-child .step-cell,
div.switch-window-frame-step-row:first-child .step-cell {
    margin-top : 0px;
}

div.step .step-cell>.page-name,
div.switch-window-frame-step .switch-window-frame-step-cell>.page-name {
    font-weight: bold;
}

div.step .step-cell>.container,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container {
    width: 90%;
    height: 100%;
    background-color: #eae1cf;
    color: white;
    border : 1px solid #000000;
    overflow : unset;
    position: relative;
}

.stepBoxPageName {
    white-space: nowrap;
    word-break: keep-all;
    padding: 3px;
    overflow: inherit;
    position: absolute;
    /*top: -20px;*/
    top: 0px;
    left: 0;
}
div.switch-window-frame-step .stepBoxPageName {
    top: -25px;
}

.stepBoxOpenName {
    white-space: nowrap;
    word-break: keep-all;
    padding: 3px;
    overflow: inherit;
    position: absolute;
    /*top: -20px;*/
    top: 10px;
    left: -23px;
}
div.switch-window-frame-step .stepBoxPageName {
    top: -23px;
}

.stepBoxOpenName > span,
.stepBoxPageName > span {
    padding: 2px;
    color: black;
    background-color: rgba(255,255,255, 0.7);
}

div.step .step-cell>.circle,
div.switch-window-frame-step .switch-window-frame-step-cell>.circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

div.step .step-cell>.container .frame {
    background-color: #eae1cf;
    outline : 1px solid #000000;
}
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .frame {
    outline : 1px solid #000000;
}

div.step .step-cell>.container .iframe,
div.step .step-cell>.container .iframes {
    font-size: smaller;
    width : 92%;
    height : 60%;
    position : relative;
    top: 35%;
    left: 5%;
    background-color: #eae1cf;
    outline : 1px dashed #000000;
}
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .iframe,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .iframes {
    font-size: smaller;
    width : 92%;
    height : 60%;
    position : relative;
    top: 35%;
    left: 5%;
    outline : 1px dashed #000000;
}

.expansion-description-button {
    cursor: pointer;
}

.list-folder::before {
    position: absolute;
    font-size: 25px;
    left: 5px;
    top: 0;
    color: #ffd042;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
}

.list-folder {
    position: relative;
    padding: 6px 6px 6px 45px;
}

.list-item::before {
    position: absolute;
    font-size: 25px;
    left: 5px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
}

.well {
    padding: 10px;
    margin-bottom: 10px;
}

.list-item {
    position: relative;
    padding: 6px 6px 6px 45px;
}

.item-title {
    top: 200px;
}

.item-path {
    margin-bottom: 0;
}

.current-path {
    font-size: 14px;
    margin-bottom: 0;
}

div.step .step-cell>.container .iframes::after,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .iframes::after {
    position: absolute;
    right:5px;
    bottom:0px;
    color: #73879C;
    /* content: 'x'attr(data-count); */
}

div.step .step-cell>.container.active-frame,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container.active-frame {
    background-color: #ABD7AB
}

div.step .step-cell>.container .active-frame.frame,
div.step .step-cell>.container .active-frame.iframe,
div.step .step-cell>.container .active-frame.iframes,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .active-frame.frame,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .active-frame.iframe,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .active-frame.iframes {
    background-color: #ABD7AB
}

div.step .step-cell .glyphicon-remove {
    font-size: 40px;
}

div.stepContainer {
    overflow: auto;
}

div.contents {
    padding: 5px;
    border-left:5px solid #ffffff;
}

div.contents .x_title {
    padding: 1px 5px;
    margin-bottom: 5px;
}

.step-operation-box {
    background-color: beige;
}

.test-operation-rows {
    margin-bottom: 0px;
}

.test-operation-inner-row {
    margin-left: 1em;
    margin-right: 1em;
}

.test-postoperation-option-rows {
    border: 1px dashed gray;
    padding: 0px 0;
    background-color: #F7EBEB;
}

.test-postoperation-option-inner-row {
    margin-left: 1em;
    margin-right: 1em;
}

.test-postoperation-option {
    margin-left: 1em;
    margin-right: 1em;
}

.test-postoperation-option-collapse {
    padding: 5px 0px;
}

.test-operation {
    margin-bottom: 5px;
}

.test-operation:last-child {
    margin-bottom: 0px;
}

.test-operation > .test-operation-inner-row:not(:first-child):not(:last-child) {
    margin-top: 5px;
}

div.contents-select {
    border-left:5px solid #ec971f;
}

div.animation-selected:not(.none-active-window) {
    animation : boxShadow 1s infinite;
}

div.contents .x_title .page-name {
    color: #ec971f;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

div.contents .x_title .step-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;;
}

@keyframes boxShadow {
    50% {
        box-shadow: 5px 5px #ec971f;
    }
}

/** switch window frame modal  **/
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container.switch-window-frame {
    background-color: #5497d7 !important;
}

div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .switch-window-frame.frame,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .switch-window-frame.iframe,
div.switch-window-frame-step .switch-window-frame-step-cell>.switch-window-frame-container .switch-window-frame.iframes {
    background-color: #5497d7 !important;
}




/** /flat flow */
/** TestCaseEdit use */
#test_content .operation-name {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    cursor: pointer;
}

#test_content .fixed-operation {
    background-color: #F7FDFF;
    padding : 5px 0px;
    border : 1px dashed gray;
}

.test-operation .panel-group {
    width: 100%;
    padding-left  : 20px;
    padding-right : 20px;
}
.test-operation .panel-group .panel-body .row {
    margin-bottom : 10px;
}

.operation-add>.row:hover {
    background-color: #e7f3e7;
}


#operationAddDialog .operation-row,
#stepCopyDialog .operation-row,
#commandAddDialog .operation-row,
#scriptAddDialog .operation-row,
#pageTemplateAddDialog .operation-row{
    border-bottom: 1px dashed #c4c7cb;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

/** lib css update */
/** fattable css update */
div.table>.fattable-column-header-container {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1;
}

div.table .fattable-viewport>div {
    padding: 8px;
}

div.table>.fattable-body-container>.fattable-viewport>div {
    border-bottom: 1px solid rgba(52, 73, 94, 0.94)
}
/** /fattable css update */

/* modal css update */
.modal-header {
    background-color: #1ABB9C;
    color: white;
    border-radius: 5px 5px 0 0;
}

.modal-footer .mcancel {
    margin-top: 5px;
}
/* /modal css update */

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal-body-custom{
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    position: relative;
    padding: 15px;    
}

.checkbox-inline {
    margin-left: 10px;
}

/* bootstrap datetimepicker css update */
.bootstrap-datetimepicker-widget {
    box-shadow: 5px 5px 10px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    /*background-color: #1ABB9C;*/
    color: #777;
}

.bootstrap-datetimepicker-widget table tbody {
    /* background-color: #ECF0F1; */
}

.bootstrap-datetimepicker-widget {
    /* background-color: #ECF0F1; */
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child {
    /* background-color: #1ABB9C; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*color: white; */
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:nth-of-type(2) {
    /* background-color: #1ABB9C; */
    border-radius: 0;
    /* color: white; */
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:nth-of-type(3) {
    /* background-color: #1ABB9C; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* color: white; */
}

.bootstrap-datetimepicker-widget table thead tr:first-child {
    color: white;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child(:hover) {
    background-color: #777;
    /* color: white; */
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:nth-of-type(2):hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:nth-of-type(3):hover {
    /* background-color: #536A7F; */
    background-color: #1ABB9C;
    color: white;
}

.bootstrap-datetimepicker-widget table thead tr:nth-of-type(2) {
    background-color: #ECF0F1;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget table thead tr:nth-of-type(2) th {
    border-radius: 0;
}
/* /bootstrap datetimepicker css update */


.sort-operation {
    border: 1px dashed gray;
    padding: 5px 0;
    background-color: #F7FDFF;
}

.sort-assertion {
    border: 1px dashed gray;
    padding: 5px 0;
    background-color: #F7EBEB;
}

.flow-cy-col {
    height: calc(100vh - 240px);
    min-height: 460px;
    margin-left: 0;
}

.flow-search-result {
    height: calc(100vh - 400px);
    min-height:300px;
    position: relative;
    overflow-y: auto;
}

/* cytoscape */
#cy {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    padding-top: 0;
    z-index: 999;
}
/** cytoscape context-menu */
div#cymenu ul {
    line-height: 22px;
    list-style-type: none;
    border: solid 1px gray;
    padding: 0;
    margin: 0;
    width: 162px;
}
/* /cytoscape */

/** gentellera udpate */
.panel_toolbox {
    min-width: 30px;
}
/** /gentellera udpate */

/** affix update */
.affix {
    position : relative;
}
@media (min-width: 768px) {
    .affix {
        position : fixed;
        top : 0px;
    }
}
/** /affix update*/

/** jquery multi-select */
.ms-container {
    width: 100%;
}

.ms-container .search-input {
    margin-bottom: 5px;
}
/** /jquery multi-select */

/** bootstrap dropdown-menu update */
.dropdown-menu {
    min-width : 100%;
}
/** /bootstrap dropdown-menu update */

/** gentelera css update */
.btn span.caret {
    color : #FFFFFF;
}

.tag:after {
    /* 不要style上書き */
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    content: '';
}
/** /gentelera css update */

/** 以下ログ詳細css fattable移行後不要 */
#log_detail_div {
    overflow: auto;
    height: 375px;
    cursor: pointer;
}

#log_detail {
    white-space: nowrap;
}

#log_detail tbody {
    overflow: auto;
    height: 300px;
    cursor: pointer;
}

/*Tableスクロールセル幅調整*/
/* Log Detail Table Cell Width setting */
#log_header tbody tr td,
#log_header thead tr th,
#log_detail tbody tr td,
#log_detail thead tr th {
    table-layout: fixed;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
}

/* cytospcae.js-navigator override */
.cytoscape-navigator{
    position: absolute;
    border: 1px solid #000000;
    background: #ffffff;
    z-index: 99999;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    opacity: 0.7;
}

.loadcssdom { z-index: 123456; width:1px}

iframe.inspection {
    width : 100%;
    height : 100%;
    overflow: hidden;
    transform-origin: top left;
}

.inspection-panel {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 200px);
    overflow: auto;
}

.inspection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    background-color: rgba(0,0,0,0);
    z-index: 1000;
}

.inspection-selection-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    background-color: rgba(0,0,0,0);
    z-index: 900;
}

.inspector-rectangle {
    position: absolute;
    background-color: rgba(84, 151, 215, 0.2);
}

.hidden-add>.row:hover {
    background-color: rgb(231, 243, 231);
}


#hiddenItemDialog .hidden-row {
    border-bottom: 1px dashed #c4c7cb;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.inspector-selected {
    outline : 2px solid #0000FF;
}

.inspector-selecting {
    outline : 2px solid #FF0000;
}

@keyframes borderFlashing {
  0% {
    border-bottom: medium solid #da82da;
  }
  100% {
    border-bottom: medium solid transparent;
  }
}

.interruption-flashing {
    border-bottom: medium solid #da82da;
    animation: borderFlashing 1s ease infinite alternate;
}

.list-header {
    display: flex;
    justify-content:space-between;
    border-top: 2px solid #E6E9ED;
    border-bottom: 2px solid #E6E9ED;
}

.list-header>.path {
    display: flex;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.list-button {
    font-size: 14px;
}

.search-result-count {
    font-size: 14px;
}

#frameViewer {

    margin: 0 auto;
}

.list-actions{
    vertical-align: middle;
}

.list-actions a{
    display: flex;
}

.list-actions a span{
    margin: 0px 5px;
}

#testablish-dropzone .dz-default {
    display: none;
}

.user-projects {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.media-upload-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    padding: 10px 5px 0 5px;
}

.manual-file {
    height: 34px !important;
    width: auto !important;
    border: 1px solid #169F85 !important;
    border-radius: 5px;
    background: #26B99A !important;
    margin-top: 2px;
    min-width: 92px;
}

.manual-file-container {
    display: flex;
}

.manual-file-msg {
    margin: 9px !important;
    color: white !important;
    display: block !important;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.dz-preview {
    /* progress bar covers file name */
    display: none !important;
}

.extend-info-path {
    position: absolute;
    width: calc(100% - 20px);
    resize: none;
    z-index: 2;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.resizer {
    background-color: #ffffff;
    cursor: ew-resize;
    width: 5px;
}

.resizerBot {
    background-color: #ffffff;
    cursor: ns-resize;
    height: 5px;
}

.extend-info {
    background-image: url('../images/arrow-down.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat
}

.extend-info-input {
    width: 100%; 
    height: 34px; 
    border-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;

}

.extend-info-dfp {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.extend-info-dfp:hover {
    background-color: #e7f3e7;
}

.dock-side-width {
    min-width: 30%;
    max-width: 70%;
}

.icon-mode-dock {
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
}

.use-as-assertion {
    border-bottom: medium solid #da82da;
    animation: borderFlashing 1s ease infinite alternate;
    background-color: #F7EBEB;
}

.isDisabled {
    color: red;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}

.search-wrapper {
    cursor: not-allowed;
}
