/*
**	RESET
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form{ margin: 0; }
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
**	CLEARFIX
*/
.clear { clear: both; height: 2px; height: 0; visibility: hidden; }

.clearfix:after { content: ''; display: block; height: 0; clear: both; visibility: hidden}
.clearfix {	display: inline-block }
.clearfix {	display: block }
* html .clearfix {	height: 1px }

.clearfix:after { content: ''; display: block; height: 0; clear: both; visibility: hidden}
.clearfix {	display: inline-block }
.clearfix {	display: block }
* html .clearfix {	height: 1px }

/*
**	LAYOUT: CONTAINER, ROW, SPAN, OFFSET
*/
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 0px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
 /*  width: 940px; */
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span-force-margin{
  margin-left: 2.127659574468085% !important;
  *margin-left: 2.074468085106383% !important;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.span{
  float: right;
  padding: 0 !important;;
  margin: 0 !important;
}






/* row-fluid-nomargin-nomargin */
.row-fluid-nomargin {
  width: 100%;
  *zoom: 1;
}
.row-fluid-nomargin:before,
.row-fluid-nomargin:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid-nomargin:after {
  clear: both;
}
.row-fluid-nomargin [class*="span"] {
  display: block;
  width: 100%;
  min-height: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.06944444444444445%;
}
.row-fluid-nomargin [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid-nomargin .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0%;
}
.row-fluid-nomargin .span12 {
  width: 99.99999999999999%;
  *width: 99.93055555555554%;
}
.row-fluid-nomargin .span11 {
  width: 91.66666666666666%;
  *width: 91.59722222222221%;
}
.row-fluid-nomargin .span10 {
  width: 83.33333333333331%;
  *width: 83.26388888888887%;
}
.row-fluid-nomargin .span9 {
  width: 74.99999999999999%;
  *width: 74.93055555555554%;
}
.row-fluid-nomargin .span8 {
  width: 66.66666666666666%;
  *width: 66.59722222222221%;
}
.row-fluid-nomargin .span7 {
  width: 58.33333333333333%;
  *width: 58.263888888888886%;
}
.row-fluid-nomargin .span6 {
  width: 49.99999999999999%;
  *width: 49.93055555555555%;
}
.row-fluid-nomargin .span5 {
  width: 41.66666666666666%;
  *width: 41.597222222222214%;
}
.row-fluid-nomargin .span4 {
  width: 33.33333333333333%;
  *width: 33.263888888888886%;
}
.row-fluid-nomargin .span3 {
  width: 24.999999999999996%;
  *width: 24.930555555555554%;
}
.row-fluid-nomargin .span2 {
  width: 16.666666666666664%;
  *width: 16.59722222222222%;
}
.row-fluid-nomargin .span1 {
  width: 8.333333333333332%;
  *width: 8.263888888888888%;
}
.row-fluid-nomargin .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid-nomargin .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid-nomargin .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid-nomargin .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid-nomargin .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid-nomargin .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid-nomargin .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid-nomargin .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid-nomargin .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid-nomargin .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid-nomargin .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid-nomargin .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid-nomargin .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid-nomargin .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid-nomargin .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid-nomargin .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid-nomargin .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid-nomargin .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid-nomargin .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid-nomargin .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid-nomargin .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid-nomargin .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid-nomargin .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
.row-fluid-nomargin .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
[class*="span"].hide,
.row-fluid-nomargin [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid-nomargin [class*="span"].pull-right {
  float: right;
}



/*
**	FIELD
*/
.field.t-box{
	display: inline-block;
	width: auto;
}

.field.s-xs0{ width: 10px; }
.field.s-xs1{ width: 10px; }
.field.s-xs2{ width: 20px; }
.field.s-xs3{ width: 30px; }
.field.s-xs4{ width: 40px; }
.field.s-xs5{ width: 50px; }
.field.s-xs6{ width: 60px; }
.field.s-xs7{ width: 70px; }
.field.s-xs8{ width: 80px; }
.field.s-xs9{ width: 90px; }

.field.s-s0{ width: 100px; }
.field.s-s1{ width: 110px; }
.field.s-s2{ width: 120px; }
.field.s-s3{ width: 130px; }
.field.s-s4{ width: 140px; }
.field.s-s5{ width: 150px; }
.field.s-s6{ width: 160px; }
.field.s-s7{ width: 170px; }
.field.s-s8{ width: 180px; }
.field.s-s9{ width: 190px; }

.field.s-m0{ width: 200px; }
.field.s-m1{ width: 210px; }
.field.s-m2{ width: 220px; }
.field.s-m3{ width: 230px; }
.field.s-m4{ width: 240px; }
.field.s-m5{ width: 250px; }
.field.s-m6{ width: 260px; }
.field.s-m7{ width: 270px; }
.field.s-m8{ width: 280px; }
.field.s-m9{ width: 290px; }

.field.s-l0{ width: 300px; }
.field.s-l1{ width: 310px; }
.field.s-l2{ width: 320px; }
.field.s-l3{ width: 330px; }
.field.s-l4{ width: 340px; }
.field.s-l5{ width: 350px; }
.field.s-l6{ width: 360px; }
.field.s-l7{ width: 370px; }
.field.s-l8{ width: 380px; }
.field.s-l9{ width: 390px; }

.field.s-xl0{ width: 400px; }
.field.s-xl1{ width: 410px; }
.field.s-xl2{ width: 420px; }
.field.s-xl3{ width: 430px; }
.field.s-xl4{ width: 440px; }
.field.s-xl5{ width: 450px; }
.field.s-xl6{ width: 460px; }
.field.s-xl7{ width: 470px; }
.field.s-xl8{ width: 480px; }
.field.s-xl9{ width: 490px; }

.field.s-xxl0{ width: 500px; }
.field.s-xxl1{ width: 510px; }
.field.s-xxl2{ width: 520px; }
.field.s-xxl3{ width: 530px; }
.field.s-xxl4{ width: 540px; }
.field.s-xxl5{ width: 550px; }
.field.s-xxl6{ width: 560px; }
.field.s-xxl7{ width: 570px; }
.field.s-xxl8{ width: 580px; }
.field.s-xxl9{ width: 590px; }

.field.s-all{ 
	width: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
    height: 32px !important;
  	/*box-sizing: border-box;*/
}

.field.numeric{
	text-align: right;
}

/*
**	BTN
*/
.btn, .btn-danger, .minibtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
}

.btn {
  background: #fff;
  margin-left: 3px;
  padding: 6px 12px;
  border: 1px solid #10A3B1;
  color: #10A3B1;
  font-size: 13px;
  border-radius: 0;
  min-height: 18px;
  overflow: hidden;
}

.btn-danger {
  background: #fff;
  margin-left: 3px;
  padding: 6px 12px;
  border: 1px solid #de4b39;
  color: #de4b39;
  font-size: 13px;
  border-radius: 0;
  min-height: 18px;
  overflow: hidden;
}

a.buttonReturn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  padding: 4px 12px;
  border: 1px solid #10A3B1;
  color: #10A3B1;
  font-size: 13px;
  font-family: Arial !important;
  border-radius: 0px;
  min-height: 18px;
  overflow: hidden;
}

