/*
$main_color: #0e1a35;
$light_main_color:#132549;
$second_color:#5584ff;
$text_color:#ccdaff;
$header_color:#10327c;
$second_background:#f8f9fb;
*/
/*
$main_color: #476088;
$light_main_color:#5d7caa;
$second_color:#37ddbf;
$text_color:#adeadd;
$header_color:#344f77;
$second_background:#f8f9fb;
*/

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/SegoeUI/SegoeUI.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUI/SegoeUI.woff") format("woff"), url("fonts/SegoeUI/SegoeUI.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

#main_html {
    /* Size of largest container or bigger */
    min-width: 1260px;
    
}

body {
    font-family: Arial,​Helvetica,​sans-serif;    
}
/*#region header*/

#header {
    font-family: SegoeUI,Arial, Helvetica, sans-serif;
    position: fixed;
    background-color: #294e80;
    height: 80px;
    width: 100%;
    z-index: 500;
    min-width: 1260px;
}



#logo  {
    background: rgba(0, 0, 0, 0) url("Img/skrin_ka_logo2.png") no-repeat scroll 0 0;
    display: block;
    height: 46px;
    width: 157px;
    margin: 21px 30px;
    float: left;
    cursor:pointer;
}


#top_menu {
    float: right;
   margin: 30px;
}


    #top_menu a {
        color: #fff;
        font-size: 14px;
        margin: 0 15px;
        padding: 25px 0 24px;
        text-decoration: none;
    }

        #top_menu a:hover, #top_menu a.selected {
            color: #d3e4ff;
        }

        #top_menu a:hover, #top_menu a.selected {
            border-bottom: 5px solid #ff9800;
        }

@media (min-width: 1460px) {
    #top_menu a {
        font-size: 18px;
        padding: 25px 0 15px;
    }

       #top_menu a:hover, #top_menu a.selected {
            border-bottom: 5px solid #ff9800;
        }
}

@media (min-width: 1580px) {
    #top_menu a {
        font-size: 22px;
        padding: 25px 0 15px;
    }

       #top_menu a:hover,#top_menu a.selected {
            border-bottom: 5px solid #ff9800;
        }
}

@media (min-width: 1580px) {
    #top_menu a {
        font-size: 22px;
        padding: 25px 0 15px;
    }

       #top_menu a:hover,#top_menu a.selected {
            border-bottom: 5px solid #ff9800;
        }
}


#authorization {
    margin: 0px 20px 0 40px;
    float: right;
    color:#fff;
    line-height: 1;
}

#info_user_block{
     float: right;
    margin: 6px 0;
    text-align: right;
}

.login, .login_info{
    cursor:pointer;
}

.login_info{
    font-size: 30px;
}
.login{
    font-size: 30px;
}
.logotop{
    width: 128px;
    height: 35px;
}
#authorization .logobottom a{
    font-size: 18px;
}
#user_btn {
    float: left;
}


#user_info {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 0;
    cursor: pointer;
    vertical-align: text-bottom;
}

#user_exit {
    
    font-weight: bold;
}

a#login {
    display: inline-block;
    font-weight: bold;
    margin-top: -13px;
}

#authorization a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding:0;
    margin:0;
}

    #authorization a:hover {
        color: #d3e4ff;
        border-bottom:none;
    }

.login_propover{
    color:#344f77;
}

#authorization .popover {
    color:#333;
}

#authorization .popover .form-group{
    padding:0;
}

.login_propover a{
    font-weight:bold;
    text-decoration:underline !important;
    color:#333 !important;
}

