*
{
     box-sizing:border-box;
}

body
{
  font-family: Raleway, Open Sans, sans-serif;
  /*font-family: 'PT Sans', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Lato', sans-serif;*/
  /*font-family: 'PT Sans', sans-serif;*/
  /*font-family: 'Roboto Slab', serif;*/
  /*font-family: 'Titillium Web', sans-serif;*/

  background: #ebebeb;
  -webkit-font-smoothing: antialiased;
}

body, .wrapper
{
  min-height: 100vh;
  margin:0;
  position: relative;
}

a, a:hover
{
  text-decoration: none;
  cursor: pointer;
}

input, textarea, select, button
{
  font-family: Raleway, Open Sans, sans-serif;
  font-size: inherit;
}

.cThis,
.clearfloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	display: block;
}

.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.flt-none { float: none !important; }
.flt-left { float: left !important; }
.flt-right { float: right !important; }

.col-left { float: left; width: 50%; }
.col-right { float: right; width: 50%; }

.h-spacer-15 { display: inline-block; width: 0; height: 0; margin-right: 15px; }
.h-spacer-25 { display: inline-block; width: 0; height: 0; margin-right: 25px; }
.h-spacer-50 { display: inline-block; width: 0; height: 0; margin-right: 50px; }

.spacer-15 { height: 0; display: block; clear: both; margin-top: 15px; }
.spacer-25 { height: 0; display: block; clear: both; margin-top: 25px; }
.spacer-35 { height: 0; display: block; clear: both; margin-top: 35px; }
.spacer15 { width: 100%; height: 0; clear: both; margin-top: 15px !important; }
.spacer30 { width: 100%; height: 0; clear: both; margin-top: 30px !important; }
.spacer50 { width: 100%; height: 0; clear: both; margin-top: 50px !important; }