a.buttonReturn:focus, a.buttonReturn:hover { color: #10A3B1 !important;}

a.btn,a.btn-danger a.minibtn {
	text-decoration: none !important;
}

/*
**	SIZE
*/
.size-10{ width: 10%; margin: auto; }
.size-15{ width: 15%; margin: auto; }
.size-18{ width: 18%; margin: auto; }
.size-20{ width: 20%; margin: auto; }
.size-25{ width: 25%; margin: auto; }
.size-30{ width: 30%; margin: auto; }
.size-35{ width: 35%; margin: auto; }
.size-40{ width: 40%; margin: auto; }
.size-50{ width: 50%; margin: auto; }
.size-60{ width: 60%; margin: auto; }
.size-70{ width: 70%; margin: auto; }
.size-75{ width: 75%; margin: auto; }
.size-80{ width: 80%; margin: auto; }
.size-90{ width: 90%; margin: auto; }
.size-100{ width: 100%; margin: auto; }

.size-xs0{ width: 10px !important; }
.size-xs1{ width: 10px !important; }
.size-xs2{ width: 20px !important; }
.size-xs3{ width: 30px !important; }
.size-xs4{ width: 40px !important; }
.size-xs5{ width: 50px !important; }
.size-xs6{ width: 60px !important; }
.size-xs7{ width: 70px !important; }
.size-xs8{ width: 80px !important; }
.size-xs9{ width: 90px !important; }

.size-s0{ width: 100px !important; }
.size-s1{ width: 110px !important; }
.size-s2{ width: 120px !important; }
.size-s3{ width: 130px !important; }
.size-s4{ width: 140px !important; }
.size-s5{ width: 150px !important; }
.size-s6{ width: 160px !important; }
.size-s7{ width: 170px !important; }
.size-s8{ width: 180px !important; }
.size-s9{ width: 190px !important; }

.size-m0{ width: 200px !important; }
.size-m1{ width: 210px !important; }
.size-m2{ width: 220px !important; }
.size-m3{ width: 230px !important; }
.size-m4{ width: 240px !important; }
.size-m5{ width: 250px !important; }
.size-m6{ width: 260px !important; }
.size-m7{ width: 270px !important; }
.size-m8{ width: 280px !important; }
.size-m9{ width: 290px !important; }

.size-l0{ width: 300px !important; }
.size-l1{ width: 310px !important; }
.size-l2{ width: 320px !important; }
.size-l3{ width: 330px !important; }
.size-l4{ width: 340px !important; }
.size-l5{ width: 350px !important; }
.size-l6{ width: 360px !important; }
.size-l7{ width: 370px !important; }
.size-l8{ width: 380px !important; }
.size-l9{ width: 390px !important; }

.size-xl0{ width: 400px !important; }
.size-xl1{ width: 410px !important; }
.size-xl2{ width: 420px !important; }
.size-xl3{ width: 430px !important; }
.size-xl4{ width: 440px !important; }
.size-xl5{ width: 450px !important; }
.size-xl6{ width: 460px !important; }
.size-xl7{ width: 470px !important; }
.size-xl8{ width: 480px !important; }
.size-xl9{ width: 490px !important; }

.size-xxl0{ width: 500px !important; }
.size-xxl1{ width: 510px !important; }
.size-xxl2{ width: 520px !important; }
.size-xxl3{ width: 530px !important; }
.size-xxl4{ width: 540px !important; }
.size-xxl5{ width: 550px !important; }
.size-xxl6{ width: 560px !important; }
.size-xxl7{ width: 570px !important; }
.size-xxl8{ width: 580px !important; }
.size-xxl9{ width: 590px !important; }
/*
**	NOTIFICATION
*/
.notification{
	position: relative;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	border: 1px solid rgb(251, 238, 213);
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 10px;
	
	color: rgb(58, 135, 173);
	background-color: rgb(217, 237, 247);
	border-color: rgb(188, 232, 241);
}

.notification.error{
	color: rgb(185, 74, 72);
	background-color: rgb(242, 222, 222);
	border-color: rgb(238, 211, 215);
}
.notification.success{
	color: rgb(70, 136, 71);
	background-color: rgb(223, 240, 216);
	border-color: rgb(214, 233, 198);
}
.notification.warning{
	color: rgb(192, 152, 83);
	background-color: rgb(252, 248, 227);
	border: 1px solid rgb(251, 238, 213);
}
.notification.info{
	color: rgb(58, 135, 173);
	background-color: rgb(217, 237, 247);
	border-color: rgb(188, 232, 241);
}
.notification .btn.close{
	border: 0;
	position: absolute;
	font-size: 15px;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
}


/*
**	TABS
*/
.tab-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	*zoom: 1;
	border-bottom: 1px solid #ddd;
}
.tab-nav:before,
.tab-nav:after{
	display: table;
	line-height: 0;
	content: "";
}
.tab-nav:after{
	clear: both;
}
.tab-nav > li {
	float: left;
	margin-bottom: -1px;
}
.tab-nav > li > a {
	display: block;
	color: #7A7A7A !important;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.tab-nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
	border-color: #eeeeee #eeeeee #dddddd;
}
.tab-nav > .active > a,
.tab-nav > .active > a:hover {
	color: #2B63AE !important;
	cursor: default;
	background-color: #EFEFEF;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.tab-content{
	border: 1px solid #D9D9D9;
	border-top: 0;
	background-color: #EFEFEF;
	padding: 20px;
	color: #7A7A7A;
}

