@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    margin:0;
    padding:0;
    background:#F5F5F5;
}

.nav ul li {
    list-style-type:none;
    display:inline;
    }

.nav ul li a {
    list-style-type:none;
    display:inline;
    padding:17px;
    background:darkgray;
}

.nav ul li a:hover {
    background:#e6e6e6;
    color:#000;
}

ul.srxLogout li {
    float:right;
}

.content-header{
    display: inline-flex !important;
    overflow: hidden;
    width: 100%
}
a.srx_rt {
    margin-top: 10px;
}
.combine {
    float: left;
    display: inherit;
    margin-left: 3%;
    width: 100%;
}
.banner_area{
    float: right;
    /*width: 970px;*/
    width:100%;
    height: 90px;
}
.banner_area img{
    max-width:100%;
}
.combine h1 {
    display: inline;
    text-align: center;
    font-weight: bold;
}

.nav ul li a {
    text-decoration:none;
    color:#FFF;
}

.srxClear {
    margin-top: 2px;
    background: #3C8DBC;
    font-size: 14px;
    color:#FFF;
    /*height: 40px;*/

}

.grid {
    width:95%;
    margin:0 auto;
}

.option {
    width: 100%;
    padding: 9px 0px 2px 23px;
    border-bottom: 1px solid #CCC;
}

ul.srxOptionCheckbox li {
    list-style-type: none;
    display: inline;
}

ul.srxOptionCheckbox {
    padding: 0px;
}

ul.srxScrub li label {
    width: 100%;
}

ul.srxScrub li {
    list-style-type: none;
}

ul.srxScrub {
    padding: 0px;
}

.srxTex {
    height:58vh !important;
    overflow-y:scroll;
}

.srxTextarea {
    resize:none;
}

.srxChekbox {
    height:500px;
    width:26%;
    float:left;
}

.srxButton {
    height: auto;
    margin-left: 20px;
    width: 200px;
    float: left;
    margin-top: 510px;
}

.srxOrde1, 
.srxOrde2, 
.srxOrde3, 
.srxOrde4 {
    width: 52%;
}

input.scrubButton {
    padding: 7px;
    width: 70px;
    background: #3C8DBC;
    border: none;
    color: #FFF;
    font-size: 15px;
    margin-top:10px;
}
.csvButton {
    padding: 7px;
    width: 105px;
    background: #3C8DBC;
    border: none;
    color: #FFF;
    font-size: 14px;
    margin-top:10px;
}

textarea {
   resize: none;
}

.add {
    width: 100%;
    margin-top: 6px;
}

.srxOrde1, 
.srxOrde2, 
.srxOrde3, 
.srxOrde4{
    width: 31px;
    margin-top: 6px;
    margin-right: 5%;
}
.checkbox_container {
    margin-top: 5px;
    display: inline-block;
    /*float: right;*/
}
.select_add {

}


.sort_clear {
    height: 20px;
    width: 100%;
    float: left;
    margin: 12px 0px 0px 10px;
}

input.combinebutton {
    /*height: 40px;*/
    background: #3C8DBC;
    border: none;
    color: #fff;
    font-size: 15px;
    margin-top:2px;
    margin-right: 1px;
}

input.wrapButton {
    padding: 7px;
    width: 75px;
    background: #3C8DBC;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-top:8px;
}


.srxTextfiled {
    margin-bottom:0px;
}

/*.heading-result {
    margin-top: 10px;
    display: list-item;
    list-style: none;
}
.heading-result::before {
  content: "• ";
  color: white; 
}*/

.result-output {
    
    max-height: 420px;
    height: 100%;
    overflow-y:scroll;
    height: 420px;
}

.register_form {
    display: none;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background:none;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    background: #3C8DBC;
}

.new-register-user,
.change-password-form {
    margin: 0 auto;
    width: 45%;
}

.srxOptionCheckbox li {
    float: left;
    display: block;
    width: 100%;
}

.srxOptionCheckbox li:last-child {
    margin-top: 15px;
}

.header-btn-sty {
    background-color: transparent !important;
    border: 0 !important;
    color: #8aa4af !important;
    font-size: 15px !important;
    cursor: pointer !important;
}
.header-btn-sty:hover {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
    cursor: pointer !important;
}

/* url to html style */

.online-tools p {
    font-size: 20px;
    color: #1f1e1e;
    display: inline-block;
    float: left;
    width: 100%;
}