.error_login{
    color: #ba0000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

/*#endregion header*/

/*#region buttons*/

.btns {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px!important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btns.large{
    font-size: 18px;
}

    .btns.active.focus, .btns.active:focus, .btns.focus, .btns.focus:active, .btns:active:focus, .btns:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

    .btns.focus, .btns:focus, .btns:hover {
        color: #333;
        text-decoration: none;
    }

    .btns.active, .btns:active {
        background-image: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

    .darkblue{
    background-color:#ff9800;
    border-color:#F27532;
    color:#fff;
}

.darkblue.active, .darkblue.focus, .darkblue:active, .darkblue:focus, .darkblue:hover {
        background-color: #F27532;
        border-color: #F27532;
        color: #fff;
    }

.btns.grey {
    background-color: #f9f9f9;
    border-color: #aaa;
    color: #333;
}
.btns.grey.active, .btns.grey.focus, .btns.grey:active, .btns.grey:focus, .btns.grey:hover {
    background-color: #ddd;
    border-color: #999;
    color: #333;
}

.btns.red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.btns.red.active, .btns.red.focus, .btns.red:active, .btns.red:focus, .btns.red:hover {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff;
}

.btns.disabled{
    box-shadow: none;
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.45;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.open > .dropdown-menu {
    display: block;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #337ab7;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0 none;
}

.btn-group{
    display:inline-block;
     position: relative;
    vertical-align: middle;
}

/*#endregion buttons*/
/*#region main*/

#main {
    width: 100%;
    position: relative;
    top: 80px;
    float:left;
}



.content {
    width: 1200px;
    margin: 0 auto;
}

.content a {
    color: #000;
    text-decoration: none;
}
.content a:hover {
    text-decoration: underline;
}

.content a.link {
    color: #344f77;
    text-decoration: none;
}
.content a.link:hover {
    text-decoration: underline;
}

/*#endregion main*/


/*#region general elements*/
.title, .title-right {
        position: relative;
    }

.title em, .title-right em {
            display: none;
        }

.title:hover em {
            background-color: #fffbed;
            border-radius: 5px;
            top: 32px;
            box-shadow: 0 0 5px #666;
            color: #555;
            display: block;
            font-style: normal;
            right: 10px;
            line-height: 16pt;
            padding: 10px;
            position: absolute;
            text-decoration: none;
            white-space: nowrap;
            font-size: 12px;
            z-index: 2;
        }
.title-right:hover em{
            background-color: #fffbed;
            border-radius: 5px;
            top: 32px;
            box-shadow: 0 0 5px #666;
            color: #555;
            display: block;
            font-style: normal;
            left: 10px;
            line-height: 16pt;
            padding: 10px;
            position: absolute;
            text-decoration: none;
            white-space: nowrap;
            font-size: 12px;
            z-index: 2;
}
#maintree .title em {
    display: none;
    background-color: #fffbed;
    border-radius: 5px;
    box-shadow: 0 0 5px #666;
    color: #555;
    font-size: 12px;
    font-style: normal;
    line-height: 16pt;
    padding: 10px;
    position: absolute;
    left: 10px;
    text-decoration: none;
    top: 20px;
    white-space: normal;
    z-index: 1100;
    width:400px;
        }

#maintree .title:hover em {
    display: block;
        }

#container-support .title:hover em {
    background-color: #fffbed;
    border-radius: 5px;
    top: 60px;
    box-shadow: 0 0 5px #666;
    color: #555;
    display: block;
    font-style: normal;
    right: 50px;
    line-height: 16pt;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    z-index: 2;
}

#clock_div {
    background-image: url("/Content/img/Wait.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 1000;
}

#clock_container{
    background-color: rgba(255, 255, 255, 0.9);
    padding : 14px;
    border-radius : 6px;
    color : rgb(102, 102, 102);
    border : 1px solid rgb(102, 102, 102);
}

#clock_preroll{
    background-image: url("/Content/img/Wait_40.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}

#clock_info{
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 265px;
    top: -9px;
    margin-left: 10px;
}

.span_info {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    left: 1em;
    margin-left: 0;
    padding: 35px 20px 15px;
    position: absolute;
    top: 2em;
    vertical-align: middle;
    z-index: 999;
}
.dialog_backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}


.critical {
    background: #fca none repeat scroll 0 0;
    border: 1px solid #ff3334;
}
.warning {
    background: #ffa none repeat scroll 0 0;
    border: 1px solid #ffad33;
}
.img {
    border: 0 none;
    float: left;
    margin: -45px 0 0 -45px;
    position: absolute;
}

   .cat_red {
       color: red;
       font-weight:bold;
   }
   .cat_blue {
       color: blue;
       font-weight:bold;
   }
   .cat_green {
       color: green;
       font-weight:bold;
   }
/*#endregion general elements*/


.minicaption,.bluecaption{
   color: #3a61ad;
    font-weight: bold;
    margin-bottom: 20px;

}

/*#region bottom*/

#bottom{
    background-color: #ddd;
    color: #333;
    font-size: 12px;
    padding: 20px 0;
    position: relative;
    top: 80px;
    width: 100%;
    float:left;
}

.main_bot_nav{
    margin:20px 30px;
    list-style: outside none none;    
}

#bottom .restr_info{
    padding: 0 30px;
}

#bottom .contact_info{
    padding: 0 30px;
    float:left;
    width:40%;
}

#bottom .counters{
    padding:0 30px;
    float:right;
    width:40%;
    text-align:right;
}

#bottom a{
    color:#333;
    text-decoration:none;
}

#bottom a:hover{
    text-decoration:underline;
}



/*#endregion bottom*/

/*#region services*/

