tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tborder tbody tr:last-child > td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.tborder tbody tr:last-child > td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.thead {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post.classic .post_author {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pollbar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.error {
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
   	 border-radius: 6px;
}
		
.homebtn  {
	color:white;
	border-radius: 0 0 .25em .25em;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	padding: 10px 10px;
    margin: -10px 10px 10px -10px;
	background-color: rgba(0, 0, 0, 0.4);
	float:left;
    font-size: 16px;
    border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
  }
		
	.d-icon {
    background: linear-gradient(20deg,#333d75 20%, #39478e 90%);
    border-radius:0px;
	padding:8px 8px;
    display: inline-block;
    width: 20px;
    color: #f1f1f1;
    text-align: center;
	margin-top:0px;
}

.d1-icon {    
    background: linear-gradient(20deg,#304066 20%, #dc814a 90%);
    border-radius:0px;
	padding:8px 8px;
    display: inline-block;
    width: 20px;
    color: #f1f1f1;
    text-align: center;
	margin-top:0px;
}
	
	#alert1 {
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
	background:linear-gradient(121.65deg,#73cede 2%,rgba(22, 160, 133,0.7) 50%);
    color: #FFF;
    margin-bottom: 4px;
}

#alert1:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f0e7";
    color: #f1f1f1;
}

#alert2 {
    background: #8a47a5;
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #FFF;
    margin-bottom: 4px;
}

#alert2:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f0eb";
    color: #f1f1f1;
}

#alert3 {
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
	background:linear-gradient(121.65deg,#73cede 2%,#5962b6 50%);
    color: #FFF;
    margin-bottom: 4px;
}

#alert3:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f0f3";
    color: #f1f1f1;
}

#alert4 {
	background:linear-gradient(121.65deg,#73cede 2%,#b6596b 50%);
    border-radius: 0px;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #FFF;
    margin-bottom: 4px;
}

#alert4:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 5px;
    font-size: 13px;
    content: "\f559";
    color: #f1f1f1;
}

.nav-logo {
  font-size: 1.5rem;
  margin: .5rem;
  text-transform: uppercase;
}

.nav-logo a {
 color: #f5f5f5;
}

.nav-logo:hover {
    text-decoration: none;
    padding-left: 20px;
    transition: 0.5s;
   text-shadow:
    0 0 5px #b85881,
    0 0 20px #b85881,
    0 0 40px #b85881,
    0 0 40px #f3f58e,
    0 0 80px #f3f58e,
    0 0 90px #0ff,
    0 0 100px #f3f58e,
    0 0 150px #0ff;

}

#navbarmenu {
    background:linear-gradient(121.65deg,#73cede 2%,#6073e0 50%);
    overflow: hidden;
    font-size: 13px;
    color: #fff;
}

#navbarmenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navbarmenu ul li {
    position: relative;
    display: flex;
    float: left;
    padding: 12px 12px;
    transition: all 150ms;
}

#navbarmenu ul li:hover {
    background:none;
    color: #f5f5f5;
    transition: all 150ms;
    transition: box-shadow ease 0.2s, background-color ease 0.3s, color ease 0.2s;
}

#navbarmenu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Lobster', cursive;
}

.info-title {
    font-size: 13px;
    color: #a8a9a9;
    background: #f1fafa;
    padding: 8px 8px;
    border-bottom: 1px solid #f2f3f5;
}

.user-card-container {
    display: inline-block;
    justify-content: left;
    padding: 10px 0px 10px 0px;
}

.user-card {
    height: 300px;
    width: 250px;
    background: #a2c6f2;
    margin: 0px 0px;
    border-radius: 10px;
}

.user-card .info-line {
    border-radius: 50px;
    margin: -95px 30px 0px 30px;
}
.user-card .info {
    height: 150px;
    width: 250px;
    text-align: center;
    margin: 9px 0px 13px 0px;
    background: #d1dbe6;
}

@media only screen and (max-width: 866px) {
.user-card-container, .user-card, .user-card .info {	width: 100% !important;}}

.navbar__logo :hover {
animation:0.5s ease 0s normal none infinite swing;-moz-animation:0.5s ease 0s normal none infinite swing;-webkit-animation:0.5s ease 0s normal none infinite swing
}

@keyframes swing {
0% {
    transform: rotate(5deg)
}

50% {
    transform: rotate(-5deg)
}

100% {
    transform: rotate(5deg)
}}

@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(5deg)
    }

    50% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(5deg)
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(5deg)
    }
}


.subhead {
    background: #f5f4f5;
    color: #a7a7a7;
    padding: 8px;
}

