* {
    box-sizing: border-box;
}

body p {
    color: #3b659a;
}

body h2 {
    color: #3b659a;
}

#reportTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid rgba(54, 78, 108, 0.28);
    color: #3b659a;
    -webkit-box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.07);
}

#reportTable th, #reportTable td {
    text-align: left;
    padding: 12px;
}

#reportTable tr {
    border-bottom: 1.3px solid #ddd;
}

#reportTable tr.header, #reportTable tr:hover {
    background-color: rgb(237, 243, 248);
    border-color: rgba(8, 0, 255, 0);
}

#reportTable tr.header {
    border-bottom: 0.1em dotted rgb(80, 135, 190);
}

.search-form .form-group {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3b73e0;
    left: initial;

}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    border-color: rgba(92, 140, 183, 0.58);
}

.mobile-articles {

    visibility: hidden;
    display: none;
    text-align: justify;

}

@media (max-width: 1024px) and (min-width: 367px) {

    @viewport {
        width: device-width;
    }

}

@media screen and (max-width: 1024px) {

    .mobile-articles {

        visibility: visible;
        display: block;

    }

}

/* moergos mobilurebs */
table {

    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

@media only screen and (max-width: 390px) {
    table {
        font-size: 0.75em;

    }
}

/* patara zomis mobilurebistvis chamoshladi velis sigrdze **************/
@media only screen and (max-width: 379px) {

    .rowInfoDiv.opened {
        height: 250px;
        padding-top: 15px;

    }
}

/* footer */
.panel-footer {

    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;

}

.button {

    align: center;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 970px;
}

#textContainer {
    padding-top: 20px;
}

.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-heading {
    background-color: #2681cb;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.panel-body {
    background: #fff;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}

#accordion .panel-heading a:before {
    content: '\e313';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 10px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

#reportTable tr.rowInfo td {
    padding: 0px;
}

#reportTable tr.rowInfo {
    border-bottom: 0px;
}

#reportTable tr.rowInfo ul li hover {
    background: #cce5ff;
    padding: 5px;
    margin-left: 35px;
}

.rowInfoDiv {
    height: 0px;
    overflow: hidden;
    border-bottom: 0px solid transparent;
}

/* didi zomis mobilurebistvis chamoshladi velis sigrdze *******************/
@media (min-width: 600px) {
    .rowInfoDiv.opened {
        height: 325px;
        padding-top: 15px;
        border-bottom: 1px solid #cee4eb;
    }
}

/* sashualo zomis mobilurebistvis chamoshladi velis sigrdze ***************/
@media (min-width: 380px) {
    .rowInfoDiv.opened {
        height: 330px;
        padding-top: 15px;
        border-bottom: 1px solid #cee4eb;
    }
}

.hide-warning {
    display: none;
}

.hide-danger {
    display: none;
}

.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.search-fields-row {
    display: none;
    border: 1px solid #ddd;
    margin: 0px;
    margin-top: -22px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0px;
}

.search-fields-row.active {
    display: block;
}

.nav-tabs > li {
    width: 50%;
}

.nav-tabs > li > a {
    margin-right: 0px;
    color: #adabab;
    padding: 12px 15px 8px 15px;
}

#search-tabs {
    margin: 20px 0px 22px;
    visibility: visible;
}

.nav-tabs > li.active > a {
    color: #337ac7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #337ac7;
}

.nav-tabs > li i.material-icons {
    position: absolute;
    margin-left: -27px;
    margin-top: -2px;
}

.note-text {
    text-align: justify;
}

.rowInfoDiv li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #b9c5c52e;
    color: #337ab7;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    margin-right: 3%;
    cursor: pointer;

}

.rowInfoDiv li:hover {
    background: white;
}

.rowInfoDiv li :before {
    content: " ";

    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #337ab7;
    height: 1.7em;
    width: 1.7em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.rowInfoDiv li a {
    text-decoration: none;
}

.btn-xs {
    border: none;
}

@media (max-width: 768px) {
    .nav-tabs > li i.material-icons {
        display: block;
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
}

.btn-primary {
    margin-right: 10px;
}

#searchBtn {
    width: 27%;
}

#resetBtn {
    min-width: 140px;
    width: 27%;
}

.ui-widget-content {
    border: 1px solid #842b2b;
    background: rgb(74, 138, 198);
    color: white;
}

.ui-widget-header {
    border: 1px solid #67cadc;
    background: #edf3f8;
    color: #4a8ac6;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #67cadc;
    background: #6fc3ef;
    font-weight: normal;
    color: #fffcfc;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #98a4e7;
    background: #c6dcfa;
    color: #2f77b9;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #239d9f;

    font-weight: normal;
    color: #2b5780;
}

.thIconRow {
    width: 50px;
}

.card-container {
}

.card-right {
    display: inline-block;
    box-sizing: border-box;
    width: 88%;
    padding: 2px;
    margin: 0;
}

.card-left {
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    margin: 0px;
    padding: 5px;
}

.card {
    display: inline-block;
    width: 40px;
    height: 19px;
    margin-top: -4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.card-space-right {
    margin-right: 10px;
}

.card-visa {
    background-image: url(../img/visa.png);
}

.card-mastercard {
    width: 30px;
    background-image: url(../img/mastercard.png);
}