.online-tools h2 {
    font-weight: 700 !important;
}
.full_width,
.oldText,
.newCode {
    width: 100% !important;
}

.btn_orange {
    background-color: #e86032;
    border: 1px solid #a43915;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    margin-top: 5px;
}
.combo_text {
    background-color: #e86032;
    border: 1px solid #a43915;
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    
}
.combo_text_p {
    display: inline-block;
}
.combo_text_p .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.clearText {
    margin: 5px 5px 0px 5px;
}
.combo_text_p:hover .tooltiptext {
    visibility: visible;
}

.convertURL:hover,
.clearText:hover {
    background-color: #ae370f !important;
}
.combo_text:hover {
    background-color: #ae370f !important;
}

.copyClip:hover {
    background-color: #5d9de4;
}

.copyClip {
    color: #fff;
    cursor: pointer;
    background-color: #3c8dbc !important;
    border: 1px solid #2a5381 !important;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 6px 20px;
    font-size: 15px !important;
}
#copyClip {
    /*margin-top: 5px;*/
}
.url_csv {
    color: #fff;
    cursor: pointer;
    background-color: #3C8DBC !important;
    border: 1px solid #3C8DBC !important;
    border-radius: 2px;
    /*letter-spacing: 1px;*/
    padding: 6px 20px;
    font-size: 15px !important;
}

.online-tools p textarea {
    font-size: 14px !important;
}

#lTarget {
    font-size: 18px !important;
}
.srx_clear_field ,.srx_clear_div {
    font-size: 18px;
    float: right;
    color: #3c8dbc;
    font-weight: bold;
    cursor: pointer;
    margin-top: -24px;
}
.srx_clear_without_trans {
    font-size: 18px;
    float: right;
    color: #3c8dbc;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0px;
}
.spin_text_div{
    margin-bottom: 10px;
}
/*-------------*/
.srx_tooltip {
    position: relative;
    display: inline-block;
}

.srx_tooltip .srx_tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 13px !important;
    margin-left: -110px;
    position: absolute;
    margin-top: -10px;
}

.srx_tooltip:hover .srx_tooltiptext {
    visibility: visible;
}
/*tool tip text for buttons*/
.srx_tooltip_buttons {
    position: relative;
}
.srx_tooltip_buttons .srx_tooltiptext-buttons {
    visibility: hidden;
    width: 110px;
    height: 22px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    font-size: 13px !important;
    font-weight: unset !important;
    position: absolute;
    z-index: 1;
    margin-left: -24px;
    cursor: pointer;
    margin-top: -6px;
}
.srx_tooltip_buttons:hover .srx_tooltiptext-buttons {
    visibility: visible;
}
/*-------------*/
.srx_pro_feature,
.srx_copytext {
    background: #3C8DBC;
    padding: 7px 5px;
    border: none;
    border-radius: 2px;
    /*margin-top: -3px;*/
    color: #fff;
}
.srx_copy_combine {
    margin-top: 2px;
}
.srx_translate_btn {
    margin: 5px 0 0 5px !important;
}
.srx_pro_feature:hover{
    background-color: #286090;
    color: #fff;
}
.srx_copytext:hover{
    background-color: #286090;
    color: #fff;
}
.srx_translate_btn:hover {   
    background-color: #f4f4f4;
    color: #000;
}

.character-word-sty textarea,
.spintex-sty form
.spell-checker-sty form {
    margin-top: 35px !important;
}

.character-word-sty #result,
.spintex-sty #result,
.spell-checker-sty {
    margin-bottom: 35px !important;
    padding-top: 35px !important;
}

.spintex-sty label,
.spintex-sty label,
.spell-checker-sty label {
    font-size: 18px !important;
}

.spintex-sty label,
.spintex-sty textarea,
.textarea input,
.spell-checker-sty textarea {
    display: block;
    clear: both;
    margin-bottom: 10px !important;
}

.spell-checker-sty textarea {
    width: 100%;
}

.lsiModal-sty,
.topTitleModal-sty {
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(236, 240, 245, 0.75);
    padding: 12px 5px 12px 15px !important;
    border-left: 3px solid transparent !important;
}

.lsiModal-sty:hover,

.topTitleModal-sty:hover {
    background-color: #222d32;
    border: none;
    /*color: #ffffff;*/
    outline: none;
    border-left: 3px solid #3c8dbc !important;
}
/*.lsiModal-sty:hover span,
.topTitleModal-sty:hover span {
    display: none !important;
}*/
.srx_popup{
    /*margin-right: 16px;*/
}


