/*----------------*/
.notification {
  background-color: #d7d5d5;
  color: black;
  text-decoration: none;
  padding: 5px 5px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  margin: 1.1em 0px 0px 1em;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 1px 7px;
  border-radius: 50%;
  background-color: #247fe1;
  color: white;
}
/*-----------------------------------------*/
.xn-profile .profile-mini img  {
    border: none !important;
    -moz-border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    border-radius: 0% !important;
}
.profile .profile-image img {
     width: 220px;
     border: none; 
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    margin-left: -5px;
}
.vhr { 
  
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         100vh;
    width:          1px;       
}
.vh1 {
        border: none;
    border-left: 1px solid rgba(101, 109, 120, 0.17);
    height: 40vh;
    width: 1px;
    float: right;
    margin-top: -262px;
    z-index: 99999;
    margin-right: -50px;
}

a {
    color: #618ea5;
    text-decoration: none;
}

a:focus, a:hover {
    color: #4da1cc;
    text-decoration: underline;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #339c66;
    border-color: #2dbd73;
}
.icolor {
        color: #56bd88;
}
.icolor2 {
        color: #618ea5;
}
.tpad {
        padding-top: 5px;
}
.paneltabcolor {
    border-top-color: #33414e1f;
    border-top-width: 1px;
    }
textarea.form-control{
    resize: vertical;
    min-height: 50px;
    max-height: 150px;
}
.fa-8x {
    font-size: 12em;
}
.morris-hover.morris-default-style{
    pointer-events: none;
}
.smvariant{
    font-variant: small-caps;
}
.fasize10{
    font-size: 10em;
}
.select-caret {
	position: relative;
	display: flex;
	align-items: center;
}
.select-caret:before {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	pointer-events: none;
}
.float-none {
	float: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.element-margin>* {
	margin: 0 5px;
}

.element-margin>*:first-child {
	margin-left: 0;
}

.element-margin>*:last-child {
	margin-right: 0;
}


.table-compact>tbody>tr>td {
	padding: 5px 8px !important;
	line-height: 2;
}

.table-compact>thead>tr>th {
	padding: 8px 12px !important;
}
.icon_eye, .icon_eye_slash{
    position: relative;
    line-height: 1.7;
    z-index: 100000000000000000;
    color: #ccc;
    font-size: 16px;
    margin-right: 8px;
    margin-top: -32px;
    float:right;
}
.icon_eye:hover{color: #247fe1;}