.hr-spacer-15 { height: 0; display: block; clear: both; margin: 15px 0 !important; border-bottom: 1px solid #ccc; }
.hr-spacer-25 { height: 0; display: block; clear: both; margin: 25px 0 !important; border-bottom: 1px solid #ccc; }
.hr-spacer-35 { height: 0; display: block; clear: both; margin: 35px 0 !important; border-bottom: 1px solid #ccc; }
.hr-spacer-50 { height: 0; display: block; clear: both; margin: 50px 0 !important; border-bottom: 1px solid #ccc; }

.center { text-align: center; }

.ui-widget-overlay
{
    background: #000000;
    opacity: .6;
    filter: Alpha(Opacity=30);
}

.log-table
{
  font-size: 90%;
}

.log-table, .log-table tr, .log-table td, .log-table th
{
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
}

.wrapper
{
  position: relative;
  top: 0;
  height: 100vh;
}

.sidebar, .main-panel, .full-main-panel
{
  overflow: auto;
  max-height: 100%;
  height: 100%;
  -webkit-transition-property: top,bottom;
  transition-property: top,bottom;
  -webkit-transition-duration: .2s,.2s;
  transition-duration: .2s,.2s;
  -webkit-transition-timing-function: linear,linear;
  transition-timing-function: linear,linear;
  -webkit-overflow-scrolling: touch;
}

.sidebar
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 200;
  background-size: cover;
  background-position: center center;
  background: #2196F3;
  box-shadow: 0px 0px 10px #89898a;
}

.sidebar .sidebar-wrapper
{
  position: relative;
  max-height: none;
  min-height: 100%;
  overflow: hidden;
  width: 260px;
  z-index: 4;
}

.sidebar .sidebar-wrapper .name
{
  font-size: 22px;
  padding: 15px 0;
}

.sidebar .profile-picture, body > .navbar-collapse .profile-picture
{
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 22%;
  box-shadow: 0px 0px 20px #03A9F4;
}

.sidebar .profile-picture .avatar
{
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  border-radius: 50%;
  border: 10px solid rgb(62, 169, 255);
}

.sidebar .profile-picture .avatar:hover
{
  border-color: rgb(2, 127, 226);
  opacity: 0.8;
}

.sidebar .profile-picture .simple-text, body > .navbar-collapse .profile-picture .simple-text
{
  text-transform: uppercase;
  padding: 25px 0px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  line-height: 30px;
}

.profile-field, .profile-name
{
  min-height: 30px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 15px;
}

.profile-field .bold
{
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-field .field
{
  display: inline-block;
  padding: 5px 0;
}

.field-actions .value-changer
{
  display: none;
  width: calc(100% - 60px);
  background-color: #F4F4F4;
  padding: 5px 10px;
  border-radius: 3px;
  color: inherit;
  font-size: inherit;
}

.field-actions
{
  display: inline;
  padding: 0;
  line-height: 30px;
}

.field-actions span
{
  margin-left: 5px;
}

.field-actions .edit-field, .field-actions .save-field, .field-actions .cancel-field
{
  font-size: 70%;
  color: #666;
  display: none;
  padding: 4px 5px;
  cursor: pointer;
  height: 30px;
  width: 25px;
}

.edit-field { color: #03A9F4 !important; }
.save-field { color: #50CE1A !important; }
.cancel-field { color: #E00606 !important; }

.main-panel
{
  background: rgba(203, 203, 210, 0.15);
  position: relative;
  z-index: 2;
  float: right;
  width: calc(100% - 260px);
  min-height: 100%;
}

.main-panel .navbar, .full-main-panel .navbar
{
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border: 0;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 10px;
  box-shadow: 0px 0px 10px #89898a;
}

.main-panel .navbar .logo, .full-main-panel .navbar .logo
{
  height: 45px;
  width: auto;
}

.container-fluid a
{
  line-height: 45px;
}

.container-fluid
{
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  display: list-item;
}

.container-fluid > nav
{
  padding: 0 15px;
}

.container-fluid a
{
  color:#2196F3;
}

.container-fluid a:hover
{
  color:#9C27B0;
}

.container-fluid .right
{
  float:right;
  width:50%;
  margin:0;
  text-align: right;
}

.container-fluid .left
{
  float:left;
  width:50%;
  margin:0;
}

.sidebar .menu
{
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.menu>li
{
  position: relative;
  display: block;
}

.sidebar .menu li.active > a
{
  color: #FFFFFF;
  opacity: 1;
  background: rgba(255, 255, 255, 0.23);
}

.sidebar .menu li:hover > a
{
  background: rgba(255, 255, 255, 0.15);
}

.sidebar .menu li > a
{
  color: #FFFFFF;
  margin: 5px 15px;
  opacity: .86;
  border-radius: 4px;
}

.page-header-container .title
{
  float: left;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
}

.page-header-container .actions
{
  float: right;
}

.page-container
{
  margin-top: 30px;
}

.page-container .profile-picture
{
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #f1f1f1;
  border-radius: 50%;
  border: 10px solid rgb(175, 175, 175);
  background-size: cover;
  background-position: center;
}

.page-container .profile-picture img
{
  max-width: 100%;
  max-height: 100%;
}

.menu>li>a
{
  position: relative;
  display: block;
  padding: 10px 15px;
}

.main-panel > .content, .full-main-panel > .content
{
  min-height: calc(100% - 110px);
  padding: 15px;
}

.main-panel > .content, .full-main-panel > .content
{
  min-height: calc(100% - 110px);
}

.main-panel.no-nav > .content, .full-main-panel.no-nav > .content
{
  padding: 30px;
  min-height: calc(100% - 45px);
}

.main-panel .button-actions
{
  display: block;
}

.main-panel .button-actions-left
{
  width: 50%;
  float: left;
}

.main-panel .button-actions-right
{
  text-align: right;
  width: 50%;
  float: right;
}

*:not(#document_template):not(#document) > div > .content > *:not(.page-container)
{
  padding: 0 15px;
}

.main-panel > .footer, .full-main-panel > .footer
{
  /*border-top: 1px solid #e8e8e8;
  background: #fff;
  */
}

.footer nav > ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.footer nav > ul li
{
  float: left;
}

.footer:not(.footer-big) nav > ul a
{
  padding: 0;
  margin: 0 10px 0 0px;
  font-size: 14px;
}

.footer:not(.footer-big) nav > ul li
{
  margin-left: 0px;
  float: left;
}

.footer .copyright
{
  color: #777777;
  padding: 5px 15px;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
}

.pull-left
{
  float: left!important;
}

.pull-right
{
  float: right!important;
}

.boxed
{
  padding: 15px !important;
}

.boxed > .container
{
  background: #ffffff;
  color: #000;
  position: relative;
  padding: 30px !important;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.content > .container
{
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  display: block;
  /*margin-top: 5%;*/
  padding: 0;
  background: transparent;
  color: #fff;
}

.content > .container:not(:first-child)
{
  /*margin-top: 30px;*/
}

.content > .container.left
{
  width: 50%;
  margin-right: 15px;
  float: left;
}

.content > .container.right
{
  width: 50%;
  margin-left: 15px;
  float: right;
}

.full-main-panel.center .content > .container
{
  max-width: 450px;
  margin-top: 5%;
  text-align: center;
}

hgroup
{
  text-align: center;
  margin-top: 3em;
  opacity: 0.7;
  padding: 30px;
  background: #3F51B5;
}

.toggle
{
  display: none;
}

@media (max-width: 991px)
{
  .sidebar
  {
    left: -260px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  
  .main-panel
  {
    width: 100%;
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  
  .sidebar.active
  {
    left: 0;
  }
  
  .main-panel.active
  {
    left: 260px;
  }
  
  .container-fluid, .navbar
  {
    width: 100vw ;
    padding-left: 0px;
    padding-right:30px;
  }
  
  .container-fluid .right, .container-fluid .left
  {
    width: 40%;
  }
  
  .toggle
  {
    display: block;
    float: left;
    padding-top:8px;
    width: 10%;
  }
  
  .toggle .icon-bar+.icon-bar
  {
    margin-top: 4px;
  }
  
  .toggle .icon-bar
  {
    display: block;
    position: relative;
    background: #F44336;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
  }
}

.error, .success
{
  margin:20px auto;
  padding:0 10px;
  border-radius:5px;
  color: #dd2200;
  text-align:justify;
  /*-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
  */
}

.error:empty, .success:empty
{
  height: 0;
  border: 0;
}

.error
{
  background-color: #FAFFBD;
  border: 1px solid #DAAAAA;
  color: #D8000C;
}

.success
{
  background-color: #BBF6E2;
  border: 1px solid #6ADE95;
}

button, .btn
{
  padding: 13px 20px;
  background: #CCCCCC;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.menu-hover
{
  display: none;
  border-radius: 4px;
  padding: 0;
  margin: 8px 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(14,19,24,.07), 0 2px 12px rgba(14,19,24,.2);
  position: absolute;
  top: 50px;
  left: 25px;
  width: 95%;
  z-index: 99999;
}

.menu-hover ul,
.menu-hover ul li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-hover ul li > div
{
  padding: 5px 10px;
}

.menu-hover ul li button
{
  padding: 10px 10px;
  display: block;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.menu-hover ul li button i
{
  position: absolute;
}

.menu-hover ul li button span
{
  margin-left: 30px;
}

.menu-hover ul li button:hover
{
  background: #d3d3d3;
}

.menu-hover div.title
{
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.menu-hover hr
{
  border: none;
  border-top: 1px solid #dadada;
}

button:hover, .btn:hover
{
  background: #E5E5E5;
}

button:focus, .btn:focus
{
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.btn-action
{
  background: #2196f3;
  border: 1px solid #2196f3;
  color: #fff;
}

.btn-action:hover
{
  background: #42B0FF;
  border: 1px solid #42B0FF;
  color: #fff;
}

.btn-delete
{
  background: #dd3333;
  border: 1px solid #dd3333;
  color: #fff;
}

.btn-delete:hover
{
  background: #c62d2d;
  border: 1px solid #c62d2d;
  color: #fff;
}

.hidden
{
  display: none;
}

/*** GRID ****************************************************************************************/

.col, .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 { float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px }
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 { float:left }
.col-xs-12 { width:100% }
.col-xs-11 { width:91.66666667% }
.col-xs-10 { width:83.33333333% }
.col-xs-9 { width:75% }
.col-xs-8 { width:66.66666667% }
.col-xs-7 { width:58.33333333% }
.col-xs-6 { width:50% }
.col-xs-5 { width:41.66666667% }
.col-xs-4 { width:33.33333333% }
.col-xs-3 { width:25% }
.col-xs-2 { width:16.66666667% }
.col-xs-1 { width:8.33333333% }
.col-xs-pull-12 { right:100% }
.col-xs-pull-11 { right:91.66666667% }
.col-xs-pull-10 { right:83.33333333% }
.col-xs-pull-9 { right:75% }
.col-xs-pull-8 { right:66.66666667% }
.col-xs-pull-7 { right:58.33333333% }
.col-xs-pull-6 { right:50% }
.col-xs-pull-5 { right:41.66666667% }
.col-xs-pull-4 { right:33.33333333% }
.col-xs-pull-3 { right:25% }
.col-xs-pull-2 { right:16.66666667% }
.col-xs-pull-1 { right:8.33333333% }
.col-xs-pull-0 { right:auto }
.col-xs-push-12 { left:100% }
.col-xs-push-11 { left:91.66666667% }
.col-xs-push-10 { left:83.33333333% }
.col-xs-push-9 { left:75% }
.col-xs-push-8 { left:66.66666667% }
.col-xs-push-7 { left:58.33333333% }
.col-xs-push-6 { left:50% }
.col-xs-push-5 { left:41.66666667% }
.col-xs-push-4 { left:33.33333333% }
.col-xs-push-3 { left:25% }
.col-xs-push-2 { left:16.66666667% }
.col-xs-push-1 { left:8.33333333% }
.col-xs-push-0 { left:auto }
.col-xs-offset-12 { margin-left:100% }
.col-xs-offset-11 { margin-left:91.66666667% }
.col-xs-offset-10 { margin-left:83.33333333% }
.col-xs-offset-9 { margin-left:75% }
.col-xs-offset-8 { margin-left:66.66666667% }
.col-xs-offset-7 { margin-left:58.33333333% }
.col-xs-offset-6 { margin-left:50% }
.col-xs-offset-5 { margin-left:41.66666667% }
.col-xs-offset-4 { margin-left:33.33333333% }
.col-xs-offset-3 { margin-left:25% }
.col-xs-offset-2 { margin-left:16.66666667% }
.col-xs-offset-1 { margin-left:8.33333333% }
.col-xs-offset-0 { margin-left:0 }

@media (min-width:768px)
{
  .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 { float:left }
  .col-sm-12 { width:100% }
  .col-sm-11 { width:91.66666667% }
  .col-sm-10 { width:83.33333333% }
  .col-sm-9 { width:75% }
  .col-sm-8 { width:66.66666667% }
  .col-sm-7 { width:58.33333333% }
  .col-sm-6 { width:50% }
  .col-sm-5 { width:41.66666667% }
  .col-sm-4 { width:33.33333333% }
  .col-sm-3 { width:25% }
  .col-sm-2 { width:16.66666667% }
  .col-sm-1 { width:8.33333333% }
  .col-sm-pull-12 { right:100% }
  .col-sm-pull-11 { right:91.66666667% }
  .col-sm-pull-10 { right:83.33333333% }
  .col-sm-pull-9 { right:75% }
  .col-sm-pull-8 { right:66.66666667% }
  .col-sm-pull-7 { right:58.33333333% }
  .col-sm-pull-6 { right:50% }
  .col-sm-pull-5 { right:41.66666667% }
  .col-sm-pull-4 { right:33.33333333% }
  .col-sm-pull-3 { right:25% }
  .col-sm-pull-2 { right:16.66666667% }
  .col-sm-pull-1 { right:8.33333333% }
  .col-sm-pull-0 { right:auto }
  .col-sm-push-12 { left:100% }
  .col-sm-push-11 { left:91.66666667% }
  .col-sm-push-10 { left:83.33333333% }
  .col-sm-push-9 { left:75% }
  .col-sm-push-8 { left:66.66666667% }
  .col-sm-push-7 { left:58.33333333% }
  .col-sm-push-6 { left:50% }
  .col-sm-push-5 { left:41.66666667% }
  .col-sm-push-4 { left:33.33333333% }
  .col-sm-push-3 { left:25% }
  .col-sm-push-2 { left:16.66666667% }
  .col-sm-push-1 { left:8.33333333% }
  .col-sm-push-0 { left:auto }
  .col-sm-offset-12 { margin-left:100% }
  .col-sm-offset-11 { margin-left:91.66666667% }
  .col-sm-offset-10 { margin-left:83.33333333% }
  .col-sm-offset-9 { margin-left:75% }
  .col-sm-offset-8 { margin-left:66.66666667% }
  .col-sm-offset-7 { margin-left:58.33333333% }
  .col-sm-offset-6 { margin-left:50% }
  .col-sm-offset-5 { margin-left:41.66666667% }
  .col-sm-offset-4 { margin-left:33.33333333% }
  .col-sm-offset-3 { margin-left:25% }
  .col-sm-offset-2 { margin-left:16.66666667% }
  .col-sm-offset-1 { margin-left:8.33333333% }
  .col-sm-offset-0 { margin-left:0 }
}

@media (min-width:992px)
{
  .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 { float:left }
  .col-md-12 { width:100% }
  .col-md-11 { width:91.66666667% }
  .col-md-10 { width:83.33333333% }
  .col-md-9 { width:75% }
  .col-md-8 { width:66.66666667% }
  .col-md-7 { width:58.33333333% }
  .col-md-6 { width:50% }
  .col-md-5 { width:41.66666667% }
  .col-md-4 { width:33.33333333% }
  .col-md-3 { width:25% }
  .col-md-2 { width:16.66666667% }
  .col-md-1 { width:8.33333333% }
  .col-md-pull-12 { right:100% }
  .col-md-pull-11 { right:91.66666667% }
  .col-md-pull-10 { right:83.33333333% }
  .col-md-pull-9 { right:75% }
  .col-md-pull-8 { right:66.66666667% }
  .col-md-pull-7 { right:58.33333333% }
  .col-md-pull-6 { right:50% }
  .col-md-pull-5 { right:41.66666667% }
  .col-md-pull-4 { right:33.33333333% }
  .col-md-pull-3 { right:25% }
  .col-md-pull-2 { right:16.66666667% }
  .col-md-pull-1 { right:8.33333333% }
  .col-md-pull-0 { right:auto }
  .col-md-push-12 { left:100% }
  .col-md-push-11 { left:91.66666667% }
  .col-md-push-10 { left:83.33333333% }
  .col-md-push-9 { left:75% }
  .col-md-push-8 { left:66.66666667% }
  .col-md-push-7 { left:58.33333333% }
  .col-md-push-6 { left:50% }
  .col-md-push-5 { left:41.66666667% }
  .col-md-push-4 { left:33.33333333% }
  .col-md-push-3 { left:25% }
  .col-md-push-2 { left:16.66666667% }
  .col-md-push-1 { left:8.33333333% }
  .col-md-push-0 { left:auto }
  .col-md-offset-12 { margin-left:100% }
  .col-md-offset-11 { margin-left:91.66666667% }
  .col-md-offset-10 { margin-left:83.33333333% }
  .col-md-offset-9 { margin-left:75% }
  .col-md-offset-8 { margin-left:66.66666667% }
  .col-md-offset-7 { margin-left:58.33333333% }
  .col-md-offset-6 { margin-left:50% }
  .col-md-offset-5 { margin-left:41.66666667% }
  .col-md-offset-4 { margin-left:33.33333333% }
  .col-md-offset-3 { margin-left:25% }
  .col-md-offset-2 { margin-left:16.66666667% }
  .col-md-offset-1 { margin-left:8.33333333% }
  .col-md-offset-0 { margin-left:0 }
}

@media (min-width:1200px)
{
  .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 { float:left }
  .col-lg-12 { width:100% }
  .col-lg-11 { width:91.66666667% }
  .col-lg-10 { width:83.33333333% }
  .col-lg-9 { width:75% }
  .col-lg-8 { width:66.66666667% }
  .col-lg-7 { width:58.33333333% }
  .col-lg-6 { width:50% }
  .col-lg-5 { width:41.66666667% }
  .col-lg-4 { width:33.33333333% }
  .col-lg-3 { width:25% }
  .col-lg-2 { width:16.66666667% }
  .col-lg-1 { width:8.33333333% }
  .col-lg-pull-12 { right:100% }
  .col-lg-pull-11 { right:91.66666667% }
  .col-lg-pull-10 { right:83.33333333% }
  .col-lg-pull-9 { right:75% }
  .col-lg-pull-8 { right:66.66666667% }
  .col-lg-pull-7 { right:58.33333333% }
  .col-lg-pull-6 { right:50% }
  .col-lg-pull-5 { right:41.66666667% }
  .col-lg-pull-4 { right:33.33333333% }
  .col-lg-pull-3 { right:25% }
  .col-lg-pull-2 { right:16.66666667% }
  .col-lg-pull-1 { right:8.33333333% }
  .col-lg-pull-0 { right:auto }
  .col-lg-push-12 { left:100% }
  .col-lg-push-11 { left:91.66666667% }
  .col-lg-push-10 { left:83.33333333% }
  .col-lg-push-9 { left:75% }
  .col-lg-push-8 { left:66.66666667% }
  .col-lg-push-7 { left:58.33333333% }
  .col-lg-push-6 { left:50% }
  .col-lg-push-5 { left:41.66666667% }
  .col-lg-push-4 { left:33.33333333% }
  .col-lg-push-3 { left:25% }
  .col-lg-push-2 { left:16.66666667% }
  .col-lg-push-1 { left:8.33333333% }
  .col-lg-push-0 { left:auto }
  .col-lg-offset-12 { margin-left:100% }
  .col-lg-offset-11 { margin-left:91.66666667% }
  .col-lg-offset-10 { margin-left:83.33333333% }
  .col-lg-offset-9 { margin-left:75% }
  .col-lg-offset-8 { margin-left:66.66666667% }
  .col-lg-offset-7 { margin-left:58.33333333% }
  .col-lg-offset-6 { margin-left:50% }
  .col-lg-offset-5 { margin-left:41.66666667% }
  .col-lg-offset-4 { margin-left:33.33333333% }
  .col-lg-offset-3 { margin-left:25% }
  .col-lg-offset-2 { margin-left:16.66666667% }
  .col-lg-offset-1 { margin-left:8.33333333% }
  .col-lg-offset-0 { margin-left:0 }
}

/*** LOGIN ***************************************************************************************/

hgroup
{
  text-align:center;
  margin-top: 3em;
  opacity: 0.7;
  padding: 30px;
  background: #03a9f4;
}

h1, h3 { font-weight: 300; }

h1, h2, h3, h4, h5 { font-family: Raleway, Open Sans, sans-serif; }

form > div:not(:last-child)
{
  margin-bottom: 15px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
  font-family: Raleway, Open Sans, sans-serif;
}

.loginform, .resetpassword
{
  padding: 30px;
  padding-top: 60px;
  background: #fff;
}

.group
{
  position: relative;
  margin-bottom: 45px;
}

input
{
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  /*-webkit-appearance: none;*/
  display: block;
  background: transparent;
  color: #000;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

input:focus
{
  outline: none;
}

/* Label */
label
{
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition:all 0.2s ease;
  transition: all 0.2s ease;
}

/* active */
input:focus ~ label, input.used ~ label
{
  top: -20px;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  left: -2px;
  color: #4a89dc;
}

/* Underline */
.bar
{
  position: relative;
  display: block;
  width: 100%;
}

.bar:before, .bar:after
{
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4a89dc;
  -webkit-transition:all 0.2s ease;
  transition: all 0.2s ease;
}

.bar:before
{
  left: 50%;
}

.bar:after
{
  right: 50%;
}

/* active */
input:focus ~ .bar:before, input:focus ~ .bar:after
{
  width: 50%;
}

/* Highlight */
.highlight
{
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active */
input:focus ~ .highlight
{
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter
{
  from
  {
    background: #4a89dc;
  }
  to
  {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter
{
  from
  {
    background: #4a89dc;
  }
  to
  {
    width: 0;
    background: transparent;
  }
}

.loginForm
{
  width: 420px;
  margin: 0 auto;
  z-index: 99;
  display: block;
  margin-top: 5%;
  background: transparent;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.htmlvars-list
{
  display: block;
  position: relative;
}

.htmlvars-list .var-name
{
  text-align: right;
  padding-top: 12px;
  line-height: 20px;
  word-break: break-word;
}

.htmlvars-actions
{
  display: block;
  margin-top: 30px;
  text-align: center;
}

.htmlvars-actions button
{
  margin: 0 2px;
}