html{
    overflow-x: hidden
}
.button-unlock_new{
    cursor:pointer;
    /*display: table;
    margin: 0 auto;*/
}
.div-button-start{
    display:none
}
.div-button-stop{
    display:none
}
.password_not_unlock{
    display:none !important
}
.change_task{
    display:none;
    position: absolute;
    top: 4px;
    right: -37px;
    cursor: pointer
}
.staff-number-field{
    position:relative;
    width: 100%;
    margin: 10px 0 0 0;
}
.change_task img{
    width:33px
}
.change_task_wrapper{
    box-sizing: border-box;
    display: none;
    width: 100%;
    /*height: 130px;*/
    min-height:130px;
    max-height: 62.8vh;
    border-radius: 0 0 4px 4px;
    position: absolute;
    z-index: 9999;
    top: 41px;
    left: 0;
    overflow: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    /* background: rgba(0,0,0,0.9) !important; */
    background: rgba(255,255,255,1) !important;
    color: black;
    padding: 8px;
    outline: none !important;
    color: #000;
    text-align: left;
}
/*@-moz-document url-prefix() {
    .change_task_wrapper{
        left: 1px; 
    }

}*/
.change_specific_task_wrapper{
    box-sizing:border-box;
    display:none;
    width: 299px;
    height: 130px;
    border-radius: 0 0 4px 4px;   
    position: absolute;
    z-index: 9999;
    top: 43px;
    left: 0;

    overflow: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background: #d7d9ce;
    color:black;
    padding: 8px;
    outline: none !important;
    color:#000;
    text-align: left
}
@-moz-document url-prefix() {
    .change_specific_task_wrapper{
       
        top:38px
    }

}
.data_option_wrapper .one_option{
    font-size: 13px;
    padding: 6px;
    color: #000;
    
    border-bottom: black 1px solid;
}

