@charset "utf-8";
/* ----------------------------------------------
**
**	CSS CREEM CMS LOGIN
**
**	author: Van Snick Jo
**	copyrights by creem cms
**
** --------------------------------------------- */


/* ----------------------------------------------
**
**	Reset
**
** --------------------------------------------- */

body, form, fieldset, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address,article, footer, nav, section, dialog, aside, header {
	margin: 0;
	padding: 0;
}

audio, canvas, video { 
	display: inline-block;
	*display: inline;
	*zoom: 1; 
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block
}
ol, ul {
	list-style:none;
}
img, fieldset {
	border: none;
}
input, select, textarea, legend, fieldset {
	font-size: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: '';
}
sup, sub {
	line-height:-1px;
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.ie6 .clearfix,.ie7 .clearfix {
	zoom: 1;
}

p::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.right {
      float: right;
}
.left {
      float: left;
}


/* ----------------------------------------------
**
**	Fonts
**
** --------------------------------------------- */

/* No special fonts used, but checkout http://fortawesome.github.com/Font-Awesome/ */



/* ----------------------------------------------
**
**	Specials (selection color)
**
** --------------------------------------------- */
::-moz-selection { 
	background: #212426;
	color: #fff;
	text-shadow: none;
}
::selection { 
	background: #212426;
	color: #fff;
	text-shadow: none;
}






/* ------------------------------------------------------------
**
**	GLOBAL BODY
**
** --------------------------------------------------------- */
* {
	font-family: "Lucida Grande", Verdana, Arial;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #222;
	font-size: 12px;
	line-height: 1.6em;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	background-color: #fff;
	overflow: hidden;
	background-image: url(assets/bg.jpeg);
	background-repeat: repeat;
}








/* ------------------------------------------------------------
**
**	GLOBAL: PARAGRAPHS, TEXT, IMAGES, INPUT, LISTS, LINKS
**
** --------------------------------------------------------- */

p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.7em;
}

strong, b {
	font-weight: bold;
}

a, a:link, a:visited {
	color: #28aae1;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}

a:hover, a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}






/* ------------------------------------------------------------
**
**	HEADERS - TITLES
**
** --------------------------------------------------------- */

h1 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 25px 0;
	text-shadow: 1px 1px 0px #fff;
}

h2 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	text-shadow: 1px 1px 0px #fff;
}

h3 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 14px 0;
	text-shadow: 1px 1px 0px #fff;
}



/* ------------------------------------------------------------
**
**	TEXT - CLASSES
**
** --------------------------------------------------------- */
.text-warning {
  color: #d09b31;
}

.text-error {
  color: #be2725;
}

.text-info {
  color: #2f92c5;
}

.text-success {
  color: #52a025;
}

.center {
	text-align: center;
}


/* span */
span.infotext {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	clear: both;
}

span.redtext {
	color: #b31414;
}


/* ------------------------------------------------------------
**
**	FORMS / INPUTS / TEXTAREA'S / ...
**
** --------------------------------------------------------- */

/* GENERAL STYLES
/ -------------- */
form {
  margin: 0 0 20px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

.staylogin label{
  display: inline;
}

.staylogin input[type="checkbox"]{
  display: inline;
  margin: 0 4px 2px 0;
}


/* FORM CONTROLS
/ -------------- */
select,
textarea,
input,
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 10px 6px;
  margin-bottom: 9px;
  color: #555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* Focused element */
textarea:focus,
input:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}


input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea,
.row-fluid [class*="span"] textarea {
  resize:vertical;
  min-height: 100px;
  height: auto;
}

/* * * SELECT * * */
select,
input[type="file"] {
  height: 25px;
  margin-top: 3px;
  font-size: 12px;
  line-height: 20px;
}


select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #cccccc;
  height: 26px;
}

input[type="file"] {
  line-height: normal;
  height: auto;
	
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* PLACEHOLDER
/ -------------- */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbbbbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

/* RADIOBUTTON / CHECKBOX
/ ---------------------- */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
  margin-top: -1px;
  margin-right: 10px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}


/* INPUT SIZES
/ ---------------------- */

.input-xlarge {
  width: 260px;
}

/* DISABLED STATE
/ ---------------------- */

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}



/* FORM FIELD FEEDBACK STATES
/ --------------------------- */

.control-group {
	padding: 7px 0 0 0;
}


