html,
body {
    height: 100%;
}
.ck-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ck-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.clearfix
{
  clear: both;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid purple;
}

/* On mouse-over, add a grey background color */
.ck-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ck-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ck-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ck-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.event-wrapper
{
  position: relative !important;	
}
.event-header
{
 position: absolute !important; 
 margin-top:-47px !important;
 left:47% !important;
	
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.speciality .btn-group, .btn-group-vertical {
    display: block;
    position: relative;
    vertical-align: middle;
}
.speciality .dropdown-toggle.ng-binding.btn.btn-default {
    float: none;
    text-align: left;
    width: 100%;
}
.speciality .caret {
    
    margin-top: -11px;
     float:right;
    
}
.speciality ul.dropdown-menu{
    display: block;
    height: 200px;
   
    overflow: scroll;
    width: 100%;
}
.Selecttop {
    float: right;
    margin: 0 10px 0 0;
    width: 200px;
}
.start_end .uib-timepicker .btn.btn-link{ padding:0px 3px; }
.start_end label{ margin-top:0px; }
.start_end .uib-timepicker{ margin:3px 0px 0px; }
.start_end .uib-timepicker .uib-separator{ padding:0px 2px; }
.start_end .uib-timepicker .uib-time.am-pm{ padding:0 0 0 7px; }