.change_specific_task_wrapper .one_option{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.change_specific_task_wrapper .one_option .one_option_task_text{
    width:30%;
    overflow-x: hidden;
    margin:0 10px 0 0;
    word-break: break-word;
}
.change_specific_task_wrapper .one_option .one_option_fields_wrapper{
    width:70%;
     display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;  
}
/*here*/
.change_specific_task_wrapper .one_option .one_option_fields_wrapper .one_option_fields_one_field{
   border-style:solid;
   border-width:0 1px 0 0;
   border-color:#464643;
   width: 26%;
   text-align: center;
   
    /*display: -webkit-flex !important;
    display: flex !important;

    -webkit-flex-direction: row;
    flex-direction: row;

    align-items: center;
    -webkit-align-items: center;

    align-content: flex-start;
    -webkit-align-content: flex-start;

    justify-content: center;
    -webkit-justify-content: center;*/
}
.change_specific_task_wrapper .one_option .one_option_fields_wrapper .one_option_fields_one_field:first-child{
    border-left:1px solid #464643
}
.change_specific_task_wrapper .one_option .one_option_fields_wrapper .one_option_fields_one_field:last-child{
    border-right-color:transparent
}
/*.change_task_wrapper .one_option::before{
    content : ">>";
    color:#fff;
    font-size: 16px;
    padding:3px 2px 3px 10px;
    margin-right:12px;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*display: inline-block;  height: 1em;  width: 1em; 
}*/
/*.change_task_wrapper .one_option:hover::before{
    background: transparent;
    color:#000;
    font-size: 16px;
    padding:3px 2px 3px 10px;
    margin-right:12px;
    /*margin-right:6px;*/
    /*content : "\f04b";
    content: ">>";
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*display: inline-block;  height: 1.5em;  width: 1.5em; 
}*/
.change_task_wrapper .data_option_wrapper .one_option:hover{ 
    /*:#d24627*/
}
.selected_option_active{
    color:green !important
}
.a-fa-square{
    text-decoration:none !important;
    /*border:#08b008 4px solid;*/
    border-radius:6px;
    margin-right:6px;
    display: inline-block;  
    height: 1.9em;  
    width: 1.2em; 
    text-align: center
}
.a-fa-square i{
    font-size: 25px;
    color:#e15536
}
.change_specific_task{
    display: none;
    position: absolute;
    top: 4px;
    right: -37px;
    cursor: pointer;
    
}
.change_specific_task img{
    width: 29.5px;
}
/*.select_user_group {
    /*width: calc(100% - 15px) !important;
    width: 93% !important;
    background: #22242f !important;
    margin: 0px auto 0 auto !important;
    color: #fff;
    height: 43px;
    display: block !important;
    border-color: transparent !important;
    padding: 0 !important;
}*/
.message-ok{
    /*border:1px solid #b9b0a7 !important;
    background: url(/templates/curiotimehome/img/home_alert.png) no-repeat 20px 11px #fff !important;
    color:#000 !important;*/
}
.mess_select{
    padding-left: 47px !important;

    word-break: break-word !important;
}
.change_task_wrapper .data_option_wrapper .one_option .task_trigger img{
    width:25px;
    cursor: pointer;
}
.change_task_wrapper .data_option_wrapper .one_option .toggle_subtasks_home img{
    width:20px;
    cursor: pointer;
}
.change_task_wrapper .data_option_wrapper .one_option{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    /*justify-content: space-between*/
    align-items: center;
    -webkit-align-items: center;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.change_task_wrapper .data_option_wrapper .one_option .task_text{
    width: 73%;
    margin: 0 0 0 1em;
    word-break: break-word
}
.subtask_list_home_wr{
    display:none;
    width:100%;  
    margin:5px 0 0 0
}
.change_task_wrapper .data_option_wrapper .one_option .subtask_list_home{
    display:table;
    margin:0 auto;
    width: 85%;
    word-break: break-word;
}
.subtask_list_home .one_subtask{
    border-bottom:1px solid #000;
    width: 100%;
    font-size:12px;
    padding:2px 0
}
.change_specific_task_wrapper .lock-layer{
    border: 1px solid transparent;
    width: 263px;
    height: 130px;
    position: absolute;
    background: rgba(255,255,255, 0.7);
    
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

/******************************/


.transition-loader {
    position: absolute;
    top: -12px;
    left: 0;
    height: 3px;
    width: 120px;
    padding: 7px 0;
    display:none
}

.transition-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 30px);
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}
.transition-loader-inner label {
    font-size: 0.2em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
}
.transition-loader-inner label:after {
    font-family: FontAwesome;
    content: '\f111';
}

.transition-loader-inner label:nth-child(1) {
    -webkit-animation: loader 3s 600ms infinite ease-in-out;
    animation: loader 3s 600ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(2) {
    -webkit-animation: loader 3s 500ms infinite ease-in-out;
    animation: loader 3s 500ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(3) {
    -webkit-animation: loader 3s 400ms infinite ease-in-out;
    animation: loader 3s 400ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(4) {
    -webkit-animation: loader 3s 300ms infinite ease-in-out;
    animation: loader 3s 300ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(5) {
    -webkit-animation: loader 3s 200ms infinite ease-in-out;
    animation: loader 3s 200ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(6) {
    -webkit-animation: loader 3s 100ms infinite ease-in-out;
    animation: loader 3s 100ms infinite ease-in-out;
}

@keyframes loader {
    0% {
        opacity: 0;
        transform: translateX(-100px) scale(1);
    }
    33% {
        opacity: 1;
        transform: translateX(0px) scale(2);
    }
    66% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(100px) scale(2);
    }
}
@-webkit-keyframes loader {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
}
.input_one_option{
    width: 36px !important;
    padding:3px !important;
    -webkit-padding-before: 0 !important;
    border-radius: 0px !important;
    color: #cf1c2f !important;
    font-size: 11px !important;
    border: 1px solid transparent !important;
    margin:0 !important;
    text-align:left;
    box-shadow:none !important
}
/**placeholders**/
.input_one_option::-webkit-input-placeholder{
    color: #cf1c2f;
    font-weight:bold
}
.input_one_option::-moz-placeholder{
    color: #cf1c2f;
    font-weight:bold
}
.input_one_option:-moz-placeholder{
    color: #cf1c2f;
    font-weight:bold
}
.input_one_option:-ms-input-placeholder{   
    color: #cf1c2f;
    font-weight:bold
}
/**end placeholders**/
.change_specific_task_wrapper .one_option .one_option_fields_wrapper .one_option_fields_one_field i{
    font-size:20px;
    cursor:pointer;
    color: #8c8e90
}
.change_specific_task_wrapper .data_option_wrapper .one_option .one_option_fields_wrapper .one_option_fields_one_field i.fa-play:hover{ 
    color:#42a087
}
.change_specific_task_wrapper .data_option_wrapper .one_option .one_option_fields_wrapper .one_option_fields_one_field i.fa-stop-circle:hover{ 
    color:#e15536
}
.option_green{
    -webkit-box-shadow: 0px 0px 12px 0px rgba(17,194,23,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(17,194,23,1);
    box-shadow: 0px 0px 12px 0px rgba(17,194,23,1);
}
.img_api_select_icon{
    width:25px;
    cursor:pointer
}
.locked_start{
    opacity:0.4;
    pointer-events: none
}
.locked_stop{
    opacity:0.4;
    pointer-events: none
}
.change_task_with_no_password .task_text{
    cursor:pointer !important
}
.subtask_list_home .js_event-0{
    cursor:pointer
}
.msg_not_background{
    /*background: #fff;
    border-radius: 10px;
    border: 1px solid #b9b0a7;
    color: #000;
    text-align: center;
    font-family: arial;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;*/
    color:#000;
    text-align: center;
    font-size: 16px;
    padding: 20px 15px;
    font-weight: bold;
    text-decoration: underline
}
.open-register{
    cursor:pointer !important;
}
.open-register1{
    cursor:pointer !important;
}
.open-register2{
    cursor:pointer !important;
}
body .modal {
    /* new custom width */
    width: 1280px !important;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -640px !important;
    border-radius: 20px !important;
    z-index:0 !important;
    /*left:-3000% !important*/
    display:none !important
}
body .modal.in{
      z-index:1050 !important;
      /*left:auto !important*/
      display:block !important
}
#modalRegister .form-horizontal .controls{
    margin-left:0 !important
}
#modalRegister2 .form-horizontal .controls{
    margin-left:0 !important
}
/*placeholders*/   
#form_add_user input::-webkit-input-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_user input::-moz-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_user input:-moz-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_user input:-ms-input-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
/*end placeholders*/ 

#form_add_user{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#form_add_user *{
    box-sizing: border-box
}
#form_add_user input{
    background:#fff !important;
    border-radius: 0;
    padding: 18px 10px;
}
#form_add_user select{
    /*padding: 18px 10px;*/
    border-radius: 0;
    height:38px
}
#form_add_user input,
#form_add_user select{
    width:300px;
}
#modalRegister .modal-title{
    text-align:center;
    color:#ed3f3e;
    font-size:16px
}
#modalRegister .modal-title strong{
    font-weight:bold !important;
    /*font-size:25px !important*/
}
#form_add_user button{
    background: #d83936;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    width: 264px;
    /* padding: 18px 10px; */
    height: 38px;
    border-color:transparent
}
.a_reg_download {
    background: #76c6af;
    display: block;
    padding: 6px 5px;
    height: 38px;
}
.a_reg_download i{
    font-size: 27px;
    color:#fff
}
.reg_flex_control{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
/*autofill*/ 
#form_add_user input:-webkit-autofill,
#form_add_user input:-webkit-autofill:hover, 
#form_add_user input:-webkit-autofill:focus, 
#form_add_user input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color:#999 !important
}
/*end autofill*/ 
.group_rules_new_user{
    display:none
}
.message{
    color:#d83936
}
#modalRegister1 .message:not(:empty){
   margin: 1em 0 2em 0;
   width:100%;
   text-align:center;
   font-size: 16px;
   font-weight: bold;
}
#modalRegister1 .form-horizontal .controls{
    margin-left:0 !important
}
/*3rd*/
#modalRegister2 .message:not(:empty){
   margin: 1em 0 2em 0;
   width:100%;
   text-align:center;
   font-size: 16px;
   font-weight: bold;
}
#modalRegister2 .form-horizontal .controls{
    margin-left:0 !important
}
/*end 3rd*/
/*placeholders*/   
#form_add_company input::-webkit-input-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_company input::-moz-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_company input:-moz-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_company input:-ms-input-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}

