﻿
body::-webkit-scrollbar {
    width: 12px;
    background-color: #bfbfbf;
}

body::-webkit-scrollbar-track {
}

body::-webkit-scrollbar-thumb {
    background-color: #2e6a97;
    width: 12px !important;
}


    body::-webkit-scrollbar-thumb:hover {
        background-color: #276390;
        width: 14px !important;
    }



.dropdown-menus::-webkit-scrollbar {
    width: 9px;
    background-color: #bfbfbf;
}

.dropdown-menus::-webkit-scrollbar-thumb {
    background-color: #6a6666;
    width: 9px !important;
}

    .dropdown-menus::-webkit-scrollbar-thumb:hover {
        background-color: #a8a8a8;
        width: 11px !important;
    }


.spn-bildirim {
    border-radius: 50%;
    padding: 5px;
    background-color: white;
    font-size: 9pt;
    color: red;
    text-align: center;
    padding-right: 7px;
    min-width: 27px;
    display: inline-block;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

    .fileContainer [type=file] {
        cursor: inherit;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        height: 40px;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

.fitext:disabled {
    width: 100%;
}
/*.table-title {
    background: rgb(247 247 247);
    background: linear-gradient(0deg, rgb(246 246 246) 0%, rgb(245 245 245) 50%, rgb(243 243 243) 100%);
}*/
.table-title {
    background: rgb(241 241 241);
    /*background: linear-gradient( 0deg, rgb(239 238 238 / 9%) 0%, rgb(243 243 243 / 43%) 50%, rgb(193 191 191 / 8%) 100%);*/
}

    .table-title th, .table-title td {
        background: #e4e9ee !important;
        border: 1px #e8e8e800 solid !important;
        color: black !important;
        padding: 9px !important;
        /* border-top: 1px #487ca3 solid !important; */
    }

  
           

.tbl-grey th {
    background: #fbfbfb !important;
    color: black !important;
    border-top: none !important;
}

.table-title th:first-child {
    border-radius: 0px 0px 0px 0px;
}

.table-title th:last-child {
    border-radius: 0px 0px 0px 0px;
}


.delete {
    position: absolute;
    left: 10px;
    bottom: 9px;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
}

    .delete:hover {
        opacity: 1;
    }

/* Example stylistic flourishes */
        .fileContainer {
    background: #2e2e2e;
    color: #9b9b9b;
    border-radius: 4px;
    text-align: center;
    border: 1px #010101 solid;
    width: 100%;
    font-family: Arial;
    font-size: 10pt;
    line-height: 30px;
    max-width: 1150px;
    box-shadow: 0px 0px 8px #929191;
    max-width: 120px;
}

.progres {
    width: 0%;
    color: white;
    font-size: 8pt;
    font-family: Arial;
    height: 100%;
    background-color: #42f106;
}

.upanel {
    height: 100%;
    width: 100%;
    display: none;
    padding: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.fileContainer:hover {
    background-color: #0c0c0c;
    box-shadow: 0px 0px 3px #929191;
}

.fileContainer [type=file] {
    cursor: pointer;
}

.upan {
    display: none;
}

.gradient {
    /*background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00ffffff',GradientType=0 );*/
    border: 1px #f7f7f7 solid;
    background-color: #fcfcfc;
}

.row {
    padding-bottom: 8px;
}

.Sayfalama a, .Sayfalama b, Sayfalama span {
    background-color: white;
    border: 1px #f6f3f3 solid;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: -2px;
    font-size: 10pt;
    font-weight: bold;
}

.Sayfalama span {
    color: transparent;
}

    .Sayfalama span b {
        color: black;
    }

.spr {
    display: none !important;
}

.text-blue:hover {
    color: #05209f !important;
}

.text-red:hover {
    color: #740808 !important;
}

.todo-list li {
    background-color: #fff;
    margin-bottom: 5px;
    border-left: none;
}


    .todo-list li a {
        overflow: auto;
    }

.rlist li {
    box-shadow: 0px 0px 5px #e5e5e5;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    line-height: 15px;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 6px;
    /*font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;*/
}

.alternatebg {
    background-color: #f7f7f7;
}

a.nokta-menu {
    display: inline-block;
    /* padding: 8px; */
    /* background-color: #efefef; */
    color: black;
    border-radius: 50%;
    width: 25px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

    a.nokta-menu i {
        transform: rotate(0deg);
        margin-left: 1px;
        transition: all .5s ease-in-out;
    }

    a.nokta-menu:hover {
        color: #195894;
        transform: scale(1.1);
    }

        a.nokta-menu:hover i {
            transform: rotate(90deg);
        }


.f-bold {
    font-size: 10pt;
    border: none;
}

@media screen and (max-width: 600px) {
    .f-bold {
        font-size: 9pt;
    }
}


.f-bold tr th {
    font-size: 9pt;
}




.Sayfalama a, .Sayfalama b, Sayfalama span {
    background-color: white;
    border: 1px #f6f3f3 solid;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: -2px;
    font-size: 10pt;
    font-weight: bold;
}

.Sayfalama span {
    color: transparent;
}

    .Sayfalama span b {
        color: black;
    }

.spr {
    display: none !important;
}

.text-blue:hover {
    color: #05209f !important;
}

.text-red:hover {
    color: #740808 !important;
}

.todo-list li {
    background-color: #fff;
    margin-bottom: 5px;
    border-left: none;
}

.modal-content .form-group {
    padding-left: 12px;
    padding-right: 12px;
}

.box-header h3 {
    font-size: 9pt;
}

.box-header .btn-primary i {
    color: white;
    font-size: 8pt;
}

.box-header {
    background-color: #eff2f6;
    cursor: default !important;
    color: #000000;
    /* border-bottom: 1px #5f92b7 solid; */
}

.box.box-primary {
}

.todo-list li h2 {
    font-size: 18pt;
}

.tools a i {
    margin-right: 4px;
}

.tools {
    background-color: transparent !important;
    padding: 0px !important;
}

.btn-default {
    color: #ffffff;
    background-color: #c31515;
    border-color: #c31515;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus {
        color: #ffffff;
        background-color: #c6201b;
        border-color: #c6201b;
    }

.user-footer {
    background-color: #367fa9 !important;
    margin-top: -2px;
}

.in {
    display: block !important;
}

.dropdown-menu {
    right: 0px;
    border: none;
    left: auto;
}

    .dropdown-menu li a {
        transition: all .5s ease-in-out;
    }

        .dropdown-menu li a:hover {
            background-color: transparent !important;
            margin-left: 5px;
        }

.box-body {
}

.todo-list {
    min-height: 600px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #00000008;
}



.table-bordered td, .table-bordered th {
    vertical-align: middle !important;
}


.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, 0%) !important;
    -ms-transform: translate(0, 0%) !important;
    -o-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}

.fade {
    opacity: 1 !important;
    background-color: #00000052;
}

.table-bordered tr:hover {
    background-color: rgba(211, 223, 230, 0.60);
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 11pt;
    margin: 4px !important;
    line-height: 1;
    font-weight: bold;
}

.fnt-bld {
    font-weight: bold;
}

.srcpanel {
    position: relative;
    height: 30px;
    margin-bottom: 0px;
    /* margin: 8px; */
    /* padding: 12px; */
}

.srctext {
    position: absolute;
    /* width: 100%; */
    padding-right: 80px;
    left: 0;
    top: 0;
    font-size: 10pt;
    padding: 7px;
    border: 1px #e9e9e9 solid;
    border-radius: 0px;
    outline: none !important;
    line-height: 20px;
    right: 0;
    display: block;
    width: calc(100% - 50px);
}

    .srctext:focus {
        outline: none !important;
    }

.srcbutton {
    position: absolute;
    line-height: 39px;
    right: -2px;
    top: -2px;
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 0 0px 0px 0;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .5s ease-in-out;
    font-size: 12pt;
    border: none;
    outline: none !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 7px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.content-wrapper {
    min-height: 650px;
}

.oto-card h2 {
    font-size: 14pt;
    margin: 0px;
    padding: 3px;
    border-bottom: 1px #3c8dbc solid;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

    .oto-card h2:after {
        position: absolute;
        left: 0px;
        width: 100%;
        content: '';
        bottom: 0px;
        height: 1px;
        background-color: #2b6b8f;
    }

    .oto-card h2 i {
        font-size: 11pt;
    }

.oto-card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .oto-card ul li {
        margin: 0px;
        padding: 5px;
        list-style: none;
        float: left;
        margin: 5px;
        position: relative;
        padding-left: 9px;
        font-size: 15px;
    }

        .oto-card ul li:after {
            position: absolute;
            left: -3px;
            top: 12px;
            content: '\f111';
            font-family: 'FontAwesome';
            font-size: 4pt;
        }

.card-item {
    padding: 10px;
    /* border: 1px #ffffff solid; */
    background-color: #367fa9;
    margin: 8px;
    box-shadow: 0px 0px 6px #02020214;
}

.oto-card .col-md-6 {
    margin: 0px;
    padding: 0px;
}

.card-item * {
    color: white;
}


.card-item2 * {
    color: white;
}


.oto-card2 h2 {
    font-size: 14pt;
    margin: 0px;
    padding: 3px;
    border-bottom: 1px #ef5608 solid;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

    .oto-card2 h2:after {
        position: absolute;
        left: 0px;
        width: 100%;
        content: '';
        bottom: 0px;
        height: 1px;
        background-color: #d34a04
    }


.card-item2 {
    padding: 10px;
    /* border: 1px #ffffff solid; */
    background-color: #e25208;
    margin: 8px;
    box-shadow: 0px 0px 6px #02020214;
}

.oto-card2 h2 i {
    font-size: 11pt;
    color: white;
}

.oto-card a:hover, .oto-card2 a:hover {
    color: white;
    text-decoration: underline;
}

.oto-card {
    display: flexbox;
}

td a {
    display: block;
}




body {
    font-family: Arial helvatica,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial helvatica,sans-serif;
}

a, p, span, label, table, tr, td {
    font-family: Arial helvatica,sans-serif;
}

table, tr, tr {
    color: #616161;
}

.sitemap {
    padding: 12px;
    font-size: 9pt;
    background-color: #3182bd;
}

    .sitemap span {
        color: #e1e1e1;
    }


.footer-tr td {
    padding: 8px !important;
}

.main-footer {
    background: #ecf0f5;
    padding: 15px;
    color: #244956;
    border-top: 1px solid #ced1d3;
    padding-left: 250px;
    margin-left: 0px;
}

@media screen and (max-width: 600px) {

    .main-footer {
        background: #222d32;
        padding: 15px;
        color: #bfbfbf;
        border-top: 1px solid #222d32;
        padding-left: 20px;
        margin-left: 0px;
    }
}

.content-wrapper {
    min-height: 1000px !important;
    background-repeat: repeat-x;
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: auto;
    overflow-y: auto;
}

.box {
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.00);
    margin-bottom: 0px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
 
}

@media (max-width: 767px) {

    .box {
        border-radius: 0px;
        background: rgba(255, 255, 255, 0.00);
        margin-bottom: 0px;
        width: 100%;
        box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
        overflow: auto;
        background-color: white;
    }
}

.login-page, .register-page {
    background-color: #3182bd !important;
}

.table > thead > tr > td, .table > tbody > tr > td > a, .table > tfoot > tr > td > a {
    /*font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;*/
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

    .treeview-menu > li {
        margin: 0;
        border-top: 1px #1d2529 solid;
    }

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #8aa4af;
    transition: all .5s ease-in-out;
}

.add {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    border-radius: 5px;
}

.scrolldiv {
    max-height: 500px;
    overflow: auto;
}

.box-body {
    padding: 0px;
}

table {
    border-spacing: 0;
    border-collapse: inherit;
    margin-bottom: 0px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: white;
}

.box-headerto {
    background-color: #ffffff;
    cursor: default !important;
    color: #383434;
    border-bottom: 1px#f1f1f1 solid;
}

.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
    background-color: #f6f6f6;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: none;
}

@media (max-width: 767px) {

    .content-wrapper {
        padding-top: 50px;
    }
}

.sitemap a[href="#"] {
    color: #e1e1e1;
    cursor: default;
}

.sitemap a {
    color: #e1e1e1;
}

    .sitemap a:hover {
        color: #ededed;
    }

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #1a2226 !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 0px !important;
    background: #060606 !important;
}

.treeviews {
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
}

.skin-blue .sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
    border-bottom: 1px #2e3d44 solid;
}

.skin-blue .main-header .logo {
    background-color: #1a2226 !important;
    color: #73848b;
    border-bottom: 2px solid #0a0a0a;
    box-shadow: 0px 0px 8px #000000;
    position: relative;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e38b07;
}

.skin-blue .main-header .navbar {
    background-color: #3182bd !important;
   /* box-shadow: 0px 0px 8px #366589;*/
}

.btn-primary {
    background-color: #3182bd !important;
    border-color: rgba(0, 0, 0, 0.00);
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-primary:hover {
        background-color: #3a7190 !important;
        border-color: rgba(0, 0, 0, 0.00)
    }

/*.btn-primary:focus {
    background-color: #3a7190!important;
    border-color:#367fa9;
}
.btn-primary:active {
    background-color: #1a1d1d!important;
    border-color:#367fa9!important;
}

.btn-primary:visited {
    background-color:#1a1d1d!important;
    border-color:#367fa9!important;
}*/


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    background-color: #e1e0e0;
    width: 23px;
    text-align: left;
    padding: 0px;
    padding: 0px;
    border-radius: 50%;
}

.treeview-menu > li > a {
    font-size: 10pt;
}

.skin-blue .sidebar-menu > li > a {
    border-left: 3px solid transparent;
    font-size: 10pt;
}


.modal-footer .btn-primary {
    background-color: #367fa9;
}

.skin-blue .sidebar a {
    color: #92a0a7;
}

.sidebar-menu > li {
    border-bottom: 1px #2e2d2d solid;
    position: relative;
}

    .sidebar-menu > li:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 100%;
        background-color: #000000;
    }

