﻿body {
  overflow: scroll; /* Show scrollbars */
}
.action-buttons {
    padding-bottom: 10px;
    border-bottom: 0px solid #eeeeee;
    font-size: 13px;
    text-transform: uppercase;
    color: #b7231b;
    margin: 15px 0;
}

.capitalize {
    text-transform: capitalize;
}

.messagebox {
   position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 0px;
    padding: 42% 0%;
   background-color: rgba(255,255,255,0.2);
    z-index: 5000;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pdetails-caption
{
    font-size: 16px;
    font-weight: 500;
}
.pdetails-value
{
    color: #003399;
}
.font-13
{
    font-size: 14px;
    font-weight: 600 !important;
}
.frameborder
{
    border: 1px groove #888;
}

.table > thead > tr > th {
    border-bottom: 1px solid #B8CCE9;
    background-color: #f0f0f0;
	color: #333;
	font-size: 14px;
    font-weight: 600;
}

.table > thead > tr > td {
    min-height: 25px !Important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFCE00;
    border-color: #2e6da4 #2e6da4 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    cursor: pointer;
}

.textbordermale
{
    border: 2px solid #000;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #C2FF8C;
}

.textborderfemale
{
    border: 2px solid #000;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #FFAFD5;
}

input.ng-invalid {
    border: 1px solid red; /*#DB4A37;*/
}
input.ng-valid {
    border: 1px solid #dbd9d9;
}
input.ng-pristine
{
    border: 1px solid #b0a8a8;
}
input.ng-invalid.ng-pristine
{
    border: 1px solid #DB4A37;
}

select.ng-invalid {
    border: 1px solid red !important; /*#DB4A37;*/
    padding: 4px !important;
}
select.ng-valid {
    border: 1px solid #dbd9d9;
    padding: 4px !important;
}
select.ng-pristine
{
    border: 1px solid #dbd9d9;
    padding: 4px !important;
}
select.ng-invalid.ng-pristine
{
    border: 1px solid #DB4A37;
    padding: 4px !important;
}

.select2-container.ng-invalid {
    border: 1px solid red; /*#DB4A37;*/
    border-radius: 4px;
}
.select2-container.ng-valid {
border-radius: 4px;
    border: 1px solid #dbd9d9;
}
.select2-container.ng-pristine
{
    border: 1px solid #dbd9d9;
    border-radius: 4px;
}
.select2-container.ng-invalid.ng-pristine
{
    border: 1px solid #DB4A37;
    border-radius: 4px;
}

.form-control {
    height: 32px !important;
    padding: 8px !important;
    font-size: 14px;
    line-height: 1.42857143;
}

.palette-silver-light {
  background-color: #f7f7f7;
}

label
{
    font-weight: 500 !Important;
}
.panel-title-big
{
    font-size: 20px;
    font-weight: 500;
}
.panel-default
{
    background-color: #E6EBF3;
    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fcfcfc, #fcfcfc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fcfcfc, #fcfcfc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fcfcfc, #fcfcfc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fcfcfc, #fcfcfc); /* Standard syntax */
}
.panel-body
{
    padding-bottom: 0;
}

.list-group-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: -1px;
    padding: 6px 10px;
    position: relative;
}
/*.table > thead > tr > th {
    border-bottom: 1px solid #999;
    color: #E36500 !Important;
    font-weight: 400;
}*/