#form_add_company3rd input::-webkit-input-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_company3rd input::-moz-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_company3rd input:-moz-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
#form_add_company3rd input:-ms-input-placeholder{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#999
}
/*end placeholders*/ 

#form_add_company{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#form_add_company *{
    box-sizing: border-box
}
body .company_form_from_to_wr input[disabled] {
    cursor: default;    
}
#form_add_company input:not(#regCompanyTo1){
    background:#fff !important;
    border-radius: 0;
    padding: 18px 10px;
}
#regCompanyTo1{
    background-color: #eee !important; 
    border-radius: 0;
    padding: 18px 10px;
}
#form_add_company select{
    /*padding: 18px 10px;*/
    border-radius: 0;
    height:38px
}
#form_add_company input,
#form_add_company select{
    width:400px;
}

/*3rd*/
#form_add_company3rd .company_form_from_to_wr input{
    width:49%
}
#form_add_company3rd .form_section{
    width:49%
}
#form_add_company3rd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#form_add_company3rd *{
    box-sizing: border-box
}
#form_add_company3rd input:not(#regCompanyTo1){
    background:#fff !important;
    border-radius: 0;
    padding: 18px 10px;
}
#form_add_company3rd select{
    /*padding: 18px 10px;*/
    border-radius: 0;
    height:38px
}
#form_add_company3rd input,
#form_add_company3rd select{
    width:400px;
}
/*end 3rd*/