.deactive {
    pointer-events: none;
    color: #ebebeb !important;
    text-shadow: 0px 1px 1px #6a6666;
}

    .deactive i:before {
        content: "\f05e" !important;
    }

.infotext {
    min-height: 75px;
    padding: 10px;
    margin: 0px;
    list-style: none
}

    .infotext li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        border: 1px #ededed solid;
        margin: 3px;
    }

    .infotext .row div {
        margin: 0px;
        padding: 0px;
    }

.btn-primary {
    border: none !important;
    border-radius: 0px !important;
}

.btn-default {
    border: none !important;
    border-radius: 0px !important;
}


.modal-header {
    border-bottom-color: #f4f4f4;
    background-color: #3182bd;
    color: white;
}

.modal .btn-primary {
    position: relative;
    padding-left: 29px;
    border: none !important;
    border-radius: 0px !important;
}

.modal .btn-default {
    position: relative;
    padding-left: 29px;
    border: none !important;
    border-radius: 0px !important;
}

    .modal .btn-default:hover {
        background-color: #dd1414 !important;
        border-color: #dd1414;
    }

    .modal .btn-default:focus {
        background-color: #b40d0d !important;
        border-color: #dd1414;
        border: none !important;
    }

    .modal .btn-default:active {
        background-color: #b40d0d !important;
        border-color: #dd1414;
        border: none !important;
    }

