﻿
*{  
      margin: 0;  
      padding: 0;  
}  

html 
{
      height: 100%;
}  

body
{  
      height: auto !important;  
      height: 100%;  
      min-height: 100%;  
      position: relative;
} 
#content{
   padding-bottom: 100px;
}
#content_valign{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}
#footer 
{  
       position: absolute;  
       bottom: 0;  
       height: 100px;  
       width: 100%;
}  
#footer #copyrigth 
{
    color:white;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
}

.validation-summary-errors ul
{
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.25em;
    list-style-position: outside;
    font-family: inherit;
}


/******************************  Top bar menu  edit  wramework CSS*/
/*.top-bar {
   background-color:  #2d6a9d !important;
}
.top-bar-section .has-dropdown a
{
   background-color: #2d6a9d !important;
}

.top-bar-section .has-dropdown .active-menu
{
    text-decoration: underline;
}
.top-bar-section .has-dropdown .dropdown a
{
   background-color: #565656 !important;
}
.top-bar-section .has-dropdown .dropdown .active a
{
   background-color: gray !important;
}
.top-bar-section .has-dropdown .dropdown a:hover
{
   background-color: #2d6a9d !important;
}
.top-bar-section .has-form {
     background-color: #2d6a9d !important;
}
.top-bar-section .has-form  a {
     background-color: #76a61f !important;
}
.row .align_txt_right {
    text-align: right;
    padding: 5px 5px !important;
}
.row .align_txt_center {
    text-align: center;
    padding: 5px 5px !important;
}
.row .align_txt_left {
    text-align: left;
    padding: 5px 5px !important;
}*/
/***************************  filter panel */
.pa7724_panel {
    border-color: gainsboro;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    padding: 5px !important; 
    /*padding-top: 14px !important;*/
    margin-bottom: 0px !important;
    color: #2d6a9d !important;
}
.row .filter {
    min-height: 60px;
}
.row .row-report{
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row .vspace {
    min-height: 20px;
}
.row .vspace_border {
    font-size: 18px;
    font-weight: bold;
    border-bottom:solid 1px #dddddd !important;
    margin-bottom: 10px  !important;
    margin-left: 20px  !important;
}
.row .pay724checkbox {
    margin-top: 9px;
}
/***************   table   */
.row-report table {
      width: 100%;
}
.row-report table thead {
background: #565656 ;
}
.row-report table  tr td {
    padding: 3px 3px  !important;
    line-height: 18px;
    text-align: left;
    border-left: 1px solid #dddddd !important;
}
.row-report table thead tr th {
    color: white !important;
    /*font-size: 14px !important;
    height: 18px !important;*/
    text-align: center;
}
.row-report table body tr td {
    color: white !important;
    /*font-size: 12px !important;
    height: 16px !important;*/
    padding: 3px 3px  !important;
}
.row-report table tbody tr  {
   border-bottom: solid 1px #dddddd !important;
   padding: 3px 3px  !important;
   border-color: inherit;
   width: 100%;
}
.row-report table tbody .mark  {
   background-color:  lightgrey  !important;
}
/***************  button  ***********************************/
button.radius, .button.radius {

min-width: 100px !important;
}

form .row .row{
    margin: 0 !important;
}
.crow{
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}
.w-100 {
    width: 100% !important;
}


.bank-detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid grey;
    border-radius: 2px;
    transition: 0.3s height linear;
    overflow: hidden;
    height: 50px;
    position: relative;
    margin: 0 !important;
}
    .bank-detail label.inline{
    }
    .w-auto {
        width: auto !important;
    }
    .bank-detail.opened {
        height: 460px;
        overflow: unset;
    }
    .bank-detail input{
        margin: 0 !important;
        width: 300px !important;

    }
    .bank-detail select, .bank-detail .custom.dropdown {
        width: 300px !important;
    }
    .bank-detail__header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px 0 !important;
        cursor: pointer;
    }
    .bank-detail__header>div{
        height: 100%;
    }