.lsiModal-sty span,
.topTitleModal-sty span {
    padding: 12px 16px 12px 30px;
    color: #ffffff;
}
#lsi_append,
#title_append {
    margin-top: 10px;
}
#append {
    margin-left: 5px;
}
#rearrange {
    margin: 5px 0px 30px 0px;
}
#clear-combination,
#rearange_csv {
    /*margin-top: 5px;*/
}
.translate_fields {
    display: inline-block;
    float: left;
}
#source_language {
    margin: 5px 0px;
    width: 120px;
}
#target_language {
    width: 120px;
}
.translate_btn_div {
    display: inline-block;
}
.srx-adds-edit {
    margin-bottom: 3px;
    padding: 6px 19px;
}
.srx_form_control {
    width: 50%;
}
.trans_btn_pop {
    margin-top: -3px;
}
.spin_append_div{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.rearrange_bts {
    float: left;
    width: 100%;
    display: block;
}
.spell-checker-sty .heading-result {
    float: none;
}
.spell-checker-sty .btn_orange {
    margin-top: 0px !important;
    margin-right: 5px !important;
}

/*------ start video popup style------*/
.srx_iframe_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    text-align: center;
}

.srx_iframe_popup span {
    color: red;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    margin-left: 5px;
}

.srx_iframe_popup img {
    width: 50px;
    text-align: center;
    margin: 0 auto;
}
.iframe iframe,
.srx_iframe_popup iframe {
    height: 100% !important;
    width: 70% !important;
}
.srx_timeline-body {
    padding: 0px !important;
    height: 580px !important;
}
.srx_iframe_li {
    height: 100%;
    margin: 50px;
}
.srx_row,
.timeline,
.srx_iframe_contant {
    height: 90%;
    padding-bottom: 0px !important;
}
.timeline:before {
    width: 0px !important;
}
.help {
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.lsi-hover {
    color: #ecf0f5 !important;
}
.topTitleModal-sty:hover .top-10,
.lsiModal-sty:hover .lsi-hover{
    display: inline;
}
/*------end video popup style------*/
.admin_topmenu {
    padding-top: 20px;
    margin-left: 5%;
}
.admin_topmenu_pro {
    margin-left: 13%;
}
.admin_topmenu_pro_packeg {
    margin-left: 5%;
}
.srx_label {
    display: inherit;
}
.srx_usermessage_selectbox {
    padding: 20px 0px;
}
.reason_support_selectbox {
    margin-right: 20px;
}
#all_user_table thead tr th:first-child,
#all_user_table tbody tr td:first-child,
#all_user_table tfoot tr th:first-child {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .checkbox_container{
        float: none;
    }
    .btn-default {
        font-size: 11px !important;
    }
    .btn {

    }
    .srx_pro_feature,
    .srx_copytext {
        font-size: 12px;
        padding: 7px 5px;
    }
    .srx_translate_btn {
        font-size: 11px;
        padding: 12px 5px
    }
    input.scrubButton {
        width: 55px;
    }
    .csvButton {
        width: 80px;
    }
    input.wrapButton {
        width: 65px;
    }
    .topTitleBtn {
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 992px) {
    .checkbox_container{
        /*float: right;*/
    }
    .content-header {
        display: flex;
        flex-wrap: wrap-reverse;
    }


    .btn-default {
        font-size: 14px !important;
    }
    .srx_pro_feature,
    .srx_copytext {
        font-size: 15px;
        padding: 6px 5px;
    }
    .srx_translate_btn {
        font-size: 15px;
        padding: 10px 5px;
    }
    .input.combinebutton {
        margin-top: 0px !important;
    }
    #rearrange-input,
    #result-comb {
        width: 100%;
    }
    .btn {

    }
     .csvButton {
        width: 95px;
    }
}
@media only screen and (max-width: 768px) {
    .checkbox_container{
        /*float: right;*/
    }
    
    .content-header h1 {
        font-size: 26px;
        margin-top: 10px;
    }
    a.srx_rt {
        margin-right: 2px;
    }
    .add {
        margin-top: 25px;
    }
    .convertURL,
    .clearText,
    .combo_text {
        font-size: 15px;
    }
    .combo_text {
        margin-top: 5px;
    }
    .copyClip,
    .url_csv {
        font-size: 17px !important;
    }
    #download_spuntext,
    #spinBtn,
    #load_key_as_spin {
	   margin-bottom: 2px;
    }

}
@media only screen and (max-width: 480px) {
    .checkbox_container{
        /*float: right;*/
    }
    .add {
        margin-top: 25px;
    }
    .btn-default {
        width: 100%;
        margin-left: 0px !important;
    }
    .srx_pro_feature,
    .srx_copytext {
        width: 100%;
    }
    .srx_translate_btn {
        width: 100%;
    }
    input.scrubButton {
        width: 100%;
    }
    input.wrapButton {
        width: 100%;
    }
    #download_CSV {
        font-size: 15px !important;
    }
    #copyClip {
        font-size: 15px !important;
        margin-bottom: 5px;
    }
    .convertURL {
        font-size: 15px !important;
    }
    .clearText {
        font-size: 15px !important;
    }
    .combo_text {
        font-size: 15px !important;
    }
    .copyClip {
        padding: 9px 5px;
    }
    .url_csv {
        padding: 9px 5px;
    }
    .btn-full {
        width: 100%;
        margin-top: 5px;
        margin-left: 0px !important;
    }
    .releventBtn {
        width: 100%;
    }
    .lsi_margen {
        margin: 5px 0px 5px 0px !important;
    }
    .csvButton {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 360px) {
    .checkbox_container{
        float: none;
    }
    .add {
        margin-top: 25px;
    }
     #download_CSV {
        width: 100%;
        font-size: 15px !important;
        margin: 2px 0px;
    }
    #download_text{
        width: 100%;
        font-size: 18px !important;
        margin: 2px 0px;
    }
    #download_HTML {
        width: 100%;
        font-size: 18px !important;
        margin: 5px 0px;
    }
    #copyClip {
        width: 100%;
        font-size: 18px !important;
        margin-bottom: 0px;
    }
    .convertURL {
        width: 100%;
        font-size: 16px !important;
    }
    .clearText {
        width: 100%;
        font-size: 18px !important;
        margin: 5px 0px;
    }
    .combo_text {
        width: 100% !important;
        font-size: 18px !important; 
    }
    .online-tools p {
    font-size: 15px;
    }
    .spinCopyClip {
        width: 100%;
        font-size: 18px;
    }
    #download_spuntext,
    #spinBtn,
    #load_key_as_spin,
    #spinCopyClip {
        width: 100%;
        font-size: 18px;
    }
    .btn-full {
        width: 100%;
    }
    .copyClip {
        padding: 9px 10px;
    }
    .combo_text_p,
    .releventBtn {
        width: 100%;
    }
    .combo_text {
        margin-top: 0px;
    }
    .srx_pro_feature,
    .srx_copytext {
        margin-top: 0px;
    }
    .srx_translate_btn {
        margin-top: 5px;
    }
    #rearrange,
    #clear-combination {
        width: 100%;
    }
    .topTitleBtn {
        width: 100%;
    }
    #rearange_csv {
        width: 100%;
        margin: 5px 0px;
    }
    .get_ck_text {
        width: 100%;
    }
    .btn-danger {
        margin-top: 5px;
    }
}

