*{
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background-color: #ebebeb;
}

.loginDiv{
    padding: 25px 60px 50px 60px;

    width: 600px;
    background-color: #fff;
    margin-top: 100px;
}

.loginInputs{
    margin-top: 30px;
}

.loginErr{
    color: red;;
    font-size: 0.9em;
}

#history{
    margin-top: 50px;
    margin-bottom: 40px;
}

.itemBlock{
    width: 100%;
    min-height: 40px;
    padding: 15px 0;
    border-left: 4px solid rgb(106,106,106);
    text-align: center;
    background-color: white;
    margin-top: 20px;
    font-size: 1.2em;
}

.itemBlock.red { border-color: rgb(255,0,0); }
.itemBlock.green { border-color: rgb(25,182,0); }

.histID{
    width: 16%;
    max-width: 16%;
    float: left;
}

.histAmount{
    width: 25%;
    max-width: 25%;
    float: left;
    text-align: right;
    padding-right: 5%;
}

#histHead div.histAmount{
    text-align: center;
    padding: 0;
}

.histDate{
    width: 25%;
    max-width: 25%;
    float: left;
}
.histName{
    width: 34%;
    max-width: 34%;
    padding: 0 2%;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
    display: inline-block;
}
.clear{
    clear: both;
}

#histHead{
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 30px;
}

.logout{
    float: right;
    font-size: 1.2em;
}

.personHeader{
    margin-left: 65px;
    font-size: 1.2em;
}

#header{
    background: linear-gradient(to right, #252239, #0f2a39);
    color: #ebebeb;
}
#header a{
    color: #ebebeb;
}

#content{
    margin-top: 30px;
}

.clearMob{
    display: none;
}

.porachunki{
    font-weight: 700;
    margin-right: 160px;
}

.logoJordan{
    width: 150px;
    float: left;
    margin-top: 25px;
}

#dateText{
    cursor: pointer;
    background-color: white;
}

.priceLabel{
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 700;
    float: left;
    width: 32%;
    padding-left: 16%;
    text-align: left;

}
.dateLabel{
    font-size: 1.1em;
    font-weight: 700;
    float: left;
    width: 22%;
    padding-left: 5%;
    text-align: left;


}.nameLabel{
     font-size: 1.1em;
     font-weight: 700;
     float: left;
     width: 46%;
    text-align: left;
    padding-left: 1%;
 }



.small{
    display: none !important;
}

#devWarning {
	color: #fff; 
	width: calc(100%+.7em); 
	line-height: 1.65em;
	background-color: #f00;
	margin-left: 0.1em;
	margin-right: 0.1em;
	text-align: center;
}



@media all and (max-width: 1199px) and (min-width: 992px) {
    .priceLabel{
        width: 32%;
        padding-left: 9%;
    }
    .dateLabel{
        width: 21%;
        padding-left: 1%;
    }
    .nameLabel{
         width: 47%;
         padding-left: 2%;
    }
}



@media all and (max-width: 991px) and (min-width: 768px) {
    button[name='btnAdd']{
        margin-top: 20px;
    }
    .priceLabel{
        width: 36%;
        padding-left: 4%;
    }
    .dateLabel{
        width: 25%;
        padding-left: 0;

    }
    .nameLabel{
        width: 39%;
        padding-left: 3.5%;
    }
}


@media all and (min-width: 768px) {
    #nameText, #nameText2{
        width: 28%;
    }
    #datetimepicker1{
        width: 25%;
    }

    .form-inline ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: transparent !important;
    }
    .form-inline ::-moz-placeholder { /* Firefox 19+ */
        color: transparent !important;
    }
    .form-inline :-ms-input-placeholder { /* IE 10+ */
        color: transparent !important;
    }
    .form-inline :-moz-placeholder { /* Firefox 18- */
        color: transparent !important;
    }
}


@media all and (max-width: 767px) {
    .valueMob{
        display: inline-block;
        float: left;
        width: 73%;
    }
    .currMob{
        display: inline-block;
        float: right;
        width: 25%;
    }

    .clearMob{
        display:block;
        clear: both;
    }

    .porachunki{
        font-size: 2.3em;
        font-weight: 700;
        margin-right: 0;
        margin-top: 10px;
    }
    .logoJordan{
        float: none;
        margin-top: 15px;
    }

    .priceLabel{
        display: none;
    }
    .dateLabel{
        display: none;
    }
    .nameLabel{
        display: none;
    }

    .large{
        display: none !important;
    }
    .small{
        display: inline-block !important;
    }
    .loginDiv{
        width: 100%;
        padding: 20px 30px 50px 30px;
        margin-top: 60px;
    }
}

@media all and (max-width: 359px) {
    .logout{
        float: none;
    }
    .personHeader{
        margin: 0;
    }
}





