@charset "utf-8";
/* CSS Document */
/* Gradient transparent - color - transparent */


/****************************************
****** hr
****************************************/
/* Red border */
hr.hr10 {
    border-top: 1px solid red;
}

/* Dashed red border */
hr.hr20 {
    border-top: 1px dashed red;
}

/* Dotted red border */
hr.hr30 {
    border-top: 1px dotted red;
}

/* Thick red border */
hr.hr40 {
    border: 1px solid red;
}

/* Large rounded green border */
hr.hr50 {
    border: 10px solid green;
    border-radius: 5px;
}

hr.hr60 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/****************************************
****** body
****************************************/
body.body1 {
    margin: auto;
    font-size: 12px;
    font-family: sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


/****************************************
****** menu
****************************************/
.menu1navbar {
    overflow: hidden;
    background-color: none;
}

.menu1navbar a {
    float: left;
    font-size: 12px;
    color: none;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 6px;
    text-decoration: none;
}

.menu1dropdown {
    float: left;
    overflow: hidden;
}

.menu1dropdown .menu1dropbtn {
    font-size: 12px;
    border: none;
    outline: none;
    color: #00B0F0;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 6px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.menu1navbar a:hover, .menu1dropdown:hover .menu1dropbtn {
    /*background-color: #00B0F0*/
    background-color: none;
    text-decoration: underline;
}

.menu1dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menu1dropdown-content a {
    float: none;
    color: black;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu1dropdown-content a:hover {
    background-color: #ddd;
    text-decoration: underline;
}

.menu1dropdown:hover .menu1dropdown-content {
    display: block;
}


/****************************************
****** table
****************************************/
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table1 {
    border-collapse: collapse;
    border-spacing: 0;
}

.table1 {
    counter-reset: rowNumber;
}

.table1 th {
    border-bottom: 1px solid #e0f6ff;
    border-top: 1px solid #e0f6ff;
    margin: 1px;
    padding: 0;
    font-weight: bold;
    background-color: #e0f6ff;

}

.table1.th1 {
    border-bottom: 1px solid #00B0F0;
    border-top: 1px solid #00B0F0;
    margin: 1px;
    padding: 0;
    font-weight: bold;
    background-color: white;

}

.table1 td {
    border-bottom: 1px solid #EEE;
    margin: 1px;
    padding: 0;
    word-wrap: break-word;
    height: 25px;
}

.table1 tr {
    margin: 0;
    padding: 0;
}

.table1 tr:nth-child(even) {
    background-color: #fafdff;
}

.table2 {
    border-collapse: collapse;
    border-spacing: 0;
}

.table2 td {
    border-bottom: 1px solid #EEE;
    margin: 1px;
    padding: 5px;
}

table2 tr {
    margin: 0;
    padding: 5px;
}

.table3 {
    border-collapse: collapse;
    border-spacing: 0;
}

.table3 td {
    border: 1px solid #EEE;
    margin: 1px;
    padding: 2px;
}

table3 tr {
    border: 1px solid #EEE;
    margin: 1px;
    padding: 2px;
}


/****************************************
****** font
****************************************/
.a14BG {
    font-weight: normal;
    font-size: 14px;
    font-family: Verdana;
    font-style: bold;
    color: grey;
}

.a14NG {
    font-weight: normal;
    font-size: 14px;
    font-family: Verdana;
    color: GREY;
}

.a12NR {
    font-size: 12px;
    font-weight: normal;
    color: red;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
}

.a12BG {
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    font-style: bold;
    color: grey;
}

.a12BW {
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    font-style: bold;
    color: white;
}

.a18BW {
    font-weight: normal;
    font-size: 18px;
    font-family: Verdana;
    font-style: bold;
    color: white;
}

.a18BG {
    font-weight: normal;
    font-size: 18px;
    font-family: Verdana;
    font-style: bold;
    color: grey;
}

.a30BG {
    font-weight: normal;
    font-size: 30px;
    font-family: Verdana;
    font-style: bold;
    color: cornflowerblue;
}

.a8NB {
    font-weight: normal;
    font-size: 8px;
    font-family: Verdana;
    font-style: normal;
    color: black;
}

.a10NG {
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana;
    font-style: normal;
    color: grey;
}


/****************************************
****** container
****************************************/
.container {
    position: relative;
    text-align: center;
    font-family: Verdana;
    color: blue;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/****************************************
****** button
****************************************/
.button {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.button1 {
    border-radius: 2px;
}

.button2 {
    border-radius: 4px;
}

.button3 {
    border-radius: 8px;
}

.button4 {
    border-radius: 12px;
}

.button5 {
    border-radius: 50%;
}

.button6 {
    height: 25.5px;
    width: 25.5px;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: #15b2ef;
    font-size: 8px;
    font-weight: bold;
}

.button7 {
    height: 25.5px;
    width: 25.5px;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: #15b2ef;
    font-size: 10px;
    font-weight: bold;

}

.button71 {
    height: 25.5px;
    width: 25.5px;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: pink;
    font-size: 10px;
    font-weight: bold;
}

.button8 {
    height: 25.5px;
    width: 25.5px;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: #15b2ef;
    font-size: 10px;
}

.button9 {
    height: 25.5px;
    width: 25.5px;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: #15b2ef;
    font-size: 12px;
}


/****************************************
****** form
****************************************/
.form-style-0 {
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #15b2ef;
    outline: none;
    font: blue;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);

    /* spaces outside the field*/
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
    margin-left: 2px;

    /* spaces inside the field*/
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.form-style-0 input::placeholder {
    color: #15b2ef;
}

.form-style-0 input, textarea {
    color: #15b2ef;
}

.form-style-1 {
    margin: 10px auto;
    padding: 20px 12px 10px 20px;
    font: 12px Verdana;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select {
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}

.form-style-10 {
    width: 90%;
    padding: 30px;
    margin: 40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.form-style-10 .inner-wrap {
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}

.form-style-10 h1 {
    background: #2A88AD;
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}

.form-style-10 h1 > span {
    display: block;
    margin-top: 2px;
    font: 13px Verdana;
}

.form-style-10 label {
    display: block;
    font: 13px Verdana;
    color: #888;
    margin-bottom: 15px;
}

.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section {
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}

.form-style-10 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}

.form-style-10 input[type="button"],
.form-style-10 input[type="submit"] {
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px Verdana;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}

.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover {
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

.form-style-10 .privacy-policy {
    float: right;
    width: 250px;
    font: 12px Verdana;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}

.form-style-4 {
    font-family: sans-serif;
    width: 90%;
    font-size: 12px;
    background: none;
    padding: 30px 30px 15px 30px;
    border: none;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label {
    font: inherit;
}

.form-style-4 label {
    display: block;
    margin-bottom: 10px;
}

.form-style-4 label > span {
    display: inline-block;
    float: left;
    width: 150px;
}

.form-style-4 input[type=text],
.form-style-4 input[type=email] {
    font-family: sans-serif;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    outline: none;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}

.form-style-4 textarea {
    /*font-style: italic;*/
    font-family: sans-serif;
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    overflow: hidden;
    resize: none;
    height: 20px;
}

.form-style-4 textarea:focus,
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus {
    border-bottom: 1px dashed #D9FFA9;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button] {
    background: #576E86;
    border: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    color: #A8BACE;
}

.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover {
    background: #394D61;
}

.form-style-4 {
    font-family: sans-serif;
    font-size: 12px;
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
}

.form-style-4 input[type=text],
.form-style-4 input[type=website],
.form-style-4 input[type=date],
.form-style-4 input[type=datetime],
.form-style-4 input[type=number],
.form-style-4 input[type=search],
.form-style-4 input[type=time],
.form-style-4 input[type=url],
.form-style-4 input[type=email],
.form-style-4 input[type=password],
textarea,
select {
    font: inherit;
    color: #333;
}

/*css for label*/
.form-style-4 label {
    display: block;
    margin-bottom: 8px;
}

.form-style-4 label > span {
    float: left;
    width: 125px;
}


/*css for inputs*/
.form-style-4 input[type=text],
.form-style-4 input[type=website],
.form-style-4 input[type=date],
.form-style-4 input[type=datetime],
.form-style-4 input[type=number],
.form-style-4 input[type=search],
.form-style-4 input[type=time],
.form-style-4 input[type=url],
.form-style-4 input[type=email],
.form-style-4 input[type=file],
.form-style-4 input[type=password],
textarea
select {
    font-family: sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 12px;
    background: transparent;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    height: 32px;
    overflow: hidden;
    resize: none;
    margin-bottom: 8px;
}

.form-style-4 select {
    font-family: sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 12px;
    background: transparent;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    height: 32px;
    overflow: hidden;
    resize: none;
    margin-bottom: 8px;
}

.form-style-4 textarea {
    font-family: sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 12px;
    background: transparent;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    height: 80px;
    overflow: hidden;
    resize: none;
    margin-bottom: 8px;
}

.form-style-4 file {
    font-family: sans-serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 12px;
    background: transparent;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    height: 80px;
    overflow: hidden;
    resize: none;
    margin-bottom: 8px;
}

::placeholder {
    color: #ccc;
}

.form-style-4 input[type=reset],
.form-style-4 input[type=submit],
.form-style-4 input[type=button] {
    font-family: sans-serif;
    background: #e0f6ff;
    border: none;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    border-radius: 5px;
    color: #A8BACE;
    height: 30px;
    width: 100px;
}

.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover {
    background: #01B0F1;
}

.form-style-5 {
    font-size: 12px;
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
}

.form-style-5 input[type=text],
.form-style-5 input[type=website],
.form-style-5 input[type=date],
.form-style-5 input[type=datetime],
.form-style-5 input[type=number],
.form-style-5 input[type=search],
.form-style-5 input[type=time],
.form-style-5 input[type=url],
.form-style-5 input[type=email],
textarea,
select {
    font: inherit;
}

.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}

.form-style-5 label > span {
    float: left;
    width: 125px;
}

.form-style-5 input[type=text],
.form-style-5 input[type=website],
.form-style-5 input[type=date],
.form-style-5 input[type=datetime],
.form-style-5 input[type=number],
.form-style-5 input[type=search],
.form-style-5 input[type=time],
.form-style-5 input[type=url],
.form-style-5 input[type=email],
textarea,
select {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px dashed #83A4C5;
    width: 75%;
    outline: none;
    padding: 0 0 0 0;
}

.form-style-5 textarea {
    padding: 0 0 0 0;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    overflow: hidden;
    resize: none;
    height: 20px;
}

.form-style-5 select {
    padding: 0 0 0 0;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    overflow: hidden;
    resize: none;
    height: 20px;
}

.form-style-5 input[type=text]:focus,
.form-style-5 input[type=website]:focus,
.form-style-5 input[type=date]:focus,
.form-style-5 input[type=datetime]:focus,
.form-style-5 input[type=number]:focus,
.form-style-5 input[type=search]:focus,
.form-style-5 input[type=time]:focus,
.form-style-5 input[type=url]:focus,
.form-style-5 input[type=email]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus {
    border-bottom: 1px dashed #15b2ef;
}

.form-style-5 input[type=reset],
.form-style-5 input[type=submit],
.form-style-5 input[type=button] {
    background: #e0f6ff;
    border: none;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    border-radius: 5px;
    color: #A8BACE;
    height: 30px;
    width: 60px;
}

.form-style-5 input[type=submit]:hover,
.form-style-5 input[type=button]:hover {
    background: #15b2ef;
}


/****************************************
****** box
****************************************/
#first {
    width: 310px;
    height: 400px;
    background: #00B0F0;
    position: relative;
}

#first #second {
    width: 92%;
    height: 92%;
    background: #09ace7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#second #third {
    width: 90%;
    height: 90%;
    background: #12a7de;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#third #forth {
    width: 88%;
    height: 88%;
    background: #1ca3d4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#forth #fifth {
    width: 84%;
    height: 84%;
    background: #259fcb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fifth #sixth {
    width: 82%;
    height: 82%;
    background: #2e9ac2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sixth #seventh {
    width: 80%;
    height: 80%;
    background: #3796b9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#seventh #eighth {
    width: 78%;
    height: 78%;
    background: #4192af;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#eighth #ninth {
    width: 74%;
    height: 74%;
    background: #4a8ea6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ninth #tenth {
    width: 72%;
    height: 72%;
    background: #53899d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ninth #tenth {
    width: 70%;
    height: 70%;
    background: #5c8594;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tenth #eleventh {
    width: 68%;
    height: 68;
    background: #66818a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#eleventh #twelveth {
    width: 66%;
    height: 66%;
    background: #6f7c81;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/****************************************
****** FAB
****************************************/
#myfabBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #00B0F0;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 40px;
}

#myfabBtn:hover {
    background-color: #e0f6ff;
}


.FABalarm1
{
    width:25.5px;
    height:25.5px;
    position : fixed;
    right : 10px;
    /*	right : 50%; */
    top : 64.25px;
    z-index: 100;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: red;
    font-size: 10px;
    font-weight: bold;

}
.FABcomment1
{
    width:25.5px;
    height:25.5px;
    position : fixed;
    right : 10px;
    /*	right : 50%; */
    top : 39px;
    z-index: 100;
    border-radius: 50%;
    border-style: solid; /*dashed*/
    border-color: #828282;
    border-width: 1.15px;
    background-color: #eeeeee;
    color: #15b2ef;
    font-size: 10px;
    font-weight: bold;

}