a.skrin_service {
    display:block;
    width:100%;
    height:30px;
    color:#333;
    clear:both;
}

#skrin_services hr{
    margin:10px 0;
}

.span_service_header{
     display: block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    width: 30px;
    margin: 3px 10px 3px 0;
    color:#fff;
    text-align:center;
}

.span_service_header:before{
    width: 30px;
    float: left;
}

.span_service_title{
    display: block;
    float: left;
    font-size: 16px;
    padding-top: 8px;
}

.span_service_title:hover{
    text-decoration:underline;
}

#span_service_title_k:before{
    background-color: #344f77;
    content: 'K';
}

#span_service_title_p:before{
    background-color: #AF3230;
    content: 'П';
}

#span_service_title_m:before{
    background-color: #E55608;
    content: 'М';
}

#span_service_title_d:before{
    background-color: #3F2119;
    content: 'Р';
}

#span_service_title_u:before{
    background-color: #3E9D42;
    content: 'О';
}

#span_service_title_a:before{
    background-color: #3399CC;
    content: 'A';
}


/*#endregion services*/

.notfound-content{
     margin-top: 50px;
    min-height: 650px;
}

.notfound-content h2{
    color:#344f77;
     font-size: 70px;
     margin-bottom:30px;
}


#modal_dialog_container{
    margin: 0 20px 20px
}


#modal_dialog_container .form-group{
        padding: 0;
    }


#modal_dialog_container .form-control{
        width: 400px;
    }


#modal_dialog_container p{
        margin: 20px 0;
        text-align: justify;
        width: 430px;
    }

.agreement{
    font-size:12px;
}

.agreement a {
    text-decoration:underline;
}

.extra_table {
    border:1px solid #ddd;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: 290px;
    border-collapse:collapse;
    background-color:#fff;
        margin: 10px 0 20px;
}

    .extra_table td {
        height: 45px;
        padding: 3px 7px;
}

.icon_block {
    cursor: pointer;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
}

.icon_block:hover span {
    text-decoration: underline;
}

    .icon_block:hover span.explain {
        text-decoration: none;
    }

    .icon_block:hover span.ico  {
        text-decoration: none;
    }

.icon_block.large {
    font-size: 16px;
    font-weight: 500;
}

.icon_block.med {
    font-size: 14px;
    font-weight: 300;
}

.icon_block h4{
    font-size:13px;
     display: inline;
}

.icon_block h4:hover{
    text-decoration:underline;
}

.icon-file-pdf.pdf {
    color: #a50101;
}
.ddel {
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 11px;
    margin-bottom: -4px;
    margin-top: 0;
    text-align: right;
    
    text-decoration:none;
}
 .ddel_1{
         position: absolute;
         margin-left: -53px;
         margin-top: -12px;
    
    }

    .file_item .ddel_1, .note_item .ddel_1, .address_item .ddel_1{
        margin-top: -8px;
    }

    .ddel_1:hover {
        color: #888;
    }

    .egrul_list .ddel_1{
    margin-left:-100px;
}

        .repitem{vertical-align:top; border:none;padding-top:0px; padding-bottom:0px;}
    .repitem:hover span.ddel, .group_item:hover span.ddel, .file_item:hover span.ddel, .note_item:hover span.ddel, .address_item:hover span.ddel, .egrul_list:hover span.ddel{
    color:#ccc;

}
    .more_ico {
    color: #999;
    cursor: pointer;
    float: none;
    font-size: 12px;
    margin-top: 0;
}

    @media (min-width: 1601px) {
    .right_content {
        margin: 20px 20px 0 0;
        width: 390px;
    }

    .extra_table {
        font-size: 14px;
        width: 350px;
    }

        .extra_table td {
            border-top: 1px solid #dddddd;
            padding: 5px 10px;
        }

    .ico {
        font-size: 28px;
        padding-right: 10px;
        vertical-align: middle;
    }

    .icon_block {
        font-size: 14px;
        padding: 10px 0;
    }

        .icon_block.large {
            font-size: 18px;
            font-weight: 500;
        }

        .icon_block.med {
            font-size: 17px;
            font-weight: 300;
        }

    .icon_block h4{
        font-size:16px;
         display: inline;
    }

    .link_block_info {
        margin-left: 40px;
    }

    .explain {
        font-size: 12px;
    }

    .link_block_info .explain {
        font-size: 14px;
        font-weight: 500;
    }

    .link_block h3 {
        font-size: 18px;
    }
}
        .pass-rem{
    margin-left: 20px !important;
}
        .form-group-auth{
    margin-bottom: 15px;
}

