.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.md-switch-thumb, md-radio-button { font-size: 18px; }
#wrapper {
    margin: 25px;
}
#sampleCode {
    margin-bottom: 15px;
}
.bg-blue {
    background-color: cornflowerblue;
}
.gray { background: #f5f5f5; }
.green { background: #b9f6ca; }

.list h3 {
 font-size: 18px;
}

doc-signed {
    margin-right: 10px;
    padding-left: 10px;
}

doc-not-signed {
    margin-left: 15px;
}

#archiveSign .digit {
    font-size: 16px;
    color: dodgerblue;
}

.buttonIcon {
    margin: 3px;
}

#storageChoice {
    width: 40%;
}
#storagePassword {

}
#storageUpload {
        width: 200px;
}
#info {
    font-size: 13px;
}

key-certificate {
    margin-top: 30px;
    display: block;
}

#storageChoice md-input-container.md-default-theme .md-input[disabled], [disabled] md-input-container.md-default-theme .md-input {
    color: black;
}

#storageUpload #loading {
    font-size: 13px;
}

#format md-toolbar.md-default-theme {
      <!--background-color: #607D8B;-->
}

#time {
    float: right;
    margin-right: 15px;
    font-size: 13px;
}

#key-content {
    min-height: 230px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    border-color: #f5f5f5;
}

#generate-loading {
    margin-bottom: 10px;
    text-align: center;
}
#button-download a:link {
    text-decoration: none;
    color: #FFFFFF;
}
/* visited link */
#button-download a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
/* mouse over link */
#button-download a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
/* selected link */
#button-download a:active {
    text-decoration: none;
    color: #FFFFFF;
}
a#button-download.ng-scope {
    color: #FFFFFF;
    text-decoration: none;
}
#generate-wrapper {
        margin: 25px;
}
#generator {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
#generator md-input-container.md-default-theme .md-input[disabled], [disabled] md-input-container.md-default-theme .md-input {
 color: black;
}
#send-server {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.dialog-frame {
    padding: 10px;
    height: 400px;
    overflow: scroll;
    font-size: 12px;
}
loading, loading-signature {
    top: 0%;
    left: 0%;
    position: absolute;
    background-color:  white;
    z-index:1001;
    -moz-opacity: 0.5;
    background-color: rgba(255,255,255,0.7);
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}
loading-signature {
    position: fixed;
}
#loading-content, #loading-content-signature {
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: 14%;
    padding: 16px;
    z-index:1001;
    overflow: auto;
}
#loading-content-signature {
    position: fixed;
    left: 35%;
}
loading.ng-enter {
    transition:0.5s linear all;
    opacity: 0;
}
loading.ng-enter.ng-enter-active {
  opacity:1;
}
#password-info {
    font-size:  10px;
    color: #616161;
    font-weight: 700;
}
language-menu {
    float: right;
    margin-right: 15px;
}
.doc-list-table > tbody > tr:hover {
    background-color: dimgray;
    color: white;
    cursor: pointer;
}
.doc-list-table > tbody > tr > td {
    padding-left: 10px;
}
.doc-list-table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
.selectedDoc {
    background-color: #d3d3d3;
}
.podgladWydrukuIframe{
    width: 100%;
    border: none;
    padding: 0px;
    margin: auto;
    height: 500px;
}
#signature-buttons {
    padding-bottom: 30px;
}




/*--Edinet style--*/
.boxGeneratorKluczy{
    width:600px;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 6px;
    display: block;
    position: relative;
     margin-top: 10px;
}
.boxGeneratorKluczyNaglowek{
    border-radius: 5px 5px 0px 0px ;
    padding-top: 10px;
    height: 30px;
    text-align: center;
    color:#fff;
    background-color: #5c5c5c;
	font-size: 15px;
}

.srodekBoxGeneratorKluczy{
    padding: 10px;
}
.srodekBoxGeneratorKluczy div{
    width: 100%;
    height: 50px;
}
.srodekBoxGeneratorKluczy div label{
    float:left;
    font-size: 10px;
}
.srodekBoxGeneratorKluczy div input{
    clear: both;
    float:left;
    border: 0px;
    background-color: #f7f7f7;
    color:#042f66;
    font-weight: 500;
    width: 560px;
    padding-left: 5px;
}

.srodekBoxGeneratorKluczy div input.inputEdit{
    background-color: #fff;
    margin-top:3px;
    width:560px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    height:25px;
    padding-left: 5px;
}

.srodekBoxGeneratorKluczy div input.inputEdit:focus {
    outline: none;
}

.divButton button:disabled{
    background-color: #e2e2e2 !important;
}
.divButton button:disabled span{
    background-color: #e2e2e2 !important;
}
.divButton button{
    background-color: #042f66 !important;
    color:#fff;
    height: 40px;
}
.divButton button span{
    background-color: #042f66 !important;
    color:#fff;
}

.srodekBoxGeneratorKluczy div input.inputEdit2{
    background-color: #fff;
    margin-top:3px;
    width:500px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    height:25px;
    padding-left: 5px;
}
#file{
    float:left;
    width: 40px;
    padding-top: 9px;
    margin-left:5px;
}

.srodekBoxGeneratorKluczy .divMagazynKluczy{
    width:500px;
    float:left;
}
#file button{
    width:65px;
    height: 30px;
    min-height: 30px;
    min-width: 65px;
    background-color: #042f66 !important;
}
.md-button.md-primary.md-raised:disabled{
    background-color: #e2e2e2;
}
.md-button.md-primary.md-raised {
    background-color: #042f66 ;
}
.buttonCheck{
    float:left;
    width: 40px;
    padding-top: 9px;
    margin-left:5px;
}
.buttonCheck button{
    width:65px;
    height: 30px;
    min-height: 30px;
    min-width: 65px;

}
.divButtonPrzenies button:disabled{
    background-color: #e2e2e2 !important;
    color:#fff;
    height: 40px;
    width:auto;
    margin-left:0 !important;
}

.divButtonPrzenies  button:disabled span{
    background-color: #e2e2e2 !important;
    color:#fff;
}
.divButtonPrzenies{width:200px;}
.divButtonPrzenies button{
    background-color: #042f66 !important;
    color:#fff;
    height: 40px;
    width:auto;
    margin-left:0 !important;
}

.divButtonPrzenies span{
    background-color: #042f66 !important;
    color:#fff;
}
.komunikat{
    margin-top:10px;

}
.md-button{
    display: inline !important;
}

tr{
    outline: none;
}

md-dialog#formatPDF{
    width: 80vw;
    height: 90vh;
    max-height:90%;
    max-width:90%;
}
html, body{
    position: static !important;
}
md-dialog#formatPDF iframe {
    box-sizing: border-box;
    height: calc(100vh - 190px);
    width: 100%;
}
/* do poprawki
div.md-dialog-container{
    padding-top: 30px;
    top: 50%;
    width: 600px;
    height: 140px;
    background: #fff;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    margin-left: -300px;
    margin-top: -70px;
    text-align: center;
    border-radius: 10px;
    radius: ;
}
*/
