.suggestedaction:hover {
    font-weight: bold;
    box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
}

.suggestedaction {
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #217ba7;
    cursor: pointer;
}

.row1 {
    /*  display: block;
    margin-left: 2.4em; */
    display: inline;
    margin-right: -15px;
    margin-left: -15px;
}

.row3 {
    display: inline;
}

/* .hr_loginleft{
	background-image: url('./../images/hrloginleft.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 91vh;
	margin-top:1em;
	margin-left: -2em;
} */

.form-input {
    display: block;
    width: 100%;
    height: 2.5em;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #545151;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.fileName-container {
    max-height: 11vh;
    width: 100%;
    overflow-y: scroll;
}

input[type="file"] {
    width: 148%;
    /* float: left; */
    height: 2.5em;
    margin-top: -17.5%;
    z-index: 1000000000;
    margin-right: -17em;
    opacity: 0;
    /* cursor: pointer !important; */
}

input[type="file"]:hover {
    background-color: transparent !important;
    opacity: 0 !important;
}

#attach {
    height: 38px;
    padding: 5px;
    /* width: 100%; */
    /* border: 1px solid #77778d; */
    margin-top: 0.5em;
    /* background-color: white; */
    border-radius: 5px;
}

.clipBtn {
    /* width: 20%;  */
    background-color: transparent;
    padding: 1%;
    border: none;
}

.clipBtn:hover, .clipBtn:active, .clipBtn:focus {
    /* width: 20%;  */
    background-color: transparent !important;
}

#ChangePasswordConfirmModal {
    width: 30em;
    top: 10em;
    left: 22em;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mytext {
    border: none;
    padding: 6px;
    margin-top: -7px;
    background: white;
    width: 100%;
    color: #2b2b2b;
}

#message::placeholder {
    color:#666666 !important;
    opacity:50% !important;
}

.mytext:focus {
    border-style: none !important;
    border-width: 0px !important;
    border-color: white !important;
    outline: none;
}

.text {
    width: 100%;
    word-wrap: break-word;
    margin: 0;
}

.text>p:first-of-type {
    width: 125%;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    color: #2b2b2b;
    margin: 0;
    margin: 0;
}

.text>p:last-of-type {
    width: 100%;
    color: #2b2b2b;
}

/*.text-l{
    float:left;
   padding: 0px 2px 8px 2px;
}*/

.text-r {
    float: right;
    padding: 10px 15px;
}

.text a {
    color: #144866;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
    float: left;
    padding-right: 10px;
}

.avatar1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

small {
    margin: -3em;
    font-size: 67%;
}

#chatBotBody {
    background-color: #fafafa;
}

.macro {
    border-radius: 22px 22px 22px 0;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
}

.macro2 {
    width: 100%;
    display: flex;
}

.macro1 {
    margin-top: 10px;
    width: 85%;
    border-radius: 5px;
    display: flex;
}

.msj1 {
    float: left;
}

.msj-rta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.msj-rta1 {
    background: #e0fbe9;
    margin-left: 49px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 22px 22px 0px 22px;
}

.msj-rta2 {
    float: right;
}

.msj {
    float: left;
    background: white;
    width: 87%;
    padding: 15px;
}

img-circle {
    width: 99%;
}

@media screen and (min-height:300px) {
    .frame {
        height: 280px;
    }
    .ulStyle {
        height: 145px;
    }
}

@media screen and (min-height:500px) {
    .frame {
        height: 480px;
    }
    .ulStyle {
        height: 345px;
    }
}

@media screen and (max-height:100px) {
    .frame {
        height: 100px;
    }
    .ulStyle {
        height: 0px;
    }
}

@media screen and (max-width:1280px) {
    #loginPage {
        min-width: 40%;
    }
}

@media screen and (max-width:836px) {
    #loginPage {
        min-width: 50%;
    }
}

@media screen and (min-width:1024px) and (max-width:1920px) {
    .float-chat-window {
        width: 450px !important;
        height: 520px !important;
    }
}

@media screen and (min-width:1920px) {
    .float-chat-window {
        width: 560px !important;
        height: 780px !important;
    }
    .ulStyle{
        height: 620px !important;
    }
}

@media screen and (max-height:100px) {
    .frame {
        height: 100px;
    }
    .ulStyle {
        height: 0px;
    }
}

/* .cgi_logo{
	background-image: url('./../images/logocgiV2.png');
	background-repeat: no-repeat;
	height: 6vh;
	margin-left: 1em;
} */

.frame {
    background-color: white;
    overflow: hidden;
    padding: 0;
    border-style: outset;
    border-radius: 0%;
}

.frame>div:last-of-type {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 54px;
    display: flex;
}

