html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
 ul {
	list-style: none;
}
 li , ol {
	list-style: none;
}
a{
text-decoration:none;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********************************/
@font-face {
    font-family: "BYekan";
    src: url("fonts/BYekan.eot?#") format("eot"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype");
}
@font-face {
	font-family: 'webfont';
	src: url('fonts/fontawesome-webfont?#') format('eot'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype');
}

body{
	background: #FFF;
	direction: rtl;
	font-family: 'BYekan';
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
	border-radius: 15px;
	box-shadow:inset 0 0 8px 0 #888;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #009688;
	border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:#00796B; 
}
/****************************************************/

.admin-nav{
	width: 100%;
	height: 35px;
	float: right;
	background: #263238;
	position: relative;
	z-index: 10000;
}
.admin-nav-a{
	position: absolute;
	right: 160px;
	top: 6px;
}
.admin-menu{
	width: 150px;
	height: 100%;
	float: right;
	position: fixed;
	right: 0;
	top: 0;
	background: #263238;
	z-index: 10000;
}
.admin-menu ul{
	float: right;
	margin-top: 35px;
}
.admin-menu ul li{
	float: right;
	width: 100%;
	font-size: 16px;
	padding: 8px 0;
	position: relative;
	z-index: 10;
}
.admin-menu ul li:hover{
	background: #222;
}
.selected{
	background: #222;
}
.selected > .fa-caret-right {
	display: block !important;
	color: #F8F8F8 !important;
}
li:hover > .submenua {
	color: #37474F !important;
}
.admin-menu ul li > .fa-caret-right {
	display: none;
}
.admin-menu ul li:hover > .fa-caret-right{
	display: block;
}
.admin-menu ul li a{
	color: #FFFFFF;
	cursor: pointer;
}
.admin-menu ul li i{
	color: #00BCD4;
	padding: 5px;
	position: relative;
	top: 3px;
}
.admin-menu ul li ul{
	position: absolute;
	width: 200px;
	height: auto;
	top: -35px;
	background: #37474F;
	right: 150px;
	line-height: 35px;
	padding: 5px 0; 
	overflow: hidden;
	border-radius: 4px 0 0 4px;
	display: none;
}
.admin-menu ul li:hover ul {
	display: block;
}
.admin-menu ul li ul li{
	padding: 0 20px;
	width: 100%;
	border-bottom: 1px dotted #263238;
}
.admin-menu ul li ul li:last-child{
	border-bottom:none;
}
.admin-menu ul li ul li:hover{
	background: none;
}
.admin-menu ul li ul li a{
	font-size: 14px;
}
.admin-menu ul li ul li:hover > a{
	color: #00BCD4;
}
.prohover{
	float: left;
	color: #F5F5F5;
	width: auto;
	height: 27px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}
.pro:hover > .prohove{
	background: #37474F;
}
.probox{
	width: 270px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 35px;
	background: #37474F;
	border-radius: 0 0 5px 0;
	display: none;
}
.probox:hover{
	display: block;
}
.probox img {
	width: 80px;
	height: 80px;
	float: right;
	margin: 15px;
	border-radius: 50%;
	box-shadow: 0 0 8px 0 #263238;
}
.probox span{
	width: 80px;
	height: 80px;
	float: right;
	margin: 15px;
	background: #455A64;
	border-radius: 50%;
	text-align: center;
	box-shadow: inset 0 0 8px 0 #111;
}
.probox span > i{
	font-size: 50px;
	color: #FFFFFF;
	padding: 15px 0;
}
.probox ul{
	width: 140px;
	height: auto;
	float: right;
	margin: 10px 15px 0 0;
}
.probox ul a{
	float:right;
	margin-top: 5px;
	color: #00BCD4;
	font-size: 13px;
}
.probox ul li{
	float: right;
	line-height: 28px;
}
.probox ul li a{
	color: #F5F5F5;
	font-size: 15px;
	cursor: pointer;
	margin: 0;
}

.usname::after{
	font-family: 'webfont';
	content: "\f078";
	padding: 5px;
	font-size: 8px;
}
.pro:hover > .prohover .usname:after{
	content: "\f077";
}
.propic{
	width: 100px;
	height: 100px;
	float: right;
	margin:0 35%;
	background: #00BCD4;
	border-radius: 50%;
	text-align: center;
	box-shadow: inset 0 0 8px 0 #006064;
}
.propic > i{
	font-size: 50px;
	color: #FFFFFF;
	padding: 20px 0;
}
.propic1{
	width: 85px;
	height: 85px;
	float: right;
	margin:0 23% 8px 0;
	background: #B0BEC5;
	border-radius: 50%;
	text-align: center;
	box-shadow: inset 0 0 8px 0 #455A64;
}
.propic1 > i{
	font-size: 50px;
	color: #FFFFFF;
	padding: 20px 0;
}
.main-panel{
	width: 1024px;
	height: auto;
	margin:0 auto;
}

.main-bg{
	width: 90%;
	padding-right: 10%;
	height: auto;
	float: right;
	margin: 50px 0;
}
.main-bg h3{
	font-size: 20px;
	color: #455A64;
	padding: 5px 0 25px 0;
}
.uppic{
	width: 300px;
	height:100px;
	margin: 30px 32% 30px 0;
	text-align: center;
	display: none;
	overflow: hidden;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}
.proimg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #F5F5F5;
}
.btnpanel{
	background: #673AB7;
	padding: 8px 33px;
	float: right;
	color: #FFFFFF;
	font-size: 18px;
	margin:8px 25px 0 0;
	border-radius: 5px;
	font-family: 'BYekan';
	border: none;
	border-bottom: 3px solid #512DA8;
	cursor: pointer;
}
.imgalert{
	float: right;
	width: 100%;
	color: #455A64;
	padding: 5px 0 25px 0;
}
.imgalert h3{
	font-size: 16px;
}
.imgalert a {
	color: #f44336;
	cursor: pointer;
}
.pwinput{
	width: 150px;
	height: 20px;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: none;
	font-family: 'BYekan';
	font-size: 15px;
	color: #888;
	margin-bottom: 8px;
}
.pwinput:focus{
	box-shadow: none;
	outline: none;
}
.tabletxt{
	width:90%;
	max-width:90%;
	min-width:90%;
	height: 60px;
	max-height: 60px;
	min-height: 60px;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: none;
	font-family: 'BYekan';
	font-size: 15px;
	color: #888;
}
.tabletxt:focus{
	box-shadow: none;
	outline: none;
}
.dateinput{
	width: 50px;
}

.imgslide {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #F2F2F2;
}

.addpost{
	width: 96%;
	height: auto;
	float: right;
	margin: 2% 2%;
}
.addpost textarea {
	float: right;
	margin: 0;
}
.postinput{
	width: 90%;
	height: 20px;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: none;
	font-family: 'BYekan';
	font-size: 15px;
	color: #888;
	margin-bottom: 8px;
}
.postinput:focus{
	box-shadow: none;
	outline: none;
}
.res{
	width: 98%;
	height: 42px;
	padding: 18px 2% 0 0;
	background: #FFFFFF;
	float: right;
	margin: 15px 0 35px 0;
	box-shadow: inset -4px 0 0 0 #009688;
	color: #546E7A;
}
select {
  width: 100px;
  font: 400 12px/1.3 'BYekan';
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #3F51B5;
  line-height: 1;
  outline: 0;
  color:#455A64;
  border-color:#3F51B5;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: 3px;
  background: linear-gradient(#3F51B5,#3F51B5) no-repeat,
              linear-gradient(-135deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
              linear-gradient(-225deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
              linear-gradient(#3F51B5,#3F51B5) no-repeat;
  background-color: white;
  background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
  background-position: right 20px center, right bottom, right bottom, right bottom;   
}
/* ///  DECORATION CSS ///  */
.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px;
}

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  right: 13%;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  color: #FFFFFF;
  font-weight: 300;
  background-color:#37474F;
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 96%;
  border-bottom: 1px solid #37474F;
  background-color:#455A64;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 0;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color:#546E7A;
}
.cont_select_int .active {
  background-color:#546E7A;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 20px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
}


#table{
			width:1300px;
			height:600px;
			border :1px solid;
			overflow : auto;
			text-align : center;
		}
/**************************************/
.title-v{
	width: 100%;
	height: auto;
	float: right;
	position: relative;
}
.title-v span {
	width: 90%;
	height: 40px;
	float: left;
	margin-top: 5px;
	background: #607D8B;
	border-radius: 5px;
}
.title-v span span::before {
	content: 'sadsad';
}
.title-v span h3{
	color: #FFFFFF;
	width: 80%;
	padding: 6px 60px 0 0;

	float: right;
}
.img-v{
	width: 120px;
	height: 120px;
	background: #aaa;
	border-radius: 50%;
	position: absolute;
	right: 0;
	border: 4px solid #FFFFFF;
}
.img-v img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.img-v .viewspan{
	border-radius: 50%;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background:#00BCD4;
}
.head-v{
	width: 100%;
	height: auto;
	background: #ffffff;
	float: right;
	padding:0 0 10px 0;
	margin: 20px 0 ;
	border-radius: 5px 5px;
	box-shadow: 0 0 5px 0 #BDBDBD;
}
.head-h3{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background: #009688;
	border-radius: 5px 5px 0 0;
	float: right;
	margin-bottom: 10px;
}
.head-v span {
	float: right;
	width: 100%;
	margin: 5px 15px;
	color: #607D8B;
}
.head-v span i{
	float: right;
	color: #00BCD4;
	font-size: 20px;
}
.head-v span h3{
	float: right;
	padding: 2px 5px;
	font-size: 14px;
}


/*************************************************************************/

.nurselog{
	width: 100%;
	height: 100vh;
	background: url(img/2.png);
	float: right;
	background-size: cover;
	position: relative;
}
.adminlog{
	width: 100%;
	height: 100vh;
	background: url(img/1.png);
	float: right;
	background-size: cover;
	position: relative;
}
.login-box{
	width: 400px;
	height: 280px;
	border-radius: 5px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 0 10px 0 #666;
	margin:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.login-box form {
	width: 100%;
	height: auto;
	float: right;
	margin:-30px 0 0 0;
}
.login-box h3 {
	font-size: 22px;
	color: #263238;
	width: 100%;
	text-align: center;
	margin: 0;
}
.frm-log{
	position: relative;
	width: 90%;
	margin: 8px 5%;
	float: right;
}
.form-login  {
	width: 250px;
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,0.8);
	background-color:rgba(255,255,255,0.3);
	font-size: 16px;
	border-radius: 5px;
	color:#607D8B;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.form-login:focus{
	box-shadow: none;
	outline: none;
	background-color:rgba(255,255,255,0.8);
}
.form-l  {
	color:#37474F;
	float:right;
	padding-top: 8px;
}
.btn{
	background: #00BCD4;
	padding: 5px 25px;
	float: right;
	color: #FFFFFF;
	font-size: 18px;
	margin:8px 0 0 0;
	border-radius: 5px;
	font-family: 'BYekan';
	border: none;
	border-bottom: 3px solid #0097A7;
	cursor: pointer;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.btn2{
	background: #00BCD4;
	padding: 5px 25px;
	float: right;
	color: #FFFFFF;
	font-size: 18px;
	margin:8px 0 0 0;
	border-radius: 5px;
	font-family: 'BYekan';
	border: none;
	border-bottom: 3px solid #0097A7;
	cursor: pointer;
}

.alert {
	width: 480px;
	height: 25px;
	text-align: center;
	padding: 15px 15px;
	border-radius: 5px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 0 10px 0 #666;
	margin:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
}
.alert2 {
	width: 400px;
	height: 25px;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 0 10px 0 #666;
	margin:auto;
	position: absolute;
	top: -350px;
	bottom: 0;
	left: 0;
	right: 0;	
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height:auto;
  margin:auto;
  padding:5px;
	position: relative;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#F5F5F5;
  background:#00BCD4;
  border-bottom:4px solid #0097A7;
  border-left: 1px solid #00ACC1;
  font-size:23px;
  font-weight: 100;
  padding:15px 24px;
  text-align:center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  
}

th:first-child {
  border-top-right-radius:5px;
}
 
th:last-child {
  border-top-left-radius:5px;
  border-left:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 

 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#FFF;
}
 


tr:last-child td:first-child {
  border-bottom-right-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-left-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding: 8px 0 0 0;
  text-align:center;
  vertical-align:middle;
  font-weight:300;
  font-size:15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #E0E0E0;
}

td:last-child {
  border-left: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
.result{
	display: none;
}
.space{
	width: 100%;
	height: 30px;
	float: right;
}
.nursea {
	background: #009688;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 15px;
	cursor: pointer;
}


div.paginate {
    width:100%;
	height:40px;
	float:right;
	margin:30px 0;
}
div.paginate a, div.paginate span {
    color: #FFFFFF;
	background-color: #292e34;
	border: 1px solid #23282e;
    font-weight: bold;
	font:12px tahoma;
    padding: 12px 18px;
	float:right;
}
div.paginate a:nth-child(1){
	border-radius:0 3px 3px 0;
	margin-right:10px;	
}
div.paginate span:nth-child(1){
	border-radius:0 3px 3px 0;
	margin-right:10px;	
}
div.paginate a:last-child{
	border-radius:3px 0 0 3px;	
}
div.paginate span:last-child{
	border-radius:3px 0 0 3px;	
}
div.paginate a:hover {
    background:#3498db;
}
div.paginate span {
    background: #1C1F24 !important;
  	border: 1px solid #1C1F24 !important;
}



.multiselect {
  width: 140px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
	position: absolute;
  display: none;
  width : 108px;
  background:#FFF;
  border: 1px #dadada solid;
  text-align:right;
  padding:5px 15px;
  border-radius:2px 2px 5px 5px;  
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
  color:#FFF;
}
#checkboxes label input{
	float:left;
}