.padding0px {
    padding: 0;
}

.padding15px {
    padding: 15px
}

.margin_top15px {
    margin-top: 15px
}

.my_red {
    color: #FF5722
}

.my_orange {
    color: #FFB800
}

.my_green {
    color: #009688
}

.my_blue {
    color: #01AAED
}

.my_gray {
    color: #c2c2c2
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.alert_set {
    padding: 20px;
    display: none
}

.none {
    display: none
}

.center {
    text-align: center
}

.logo {
    width: 200px;
    height: 150px;
}

.float_photo{
    position: absolute;
    right: 0px;
}

.margin_top20px {
    margin-top: 20px;
}
.text_right{
    text-align: right;
}
.button_select {
    border: 1px solid #2bbf9e;
    color: #2bbf9e;
}

.color2bbf9e {
    color: #2bbf9e;
    font-weight: normal;
}
.link {
    cursor:pointer;
    color: blue;
}