.ulStyle {
    /* -ms-user-select: none; */
    height: 360px;
    list-style-type: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

input:focus {
    outline: none;
}

.float-chat-window {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 450px;
    height: 520px;
    /* border: 1px solid #fafafa; */
    border:none;
    z-index: 200;
    background-color: #fafafa;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3)
}

/*css for chat button */

body {
    background:transparent;
    width: 100%;
    height: 100%;
}

#livechat-compact-container {
    position: fixed;
    right: 0;
    top: 200px;
    top: 50vh;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    background: #1095ae;
}

.chat-message {
    display: flex;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 3px 1.84px 0.016px rgba(0, 0, 0, 0.1);
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
    height: 50px;
}

#livechat-compact-container div:hover {
    background: #00a0d0;
    right: 20px;
    transition: background 0.2s, right 0.2s;
}

.pre__head {
    text-align: justify;
    margin: 5em;
    margin-top: 11em;
    font-size: 12px;
}

.btn-chat a {
    font-size: 14px;
    position: relative;
}

.btn-chat img {
    font-size: 14px;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.btn-chat a:hover {
    background: #00a0d0;
    right: -20px;
    transition: background 0.2s, right 0.2s;
}

.pad {
    padding-left: 10px;
    padding-right: 10px;
}

.btn3d {
    position: relative;
    transition: all 40ms linear;
    margin-top: 0.7em;
    margin-left: 12px;
    margin-right: 7px;
    padding: 10px 15px;
    font-size: 14px;
}

.btn3d:active:focus, .btn3d:focus:hover, .btn3d:focus {
    /* -moz-outline-style: none; */
    outline: medium none;
}

.btn3d:active, .btn3d.active {
    top: 2px;
}

.btn3d.btn-white {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.btn3d.btn-default {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #f9f9f9;
}

.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
    background-color: #f9f9f9;
}

.btn3d.btn-primary {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #4274D7;
}

.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #4274D7;
}

.btn3d.btn-success {
    box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #78d739;
}

.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #78d739;
}

.btn3d.btn-info:hover {
    background-color: #39B3D7;
}

.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #39B3D7;
}

.btn3d.btn-warning {
    box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #FEAF20;
}

.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #FEAF20;
}

.btn3d.btn-danger {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #D73814;
}

.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #D73814;
}

.btn3d.btn-magick {
    color: #fff;
    box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #bb39d7;
}

.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #bb39d7;
}

.glyphicon-aligned-center {
    top: 11px;
    left: 11px;
}

/*Newly added*/

.btn-sky {
    text-align: center;
    height: 2.5000rem;
    width: 80px;
    border-radius: 0.214rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    font-family: Roboto;
    font-size: 0.929em;
    font-weight: 700;
    background: #217ba7;
    border: 2px solid #217ba7;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.btn-sky:hover, .btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
    background: #2495ca!important;
    border: 2px solid #2495ca;
}

.btn-sky:active, .btn-sky.active {
    color: #fff;
    background-color: #0a97b9;
    border-top: 2px solid #087994;
    outline-offset: none;
    margin-top: 2px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: 0px;
}

.zooimg {
    width: 50%;
    height: 50%;
    /* -webkit-transition: .4s all; */
}

.transition {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

#appear_image_div {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.7;
    background: #0a97b9;
}

#appear_image {
    display: block;
    margin: auto;
    position: relative;
    top: 25px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ac0a39' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 24px;
    height: 54px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ac0a39' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    width: 24px;
    height: 54px;
}

.carousel-control .icon-prev {
    left: 5px
}

.carousel-control .icon-next {
    right: 5px
}

.carousel-control-prev {
    left: -13%;
}

.carousel-control-next {
    right: -8%;
}

#imgid {
    position: fixed;
    right: 0;
    top: 300px;
    top: 30vh;
    z-index: 10000;
    overflow-x: auto;
    overflow-y: auto;
}

#NoSupportExtConfirmModal, #CloseConfirmModal {
    width: 35em;
    word-break: break-word;
}

#HumanAgentConfirmModal {
    width: 39em;
    word-break: break-word
}

#ChangePasswordConfirmModal {
    font-weight: bolder;
    border-radius: 9px;
}

.modal-body {
    color: black;
    font-weight: bolder;
    background-color: #d7dadc;
}

.modal-footer {
    font-family: Helvetica, Arial, sans-serif;
    border-color: #00a0d0;
}

.w3-container {
    font-size: 0.65em;
}

.w3-light-grey {
    max-width: 19vw;
    margin-left: 3.4em;
    display: inline-block;
    width: 81%;
}

.row {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
}

.file {
    margin-left: -2em;
}

.link {
    margin-left: 1.25em;
}

