.tools-search-result {
    display: none;
}

.switch-icon .retro-reaction-condition-title{
    cursor: pointer;
    display: flex;
}
.switch-icon .collapsed .igc-hide {
    display: inline;
}
.switch-icon .collapsed .igc-expand {
    display: none;
}

.switch-icon .igc-hide {
    display: none;
}
.switch-icon .igc-expand {
    display: inline;
}

.igc-hide {
    width: 6px;
}

.igc-hide:hover{
    cursor: pointer;
}
.igc-expand {
    width: 11px;
}
.igc-expand:hover{
    cursor: pointer;
}

.igc-item-title-left {
    flex: 1;
}
.igc-item-title-right {
    width: 10px;
}

.show-network {
    height: 600px;
    /*background-color: #f3f8f8;*/
    box-shadow: 0 0 5px #ddd;
}

.tools-toolbar {
    position: absolute;
    margin-top: -600px;
    right: 20px;
}

.tools-router-header {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: bold;
}
.tools-router-title {
    border-bottom: 1px solid #00aa00;
    display: inline-block;
    padding: 6px 10px;
}

.tools-router-toggle {
    display: none;
}

.tools-no-left {
    margin-left: 0;
}

.tools-no-left .rrpi-attrs-title {
    margin-left: 0;
}
.border-v-center {
    border: 0;
}
.border-v-center td{
    vertical-align: middle;
    border: 0;
}

.tools-small-desc {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.tools-retro-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tools-search-component {
    display: flex;
    max-width: 700px;
    margin: auto auto 30px;
}
.tools-search-inputs-inner {
    flex: 1;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 20px;
}
.search-input-draw {
    border-radius: 20px;
    padding: 6px 12px;
    background-color: #f9fbfc;
    color: #d79569;
}

.tools-search-inputs-input {
    border: 0;
    flex: 1;
    display: flex;
}

.tools-search-form {
    margin: 8px 15px;
    border-radius: 20px;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
}

.tools-search-form-action{
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.tools-expands-actions {
    margin-top: 50px;
}

.tools-form-gray{
    background-color: #f9fbfc;
    color: #4160f2;
}
.tools-form-gray:hover{
    background-color: #f0f5f8;
}


.tools-search-inputs-input .tools-search-form-input {
    border: 0;
    padding: 4px 12px;
    margin: 8px 15px;
    height: auto;
    flex: 1;
}

.tools-search-inputs-input .tools-search-form-input:active{
    border: 0;
}

.tools-search-inputs-input .tools-search-form-input:focus{
    border: 0;
}

.tools-search-form-lg {
    margin: 0 15px;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 15px;
}

.tools-search-form-lg:hover{
    box-shadow: 0 0 5px #4261f2;
}

.tools-loading {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000026;
}

.sk-fading-circle {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 45%;
    position: absolute;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

.tools-icon {
    font-size: 25px;
    cursor: pointer;
    display: inline-block;
}
.tools-right-img {
    text-align: center;
    margin-bottom: 30px;
}
.tools-right-img img{
    min-width: 350px;
}

.tools-right-product-outcome {
    margin-top: 200px;
}

.tools-right-product-outcome table td{
    padding: 0;
}

.tools-draw-ketcher {
    display: none;
}
.modal-footer{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

.tools-search-body {
    min-height: 600px;
}

.tools-search-configure {
    text-align: center;
    margin-bottom: 20px;
}

.tools-search-form-nohover {
    cursor: auto;
}

.tools-search-white {
    background-color: #fff;
    color: #050B20;
    border: 1px solid #ddd;
}


.tools-configure-header-add-strategy{
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.tools-configure-inner {
    padding: 10px;
}

.tools-panel-heading {
    display: flex;
}

.tools-panel-remove {
    width: 30px;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}
.tools-panel-title {
    flex: 1;
}

.tools-search-configure button{
    margin-bottom: 10px;
}

.tools-icon-red {
    color: #00aa00;
}

.tools-inquiry-inner {
    padding: 30px;
}


@media (min-width: 480px) and (max-width: 767px) {
    .tools-retro-title {
        font-size: 28px;
    }
    .tools-search-component {
        min-width: 450px;
    }
}
@media (max-width: 479px) {
    .tools-retro-title {
        font-size: 25px;
    }
    .tools-search-form {
        margin: 4px 8px;
        padding: 4px 10px;
        font-size: 14px;
    }
    .tools-search-component {
        min-width: 300px;
    }
    .tools-search-input-draw {
        display: none;
    }
    .tools-search-inputs-input .tools-search-form-input {
        padding: 2px 4px;
        margin: 4px 8px;
    }
}