#aboveBottom {
    font-family: SegoeUI,Arial, Helvetica, sans-serif;
    background-color: #294e80;
    height: 41px;
    font-size: 16px;
    position: relative;
    top: 80px;
    width: 100%;
    float: left;
}
#aboveBottomMenu {
    text-align: center;
    margin: 10px;
}
#aboveBottomMenu a {    
    display: inline;
    padding: 10px 0 5px 0;
    color: #fff;
    margin: 0 5%;
    text-decoration: none;
}
#aboveBottomMenu a:hover {
    border-bottom: 5px solid #ff9800;
}

.AnnoncePopUp{
    position:fixed;
    top:0px;
    right:5px;
    width:20%;
}
.icon-sign-cast{
    vertical-align: top;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0) url("./iss/icons/icon-sign.svg") no-repeat scroll 0 0;
    margin-right: 16px;
    background-size:30px;
    fill:#0d47a1;
    text-align: left;
}

#informer-dialog {
    right: 40px;
    left: auto;
    border-radius: 10px;
    top: auto;
    bottom: 100px;
    max-height: -webkit-fill-available;
    overflow: auto;
    padding-right: 0 !important;
    height: -moz-max-content;
    max-height: 700px;
}
    #informer-dialog .modal-dialog .modal-content {
        border-radius: 10px !important;
    }
    #informer-dialog .modal-dialog {
        margin: 0 auto !important;
    }
    #informer-dialog::-webkit-scrollbar {
        width: 10px;
        background-color: #f9f9fd;
    }

    #informer-dialog::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #294e80;
    }

    #informer-dialog::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
        border-radius: 10px;
        background-color: #f9f9fd;
    }
.megaphone_button {
    position: fixed;
    bottom: 80px;
    right: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    z-index: 9998;
    cursor: pointer;
    transform-origin: bottom;
    opacity: 1;
    transform: scale(1);
    display: flex;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: rgb(41 78 128);
}

.megaphone_icon {
    color: #ffffff;
    z-index: 999;
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 8px;
    transform: rotate(332deg);
}

.survey-panel {
    font-size: 16px;
    font-weight: bold;
    color: #a50101;
    position: fixed;
    bottom: 25px;
    right: 30px;
    padding: 10px 20px;
    height: 31px;
    box-shadow: 0 7px 4px 0 rgba(0, 0, 0, 0.2), 0 20px 27px 0 rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    z-index: 10;
    background-color: #fff;
    max-height: 100vh;
    overflow: auto;
}

.informer-panel {
    font-size: 16px;
    font-weight: bold;
    color: #a50101;
    position: fixed;
    bottom: 25px;
    right: 30px;
    padding: 10px 20px;
    height: 31px;
    box-shadow: 0 7px 4px 0 rgba(0, 0, 0, 0.2), 0 20px 27px 0 rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    z-index: 10;
    background-color: #fff;
    max-height: 100vh;
    overflow: auto;
}


    .informer-panel .notice-icon {
        font-size: 24px;
        display: inline-block;
        margin-right: 20px;
    }


    .informer-panel .informer-message {
        cursor: pointer;
    }


        .informer-panel .informer-message:hover {
            border-bottom: 1px solid #a50101;
        }


    .informer-panel .close {
        font-size: 14px;
        padding: 0 5px;
    }

.informer-text {
    margin: 20px
}

    .informer-text h1, .informer-text h2, .informer-text h3, .informer-text h4, .informer-text h5, .informer-text h6 {
        color: #344f77;
        font-size: 26px;
    }

    .informer-text ul, .informer-text ol {
        margin-left: 20px;
    }

    .informer-text p {
        margin: 10px 0;
    }

.survey_icon {
    font-size: 30px;
    color: #f7f7f7;
    width: 25px;
    height: 43px;
}
.support_icon {
    font-size: 30px;
    color: #f7f7f7;
}
#messenger-button {
    position: fixed;
    right: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    z-index: 9998;
    cursor: pointer;
    transform-origin: bottom;
    bottom: 20px;
    opacity: 1;
    transform: scale(1);
    display: flex;
    justify-content: center;
}

#messenger-button.messenger-button-shown {
    -webkit-animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
    animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#messenger-button.messenger-button-hidden {
    -webkit-animation: messenger-button-hidden-frames .4s cubic-bezier(.62,.28,.23,.99);
    animation: messenger-button-hidden-frames .4s cubic-bezier(.62,.28,.23,.99);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


#survey-button {
    position: fixed;
    right: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    z-index: 9998;
    cursor: pointer;
    transform-origin: bottom;
    bottom: 80px;
    opacity: 1;
    transform: scale(1);
    display: flex;
    justify-content: center;
}