.subhead a:link {
    color: #a7a7a7;
    text-decoration: none;
}

.subhead a:visited {
    color: #a7a7a7;
    text-decoration: none;
}

.subhead a:hover,
.subhead a:active {
    color: #d9cd3b;
    text-decoration: none;
}

.profile-left-col {
    width: 34%;
    float: left;
    margin-right: 1%;
    margin-top: -25px;
}

.profile-right-col {
    width: 65%;
    float: left;
    margin-top: -30px;
}

.profile-left {
    background: #18AB7C;
    border: 3px solid #1a1a1a;
    float: left;
    width: 95%;
    outline: 1px solid #2c2c2c;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.profiled-name {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

#statistics {
    display: flex;
    flex-direction: row;
    text-align: center;
    background: #f5f4f5;
    padding: 5px;
    border-radius: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    box-shadow: inset 0 0 2px #f5f4f5;
}

.statistics-box {
    box-sizing: border-box;
    padding: 20px;
    background: #fafbfc;
    border-radius: 5px;
    flex: 0 0 auto;
	color:#64a8d6;
    flex-grow: 1;
    flex-basis: 0;
    margin: 5px;
    box-shadow: 0 0 3px #f5f4f5;
}

.statistics-box a{
	color:#a8a8a8;
}

.statistics-box--figure {
    display: block;
    margin-top: 20px;
    color: #a8a8a8;
}    

@media only screen and (max-width: 865px) {		
.statistics-box {
    width: 100% !important;
    display: inline-block;
    text-align: left;
    padding: 8px;
    margin-left: -5px;
}

#statistics {
    width: 100% !important;
    display: inline-block;
    background: #fff;
    box-shadow: none;
}
	
.statistics-box i{
    color: #fff!important;
}
	
.statistics-box:nth-child(2) {
    background: #ccb287;
    color: #fff;
}

.statistics-box:nth-child(1) {
    background: #729fdb;
    color: #fff;
}

.statistics-box:nth-child(3) {
    background: #e37d8c;
    color: #fff;
}

.statistics-box--figure a {
    color: #f5f5f5;
}

.statistics-box:nth-child(4) {
    background: #9febed;
    color: #fff;
}

.statistics-box:nth-child(5) {
    background: #54cc74;
    color: #fff;
}

#statistics i {
    float: left;
    margin-top: 5px;
}

.statistics-box--figure {
    float: right;
    margin-top: 10px;
    color: #f5f5f5;
}    	
 }

.useravatar-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    border-radius: 50%;
    background-size: 30px 30px;
}

.useravatar-bg {
    display: inline-block;
    background: #fff url(../../../images/default_avatar.png) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
	border-top: 4px solid #C66;
    border-bottom: 4px solid #6C6;
    border-left: 4px solid #f5f6f7;
    border-right: 4px solid #CC6;
    box-shadow: 0px 2px 31px 0px #f1f2f3;
}

.profile_avatar {
    height: 140px;
    width: 140px;
    overflow: hidden;
    margin: auto
     padding: 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile_avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-info {
    padding: 6px;
    border-bottom: 1px solid #FAFBFC;
    line-height: 30px;
}

.profile-info {
    background: #f5f4f5;
    padding: 10px;
}

.profile-title {
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 2px;
    position: relative;
    margin-top: 4px;
}

ul.tabs {
    margin: 0;
    padding: 0px 12px;
    margin-left: -13px;
    margin-top: 5px;
    float: left;
    list-style: none;
    height: auto;
    width: 96%;
    background: #f5f4f5;
    border-left: 1px solid #D1EBEB;
    border-right: 1px solid #D1EBEB;
    border-bottom: 1px solid #D1EBEB;
    border: .75em solid transparent;
    border-left-color: white;
}

ul.tabs li {
    margin-right: 5px;
    padding: 0;
    list-style: none;
    height: 30px;
    line-height: 30px;
    border-left: none;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
    background: #EEBE6A;
}

ul.tabs li a {
    text-decoration: none;
    color: #f1f1f1;
    background: #c04664;
    display: block;
    font-size: 12px;
    padding: 0 10px;
}

ul.tabs li a:hover {
    background: #173171;
    margin: 0px 0;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #2c3e50;
}

.tab_container {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
}

.tab_content {
    /*font-size: 1.2em;*/
}

.profile-user-btn {
    background: #0D7C3D;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px 8px -1px;
    font-size: 12px;
}

.profile-user-btn:hover {
    background: #444;
    color: #fff;
}

#footer {
    clear: both;
}

