@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');

.modal-dialog{
    max-width:800px;
}
.icon-mar{
    margin-right: 15px;
}
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
.word-wrap{
    word-break: break-word;
}
.ropi-modal-header{
    font-family: "Poppins", sans-serif;
    background: linear-gradient(-111deg, #00e4d0, #5983e8);
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    color:white;
    text-align:center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.ui-autocomplete {
    z-index: 215000000 !important;
}

#tapuekleform{
    height:10%;
    text-align:center;
    color:white;
    font-family: 'Raleway', sans-serif;
    font-size:18px;
    font-weight:600;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
    padding: 10px 10px;
    color:#0087F7;
}

small.note{
    font-weight:400;
    font-style: italic;
}

.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); border-radius: 8px;}

.pdfobject::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pdfobject::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.pdfobject::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


.tab {
    overflow: hidden;
    padding:10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    border-top:2px solid #ffff;

}

/* Change background color of buttons on hover */
.tab button:hover {
    color:#2779BD;
}

/* Create an active/current tablink class */
.tab button.active {

    border-top:2px solid #3490DC;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.db-veri{
    list-style:none;
}
.db-veri>li{
    border-left:3px solid #22292F;
    padding:3px 6px;
    margin-bottom:3px;
    background:#8795A1;
    color:white;
    cursor:pointer;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;

}
.db-veri>li:hover{
    background:#22292F;
    -webkit-transition: all 700ms ease-in;
    -moz-transition: all 700ms ease-in;
    -ms-transition: all 700ms ease-in;
    -o-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}
.db-veri>li > a{
    float:right;
    color:white;
    margin-right:5px;
    width:20px;
    text-align:center;
    border-radius:5px;

}
.db-veri>li > a:hover{
    color:#DAE1E7;
}

.form-control{
    border:1px solid #cbd5de !important;
}

.dropdown-item{
    cursor:pointer;
}
table.dataTable tbody tr:hover {
    background-color: rgbA(25, 181, 254,0.5);
    color:white;
}

.btn-group {
    border: none;
}
.profile-image-circle{
    display:flex;
    width:100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.profile-image-circle  img{
    height:128px;
    width:128px;
    border-radius:50%;
    border:2px solid black;
    padding:1px;
}
.brand-logo-mini  img {
    width:100% !important;
    max-width: 100%;
    height: 100% !important;
    margin: auto;
}