#survey-button.survey-button-shown {
    -webkit-animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
    animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    #survey-button.survey-button-hidden {
        -webkit-animation: messenger-button-hidden-frames .4s cubic-bezier(.62,.28,.23,.99);
        animation: messenger-button-hidden-frames .4s cubic-bezier(.62,.28,.23,.99);
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

.widget-support {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 999;
}

.custom-launcher {
    left: -9px;
    top: -7px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.accessibility {
    background-color: transparent;
    border: none;
    position: absolute;
}

#messenger-button .default-button-container {
    height: 40px;
    margin: 3px 8px;
    width: 40px;
}

.button-display.appear {
    /*opacity: 0;*/
    -webkit-animation: appear-button-frames .4s cubic-bezier(.62,.28,.23,.99);
    animation: appear-button-frames .4s cubic-bezier(.62,.28,.23,.99);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.button-display {
    transform-origin: bottom right;
    bottom: 20px;
}

#container-support {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #212b36;
    letter-spacing: -.12px;
    text-rendering: optimizeLegibility;
    -moz-font-smoothing: antialiased;
    padding: 12px;
}

.widget-support #container-support #wrapper_support {
    width: 350px;
    height: 530px;
}

#container-support #wrapper_support {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    overflow: hidden;
}
/*#wrapper {
    opacity: 1;
    transition: opacity 4s ease;
}
#wrapper.hide {
    opacity: 0;
}
*/

#header_support {
    z-index: 10;
    height: 32px;
    padding: 14px 16px;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
    font-weight: 400;
    box-sizing: content-box;
    color: #212b36;
    display: flex;
}

.conversation-group {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

    .conversation-group .conversation-group-footer {
        padding: 12px 16px;
        z-index: 10;
        box-shadow: inset 0 1px 0 0 rgba(71,69,123,.12), 0 -24px 40px 0 rgba(71,69,123,.08);
    }

.conversation-list-container {
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-grow: 1;
    z-index: 2;
}

.conversation-group .conversation-group-list {
    overflow-y: scroll;
    padding: 24px;
    flex-grow: 1;
}

.conversation-group .conversation-group-footer {
    padding: 12px 16px;
    z-index: 10;
    box-shadow: inset 0 1px 0 0 rgba(71,69,123,.12), 0 -24px 40px 0 rgba(71,69,123,.08);
}

    .conversation-group .conversation-group-footer button {
        background-color: #00a656;
    }


.form_support {
    /* position: fixed; */
    width: 330px;
    height: 460px;
    background: white;
    display:flex;
    flex-flow:column;
    padding: 10px;
}
.header-title-support {
    color: #f7f7f7;
}

.support_input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    margin-top: 10px;
}


    .support_input.notvalid {
        border: 1px solid red;
    }

.icon_attach {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #f7f7f7;
}

.support_icon_attach {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    /*margin-bottom:50px;*/
}


#support_image_load {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    background: none;
    border-radius: 2px;
    border: 0px;
    white-space: nowrap;
    color: #999;
    display: flex;
    flex-flow: row;
    /*margin-bottom: 50px;*/
    text-align: left;
    cursor: pointer;
}

#support_image_close {
    position: absolute;
    top: 0px;
    color: #000000;
    right: 105px;
    opacity: 0.7;
    font-weight: 700;
}

#support_image_close2 {
    position: absolute;
    top: 0px;
    color: #000000;
    right: 5px;
    opacity: 0.7;
    font-weight: 700;
}

.close_btn_support {
    font-size: 19px;
    font-weight: 400;
    color: white;
    right: 25px;
}

.sanction_flag_company {
    height: 30px;
    opacity: 0.8;
}
.timecode{
    margin:5px 0;
}

.timecode p {
    margin: 10px 0;
    cursor:pointer;
}
.timecode p span{
    color:#2472e5;

}

    .timecode p:hover span {
        text-decoration: underline;
    }

.survey_main{
    margin-top: 20px;
}
.survey_content {
}




.reaction_block {
    display: flex;
}

.reaction_block_table {
    display: flex;
}

.reactionbtn {
    margin: 5px;
    min-width: 204px;
    white-space: pre-line;
    background-color: transparent;
    border-color: #344f77;
    color: #344f77;
    height: 40px;
    font-size:12px;
    text-decoration: none;
}


.reactionbtnchoise {
    background-color: #344f77 !important;
    color: #fff !important;
}

.reactionsimplebtn {
    margin: 5px;
    min-width: 404px;
    white-space: pre-line;
    background-color: transparent;
    border-color: #344f77;
    color: #344f77;
    height: 40px;
    font-size: 12px;
    text-decoration: none;
}