.footer {
    background: #4c70a8;
    padding: 12px 12px;
	margin-bottom:-30px;
    font-size: 14px;
    color: #fff;
}

#footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul.menu li {
    margin: 0 5px;
    display: inline;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #f5f5f5;
    text-shadow: 1px 2px 3px #666;
}
		
/* footer right*/

.footer .footer-right {
    width: 35%;
    float: right;
}

.footerlogo .wrapper {
    background: #eee url(../../../)no-repeat right center;
}

.footerwrap .col-sm-1, .footerwrap .col-sm-2, .footerwrap .col-sm-3, .footerwrap .col-sm-4 {
    color: #000;
    display: inline-table;
    margin: auto auto;
    padding: 10px;
    width: 20%;
    text-align: start;
}

.container-fluid {
    background: #fff;
    color: red;
    padding-top: 20px;
    padding-bottom: 1px;
}

ul.footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #EAEDF1;
    font-family: 'Lobster', serif;
	 font-size: 15px;
	text-transform:normal;
}

.footer-svg {
    background-color: transparent;
    display: block;
    height: 40px;
    position: relative;
    top: -20px;
    width: 100%;
}
.footer-wave-path {
    fill: #ffffff;
}

.footer-links li {
    color: #EAEDF1;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
}

.footer-links li a {
    color: white;
}

.footer-links li a:hover {
    color: #5BADE8;
}

.outside-footer {
    background:linear-gradient(121.65deg,#73cede 12%,#6073e0 50%);
    color: red;
}

.pusername {
    background: #e8e8e8;
    height: 25px;
    font-weight: bold;
    padding-top: 4px;
    width: auto;
}

.badge {
    color: white;
    position: absolute;
    background: #40a37a;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    margin-top: -100px;
    margin-left: 30px;
    border: 3px solid #fff;
}

#header-container {
 background:linear-gradient(121.65deg,#73cede 80%,#6073e0 10%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.headers-logo {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: auto;
}

@media screen and (max-width: 1239px) {
  .headers-logo {
    margin: 20px auto 20px auto;
  }
}

.headers-logo img {
  width: 100%;
}

.header-info {
  background:linear-gradient(121.65deg,#73cede 2%,#8393f2 90%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  width: 1260px;
  height: 100%;
  text-align: center;
  border-radius: 0%;
	}

@media screen and (max-width: 1575px) {
  .header-info {
    width: 1100px;
  }
}

@media screen and (max-width: 1410px) {
  .header-info {
    width: 1000px;
  }
}

@media screen and (max-width: 1310px) {
  .header-info {
    width: 940px;
  }
}

@media screen and (max-width: 1239px) {
  .header-info {
    width: 100%;
  }
}

@media screen and (max-width: 673px) {
  .header-info {
    flex-wrap: wrap;
  }
}

.header-info i {
  color: #f7ece6;
}
.header-info i:hover {
  color: #f7ddd6;
}
.header-info p {
  color: #e6e9f7;
text-transform: uppercase;	
}

.header-info a {
  color: #3c842c;
}

#headers-home,
#headers-globe,
#headers-search,
#headers-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 30px 10px 30px 10px;
}

@media screen and (max-width: 673px) {
 #headers-home,
#headers-globe,
#headers-search,
#headers-contact  {
    width: 5%;
  }
}

#headers-globe p {
  margin-bottom: 0px;
}

.enmenuwrap {
  float: right;
  display: inline-block;
  position: relative;
}

.enmenu {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  float: right;
  text-transform: capitalize;	
}

.ensettings {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  text-align:left;
  min-width: 150px;
  background: #375687;
  color: #fff;
  top:55px;
  padding: 0;
  margin: 0;
  z-index: 999999;
}

.ensettings::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: -5px;
  right: 50px;
  float: left;
}

.ensettings ul {
    padding: 0;
    margin: 0;
}

.ensettings ul > li {
  list-style: none;
  padding: 0;
}

.ensettings ul > li > a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 0px 10px;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}



.ensettings ul > li > a > i {
    float: left;
    display: inline-block;
    line-height: 50px;
}

.userts-icon {
    background: #15322c;
    padding: 9px;
    height: 14px;
    width: 14px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    margin: 2px;
}