.bank-detail__field{
    padding-left: 3vw;
}
.opened .bank-detail__fields {
    visibility: visible;
    transition: 0.2s visibility ease;
}
.opened .result-block{
    display: none;
}
    .bank-detail__fields{
        visibility: hidden;
        transition: 0.2s visibility ease;
    }
.bank-detail__header .sign {
    background: url('../../themes/pay724/img/flag_plus.jpg') no-repeat center;
    background-size: auto 20px;
    height: 100%;
    width: 3vw;
    min-width: 15px;
    min-height: 30px;
}
.opened .bank-detail__header .sign {
    background: url('../../themes/pay724/img/flag_minus.jpg') no-repeat center;
    background-size: auto 20px;
}
.result-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 10px 10px 0;
    
}

.result-answer {
    text-align: center;
    color: white;
    display: flex;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    max-height: 35px;
    justify-content: center;

}

.js-success {
    background: green;
}

.js-error {
    background: red;
}
.btn-container{
    display: none;
    text-align: left;
}
    .btn-container button {
        margin: 5px 0;
    }
.opened .btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*.bank-detail select {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}*/

/******************  Input text */
.pay724Search {
    position: absolute;
    border-style: inset;
    border-color: #FFFFFF transparent transparent transparent;
    border-top-style: solid;
    border-width: 7px;
    left: 35%;
    top: 40%;
}
/*button, input {
    height: 30  px  !important;
}
label.inline {
margin: 0 0 1em 0 !important;
padding: 0.425em 0 !important;
}*/

/* -----  -----*/
.MultiselectInputDiv {
    border: 1px solid #C8C8C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;

    display: inline-block;
    width: 400px;

    padding-left: 5px;
    margin: 0px;
}

.dropdownInput {
    width: 350px;
    border: none;
    padding: 4px 5px;
}

    .dropdownInput:focus {
        outline: 0;
    }

.dropdownButton {
    padding: 3px 6px;
    float: right;
    height: 24px;
    cursor: pointer;
}
.dropdownDiv {
    border: 1px solid #C8C8C8;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;*/

    background-color: white;

    margin-top: -12px;

    position: absolute;
    width: 305px;
	z-index: 20;
    height:350px;
    overflow: auto;
    line-height: 1.25em;
}

    .dropdownDiv ul {
        list-style: none;
        padding: 5px;
    }

.dropdownDivHeader{
   background: #7093B9 url('img/bg_user_menu.png') repeat-x left bottom; /*margin: 17px 10px 0;*/
   margin: 5px 5px 0;
   font-size: 14px;
   line-height: 18px;
   padding: 3px 4px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
   
    color: #FFF;
}

.dropdownDivcloseBtn {
    background-position: 0px 0px;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: -2px;
    background-image: url('../pay724/img/icon0.png');
    background-repeat: no-repeat;
}

.dropdownDivSelectAllBtn{
    display: inline-block;
    margin-left: 12px;
}
    .dropdownDivSelectAllBtn input[type='checkbox'] {
        position: relative;
        top: 2px;
    }

.dropdownDivTitle {
    margin-left: 40px;
}
.hidden {
    display: none;
}
.indentSpan {
    display: inline-block;
    width: 10px;
}
.selectSpan {
    display: inline-block;
    padding: 0px 6px;
}

    .selectSpan input[type='checkbox'] {
        position: relative;
        top: 2px;
    }

.halfSelected {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.groupingSpan {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    font-size: 14px !important;
    height: 20px;
    padding-bottom: 2px;
    vertical-align: middle;
    background: url('../Pay724/img/tree_arrows.gif') no-repeat 4px 0px;
    margin-left: -6px;
}
.selectGroupSpan {
    display: inline-block;
    /*margin: 0px 9px;*/
}

    .selectGroupSpan input[type='checkbox'] {
        position: relative;
        top: 2px;
    }

.groupHeaderSpan {
    font-weight: bold;
    font-size: 14px !important;
}
.itemNameSpan {
    font-weight: normal;
    font-size: 14px !important;
}