a.delete:link,
a.delete:visited,
a.delete:active { color: #B8241E; text-decoration: none; }
a.delete:hover { color: #FF0A00; text-decoration: underline; }

a.edit:link,
a.edit:visited,
a.edit:active { color: #236DC9; text-decoration: none; }
a.edit:hover { color: #0071FD; text-decoration: underline; }

a.userinfo:link,
a.userinfo:visited,
a.userinfo:active { color: #2AB562; text-decoration: none; }
a.userinfo:hover { color: #05F866; text-decoration: underline; }

.grid
{
    height: 400px;
}
.grid.ui-grid {
    border: 0 solid #d4d4d4 !important;
    border-radius: 0 !important;
    box-sizing: content-box !important;
    transform: translateZ(0px) !important;
}
.ui-grid-top-panel {
    background: #FFF !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #333 !important;
    font-weight: bold !important;
    overflow: hidden !important;
    position: relative !important;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  font-weight: 600;
  border-right: 0px solid !important;
  border-color: #d4d4d4;
  display: table-cell;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-cell {
  border-right: 0px !Important;
}
.grid.ui-grid .btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #333 !important;
    padding: 5px 6px !important;
    border: 0px !important;
}
.grid.ui-grid .btn-primary:hover, .grid.ui-grid .btn-primary:focus, .grid.ui-grid .btn-primary:active, .grid.ui-grid .btn-primary.active, .grid.ui-grid .open > .dropdown-toggle.btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: blue !important;
}
.grid.ui-grid .btn:active, .grid.ui-grid .btn.active, .grid.ui-grid .btn:hover, .grid.ui-grid .btn:focus {
    box-shadow: none !important;
}
.grid.ui-grid .btn-primary:active:hover, .grid.ui-grid .btn-primary.active:hover, .grid.ui-grid .open > .dropdown-toggle.btn-primary:hover, .grid.ui-grid .btn-primary:active:focus, .grid.ui-grid .btn-primary.active:focus, .grid.ui-grid .open > .dropdown-toggle.btn-primary:focus, .grid.ui-grid .btn-primary.focus:active, .grid.ui-grid .btn-primary.active.focus, .grid.ui-grid .open > .dropdown-toggle.btn-primary.focus {
    border-color: none !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #33a6cc !important;
}

.grid.ui-grid .btn-danger
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #FF0000 !important;
    padding: 5px 6px !important;
        border: 0px !important;
}
.grid.ui-grid .btn-danger:hover, .grid.ui-grid .btn-danger:focus, .grid.ui-grid .btn-danger:active, .grid.ui-grid .btn-danger.active, .grid.ui-grid .open > .dropdown-toggle.btn-danger {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.grid.ui-grid .btn-danger:active:hover, .grid.ui-grid .btn-danger.active:hover, .grid.ui-grid .open > .dropdown-toggle.btn-danger:hover, .grid.ui-grid .btn-danger:active:focus, .grid.ui-grid .btn-danger.active:focus, .grid.ui-grid .open > .dropdown-toggle.btn-danger:focus, .grid.ui-grid .btn-danger.focus:active, .grid.ui-grid .btn-danger.active.focus, .grid.ui-grid .open > .dropdown-toggle.btn-danger.focus {
    border-color: none !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #33a6cc !important;
}

span.ui-grid-header-cell-label{
 text-transform: uppercase !important;
 font-weight: 400 !important;
 font-size: 11px !important;
}
.ui-grid-pager-control button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 solid #cccccc !important;
    border-radius: 0 !important;
    color: #eeeeee !important;
    padding: 6px 12px !important;
    text-align: center !important;
    vertical-align: middle !important;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    padding: 0 6px !important;
    vertical-align: middle !important;
}
.ui-grid-pager-row-count-picker {
    float: left !important;
    font-size: 11px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
}

@media screen and (max-width: 768px)
{
.customgrid table { border: 0; }
.customgrid table thead { display: none; }
.customgrid table tr { margin-bottom: 10px; display: block; }
.customgrid table td { display: block; text-align: right; }
.customgrid table td:last-child { border-bottom: 0; }
.customgrid table td:before { content: attr(data-label); float: left; font-weight: bold; }
.customgrid .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border: none; min-height: 25px !Important; }
}


/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}

.fancy-collapse-panel .panel-heading a
{
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #EEFAE3;
    color: #333;
    position: relative;
    text-decoration: none;
}

.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
}



.piechart
{
    height: 400px;
    width: 100%;
}

/*.piechart .nv-series:nth-child(1){ transform: translate(0, 0); }
.piechart .nv-series:nth-child(2){ transform: translate(0, 20px); }
.piechart .nv-series:nth-child(3){ transform: translate(0, 40px); }
.piechart .nv-series:nth-child(4){ transform: translate(0, 60px); }
.piechart .nv-legend{ transform: translate(100px, 0px); }
.piechart .nv-legendWrap{ transform: translate(10px, 100px); }
*/

.piecharthml
{
    height: 400px;
    width: 100%;
}
/*
.piecharthml .nv-series:nth-child(1){ transform: translate(0, 0); }
.piecharthml .nv-series:nth-child(2){ transform: translate(0, 20px); }
.piecharthml .nv-legend{ transform: translate(20px, 0px); }
.piecharthml .nv-legendWrap{ transform: translate(10px, 100px); }
*/

.discretebar
{
    width: 100%;
    height: 400px;
}

div.ng-hide-add {
  -webkit-animation:0.2s hide;
  animation:0.2s hide;
}

@keyframes hide {
  0% {
    opacity:1;
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% { 
    opacity:0;
    transform: scale(0.5);
  }
}

@-webkit-keyframes hide {
  0% {
    opacity:1;
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% { 
    opacity:0;
    transform: scale(0.5);
  }
}


div.ng-hide-remove {
  -webkit-animation:0.2s show;
  animation:0.2s show;
}

@keyframes show {
  0% {
    opacity:0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.02);
  }
  100% { 
    opacity:1;
    transform: scale(1);
  }
}

@-webkit-keyframes show {
  0% {
    opacity:0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.02);
  }
  100% { 
    opacity:1;
    transform: scale(1);
  }
}


#holder {
    min-height: 100%;
    position:relative;
}