.modal .btn-primary:before {
    position: absolute;
    left: 9px;
    top: 5px;
    content: "\f00c";
    font-family: 'FontAwesome';
}

.modal .btn-default:before {
    position: absolute;
    left: 9px;
    top: 5px;
    content: "\f00d";
    font-family: 'FontAwesome';
}

.modal .btn-default:hover {
    background-color: #dd1414 !important;
    border-color: #dd1414;
    outline: none !important;
    color: white !important;
}

.modal .btn-default:focus {
    background-color: #dd1414 !important;
    border-color: #dd1414;
    outline: none !important;
    color: white !important;
}

.modal .btn-default:active {
    background-color: #dd1414 !important;
    border-color: #dd1414;
    outline: none !important;
    color: white !important;
}

.form-controltxt {
    /*width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    border-color: #d2d6de;
    border-radius: 5px;*/
}

.login-box-body .btn-primary {
    position: relative;
}

    .login-box-body .btn-primary:after {
        position: absolute;
        left: 9px;
        top: 5px;
        content: "\f090";
        font-family: 'FontAwesome';
    }

.modal.fade .modal-dialog {
    width: 100%;
    max-width: 800px;
}


.deactive-button {
    background-color: #ffffff !important;
    color: #ffffff;
    pointer-events: none;
    content: '';
    background-image: url(/images/load.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.deactive-button2 {
    background-color: #e7e7e7f2 !important;
    color: #ffffff;
    pointer-events: none;
    content: '';
    background-image: none;
    background-position: left;
    background-repeat: no-repeat;
    text-shadow: 0px -2px 1px #747474;
}

.deactive-button:before {
    content: "\f05e" !important;
}

.deactive-button2:before {
    content: "\f05e" !important;
}

.deactive-button:hover {
    background-color: #e9e9e9 !important;
    color: #b0adad;
    pointer-events: none;
}

.progress {
    height: 7px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #bfbfbf;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    line-height: 8px;
}

.edit-deactive {
    pointer-events: none;
    color: #ebebeb !important;
    text-shadow: 0px 1px 1px #6a6666;
}

    .edit-deactive i:before {
        content: "\f05e";
    }

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #346f9b !important;
}

.whatsapp {
    padding: 5px;
    background-color: #199b23;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
    margin-right: 8px;
    display: inline-block;
}

    .whatsapp i {
        color: white;
    }



.loader-spin {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px #ccc solid;
    position: relative;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

    .loader-spin:after {
        position: absolute;
        content: '';
        z-index: 9;
        left: -2px;
        top: -2px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px transparent solid;
        border-top: 2px red solid;
        animation-name: lspin;
        animation-duration: 500ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }


@keyframes lspin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border-color: red;
}


.aktif {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #56dc1a;
    float:left;
    margin-right:6px;
}

.pasif {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    float: left;
    margin-right: 6px;
}
.lbl_info{
    color:red;
    padding:15px;

}
.table-bordered tr td, .table-bordered tr th {
    font-size:10pt!important;
}




.sitemap-custom {
    padding: 8px;
    padding-top: 16px;
    background-color: white;
}

    .sitemap-custom a {
        display: inline;
    }

    .sitemap-custom span {
        margin-left: 3px;
        margin-right: 3px;
    }

.sitemap-custom label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #999494;
}

.search-panel {
  
    padding-top: 20px!important;
    position: relative;
}
.field-validation-error{
    font-size:9pt;
    color:red;

}
/*.table > tbody > tr > td:nth-child(1) {

    background-color:rebeccapurple;
}*/
