@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus {
	outline: none !important
}
body {
	line-height: 1.6;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	background: #FFFFFF;
}
p {
	margin-bottom: 12px;
	margin: 0 0 20px 0;
	color: #616161;
	font-size: 13px;
	line-height: 1.8;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100% !important;
}
.hidden_ani {
	opacity: 0;
}
.visible_ani {
	opacity: 1;
}
a {
	transition: all 700ms ease 0s;
}
.header-wrp-full {
	padding-top: 8px;
	padding-bottom: 14px;
}
.header-right {
	
}
.logo {
	
}
/*Footer area*/
.footer_area_full {
	background: #1E1E28;
	padding: 20px 0px 0px
}
.footer_area p, .footer_area a {
	color: #FDFDFD
}
#gruemenu > ul {
	box-shadow: none !important;
	float: right
}
#gruemenu > ul > li > a{ border:none !important}
.nivo-box{ display:none !important}
.content-area-full {
	/*border-top: 1px solid #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;*/
}
.ui-sortable{ padding-left:0; margin-top:15px}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert, .alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.form-horizontal .control-label {
	text-align: left !important
}
.login-div {
	margin-top: 20px;
}
.login-rigt {
	margin-left: 20px;
	width: 47% !important;
}
.login-rigt li {
	margin-bottom: 10px;
	display: block
}
.login-rigt li a {
	padding: 12px 24px;
	color: #FFFFFF;
	font-size: 20px;
	display: block;
	border-radius: 5px;
	border: 1px solid #FFFFFF
}
.login-rigt ul {
	padding-left: 0
}
.registerbtn a {
	background: #f21101;
	background: -moz-linear-gradient(top, #f21101 0%, #ef4940 50%, #ef4940 53%, #ef5b53 100%);
	background: -webkit-linear-gradient(top, #f21101 0%, #ef4940 50%, #ef4940 53%, #ef5b53 100%);
	background: linear-gradient(to bottom, #f21101 0%, #ef4940 50%, #ef4940 53%, #ef5b53 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21101', endColorstr='#ef5b53', GradientType=0 );
}
.registerbtn a:hover {
	text-decoration: none;
	background: #ef5b53;
	background: -moz-linear-gradient(top, #ef5b53 0%, #ef4940 47%, #ef4940 50%, #f21101 100%);
	background: -webkit-linear-gradient(top, #ef5b53 0%, #ef4940 47%, #ef4940 50%, #f21101 100%);
	background: linear-gradient(to bottom, #ef5b53 0%, #ef4940 47%, #ef4940 50%, #f21101 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5b53', endColorstr='#f21101', GradientType=0 );
}
.fp a {
	background: #4faa05;
	background: -moz-linear-gradient(top, #4faa05 0%, #4faa05 47%, #4faa05 50%, #71a845 100%);
	background: -webkit-linear-gradient(top, #4faa05 0%, #4faa05 47%, #4faa05 50%, #71a845 100%);
	background: linear-gradient(to bottom, #4faa05 0%, #4faa05 47%, #4faa05 50%, #71a845 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4faa05', endColorstr='#71a845', GradientType=0 );
}
.fp a:hover {
	text-decoration: none;
	background: #71a845;
	background: -moz-linear-gradient(top, #71a845 0%, #4faa05 50%, #4faa05 53%, #4faa05 100%);
	background: -webkit-linear-gradient(top, #71a845 0%, #4faa05 50%, #4faa05 53%, #4faa05 100%);
	background: linear-gradient(to bottom, #71a845 0%, #4faa05 50%, #4faa05 53%, #4faa05 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a845', endColorstr='#4faa05', GradientType=0 );
}
.fu a {
	background: #0063b7;
	background: -moz-linear-gradient(top, #0063b7 0%, #0063b7 50%, #0063b7 51%, #3f80b5 100%);
	background: -webkit-linear-gradient(top, #0063b7 0%, #0063b7 50%, #0063b7 51%, #3f80b5 100%);
	background: linear-gradient(to bottom, #0063b7 0%, #0063b7 50%, #0063b7 51%, #3f80b5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063b7', endColorstr='#3f80b5', GradientType=0 );
}
.fu a:hover {
	text-decoration: none;
	background: #3f80b5;
	background: -moz-linear-gradient(top, #3f80b5 0%, #0063b7 49%, #0063b7 50%, #0063b7 100%);
	background: -webkit-linear-gradient(top, #3f80b5 0%, #0063b7 49%, #0063b7 50%, #0063b7 100%);
	background: linear-gradient(to bottom, #3f80b5 0%, #0063b7 49%, #0063b7 50%, #0063b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f80b5', endColorstr='#0063b7', GradientType=0 );
}
input, textarea {
	padding: 8px 30px;
	font-size: 16px;
}
fieldset {
	margin-bottom: 20px
}
.tgo-sms h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700
}
.tgo-sms h3 {
	background: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px;
}
.tgo-sms label {
	color: #7C7C7C;
	font-weight: 400;
	font-size: 15px
}
.tgo-sms .input-group {
	margin-bottom: 30px;
	width: 100%
}
.notice-show {
	margin-top: 10px;
}
.tgo-sms textarea {
	width: 100%
}
.red-color {
	color: #EB3639
}
.red-color .badge {
	background: #EB3639
}
.note ul {
	list-style: disc
}
.login-button {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#login-form {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
#login-form input{
	padding: 8px 23px !important
}
.fc_form input[type="text"], .fc_form input[type="email"]{ padding:18px 16px !important;}
.mod_datetime {
	float: right
}
.messanger{ margin-top:25px;}
div.fc_line{ margin-top:20px !important;}

.theme-bar.slider-wrapper{ border:1px solid #D7D7D7 !important }
ul.menu{ float:right}
ul.menu li{ display:inline-block !important;margin-right:2px;}
ul.menu li a{ font-size:18px; text-transform:uppercase; color:#000000; background:#A4A4A4;}
ul.menu li.active a{ background:#EEEEEE}
.requestfullscreen{ margin-top:-48px}
.form-wrapper h2{ margin-bottom:20px;}
.medikee-display{ border:1px solid #C0C0C0; padding:10px}
#fullscreen{ background:#FFFFFF; padding-left:10px;}
#fullscreen h2{ font-size:30px; margin-top:38px }
.pracs{ margin-top:20px}
.item-div{background: #EDEDED;
font-size: 22px;
margin-bottom: 7px;
padding: 2px 1px;
width: 99%;
line-height: 40px; border:1px solid #A4A3A3}
#fullscreen .label{display: block;
margin-top: 0px;
padding: 11px 11px;}
.ge-settings{ border:1px solid #EEEEEE; margin-bottom:20px; padding:20px; background:#F1F1F1}
.abcd{background:#FFFFFF}
#imgInp,#imgInp2{ height:auto !important; width:auto !important; margin-top:10px}
#blah,#blah2{ max-width:50% !important; margin-top:10px; margin-bottom:10px;}

.pagination {
    
    margin: 0px 0 23px !important;

    float: right;
}
.addprac{ margin-top:20px; padding:10px; border:1px solid #A4A4A4; margin-bottom:20px;}
#addnew{ margin-bottom:20px}

.input-group .ui-state-default,.input-group .ui-widget-content .ui-state-default,.input-group .ui-widget-header .ui-state-default, .input-group .ui-button, html .input-group .ui-button.ui-state-disabled:hover, html .input-group .ui-button.ui-state-disabled:active{background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
text-transform:uppercase;

max-width: 190px; text-align:center
}
/*slider*/



.slider2 {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
#add_more{ margin-top: 12px;}
.abcd{ padding:10px; border:1px solid #BABABA; border-radius:4px; margin-bottom:20px}
.delete-img{ margin-top:10px; cursor:pointer}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{    font-size: 23px;
    margin-bottom: 5px;
    cursor: pointer;
}
.clock {

 margin: 0 auto;
    padding: 0px;
    border: 1px solid #333;
	border-radius:10px;
    color: #000000;
	background: #FFFFFF;
}

.Datec {
   
    font-size: 20px;
    text-align: center;
  

}

.clock ul {

    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.clock  ul li {
    display: inline;
    font-size: 5em;
    text-align: center;

}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}

50% {
    opacity: 0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}
.container-fluid {
    padding-right: 1px;
    padding-left: 1px;
  
}
.container-fluid{ border:4px solid rgba(0,0,0,1.00); padding:20px; margin-top:20px; margin-bottom:20px;}
.home-page .astar_login,.home-page .login-rigt{ width:100% !important}
.home-page .logout .btn{ width:100%; font-size:22px; text-transform:uppercase; }
.home-page .well{ background:#1E1E28 }
.home-page #member-registration input{ width:100%}
.home-page #member-registration legend{ font-size:22px; text-transform:uppercase;color:rgba(255,255,255,1.00)}
.home-page .well label{ color:rgba(255,255,255,1.00)}