/* * * WARNING * * */
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #d09b31;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.checkbox.warning,
.radio.warning,
input.warning,
select.warning,
textarea.warning {
  color: #d09b31;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
input.warning,
select.warning,
textarea.warning {
  border-color: #d09b31;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus,
input.warning:focus,
select.warning:focus,
textarea.warning:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #d09b31;
  background-color: #fcf8e3;
  border-color: #d09b31;
}

/* * * ERROR * * */
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #be2725;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.checkbox.error,
.radio.error,
input.error,
select.error,
textarea.error {
  color: #be2725;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea,
input.error,
select.error,
textarea.error {
  border-color: #be2725;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #be2725;
  background-color: #f2dede;
  border-color: #be2725;
}

/* * * SUCCESS * * */
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #52a025;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea,
.checkbox.success,
.radio.success,
input.success,
select.success,
textarea.success {
  color: #52a025;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea,
input.success,
select.success,
textarea.success {
  border-color: #52a025;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus,
input.success:focus,
select.success:focus,
textarea.success:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #52a025;
  background-color: #dff0d8;
  border-color: #52a025;
}

/* * * INFO * * */
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea,
.checkbox.info,
.radio.info,
input.info,
select.info,
textarea.info {
  color: #3c88ae;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea,
input.info,
select.info,
textarea.info  {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus,
input.info:focus,
select.info:focus,
textarea.info:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* HTML5 invalid states */
/* Shares styles with the .control-group.error above */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #be2725;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}


/* CONTROL GROUP
/ --------------------------- */
.control-group {
  margin-top: 20px;
  margin-bottom: 10px;
}



/* FORM ACTIONS
/ ---------------------- */
.actions {
  	padding: 25px 40px 27px 40px;
  	margin: 40px -40px -60px -40px;
  	background-color: #f5f5f5;
  	border-top: 1px solid #e5e5e5;
  	*zoom: 1;
}

.actions i {
	font-size: 28px;
	float: right;
	color: #999;
	text-shadow: 0px 0px 1px #fff;
	line-height: 40px;
}



/* ------------------------------------------------------------
**
**	BUTTONS
**
** --------------------------------------------------------- */

/* GLOBAL STYLE
/ ---------------------- */
body .btn {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

body .btn i {
	font-size: 14px;
}

body .btn:hover,
body .btn:active,
body .btn.active,
body .btn.disabled,
body .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

body .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

body .btn.active,
body .btn:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

body .btn.disabled,
body .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


/* BUTTON SIZES
/ ---------------------- */
body .btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

body .btn-large [class^="fa fa-"] {
  margin-top: 2px;
}

body .btn {
  border-color: #c5c5c5;
}

body .btn-mini {
	font-size: 14px;
	padding: 2px 7px;
}


/* BUTTON TYPES
/ ---------------------- */

/* * * BUTTON PRIMARY (BLUE) * * */
body .btn-primary {
  	color: #fff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    height: auto;
  	background-color: #006dcc;
  	background-image: -moz-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
  	background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: linear-gradient(top, #67c2ef, #2FABE9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'67c2ef, endColorstr='#'2FABE9, GradientType=0);
  	border-color: #1598d9 #1598d9 #007bb8 #1598d9;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary.active,
body .btn-primary.disabled,
body .btn-primary[disabled] {
  color: #fff;
  background-color: #2FABE9;
}

body .btn-primary:active,
body .btn-primary.active {
  	background-color: #2FABE9 \9;
}



/* * * BUTTON WARNING (ORANGE) * * */
body .btn-warning  {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color: #faa732;
  	color: #ffffff;
  	background-image: -moz-linear-gradient(top, #fabb3d, #F4A506);
  	background-image: -ms-linear-gradient(top, #fabb3d, #F4A506);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fabb3d), to(#F4A506));
  	background-image: -webkit-linear-gradient(top, #fabb3d, #F4A506);
  	background-image: -o-linear-gradient(top, #fabb3d, #F4A506);
  	background-image: linear-gradient(top, #fabb3d, #F4A506);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'fabb3d, endColorstr='#'F4A506, GradientType=0);
  	border-color: #f89406 #f89406 #ad6704;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

body .btn-warning:hover,
body .btn-warning:active,
body .btn-warning.active,
body .btn-warning.disabled,
body .btn-warning[disabled] {
  color: #fff;
  background-color: #F4A506;
}

body .btn-warning:active,
body .btn-warning.active {
  background-color: #F4A506 \9;
}



/* * * BUTTON DANGER (RED) * * */
body .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  color: #fff;
  background-image: -moz-linear-gradient(top, #fa603d, #f1360a);
  background-image: -ms-linear-gradient(top, #fa603d, #f1360a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa603d), to(#f1360a));
  background-image: -webkit-linear-gradient(top, #fa603d, #f1360a);
  background-image: -o-linear-gradient(top, #fa603d, #f1360a);
  background-image: linear-gradient(top, #fa603d, #f1360a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'fa603d, endColorstr='#'f1360a, GradientType=0);
  border-color: #f1360a #f1360a #f1360a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

body .btn-danger:hover,
body .btn-danger:active,
body .btn-danger.active,
body .btn-danger.disabled,
body .btn-danger[disabled] {
  color: #fff;
  background-color: #f3360b;
}

body .btn-danger:active,
body .btn-danger.active {
  background-color: #f1360a \9;
}


/* * * BUTTON SUCCES (GREEN) * * */
body .btn-success {
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color: #5bb75b;
  	color: #ffffff;
  	background-image: -moz-linear-gradient(top, #78cd51, #5AAD34);
  	background-image: -ms-linear-gradient(top, #78cd51, #5AAD34);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78cd51), to(#5AAD34));
  	background-image: -webkit-linear-gradient(top, #78cd51, #5AAD34);
  	background-image: -o-linear-gradient(top, #78cd51, #5AAD34);
  	background-image: linear-gradient(top, #78cd51, #5AAD34);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'78cd51, endColorstr='#'5AAD34, GradientType=0);
  	border-color: #5AAD34 #5AAD34 #387038;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

body .btn-success:hover,
body .btn-success:active,
body .btn-success.active,
body .btn-success.disabled,
body .btn-success[disabled] {
  color: #fff;
  background-color: #5AAD34;
}

body .btn-success:active,
body .btn-success.active {
  background-color: #5bae34 \9;
}


/* * * BUTTON INFO (BLUE) * * */
body .btn-info {
  	color: #fff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color: #006dcc;
  	background-image: -moz-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
  	background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: linear-gradient(top, #67c2ef, #2FABE9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'67c2ef, endColorstr='#'2FABE9, GradientType=0);
  	border-color: #1598d9 #1598d9 #007bb8 #1598d9;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

body .btn-info:hover,
body .btn-info:active,
body .btn-info.active,
body .btn-info.disabled,
body .btn-info[disabled] {
  color: #fff;
  background-color: #2FABE9;
}

body .btn-info:active,
body .btn-info.active {
  background-color: #2FABE9 \9;
}


/* * * BUTTON INVERSE (BLACK) * * */
body .btn-inverse {
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	color: #ffffff;
  	background-color: #363636;
  	*background-color: #222222;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  	background-image: -webkit-linear-gradient(top, #444444, #222222);
  	background-image: -o-linear-gradient(top, #444444, #222222);
  	background-image: linear-gradient(to bottom, #444444, #222222);
  	background-image: -moz-linear-gradient(top, #444444, #222222);
  	background-repeat: repeat-x;
  	border-color: #222222 #222222 #000000;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

body .btn-inverse:hover,
body .btn-inverse:active,
body .btn-inverse.active,
body .btn-inverse.disabled,
body .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

body .btn-inverse:active,
body .btn-inverse.active {
  background-color: #080808 \9;
}


/* IE HACKS
/ ---------------------- */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}



/* ------------------------------------------------------------
**
**	GLOBAL LOGIN
**
** --------------------------------------------------------- */

#visitsite {
	float: right;
	padding: 7px 15px;
}

/* Loginpanel */
#login {
	position: absolute;
	width: 360px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -180px;
	z-index: 100;
	border: solid 1px #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
}

#login.closed {
	width: 360px;
	margin-left: -180px;
}

#login.open {
	width: 720px;
	margin-left: -360px;
}


/* Login content */
.login-left {
	position: relative;
	width: 280px;
	padding: 30px 40px 40px 40px;
	background-color: #fff;
	float: left;
	z-index: 10;
}

.open .login-left {
	width: 279px;
	border-right: solid 1px #ddd;
	}


.login-right {
	display: none;
	width: 279px;
	padding: 30px 40px 0px 40px;
	border-left: solid 1px #fff;
	float: left;
}

.open .login-right {
	display: block;
}

.login-left span, 
.login-right span {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #28aae1;
	cursor: pointer;
}

.open .login-left span {
	display: none;
}

.closed .login-right span {
	display: none;
}


.user-icon, .pass-icon {
	width: 46px;
	height: 38px;
	display: block;
	text-align: center;
	padding-top: 9px;
	margin-top:-54px;
	margin-left:-88px;
	border-right: solid 1px #666;
	background-color: rgba(65,72,72,0.75);	
	color: #fff;
	cursor: pointer;
	
	border-radius-topleft: 5px;
	border-radius-bottomleft: 5px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon i, .pass-icon i {
	font-size: 28px;
}

#credits {
	position: fixed;
	width: 100%;
	bottom: 0px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #999;
	font-size: 11px;
}

#credits p {
	padding: 0 0;
	margin: 0 0;
}






/* custom IVM */
.loginlogo {
	display: block;
	text-align: center;
	overflow: hidden;
}

#login {
	margin-top: -270px;
}