@charset "utf-8";
/*----AzeriMed Web Developer Team----*/
/*backdrop blur effect*/
.blur {
	color: #000;
	/*border: 1px solid rgba(0,0,0,0.1);*/
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
	background: inherit;
	position: relative;
}
.blur:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	-webkit-filter: blur(10px) saturate(2);
}
/*backdrop blur effect end*/
/*offline status*/
.offline-status {
	content: ' ';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    /*margin: 15px 5px;*/
	margin:5px;
    border-radius: 50%;
    background-color: red;
}
.offline-status:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 15px;
	height: 1px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: none;
}
/*online icon animation*/
.online-status {
	    content: ' ';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
	margin:5px;
    /*margin: 15px 5px;*/
    border-radius: 50%;
    background-color: #4caf50;
    -webkit-animation-name: me-blinker;
    animation-name: me-blinker;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    float: left;
}
.online-status:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 15px;
	height: 1px;
	opacity: 0.1;
	border-radius: 50%;
}
@-moz-keyframes me-blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes me-blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
 @keyframes me-blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
/*online icon animation end*/
.online-status-text-ready {
    font-size: 15px !important;
    /* float: left; */
    /* width: 100%; */
    /* text-align: left; */
    color: green;
    font-family: sans-serif;
	-webkit-animation-name: me-blinker-text;
	animation-name: me-blinker;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.online-status-text {
	content: ' ';
	position: relative;
	display: inline-block;
	color: #4caf50;
	-webkit-animation-name: me-blinker-text;
	animation-name: me-blinker;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-moz-keyframes me-blinker-text {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes me-blinker-text {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
 @keyframes me-blinker-text {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
/*online icon animation end*/

/*************/
.me-icons {
	background: url(../images/icons/icons.png);
	position: absolute;
	width: 25px;
	height: 25px;
}
.public-icons {
	background-position: 0px -64px;
	padding: 10px 5px;
}
.share-icons {
	background-position: 0px -34px;
	padding: 10px 5px;
}
.file-icons {
	background-position: 38px -3px;
	padding: 10px 5px;
}
.smile-icons {
	background-position: 0px -34px;
	padding: 10px 5px;
}
.settings-icons {
	background-position: 0px -150px;
	padding: 10px 5px;
}
.key-icons {
	background-position: 0px -174px;
}
.profil-icons {
	background-position: 0px -116px;
}
.arrow-icons {
	background-position: 0px -90px;
	padding: 0px;
	margin: -10px -8px;
}
/***icons end**/
/*.nav {
	left: 50%;
	margin-left: -150px;
	top: 50px;
	position: absolute;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #fff;
}*//*
.dropdown {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 300px;
}
.dropdown-menu>li>a {
	color: #428bca;
}
.dropdown ul.dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
	margin-top: 20px;
	width: 300px;
	padding: 3px 30px !important;
}
.dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}
.dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}*/
/*unread*/
.unread {
	background-color: #009688 !important;
}
/***/
.me-magic-bg {
	background: #ddd; /*
	background: linear-gradient(270deg, #7b1473, #c8c8c8, #0672b0);
background-size: 600% 600%;

-webkit-animation: magic-bg 21s ease infinite;
-moz-animation: magic-bg 21s ease infinite;
animation: magic-bge 21s ease infinite;
}
@-webkit-keyframes magic-bg {
    0%{background-position:58% 0%}
    50%{background-position:43% 100%}
    100%{background-position:58% 0%}
}
@-moz-keyframes magic-bg {
    0%{background-position:58% 0%}
    50%{background-position:43% 100%}
    100%{background-position:58% 0%}
}
@keyframes magic-bg { 
    0%{background-position:58% 0%}
    50%{background-position:43% 100%}
    100%{background-position:58% 0%}
}*/
}
.me-sidebar-head > .modal-title {
	color: #fff;
	font-size: 18px;
}/*
.modal-body {
	margin-top: 20% !important;
}*/
/***********************/
.notify {
    width: 100% !important;
    float: left;
    text-align: left;
    margin: 0px auto;
    display: block;
    position: absolute;
	font-size:16px;}
.notify > a {
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 2px 2px 0 0;
    background: #8BC34A;
    float: left;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.me-notify-messages {
	     width: 100%;
    display: block;
    position: relative;
    float: left;    color: #666;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none;
    padding: 0px;
	}
	.me-notify-messages > li {
		
	    padding: 10px 10px;
    background: #ddd;
    border-bottom:1px solid rgba(172, 168, 168, 0.44)}
	.me-notify-messages > li:nth-child(odd) {
		background:#f8f8f8;}
.me-notify-messages > li > a {
    text-decoration: none;
    font-weight: bold;}

#notifierbttn1 {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-color: "";
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);
    background: #999;
	    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#notifierbttn1:hover {
	text-decoration:none;
	cursor:pointer;}
.jobtitle_chat, .user_list_jt {    color: #E91E63;}
.jobtitle_chat {
	    font-size: 14px;
    width: 100%;
    padding: 5px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	     padding: 0px 10px;
    color: #607D8B;
	float:left;
}

/*******************/
.alert-tab {
	    width: 150px !important;
    height: 34px !important;
    margin: 0px !important;
    display: block;
    position: relative;
    overflow: hidden;
    background: red;
    position: relative;
    -webkit-animation: mymove 1s infinite; /* Chrome, Safari, Opera */
    animation: mymove 1s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {background-color: #286090;
    border-color: #204d74 ;}
    to {background-color: #337ab7;
    border-color: #2e6da4 ;}
}

@keyframes mymove {
   from {background-color: #286090 ;
    border-color: #204d74 ;}
    to {background-color: #337ab7 ;
    border-color: #2e6da4 ;}
}
}
/******************/
.me-button {
	width: 100%;
	text-align: center;
	background: transparent;
	border-radius: 5px;
	color: #fff;
	margin: 0px auto 15px auto;
	display: block;
	margin: 0.02%;
	height: 100%;
	line-height: 100%;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.02s ease;
	-moz-transition: all 0.02s ease;
	-o-transition: all 0.02s ease;
	transition: all 0.02s ease;
	z-index: 0;
	padding: 15px 0px;
}
.me-button:hover {
	z-index: 1000;
	text-decoration: none;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.25);
box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.25);
}
.me-button:focus {
	text-decoration: none;
}
.login-bg {
	background: no-repeat url(../images/bg6.jpg);
	
}
.login-bg-body {    
background-color: rgba(0,0,0,0);
background-image: -webkit-linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,.6) 75%, rgba(0,0,0,.8) 100%);
background-image: linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,.6) 75%, rgba(0,0,0,.8) 100};
}
/*******************derman result*******/
.offline-dstatus {
	content: ' ';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    /*margin: 15px 5px;*/
	margin:5px;
    border-radius: 50%;
    background-color: red;
}
.offline-dstatus:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 15px;
	height: 1px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: none;
}
/*online icon animation*/
.online-dstatus {
	    content: ' ';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
	margin:5px;
    /*margin: 15px 5px;*/
    border-radius: 50%;
    background-color: #4caf50;
    -webkit-animation-name: me-blinker;
    animation-name: me-blinker;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    float: left;
}
.online-dstatus:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 15px;
	height: 1px;
	opacity: 0.1;
	border-radius: 50%;
}
@-moz-keyframes me-blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes me-blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
 @keyframes me-blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.3;
}
 100% {
opacity: 1.0;
}
}
/*online icon animation end*/
/***bg change me**/
 @-webkit-keyframes dermantap {
0% {
 background:url(../images/bg/1.jpg) no-repeat center center fixed;
}
25% {
 background:url(../images/bg/2.jpg) no-repeat center center fixed;
}
 50% {
 background:url(../images/bg/3.jpg) no-repeat center center fixed;
}
 75% {
 background:url(../images/bg/4.jpg) no-repeat center center fixed;
}
100% {
 background:url(../images/bg/5.jpg) no-repeat center center fixed;
}
}
.sunrise {
	width: 100%;
	height: 100%;
	animation-delay: 20s;
	animation: dermantap 120s infinite;
	-webkit-animation: dermantap 120s infinite;
	-moz-animation: dermantap 120s infinite;
	-o-animation: dermantap 120s infinite;
}
/************************/
.btn-active-tab {
	    color: #fff;
    background-color: #337ab7 !important;
    border-color: #204d74 !important;
}
.btn-passive-tab {
color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
