@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap&subset=cyrillic');
* {
    font-family: 'Open Sans', sans-serif;
}
#sendbutton {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    /*padding: .2em 1.2em;*/
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    width: 200px;
    height: 35px;
    padding: 6px;
}
#haslo {
    margin-bottom: 10px;
}
#sendbutton:hover {
    color: rgb(24,24,24);
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#sendbutton:active {
    color: rgb(51,51,51);
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
#sendbutton2 {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    /*padding: .2em 1.2em;*/
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    width: 200px;
    height: 35px;
    padding: 6px;
    margin-bottom: 10px;
}
#sendbutton2:hover {
    color: rgb(24,24,24);
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#sendbutton2:active {
    color: rgb(51,51,51);
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.header {
    text-align: center;
    border-style: solid;
    border-radius: 3px;
    border-color: #afcde7;
    border-width: 2px;
    margin: 20px;
    padding: 5px;
}
.inputs {
    margin-right: 40px;
    /*border-radius: 3px;*/
    padding-left: 5px;
    text-align: left;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    width: 300px;
    border-width: 1px;
}
.he2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
}
.bodys {
    margin-top: 20px;
    text-align: center;
}
.test2 {
    text-align: left;
    font-size: 14px;
    padding-left: 68px;
    padding-right: 30px;
}
.test4 {
    text-align: left;
    padding-left: 30px;
}
.namecol {
    font-size: 12px;
    color: #535c69;
}
#headin {
    font-size: 18px;
    text-align: left;
    padding-left: 25px;
}
.inleft {
    text-align: left;
    padding-left: 17px;
    display: none;
}
#img2 {
    align-content: center;
}
#twobody {
    text-align: center;
}
#threbody {
    text-align: center;
    font-size: 18px;
}
#fourbody {
    padding-left: 10px;
    margin: 20px;
}
#ul2 {
    padding-left: 80px;
    font-size: 14px;
}
#labtwo {
    font-size: 15px;
    padding-left: 20px;
}
.test5 {
}
#logout {
    display: none;
}
#logint {
    display: none;
    text-align: left;
    margin: 15px;
    color: #535c69;
}
#login {
    margin-bottom: 10px;
}
.laball {
    color: black;
    padding-right: 30px;
    font-size: 14px;
}
.labelten {
    font-size: 14px;
}
#datareg {
    font-size: 18px;
}
#errorblock {
    display: none;
  /*  width: 284px;*/


    background-color: #f2dede;
    text-align: center;
    border-radius: 3px;

    border-style: solid;
    border-width: 1px;
    border-color: #ebccd1;
    padding: 7px;
}
#errorlab1 {
    color: #a94442;
    font-size: 13px;
}
#errorblock2 {
    display: none;
    /*width: 284px;*/

    padding-left: 10px;
    padding-right: 10px;
    background-color: #f2dede;
    text-align: center;
    border-radius: 3px;

    border-style: solid;
    border-width: 1px;
    border-color: #ebccd1;
}
#errorlab2 {
    color: #a94442;
    font-size: 13px;
}
/*

#sendertable {
    font-size: 11px;
    border: 1px solid;
    width: 100%;
}

#sendertable tr td {
    border: 1px solid;
}*/

table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 11px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    max-height: 150px;
}
th, td:first-child {
    background: #AFCDE7;
    color: white;
    padding: 6px 12px;
}
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    font-size: 11px;
}
td {
    background: #D8E6F3;
}
th:first-child, td:first-child {
    text-align: left;
}

#addsenderbutt {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    /* padding: .2em 1.2em; */
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    width: 163px;
    height: 24px;
    padding: 6px;
    /* margin-left: 10px;*/
    margin-top: -1px;
}
#addsenderbutt:hover {
    color: rgb(24,24,24);
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#addsenderbutt:active {
    color: rgb(51,51,51);
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
li {
    font-size: 14px;
}
/*

#addsenderbutt {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;*/
    /*padding: .2em 1.2em;*/
  /*  outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    width: 163px;
    height: 27px;
    padding: 6px;
    margin-left: 10px;
}
#addsenderbutt:hover {
    color: rgb(24,24,24);
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#addsenderbutt:active {
    color: rgb(51,51,51);
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}*/

#refreshsender {
    margin-left: 10px;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    /* padding: .2em 1.2em; */
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    width: 142px;
    height: 27px;
    padding: 6px;
 }
#refreshsender:hover {
    color: rgb(24,24,24);
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#refreshsender:active {
    color: rgb(51,51,51);
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
#sender {
    margin-bottom: 10px;
}