.login-icons {
    display: block;
    margin: auto;
    width: 25%;
    height: 25%;
    margin-top: -50px;
	background-image: linear-gradient(to top, #73cede 0%, #73cede 100%);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	border-radius: 52px 52px 0px 0px;
    -moz-border-radius: 52px 52px 0px 0px;
    -webkit-border-radius: 52px 52px 0px 0px;
    color: #6ac5f2;
    font-size: 35px;
}

.login-icons i {
    margin-top: 10px;
}

.sign-in-wrap {
    position: relative;
    width: 250px;
    height: auto;
    padding: 25px;
	box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
	background:linear-gradient(121.65deg,#73cede 50%,#6073e0 50%);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
	text-align: center;
    border-radius: 5px;
    margin-top: -1px;
}

.input-row {
    overflow: hidden;
}

.sign-in-wrap:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 12%;
    right: 99.5%;
    margin-left: -10px;
}

.input-row input {
    width: 100%;
    height: auto;
    padding: 6px;
    margin: 0 0 18px;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #fff;
    font-size: 16px;
    transition: all 0.1s ease-in;
}

.input-row input:focus {
    outline: none;
    color: #333;
    border: 2px solid #16a085;
    border-color: #2196F3;
    transition: all 0.1s ease-out;
}

.input-row button {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 0 17px 0;
    border-radius: 5px;
    border: none;
    background-color: #1abc9c;
    color: white;
    font-size: 16px;
    transition: all 0.1s ease-in;
}

.input-row button:hover {
    background-color: #16a085;
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.sign-in-wrap a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background: #f1f2f3;
    color: #333;
}

.form-control:focus {
    outline: none;
    border-color: #79C0E4;
    box-shadow: 0 0 2px #08C;
}

.form-control {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 199px;
    display: table-cell;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background: #f1f2f3;
}

.input-group-addon:first-child {
    border-right: 0;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.dfavatar-box {
    border-radius: 50%;
    overflow: hidden;
    margin-top: -5px;
    margin-right: -2px;
    background: #fff url(../../../images/default_avatar.png) no-repeat;
    background-size: 100% auto;
    float: left;
    width: 35px;
    height: 35px;
    border-top: 4px solid #c66;
    border-bottom: 4px solid #cc6;
    border-left: 4px solid #f5f6f7;
    border-right: 8px solid rgba(22, 160, 133,0.7);
}

.foot-icon {
    background: linear-gradient(-45deg, #4b8ee5E5, #4b8ee5E5 45%, #4b8ee5 45%);
    border: none;
    padding: 5px;
    border-radius: 9px 0px 9px 0px;
    -moz-border-radius: 9px 0px 9px 0px;
    -webkit-border-radius: 9px 0px 9px 0px;
    display: inline-block;
    width: 20px;
    color: #f1f1f1;
    text-align: center;
    margin-right: 5px;
    opacity: 0.9;
}

.foot-icon:hover {
    background: #2cc8dd;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.button-log {
	background:linear-gradient(121.65deg,#73cede 2%,rgba(22, 160, 133,0.7) 50%);
    padding: 8px 15px;
    color: #f1f1f1;
    font-size: 14px;
	user-select: none;
}

.ring {
  animation: ring 4s 1s ease infinite;
}	

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(25deg); }
  3% { transform: rotate(-23deg); }
  5% { transform: rotate(29deg); }
  7% { transform: rotate(-27deg); }
  9% { transform: rotate(25deg); }
  11% { transform: rotate(-23deg); }
  13% { transform: rotate(21deg); }
  15% { transform: rotate(-19deg); }
  17% { transform: rotate(17deg); }
  19% { transform: rotate(-15deg); }
  21% { transform: rotate(13deg); }
  23% { transform: rotate(-11deg); }
  25% { transform: rotate(9deg); }
  27% { transform: rotate(-7deg); }
  29% { transform: rotate(5deg); }
  31% { transform: rotate(-3deg); }
  33% { transform: rotate(1deg); }
  35% { transform: rotate(0deg); }
  100% { transform: rotate(0); }
}
		
	input[type=checkbox], input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-family: "Font Awesome 5 Free";   
  font-weight: 900;
  font-size: 13px;
  line-height: 14px;
}

input[type=checkbox]:after, input[type=radio]:after {
  content: "\f111";
  color: #ddd;
  display: block;
}

input[type=radio]:checked:after {
  content:"\f058"; 
  color: #01579b;
}

input[type=checkbox]:checked:before {
    position: absolute;
	content:"\f058"; 
    color: #5b88ba;
}

.headpost {background: #F1F1F1;padding: 6px 6px ;font-size:10.5px; }
		
.posticons-icon {
    display: inline-block;
    color: #f1f1f1;
    text-align: center;
}

.posticons-icon i {
    display: inline-block;
    line-height: 10px;
    font-size:15px;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.posticons-icon i { animation: blowUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;}

@keyframes blowUp {
 0% {
   transform:scale(0);
 }
 100% {
   transform:scale(1);
 }
}

.posticons-icon_1 i:before {
    content: "\f188";
    color: green;
} 

.posticons-icon_2 i:before {
    content: "\f06a";
    color: #a03b39;
}

.posticons-icon_3 i:before {
    content: "\f059";
    color: #323c8c;
}

.posticons-icon_4 i:before {
    content: "\f118";
    color: #3898a5
}

.posticons-icon_5 i:before {
    content: "\f57a";
    color: #8ca538
}

.posticons-icon_6 i:before {
    content: "\f598";
    color: #61ad10;
}

.posticons-icon_7 i:before {
    content: "\f0f3";
    color: #fddc00
}

.posticons-icon_8 i:before {
    content: "\f58b";
    color: #e44b00
}

.posticons-icon_9 i:before {
    content: "\f557";
    color: #18a5a1;
}

.posticons-icon_10 i:before {
    content: "\f004";
    color: #d17877;
}

.posticons-icon_11 i:before {
    content: "\f05a";
    color: #3c649e;
} 

.posticons-icon_12 i:before {
    content: "\f0eb";
    color: #dbbc20;
} 

.posticons-icon_13 i:before {
    content: "\f001";
    color: #207adb;
}

.posticons-icon_14 i:before {
    content: "\f03e";
    color: #328c87;
} 

.posticons-icon_15 i:before {
    content: "\f743";
    color: #828cd6;
}

.posticons-icon_16 i:before {
    content: "\f5c2";
    color: #38a553;
}

.posticons-icon_17 i:before {
    content: "\f005";
    color: #ccc47c;
} 

.posticons-icon_18 i:before {
    content: "\f165";
    color: #65c6b9;
} 

.posticons-icon_19 i:before {
    content: "\f164";
    color: #658fc6;
} 

.posticons-icon_20 i:before {
    content: "\f03d";
    color: #e886dc;
} 
		
/* user drop */
.users-icon {
    background: #c63030;
    border: 1px solid #0d7c3d;
    padding: 4px;
    height: 12px;
    width: 12px;
    color: #fff;
    overflow: hidden;
    margin-top: -3px;
    cursor: auto;
    border-radius: 50%;
}

.usersd-icon {
    background: #c63030;
    border: 1px solid #0d7c3d;
    padding: 4px;
    height: 12px;
    width: 12px;
    color: #fff;
    overflow: hidden;
    margin-top: -3px;
    cursor: auto;
    border-radius: 50%;
}

.usersb-icon {
    background: #8b835b;
    border: 1px solid #0d7c3d;
    padding: 4px;
    height: 12px;
    width: 12px;
    color: #fff;
    overflow: hidden;
    margin-top: -3px;
    cursor: auto;
    border-radius: 50%;
}
.usersc-icon {
    background: #5b628b;
    border: 1px solid #0d7c3d;
    padding: 4px;
    height: 12px;
    width: 12px;
    color: #fff;
    overflow: hidden;
    margin-top: -3px;
    cursor: auto;
    border-radius: 50%;
}

.usec-icon {
    background: #d54690;
    padding: 3px;
    display: inline-block;
    width: 20px;
    color: #f1f1f1;
    text-align: center;
    margin-right: 5px;
}
.useca-icon {
    background: #24a4b5;
    padding: 3px;
    display: inline-block;
    width: 20px;
    color: #f1f1f1;
    text-align: center;
    margin-right: 5px;
}
.usecb-icon {
    background: #685385;
    padding: 6px;
    display: inline-block;
    width: 20px;
    color: #f1f1f1;
    text-align: center;
    margin-right: 5px;
}
.user {
    float: right;
    margin-top: 5px;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
}

.user li,
.user a:hover {
    color: #f1f1f1;
}

.user-dropdown {
    position: fixed;
    background: linear-gradient(121.65deg, #6073e0 2%, #6073e0 50%);
    width: 140px;
    right: 36px;
    top: 50px;
	z-index: 10;
	box-shadow: 0px 2px 25px 0px #f1f2f3;
}
.user-dropdown ul {
    display: none;
    list-style-type: none;
    padding: 0.4em 0;
    margin: 0;
}
.user-dropdown li {
    margin: 0;
    padding: 4px;
    text-align: left;
    user-select: none;
    margin-top: -10px;
}
.user-dropdown a,
.user-dropdown a:hover {
    color: #f1f1f1;
}
.user-dropdown li:hover {
    color: #f1f1f1;
    text-shadow: 4px 4px 8px hsla(342, 93%, 41%, 0.5);
}
	
		
		