/*
**	GRID
*/
table.grid{
	table-layout: fixed;
	width: 100%;
}


/*
**	GENERAL
*/
.fright, .fRight{ float: right; }
.fleft, .fLeft{ float: left; }
.aright, .aRight{ text-align: right !important; }
.aleft, .aLeft{ text-align: left; }
.acenter, .aCenter{ text-align: center !important; }
.ajustify{ text-align: justify; }
.nowrap{ white-space: nowrap !important; }
.noMargin { margin: 0 !important; }
.noPadding { padding: 0 !important; }
.inline{ display: inline-block !important; zoom: 1 !important; *display: inline !important; }
.hide{ display: none; }

fieldset[class^='span']{
	font-size: 0.75em; 
	border: 1px solid #F1F1F1; 
	padding: 5px
}


/*
** STATUS
 */

.status {
  border-radius: 4px;
  color: #000000;
  font-size: 0.7rem;
  font-weight: bolder;
  line-height: 18px;
  overflow: hidden;
  padding-right: 2px;
  padding-left: 2px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.status.orange {
  background-color: #ffce99;
}
.status.green {
    background-color: #cce38d;
}
.status.red {
     background-color: #ff9f9b;
}
.status.grey {
   background-color: #cecece;
}
.status.blue {
   background-color: #84ccfb;
}