.loeader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    text-align: center;
}

.loeader span {
    display: flex;
    align-items: center;
    height: 100%;
}

.loeader img {
    width: 50px;
    text-align: center;
    margin: 0 auto;
}

.wrapper {
    min-height: auto !important;
}
.translation_feild{
    width: 90px !important;
}
.trans_btn{
    margin-top: -4px;
}
                    /*Dashboard */

#link 
{
    text-decoration: none;
}
.box
{
    border-radius: 0px;
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}
.box_footer
{
    font-family: 'Poppins', sans-serif;
    background-color: white;
    color: black;
    font-weight: 400;
    text-align: center;
    padding: 18px 12px;
    font-size: 16px;
    border: 1px solid  #ff9800;
    border-radius: 4px;
}
.box_footer:hover
{
    background-color: #ff9800;
    color: white;
    animation: bounce 1s;
}
@media screen and (min-width: 580px) and (max-width: 768px){
    .grid_box
    {
        width: 50%;
        float: left;
    }
}

.user-panel-pwd-set div {
    padding: 15px;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
}
.user-panel-pwd-set {
    max-width: 360px;
    margin: 0 auto;
}
.user-panel-pwd-set div.fa-warning {
    background: #dd4b39;
}
.user-panel-pwd-set div.fa-success {
    background: #00a65a;
}