.company_form_from_to_wr input{
    width:47% !important
}
#modalRegister1 .modal-title{
    text-align:center;
    color:#ed3f3e;
    font-size:16px;
    
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
    align-items: center;
    -webkit-align-items:center; /* Safari */
    align-content: flex-start;  
    justify-content: center;
    -webkit-justify-content: center;
}
#modalRegister1 .modal-title strong{
    font-weight:bold !important;
    /*font-size:25px !important*/
}
#form_add_company button{
    background: #d83936;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    width: 364px;
    /* padding: 18px 10px; */
    height: 38px;
    border-color:transparent
}
/*autofill*/ 
#form_add_company input:-webkit-autofill,
#form_add_company input:-webkit-autofill:hover, 
#form_add_company input:-webkit-autofill:focus, 
#form_add_company input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color:#999 !important
}
/*3rd*/

#modalRegister2 .modal-title{
    text-align:center;
    color:#ed3f3e;
    font-size:16px;
    
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
    align-items: center;
    -webkit-align-items:center; /* Safari */
    align-content: flex-start;  
    justify-content: center;
    -webkit-justify-content: center;
}
#modalRegister2 .modal-title strong{
    font-weight:bold !important;
    /*font-size:25px !important*/
}
#form_add_company3rd button{
    background: #d83936;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    width: 364px;
    /* padding: 18px 10px; */
    height: 38px;
    border-color:transparent
}
#form_add_company3rd  .one_form_block{
    border-color:transparent
}
/*autofill*/ 
#form_add_company3rd input:-webkit-autofill,
#form_add_company3rd input:-webkit-autofill:hover, 
#form_add_company3rd input:-webkit-autofill:focus, 
#form_add_company3rd input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color:#999 !important
}
/*end 3rd*/
.miniloader_company_form {
    display: none;
    margin: 0px 0 0 5px;
}
.company_form_from_to_wr{
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   align-items: center;
   -webkit-align-items: center;
   justify-content: space-between;
   width:400px
}
.hidden_control_group{
    display: none
}
#modalRegister1 .modal-header{
    padding: 9px 15px;
    border-bottom: 4px double #eee;
    margin: 0 38px;
} 
#modalRegister2 .modal-header{
    padding: 9px 15px;
    border-bottom: 4px double #eee;
    margin: 0 38px;
} 
/*#modalRegister1 .modal-header:after{
    content:"-";
    
}*/
.form_section{
    width:45%
}
.form_section.form_section_left{
    margin:0 1em 0 0;
    font-size:16px
}
.form_section.form_section_right{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.one_form_block{
    border-bottom: 4px double #eee;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;
    -webkit-align-items: center;*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width:100%
}
.wit_nopadding{
    padding:0 !important
}
.wit_nopadding .form_section.form_section_left{
    margin:0 !important
}
.one_form_block:nth-child(2){
    border-color:transparent;
 
}
.one_form_block:not(:first-child){
    padding:1em 0
}
.p_with_margin{
    margin: 5em 0 0 0;
}
.img-left-text{
    float: left;
    width:150px
}
.form_input_with_error{
    border:1px solid red !important
}
.img_home-0{
    margin:2em 0 0 0
}
.img_home-1{
    margin:6em 0 0 0
}
.menu-icon-cont {
    display:none !important
}
.toggle_subtasks_home{
    width:13%
}
.toggle_subtasks_home i{
    cursor: pointer;
    color: #d24627;
    font-size: 20px;
}
.active_toggle_state{
    width:12%
}
.change_task_with_no_password .toggle_subtasks_home{
    width:auto
}
.change_task_wrapper.change_task_with_no_password .data_option_wrapper .one_option .task_text{
    width:92%
}

@media screen and (min-width:405px) and (max-width:783px){
    
}
@media screen and (min-width:320px) and (max-width:543px){
    .change_task_wrapper.change_task_with_no_password .data_option_wrapper .one_option .task_text{
        width:83%
    }
    .change_task_wrapper .data_option_wrapper .one_option .task_text{
        width:66%
    }
}
@media screen and (max-width:767px){
    div.modal{
        left:50% !important
    } 
}

@media screen and (min-width:768px) and (max-width:1282px){
    #modalRegister1{
        width: 100% !important;
        top: 0;
        left: auto;
        right: auto;
        margin: 0 !important;
    }
    #modalRegister2{
        width: 100% !important;
        top: 0;
        left: auto;
        right: auto;
        margin: 0 !important;
    }
    #form_add_company input, #form_add_company select, .company_form_from_to_wr{
        width: 354px;
    }
    #form_add_company button{
        width:354px;
        margin: 0 0 6em 0;
    }
    
    #form_add_company3rd input, #form_add_company3rd select, #form_add_company3rd .company_form_from_to_wr{
        width: 354px;
    }
    #form_add_company3rd button{
        width:354px;
        margin: 0 0 6em 0;
    }
    .a_reg_download{
        display:none
    }
    
}
@media screen and (min-width:768px) and (max-width:991px){
    .change_task_wrapper.change_task_with_no_password .data_option_wrapper .one_option .task_text{
        width:86%
    }
    .change_task_wrapper .data_option_wrapper .one_option .task_text{
        width:67%
    }
}
@media screen and (min-width:992px) and (max-width:1282px){
    .change_task_wrapper.change_task_with_no_password .data_option_wrapper .one_option .task_text{
        width:91%
    }
    .change_task_wrapper .data_option_wrapper .one_option .task_text{
        width:73%
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    #modalRegister1{
        width: 100% !important;
        top: 0;
        left: auto !important;
        right: auto;
        margin: 0 !important;
    }
    #modalRegister2{
        width: 100% !important;
        top: 0;
        left: auto !important;
        right: auto;
        margin: 0 !important;
    }
    #form_add_company input, #form_add_company select, .company_form_from_to_wr{
        width: 269px;
    }
    #form_add_company button{
        width:269px;
        margin: 0 0 6em 0 !important;
    }
    #form_add_company3rd input, #form_add_company3rd select, #form_add_company3rd .company_form_from_to_wr{
        width: 269px;
    }
    #form_add_company3rd button{
        width:269px;
        margin: 0 0 6em 0 !important;
    }
    .a_reg_download{
        display:none
    }
    .one_form_block{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .form_section{
        width:100%
    }
    #form_add_company3rd .form_section{
        width:100%
    }
    .img-left-text{
        width:100px
    }
    .form_section.form_section_left{
        font-size:14px;
        margin:0
    }
    .p_with_margin{
        margin:2em 0 0 0
    }
    .img_home-1{
        margin-top:2em
    }
    .img_home-0{
        margin-top:0
    }
}
.first_block{
    margin:2em 0 0 0 !important
}
.img-center{
    margin-bottom:20px
}
.internal_text_wr{
    padding:20px 40px 40px 40px
}
.internal_text_wr p{
   margin: 0 0 24px;
}
#modalRegister2 .modal-content{
    max-height: 100vh;
    overflow: auto
}
.small_msg{
    font-size:12px !important
}