@charset "utf-8";
/* CSS Document */
body{
	font-family: verdana; 
	margin: 0px;
    padding: 0px;
}

.navbar-brand{
	padding:0;
}

.navbar-default{
	box-shadow:0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
	background-color:#fff;
}
	
.navbar-right .dropdown-menu{
	right:auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color:#337ab7;
	color:#fff;
}
	
	
.dropdown-menu > li > a:hover{
	background-color:#C7C6C6;
}

#scrollBtn {
	width: 50px;
	height: 50px;
	background: #dd5347;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    display: none;
 	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    box-shadow:0px 2px 5px -1px rgba(0,0,0,0.20), 0px 2px 10px 0px rgba(0,0,0,0.12);
    outline: none;
    color: white;
    cursor: pointer;
	border:none;
}

#contact {
	width: 50px;
	height: 50px;
	background: #dd5347;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    display: none;
 	position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    box-shadow:0px 2px 5px -1px rgba(0,0,0,0.20), 0px 2px 10px 0px rgba(0,0,0,0.12);
    outline: none;
    color: white;
    cursor: pointer;
	border:none;
}
	
.arrow{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#facebook {
	width: 27px;
	height: 27px;
	background: #1b99d6;
	display: block;
	position: fixed;
	top: 118px;
	right: 0px;
	z-index: 99;
	box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 1), 0px 2px 10px 0px rgba(0,0,0,0.12);
	outline: none;
	color: white;
	cursor: pointer;
	border: none;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}

#facebook:hover{
	width:55px;
}
	
#twitter{
	width: 27px;
    height: 27px;
    background: #e85858;
    display: block;
    position: fixed;
    top: 146px;
    right: 0px;
    z-index: 99;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 1), 0px 2px 10px 0px rgba(0,0,0,0.12);
    outline: none;
    color: white;
    cursor: pointer;
    border: none;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}

#twitter:hover{
	width:55px;
}

#linkedin{
	width: 27px;
    height: 27px;
    background: #97c93c;
    display: block;
    position: fixed;
    top: 174px;
    right: 0px;
    z-index: 99;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 1), 0px 2px 10px 0px rgba(0,0,0,0.12);
    outline: none;
    color: white;
    cursor: pointer;
    border: none;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}

#linkedin:hover{
	width:55px;
}

#shareIt{
    background: #006699;
    display: block;
    position: fixed;
    top: 203px;
    right: 0px;
    z-index: 99;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 1), 0px 2px 10px 0px rgba(0,0,0,0.12);
    outline: none;
    color: white;
    cursor: pointer;
    border: none;
}

.form{
    width: 240px;
    position:  fixed;
    bottom: 70px;
	z-index:99;
    left: 31px;
    background-color: #fff;
    border: 1px solid #ddd;
	box-shadow:0 0 8px #ddd;
}

.panel-success{
	border:1px solid #ddd;
}

.panel-success > .panel-heading{
	color: #006699; 
	background-color:skyblue;
	font-size: 16px; 
	font-weight: bold;
}

.panel-body{
	height: auto; 
	font-size: 14px; 
	overflow:auto;
}

.menu ul{
	list-style:none;
	margin:0px 0px 0px -40px;
}

.menu ul li a{
	font-size: 14px; 
	font-weight:normal;
	text-decoration:none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color:#668bb1;
}

a.list-group-item, button.list-group-item{
	color:#555;
}

.list-group-item-success{
	background-color:#c4ced5;
}

.mainContent{
	display:none;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus{
	color: #fff;
    background-color: #668bb1;
}

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  background-color: #e2f0f6;
  top: 0px;
  color: #006699;
  border:1px solid #ddd;
  border-radius:4px;
}