.panel_bef_hd_nw_ec {
    height: 57px;
    background-image: linear-gradient(to right, #e31937, #a82465, #5236ab);
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 2.5%;
    font-weight: bold;
}

.clse_btn_spn_close {
    position: relative;
    z-index: 1;
    top: -2.1em;
    color: white;
    margin-left: 94%;
    vertical-align: sub;
    cursor: pointer;
}

.panel_aft_lg_ot_ce {
    color: #fff;
    float: right;
    margin-right: 1em;
    font-family: arial;
    padding-top: 8px;
}

.panel_aft_lg_ot_ce_sapn {
    background-color: white;
    border-radius: 5px;
    padding: 8px 10px;
    color: #5b35a5 !important;
    margin-left: 10px;
    font-weight: bold;
}

.chat_bot_div_one {
    margin: 0;
    background-image: linear-gradient(to right, #e31937, #a82465, #5236ab);
    height: 58px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.09), 0 -3px 31px 0 rgba(0, 0, 0, 0);
}

.chat_bot_span_two {
    position: absolute;
    margin-left: 10px;
    color: white;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 14px;
}

.chat_bot_img_three {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    padding: 0px;
    margin-right: 0.5em;
}

.auto_scroll_calss_en {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 71vh;
    margin-top: -0.25em;
    padding-bottom: 2em;
}

.main_chatbot_cntrl_ui {
    width: 100%;
    height: auto;
}

.main_chat_bot_ui_app {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
}

.close_pdf_btn {
    width: 2%;
    vertical-align: sub;
}

.fram_float_chat_win_dow {
    max-width: 25.5em;
    min-height: 90%;
}

.chat_bot_top_nav_mnu {
    float: right;
    padding-top: 12px;
    margin-right: 0.5em;
}

.chat_bot_btn_send_img {
    width: 31px;
    padding-top: 4px;
    height: 28px;
    padding-right: 10px;
}

/* https://stackoverflow.com/a/26640668 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .link {
        font-size: 1.35rem;
    }
}

.link, x:-moz-any-link {
    font-size: 1.35rem;
}

.typingtextstyle {
    font-family: Robot;
    font-weight: 400;
    font-size: 0.8571rem !important;
    color: #666666;
    padding-left: 40px;
}

/* ./ https://stackoverflow.com/a/26640668 */

.typing {
    vertical-align: bottom;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.typingParent {
    display: flex;
}

/* https://css-tricks.com/snippets/css/typewriter-effect/ */

.typing p {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    /*  border-right: .15em solid #3895db; */
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    /* margin: 0 auto; Gives that scrolling effect as the typing happens */
    /* letter-spacing: .15em; Adjust as needed */
    /* animation: 
        typing 3.5s steps(40) infinite,
        blink-caret .75s step-end infinite;*/
}

/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 0
    }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: #3895db;
    }
}

/* https://css-tricks.com/snippets/css/typewriter-effect/ */

/*  */

table.jobs-container {
    width: 96%;
    /*  */
    font-size: 10px;
    word-break: break-word;
    margin-left: -.5em;
    padding-top: 0.1em;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
    /* display: inline-table; */
    display: inline-grid;
    border: solid 1px #00549a;
    border-collapse: collapse;
}

table.jobs-container tr:hover {
    background-color: #ddd;
}

table.jobs-container td {
    text-align: center;
    font-size: 1.1em;
    vertical-align: top;
    background-color: #c2cedf;
    border: solid 1px #00549a;
}

table.jobs-container th {
    text-align: center;
    color: white;
    background: #00549a;
}

table.jobs-container td, table.jobs-container th {
    width: 10em;
    padding: 0.4em;
    overflow: hidden;
    white-space: pre-wrap;
}

/*  */

/*  */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 5em;
    left: 15em;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.myDiv {
    margin-right: 10px;
    margin-left: -50px;
    margin-bottom: 100px;
}

.header {
    height: 75px;
    color: white;
    box-shadow: 1px 9px 8px -3px grey;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .3);
    width: 100%;
    background-image: url('./../sofia/sofiaChatImages/Sofia_bg.png');
    background-size: 100%;
}

.user {
    width: 41px;
    height: 38px;
    background-color: #ffb458;
    border-radius: 63%;
    float: right;
}

.ulStyle::-webkit-scrollbar {
    width: 12px;
}

.ulStyle::-webkit-scrollbar-track {
    border-radius: 10px;
}

.ulStyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c0c0c0;
}

.ulStyle::-webkit-scrollbar-thumb:hover {
    background: #aeaeae;
}

/*.ulStyle input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url('\e927') no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}*/
.btn_sug_acn {
    border: none;
    font-size: 100%;
    font-family: Roboto;
    background-color: #fff;
    background: transparent;
    line-height: inherit;
    cursor: pointer;
    color: #217ba7;
}
.btn_sug_acn:focus{
    padding: 6px;
    border-radius: 4px;
    border: 2px solid #217ba7;
    outline: none !important;
  }
