body {
  	color: #555555;
  	font-family: "Roboto", sans-serif;
  	/* font-family: 'Montserrat', sans-serif; */
}

a {
	color: #41ADC7;
	text-decoration: none;
}
a:hover {
	color: #0C7EAB;
	text-decoration: none;
}

a.unstyled {
	color: #555555;
	text-decoration: none;
}
a.unstyled:hover {
	color: #0C7EAB;
	text-decoration: none;
}

h1 {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
	
   
	
}

p {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    
    line-height: 1.5;
	
   
	
}



h2 {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
	
   
	
}

h3 {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
	
   
	
}

h4 {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
	line-height:1.4;
	
   
}

h5 {
   
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
	
}


img.rounded-icon {
	border: solid 1px #;
	-webkit-border-radius: 7%;
	-moz-border-radius: 7%;
	border-radius: 7%;
}

img.rounded {
	border: solid 1px #;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

img.smooth-corner {
	border: solid 1px #;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.c-table {
	display: table; 
	width: 100%;
	height: 100%;
}
div.c-table div.c-cell {
	display: table-cell; 
	vertical-align: middle;
}

tr.row-clickable {
	word-wrap: break-word; 
	word-break: break-all; 
	cursor: pointer;
}

i {
	margin-right: 10px;
}

.glyphicon {
	margin-right: 10px;
}

a.help {
	margin-left: 5px; 
	color: #555555;
}
a.help:focus {
	outline: 0 !important;
}
a.help:hover {
	color: #555555;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 0px solid #e5e5e5;
  }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5;
}