.nav-side-menu .brand {
  background-color: skyblue;
  line-height: 42px;
  display: block;
  font-weight:bold;
  text-align: center;
  font-size: 16px;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.nav-side-menu ul :not(in) .arrow:before,
.nav-side-menu li :not(in) .arrow:before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #e2f0f6;
  background-color: #9edaf4;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #fff;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #ddd;
  margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #9edaf4;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 12px;
  border-left: 3px solid #e2f0f6;
  border-bottom: 1px solid #ddd;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #006699;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  border-left: 3px solid #1b99d6;
  background-color: #9edaf4;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

.log-frm ul {
    margin: 0 !important;
    padding: 0 !important;
}

.log-frm ul li {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 25px;
}

.log-frm ul li a {
    color: #f47521;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

.log-frm ul li p {
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    padding: 2px 5px;
}

.log-frm ul li input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    width: 100%;
}

.model-l {    
    padding-right: 0px;    
}

.model-r .o-r {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    bottom: 0;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: -19px;
    top: 0;
    width: 40px;
    z-index: 99999;
}

.model-r .o-r span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #666;
    display: block;
    height: 100%;
    padding: 8px 0 0;
    text-align: center;
    width: 100%;
    border-radius: 100%;
    position: relative;
}

.model-r {
    padding-left: 30px;
    position: relative;
    border-left: 1px dotted #cccccc;
}

.forgot {
    display: none;
}

.panel-content{
	margin-bottom:50px;
}
.panel-content .page-image{
	display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.panel-success{
	border:1px solid #ddd;
}

.panel-success > .panel-heading{
	color: #006699; 
	background-color:skyblue;
	font-size: 16px; 
	font-weight: bold;
}

.panel-body{
	height: auto; 
	font-size: 14px; 
	overflow:auto;
	
}
.panel-content{
	margin-bottom:50px;
}
.panel-content .page-image{
	display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (min-width: 480px){
.panel-content {
    box-shadow: 0 0 10px 0 #c9c9c9;
    padding: 30px;
    border-radius: 5px;
  }

}

#accordion .panel-heading { padding: 0;}

.panel-title{
	font-size:14px;
	color:#006699;
}

.panel-default > .panel-heading{
	background-color:#e2f0f6;
}

#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}

.panel-body{
	height:auto;
}

.links .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	z-index: 99;
	color:#000;
	transition: all 1s ease-in-out;
}
.links:hover .img-top {
	display: inline;
}
 .links:hover{
	color:#00adc6;
 }


.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
} 


.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}

.links .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	z-index: 99;
	color:#000;
	transition: all 1s ease-in-out;
}

.links:hover .img-top {
	display: inline;
}

.links:hover{
	color:#00adc6;
}
 
.lightGreyBox{
	border:1px solid #f0f0f0;
	margin-right: 40px;
	margin-bottom:20px;
}

.lightGreyBox:hover{
	box-shadow:0 0 25px 0 #ccc;
}

.img-boxs{
	width: 291px;
	margin: 0px 0px 0px -15px;
	background-position:  center;
	background-size: cover;
}

