body {
  	margin:0 0 0 0;
	width:100%;
	height:100%;
	color:#162f48;
	background-color: #f7f7f7;
	font-weight: normal;
	font-style: normal;
	font-family:Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: normal;
	overflow: visible;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}

.small-10{font-size:10px}
.small-11{font-size:11px}
.small-12{font-size:12px}

.fs-120{font-size:120%}
.fs-150{font-size:150%}
.fs-200{font-size:200%}

.bg-f7f7f7{background-color:#f7f7f7;}
.bg-bbbbbb{background-color:#bbbbbb;}
.bg-333333{background-color:#333333;}
.bg-F0F0F0{background-color:#f0f0f0;}
.bg-blue-light {background-color:#CADCEE;}
.bg-blue-ultra {background-color:#EAEBEC}
.bg-blue-navy {background-color:#101D6B}

.border-bbbbbb{border-color:#bbbbbb;}

.btn-primary {background-color:#101D6B}

.text-CCCCCC{color:#CCCCCC;}
.text-777777{color:#777777;}
.text-444444{color:#444444;}
.text-333333{color:#333333;}
.text-disabled{color:#888888;}
.text-blue-navy {color:#101D6B}
.text-shadow {text-shadow: 2px 2px 2px #777777;}

.mxw-800 {max-width: 800px;}
.mxw-600 {max-width: 600px;}
.mxw-500 {max-width: 500px;}
.mxw-400 {max-width: 400px;}
.mxw-310 {max-width: 310px;}
.mxw-200 {max-width: 200px;}
.mxw-100 {max-width: 100px;}
.mxw-80  {max-width: 80px;}

.mnw-310 {min-width: 310px;}



.mb-nav {margin-bottom:7%;}

.striped:nth-child(odd){
   background-color:#EAEBEC;
}
.striped:nth-child(even){
   background-color:#DADBDC;
}

.modal button.close {
    z-index: 1000;
}

.icofont{font-family:IcoFonts;}

.toogle-switch{font-size:50px;line-height:20px;}
.paganatio-arrow{font-size:24px;line-height:16px;margin:0;padding:0}

input[type='number']{width: 120px;}