#loginbody 
{
    /*padding-top: 50px;
    padding-bottom: 50px;*/
    background-color: #0A3E80;
}
.header {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
	padding: 10px 10px;
	font-size: 13px;
}
.header h4{
	font-weight: 400;
    font-size: 11px;
	color: #555;
	margin: 0;
}
.header h3{
	font-weight: 400;
    font-size: 16px;
	color: #005192;
	margin: 0;
	line-height: 30px;
}

.footer1 {
    background-color: #fff;
    position: relative;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
	padding: 10px 10px;
	font-size: 13px;
	margin-top: 0px;
}
.footer1 h4{
	font-weight: 100;
    font-size: 12px;
	color: #ccc;
	margin: 0;
}
.footer1 h3{
	font-weight: 400;
    font-size: 16px;
	color: #005192;
	margin: 0;
	line-height: 30px;
}

.featurelist
{
    font-size: 18px;
    display: block;
    font-family: 'Open Sans';
    color: White;
    margin-top: -20px;
}

.featurelist ul
{
    margin-top: 30px;
    list-style-type: square;
}

.featurelist ul li
{
    margin-bottom: 10px;
}

    #leftlogo
    {
        display: block;
    }
    .loginarea
    {
          /*float: right !important;*/
          max-width: 375px;
          margin: 10px auto;
          margin-top: 10%;
          margin-bottom: 10%;

    }
    
      .demo select {
    border: 1px solid #f2f2f2;
	font-family:  Arial, 'sans-serif !important';
	font-size: 14px !Important;
	height: 25px !Important;
	
	-webkit-appearance: none;
	-moz-appearance: none;
    background: #fff url('/images/select2.png') no-repeat 100% 0px;
    background: url('/images/select2.png') no-repeat  100% 0px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/select2.png') no-repeat  100% 0px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2.png') no-repeat  100% 0px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2.png') no-repeat  100% 0px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
	width: 100px;
	text-overflow: "";
	color: #333;
    border-radius: 0 0 4px 4px;
	padding: 0 20px 0 4px !important;
}
.demo select:disabled {
    border: 1px solid #f2f2f2;
	    font-family: Arial, 'sans-serif !important';
	        font-size: 14px !important;
	        height: 25px !Important;
	-webkit-appearance: none;
	-moz-appearance: none;
    background: #F4F4F4 url('/images/select2d.png') no-repeat 100% 0px;
    background: url('/images/select2d.png') no-repeat  100% 0px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #F4F4F4), color-stop(0.99, #eee));
    background: url('/images/select2d.png') no-repeat  100% 0px, -webkit-linear-gradient(center bottom, #F4F4F4 85%, #eee 99%);
    background: url('/images/select2d.png') no-repeat  100% 0px, -moz-linear-gradient(center bottom, #F4F4F4 85%, #eee 99%);
    background: url('/images/select2d.png') no-repeat  100% 0px, linear-gradient(to bottom, #F4F4F4 85%, #eee 99%) 0 0;
	width: 100px;
	text-overflow: "";
	color: #333;
    border-radius: 0 0 4px 4px;
	padding: 0 20px 0 4px  !important;
}
.demo select.balck {
	background-color: #000;
}
.demo select.option3 {
	border-radius: 10px 0;
}



@media (max-width: 1024px) 
{
     .hideonmobile
     {
         display: none;
     }
    .featurelist
    {
        display: none;
    }
    #leftlogo
    {
        display: none;
    }
    #loginbody 
{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #0A3E80;
}
.loginarea
{
    clear: both;
    float:none !important;
    margin:  50px auto !important;
}
}


.table-fixed tbody {
 height: 400px;
 overflow-y: auto;
 width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
 display: block;
}
.table-fixed tr:after {
 content: "";
 display: block;
 visibility: hidden;
 clear: both;
}
.table-fixed tbody td,
.table-fixed thead &gt; tr &gt; th {
 float: left;
}

.bg-silver
{
    background-color: #777777;
    color: #fff;
}

.bg-lightorange
{
    background-color: #FFDEB7;
    color: #000;
}

.productbox {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out; 
}
.caption {
	padding:10px;
	background-color:rgba(0,0,0,0.7);
    bottom: 10;
    width: 100%;
    height: 100%;
  	font-size: 13px;
    color: #FFF;
    display: block;
}

.img-responsive img{
	max-width: 100%;    
	height: 100%;
}

.row-centered {
  text-align: center;
  display: table-row;
}

.palette-green
{
    background-color: #33CC00;
}
.palette-greenlight
{
    background-color: #61D53A;
}
.palette-orange {
  background-color: #F35400;
}
.palette-orangelight {
  background-color: #FE6A00;
}
.palette-red {
  background-color: #CE0909;
}
.palette-redlight {
  background-color: #F61515;
}
.palette-darkbrown {
  background-color: #AF4E00;
}
.palette-darkbrownlight {
  background-color: #BB631C;
}
.palette-yelloworange {
  background-color: #FF9F05;
}
.palette-yelloworangelight {
  background-color: #FFC324;
}
.palette-darkblue {
  background-color: #410F9C;
}
.palette-darkbluelight {
  background-color: #4F1EAA;
}
.palette-cyan {
  background-color: #0187B5;
}
.palette-cyanlight {
  background-color: #10AADE;
}
.palette-navy {
  background-color: #000066;
}
.palette-navylight {
  background-color: #2525A7;
}
.palette-blue {
  background-color: #0000FF;
}
.palette-bluelight {
  background-color: #0033FF;
}
.palette-purple {
  background-color: #6B0097;
}
.palette-purplelight {
  background-color: #7F01B4;
}
.palette-brown {
  background-color: #663300;
}
.palette-brownlight {
  background-color: #AD7B34;
}
.palette-maroon {
  background-color: #960000;
}
.palette-maroonlight {
  background-color: #AB0303;
}
.palette-methi {
  background-color: #707000;
}
.palette-methilight {
  background-color: #7D7D00;
}
.palette-skyblue {
  background-color: #3164C2;
}
.palette-skybluelight {
  background-color: #3E72D0;
}
.palette-kaigreen {
  background-color: #336600;
}
.palette-kaigreenlight {
  background-color: #538226;
}
.palette-coffee {
  background-color: #330000;
}
.palette-coffeelight {
  background-color: #522222;
}
.palette-magenta {
  background-color: #8F1277;
}
.palette-magentalight {
  background-color: #B7299B;
}
.palette-purpled {
  background-color: #3A1347;
}
.palette-purpledlight {
  background-color: #4C185D;
}
.palette-blue1 {
  background-color: #26709A;
}
.palette-blue1light {
  background-color: #729CB4;
}
.palette-egreen {
  background-color: #096F53;
}
.palette-egreenlight {
  background-color: #109571;
}

.palette-coffee1 {
  background-color: #4F1A18;
}
.palette-coffee1light {
  background-color: #79302A;
}

.palette-gogreen {
  background-color: #0A6940;
}
.palette-gogreenlight {
  background-color: #29A971;
}

.palette-gogray {
  background-color: #3F4B57;
}
.palette-gograylight {
  background-color: #909FAE;
}

.palette-godarkgray {
  background-color: #787060;
}
.palette-godarkgraylight {
  background-color: #BCB6AC;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  background-color: #fff !important;
}

.patientname
{
   font-size: 20px; font-weight: 600; color: #BE3926; 
  text-shadow:  2px 2px 5px #fff;
}

.patientdetails
{
    font-size: 16px; font-weight: 600; color: #F58020;
    text-shadow:  2px 2px 5px #fff;
}



@media (max-width: 991px) { .navbar-header { float: none; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; } .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
    } .navbar-text { float: none; margin: 15px 0; } .navbar-collapse.collapse.in { display: block!important; } .collapsing { overflow: hidden!important; } }
    
    
.healthscore {
	font-size: 20px;
	font-weight: bold;
}


.texteclips {
  height: 70px;
  display: block;
  padding: 20px 40px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space:  nowrap;*/
}


.btn-apt
{
    color: #ffffff;
    background-color: #0066CC;
    border-color: #2e6da4;
}
.btn-apt:focus, .btn-apt.focus
{
    color: #ffffff;
    background-color: #000099;
    border-color: #122b40;
}
.btn-apt:hover
{
    color: #ffffff;
    background-color: #000099;
    border-color: #204d74;
}
.btn-apt:active, .btn-apt.active, .open > .dropdown-toggle.btn-apt
{
    color: #ffffff;
    background-color: #000066;
    border-color: #204d74;
}
.btn-apt:active:hover, .btn-apt.active:hover, .open > .dropdown-toggle.btn-apt:hover, .btn-apt:active:focus, .btn-apt.active:focus, .open > .dropdown-toggle.btn-apt:focus, .btn-apt:active.focus, .btn-apt.active.focus, .open > .dropdown-toggle.btn-apt.focus
{
    color: #ffffff;
    background-color: #000066;
    border-color: #122b40;
}
.btn-apt:active,
.btn-apt.active,
.open > .dropdown-toggle.btn-apt {
  background-image: none;
}
.btn-apt.disabled:hover, .btn-apt[disabled]:hover, fieldset[disabled] .btn-apt:hover, .btn-apt.disabled:focus, .btn-apt[disabled]:focus, fieldset[disabled] .btn-apt:focus, .btn-apt.disabled.focus, .btn-apt[disabled].focus, fieldset[disabled] .btn-apt.focus
{
    background-color: #0000CC;
    border-color: #2e6da4;
}
.btn-apt .badge {
  color: #337ab7;
  background-color: #ffffff;
}




.truncate 
{
display: inline-block;
max-width: 180px;
ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-top: 0px;
padding-top: 0px;
float:left
}
.truncate:after{
content:”…”;
}

.login-big-text {
  font-size: 4.4rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 40%;
}
.login-big-text p
{
    font-size: 20px;
    color: #ccc;
    font-weight: 600;
    padding-right: 50%;
    margin-top: 20px;
    line-height: 1.5;
}
.green-text {
color: #F47F20;
}


@media only screen and (max-width: 991px) {
  .about-box-layout12 img {
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 {
    margin-bottom: 20px;
  }
}
.about-box-layout13 .item-title {
  color: #111111;
  font-weight: 300;
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout13 .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout13 .item-title {
    font-size: 20px;
  }
}
.about-box-layout13 .item-title span {
  font-weight: 600;
  display: inline;
}
.about-box-layout13 .sub-title {
  color: #111111;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.36;
}
.about-box-layout13 ul.list-info {
	margin-top: 20px;
	padding-left: 10px;
}
.about-box-layout13 ul.list-info li {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.about-box-layout13 ul.list-info li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('/images/bullet.jpg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-box-layout14 .item-video {
  position: relative;
}
.about-box-layout14 .item-video img {
  border-radius: 4px;
  margin-top: 10px;
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.25rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

a.custom-card {
    color: inherit;
}
a.custom-card:hover {
  color: inherit;
  background-color: #f2f2f2;
}


.cardcontainer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: left;
          align-items: left;
  -webkit-box-pack: left;
          justify-content: left;
}

h3 {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
p.small {
  font-size: 14px;
}

.go-corner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  /*max-width: 262px;*/
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 10px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.card1:hover:before {
  -webkit-transform: scale(21);
          transform: scale(21);
}

.card1:hover p {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  width: 100%;
  /*max-width: 262px;*/
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 4px 24px;
  /*margin: 12px;*/
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card2:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #cccccc;
  background-color: white;
}
.card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.card2:hover:before {
  -webkit-transform: scale(2.15);
          transform: scale(2.15);
}

.card3 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card3 .go-corner {
  opacity: 0.7;
}
.card3:hover {
  border: 1px solid #00838d;
  box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
  z-index: 500;
}

.card3:hover p {
  color: #00838d;
}
.card3:hover .go-corner {
  -webkit-transition: opactiy 0.3s linear;
  transition: opactiy 0.3s linear;
  opacity: 1;
}

.card4 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.card4 .go-corner {
  background-color: #00838d;
  height: 100%;
  width: 16px;
  padding-right: 9px;
  border-radius: 0;
  -webkit-transform: skew(6deg);
          transform: skew(6deg);
  margin-right: -36px;
  -webkit-box-align: start;
          align-items: start;
  background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
}
.card4 .go-arrow {
  -webkit-transform: skew(-6deg);
          transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
}
.card4:hover {
  border: 1px solid #CD3D73;
}
.card4 h3 {
  margin-top: 8px;
}

.card4:hover .go-corner {
  margin-right: -12px;
}
.card4:hover .go-arrow {
  opacity: 1;
}

.bg-morning {
	/*border-top: 5px solid #0060FF;*/
	background-image: linear-gradient(to right, #2476E3 , #FFFFFF);
	color: #fff;
}

.bg-evening {
	/*border-top: 5px solid #00947D;*/
	background-image: linear-gradient(to right, #2A4EA0 , #FFFFFF);
	color: #fff;
}

.truncatedname
{
  font-size:1.5rem;
  width:250px;
  line-height: 18px;
  /**Major Properties**/
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

img {
    -webkit-print-color-adjust: exact;
}