.box > .icon { text-align: center; position: relative; cursor:pointer; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #00adc6; vertical-align: middle; }
.box > .icon:hover > .image { background: #0fd9f6; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-size: 16px; color: #006699; font-weight: bold; }
.box > .icon > .info > p {font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #0fd9f6; }
.box .space { height: 30px; }

@media (min-width: 480px){
.panel-content {
    box-shadow: 0 0 10px 0 #c9c9c9;
    padding: 30px;
    border-radius: 5px;
  }
  .row-fluid {
    width: 100%;
}
}

@media (min-width: 1200px){
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span3 {
    width: 16%;
}

}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.centerImg{
	margin:0 auto;
}

.carousel-control{
	color:#1b99d6;
}

#myInput {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  border: 1px solid #ddd;
}

.badge{
	background-color:#5bc0de;
}

.blueBg {
    background-color: #5bc0de;
    Padding: 12px;
	margin: 0;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.modal-footer1 {
    padding: 15px;
    text-align: right;
}
			  
.txtmeddetails
{
	text-align:left;
	font-size:16px;
	color:#466699;
}


.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}


.datetimepicker .datetimepicker-dropdown-bottom-right .dropdown-menu{
	left:773.59px;
}

/*
.scrollModal{
	height:520px;
	overflow:auto;
	}
	*/
	
	.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 63px;
    border-radius: 50%;
    background: #00adc6;
    vertical-align: middle;
}
 
.grow img{
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
}
.item1{
    height: 250px !important;
    width: 350px !important;
}
#success_message{ display: none;}
.panel-primary > .panel-heading-custom {
 font-size:18px;
 font-weight:bold; }
 
 
 input:focus {
    background-color: #F3F7CB;
}

.field-icon {
  margin-left: -24px;
  margin-top: 11px;
  position: relative;
  z-index: 2; 
}

<!-- as modal popup data is not scrolling -->
.modal { overflow: auto !important; } 
::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}
.scrollcheck
{
	height:700px;
	overflow:auto;
}
.backgroundGrey{
	 background-color:#f8f8f8;
 }
 .has-error input[type="text"], .has-error input[type="email"], .has-error select {
    border: 1px solid #a94442;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: pointer;
	background-color: #337ab7;
	border-color: #2e6da4;
		opacity:1;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#loader {
	position:fixed;
	display:none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:url(/ukgwa/20260602065041oe_/https://medical.caa.co.uk/caalapl/images/loading.gif) 50% 50% no-repeat rgb(253, 253, 253);
    opacity: .8;
}

.loadingText{
	text-align:center;
	margin: 0 auto;
	font-weight:bold;
	top: 70%;
	color: #1b99d6;
	font-size: 24px;
	position: relative;
}

.circle30px
{
	color:#FF901B;
	text-align:center;
	font-weight:bold;
	margin-left: 5px;
	font-size:20px;
	width:30px;
	position:absolute;
	border-radius: 21px 21px 21px 21px;
	-moz-border-radius: 21px 21px 21px 21px;
	-webkit-border-radius: 21px 21px 21px 21px;
	background:transparent;
}

.colorOrange{
	color:#FF901B;
}

.fontSize18px{
	font-size: 18px;
}

.popover-content {
	padding : 0px;
	height: 100%;
	width: 100%;
}

.popover{
	width: 350px;
	height: 200px;
	max-width : 600px;
}

.page-loading {
  z-index: 999;
  background-color: #fff;
}

.three-balls {
  width: 70px;
  text-align: left;
  left: 0;
  margin: 0 0 0 0;
  padding: 0 px;
  top: 45%;
}

.three-balls .ball {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: bouncedelay 5.0s infinite cubic-bezier(.62, .28, .23, .99) both;
  animation: bouncedelay 5.0s infinite cubic-bezier(.62, .28, .23, .99) both;
}

.three-balls .ball1 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.three-balls .ball2 {
  -webkit-animation-delay: -.08s;
  animation-delay: -.08s;
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #03A9F4;
  }
  16.66% {
    bottom: 10px;
    background-color: #FFA600;
  }
  33.33% {
    bottom: 0px;
    background-color: #FFA600;
  }
  50% {
    bottom: 10px;
    background-color: #FFA600;
  }
  66.66% {
    bottom: 0px;
    background-color: #FFA600;
  }
  83.33% {
    bottom: 10px;
    background-color: #03A9F4;
  }
  100% {
    bottom: 0;
    background-color: #03A9F4;
  }
}

@-webkit-keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #03A9F4;
  }
  16.66% {
    bottom: 10px;
    background-color: #FFA600;
  }
  33.33% {
    bottom: 0px;
    background-color: #FFA600;
  }
  50% {
    bottom: 10px;
    background-color: #FFA600;
  }
  66.66% {
    bottom: 0px;
    background-color: #FFA600;
  }
  83.33% {
    bottom:20px;
    background-color: #03A9F4;
  }
  100% {
    bottom: 0;
    background-color: #03A9F4;
  }
}

.displayNone{
	display:none;
}

.displayInlineBlock{
	display:inline-block;
}

.padding10Px{
	padding : 10px;
}

.colorRed {
	color: red;
}

.fontWeightBold{
	font-weight:bold;
}
