/*
|-----------------------------------------
| GENERAL
|-----------------------------------------
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  color: #6f7b8a;
    font-size:13px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
  background-color: #E5E9EC;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  display: table;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#333843! important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#333843! important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#333843! important;
}

/*
|-----------------------------------------
| TYPO
|-----------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  font-weight: 300;
  color:#505458;
  margin:10px 0;
}

h1 {
    line-height:43px;
}

h2 {
    line-height:35px;
}

h3 {
    line-height:30px;
}

h4 {
    line-height:22px;
}
h3 small, h4 small, h5 small {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #444;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #0d638f;
}

a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration:none;
}

label.inline{
    display:inline-block;
    position:relative;
    top:0px;
    font-size: 13px;
}

ul > li {
    padding-left:6px;
    line-height:20px;
}

.muted {
    color:#b6bfc5;
}

.text-success{
    color:#0AA699 !important;
}
.text-info{
    color:#0090D9 !important;
}
.text-warning{
    color:#fbb05e !important;
}
.text-error{
    color:#F35958 !important;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}

/*
|-----------------------------------------
| ALIGMENTS
|-----------------------------------------
*/

.right{
    text-align:right !important;
}

.left{
    text-align:left !important;
}

.center{
    text-align:center !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.hide {
  display: none;
}

.inline{
    display:inline-block !important;
}

/*
|-----------------------------------------
| NAVBAR
|-----------------------------------------
*/

.navbar, .navbar-inverse {
  background-color:#fff;
  background-image:none;
  border:none;
  border-radius:0px;
  padding: 0 !important;
  margin: 0 !important;
  position:fixed;
  width: 100%;
  min-height: 60px;
}

/* Left side box with logo inside navbar */
.logo-box {
  background-color:#22262e;
  width:250px;
  display:block;
  float:left;
  height:60px;
}

.logo-box  .logo {
  margin:9px 14px;
}

.header .navbar-inner {
  filter:none !important;
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100%;
  margin-left: 0 0 0 110px;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius:0px;
}

.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important;
}

.header .navbar-inner [class*="span"]{
  min-height:58px !important;
}

.header .navigation{
    padding-right: 10px;
}

.header .navigation input{
  height:12px !important;
}

.header .nav > li {
  margin: 0px;
  padding: 0px;
  text-align:center;
  display:inline-block;
  float:left;
}

.header .nav > li i{
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 14px;
  color:#656565 !important;
}

.header .nav > li > a{
  padding:4px 2px !important
}

.header  a {
  text-decoration:none;
}

.header .nav {
  margin-left:20px;
  margin-top: 16px;
  margin-right: 10px;
  display:inline-block;
  float:left;
}

.header .username {
  top: 3px;
}

.header .nav .seperate{
    height:6px;
    width:2px;
    margin:0px 10px 0px 10px;
    border-left:1px solid #e1e1e1;
    display:inline;
    position: relative;
    top: 2px;
}

.header .search-form {
  display:inline-block;
  float:left;
  margin-left:-10px;
  top: -4.5px;
  position:relative;
  border: 0px;
}
.header .search-form input{
  border: 0px;
  width:250px;
  margin-left: -5px;
}

.header .nav .dropdown-menu {
  margin-top: 3px;
}

/*
|-----------------------------------------
| PACE LOADING TIMER
|-----------------------------------------
*/

.pace .pace-activity {
  top: 72px;
}

.no-top .pace .pace-activity {
  top: 10px;
}

.loading-animator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
    border-image: none;
    border-radius: 10px 10px 10px 10px;
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 14px;
    margin-left: 40%;
    width: 14px;
    z-index: 2000;
}

/*
|-----------------------------------------
| SIDEBAR
|-----------------------------------------
*/
.menu-title {
  color: #808285;
  font-size: 10.5px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight:600;
  letter-spacing:0.2px;
}
.menu-title a{
  color: #808285;
}
.menu-title a:hover{
  text-decoration:none;
}
.menu-title i{
  font-size:10px;
  font-weight:normal;
}
.page-sidebar{
    background-color: #1b1e24 !important;
    height:100%;
    font-family: 'Open Sans';
    position: fixed;
    width: 250px;
    margin-top: 55px;
}

.page-sidebar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.page-sidebar > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

.page-sidebar > ul > li > a {
  color: #ACB5C5;
}

.page-sidebar > ul > li:last-child > a {
   border-bottom: 1px solid transparent !important;
}

.page-sidebar > ul > li a i {
  width: 20px;
  text-align: center;
    display: inline-block;
  margin-right:10px
}

.page-sidebar > ul > li.open > a,
.page-sidebar > ul > li >a:hover,
.page-sidebar > ul > li:hover >a {
  background: #1b1e24;
  padding:11.5px 31px;
  color: #fff;
}

.page-sidebar > ul > li.active > a {
  border-top-color: transparent !important;
  color:#fff;
}
.page-sidebar > ul > li.active  i{
 color:#fff;
}

.page-sidebar.mini > ul > li.active > a i,.page-sidebar > ul > li:hover > a i  {
  color:#fff !important;
}
.page-sidebar > ul > li.active {
  border-left:4px solid #ff !important;

}
.page-sidebar > ul > li > a.open {
  background: #313131;
}

.page-sidebar ul > li > a > .arrow:before,
.page-sidebar > ul > li > a > .arrow.open:before {
   color: #919091 !important;
}

.page-sidebar ul > li.active > a .arrow:before,
.page-sidebar > ul > li.active > a .arrow.open:before {
   color: #fff !important;
}

.page-sidebar > ul > li > ul.sub-menu > li > a {
  margin-left:0px;
  padding-left: 5px;
}

.page-sidebar > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}

.page-sidebar > ul > li > ul.sub-menu > li.active > a {
  color: #fff !important;
  font-weight: bold;
}

.page-sidebar > ul > li > ul.sub-menu > li > a:hover {
  color: white;
  background: #1b1e24 !important;

}

.page-sidebar > ul > li > ul.sub-menu  li > ul.sub-menu > li.active > a,
.page-sidebar > ul > li > ul.sub-menu  li > ul.sub-menu > li > a:hover,
.page-sidebar > ul > li > ul.sub-menu  li.open > a  {
  color: #fff !important;
  background: #1B1E24 !important;
}

.page-sidebar > ul > li > ul.sub-menu  a .arrow:before,
.page-sidebar > ul > li > ul.sub-menu  a .arrow.open:before {
   color: #626262 !important;
}

.page-sidebar > ul > li:last-child > a {
   border-bottom: 1px solid transparent !important;
}

ul.sub-menu .menu-item-left {
  width: 87%;
  float: left;
}

ul.sub-menu .append i {
  color: #e1eaf1 !important;
}

.page-sidebar > ul > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 11.5px 31px 11.5px 31px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.page-sidebar > ul > li > a i {
  font-size: 14px;
  margin-right: 5px;
  text-shadow:none;
}

.page-sidebar > ul > li.active > a {
  border: none;
  text-shadow:none;
  /*border-left:4px solid  #0aa699;*/
  /*padding: 10px 25px 10px 21px;*/
}

.page-sidebar > ul > li.active > a .selected {
  display: block;
  width: 8px;
  height: 25px;
  float: right;
  position: absolute;
  right:-8px;
  top:8px;
}

.page-sidebar ul > li > a > .arrow:before {
   float: right;
   margin-top: 1px;
   margin-right: 5px;
   display: inline;
   font-size: 16px;
   font-family: 'FontAwesome';
   height: auto;
   content: "\f104";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar > ul > li > a > .arrow.open:before {
   float: right;
   margin-top: 1px;
   margin-right: 3px;
   display: inline;
   font-family: 'FontAwesome';
   height: auto;
   font-size: 16px;
   content: "\f107";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar > ul > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin:0px;
  background-color:#22262E;
  padding:8px 0px 10px 0px;

}

.page-sidebar > ul > li.active > ul.sub-menu {
  display: block;
}

.page-sidebar > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

.page-sidebar > ul > li > ul.sub-menu > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 53px !important;
  color: #e1eaf1;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  background: none;
}

/* Level 3 */
.page-sidebar > ul > li > ul.sub-menu  > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

.page-sidebar > ul > li > ul.sub-menu  li > a > .arrow:before   {
   float: right;
   margin-top: 1px;
   margin-right: 20px;
   display: inline;
   font-size: 16px;
   font-family: 'FontAwesome';
   height: auto;
   content: "\f104";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar > ul > li > ul.sub-menu  li > a > .arrow.open:before {
   float: right;
   margin-top: 1px;
   margin-right: 18px;
   display: inline;
   font-family: 'FontAwesome';
   height: auto;
   font-size: 16px;
   content: "\f107";
   font-weight: 300;
   text-shadow:none;
}

.page-sidebar > ul > li.active > ul.sub-menu > li ul.sub-menu {
  display: block;
}

.page-sidebar > ul > li > ul.sub-menu > li  ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

.page-sidebar > ul > li > ul.sub-menu  li > ul.sub-menu > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  color: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 14px;
  font-weight: 300;
  background: none;
}

.page-sidebar > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 60px;
}

.page-sidebar > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px;
}

.page-sidebar > ul > li > ul.sub-menu  li > ul.sub-menu > li > a > i {
  font-size: 13px;
}

/* ie8 fixes */
.ie8 .page-sidebar {
  position: absolute;
  width: 225px;
}

.ie8 .page-sidebar ul{
  width: 225px;
}

/*** Page content - Layout ***/

/*** Page container ***/
.page-container {
  margin: 0px;
  padding: 0px;
  position:relative;
  height:100%;
}

/*** Main Page Content  ***/
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #e5e9ec;
  overflow:auto;
  position:relative;
  min-height: 970px;
  margin-left: 250px;
  transition: margin-left 1s;
}

.page-content.collapsed{
  margin-left:0px !important;
}
.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0px;
}
.page-content .admin-bar {
    -moz-box-sizing: border-box;
    bottom: -115px;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-content .admin-bar .admin-bar-inner {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
    margin-right: 250px;
    padding: 30px 35px 30px 40px;
    text-align: right;
}
/*** Page header ***/
.page-content .header{
  padding:20px !important;
}

.page-content .header h3{
  font-size:20px;
  display:inline;
}

.page-content .header i{
  font-size:18px;
}

/*** Page title ***/

.page-title {
  padding: 0px;
  letter-spacing: -1px;
  display: block;
  color: #666;
   margin: 0 0 10px;
  font-weight: 300;
  font-family: 'Open Sans';
}
.page-title h3{
  display:inline-block;
  top:-5px;
  position:relative;
  width: 83%;
    margin-left: 15px;
}
.page-title p{
  color:#63696d;
  letter-spacing:0.5px
}
.page-title i{
  display:inline-block;
  color:#73777c;
  font-size:30px;
  margin-right:12px;
  position: relative;
    top: 7px;
  float:left
}
.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}
.page-title .actions{
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Breadcrumb */
.page-content .breadcrumb {
font-family: 'Open Sans';
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding:0px !important;
  border:none !important;
  margin-bottom:0px;
}

.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span, .page-content .breadcrumb li {
  color:#515050;
  font-weight:300;
  text-shadow:none;
  margin-right:10px;
}

.page-content .breadcrumb li p{
 font-size: 12.5px !important;
 font-weight:400;
  color:#7b7d82;
}
.page-content .breadcrumb li .active{
  font-weight:600;
    font-size: 14px;
}

.page-content .content{
  padding-left: 26px;
  padding-right: 26px;
  padding-top:83px;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
  filter:alpha(opacity=40);
}

/*** Bootstrap Wells ***/
.well {
  background-color: #D1DADE;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  border:none;
  background-image:none;

}
.well.well-large{
  padding: 24px;
  width:auto;
}
.well.well-small{
  padding: 13px;
  width:auto;
}
.well.green{
  background-color:#0aa699;
  color:#fff;
  border:none;
}

/*** Forms Elements***/
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;

}

input,
button,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}
label.done{
  color:#0090d9 !important;
  text-decoration:line-through;
}
.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-appearance: none !important;
  color: #282323
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  background-color:#fff;
  min-height: 37px;
  filter: none !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
        -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #e5e9ec;
transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input.no-boarder {
  border: none;
}
input.dark {
  background-color:#e5e9ec;
  border: none;
}
input {
  border: 1px solid #cecece;
}

textarea {
  height: auto;
  padding-left: 12px !important;
  padding-top: 10px !important;
}

.uneditable-input.focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.m-uneditable-input:focus {
  border-color: #e5e9ec!important;
  background-color:#f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
          box-shadow: none!important;
      background-color: #f4f5f7;
}

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

select,
input[type="file"] {
  height: 34px !important;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  filter: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  min-height:35px;
}

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

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

input[class*="span"]
{
  float: none;
  height: 34px !important;
  margin-left: 0;
}

select[class*="span"],
textarea[class*="span"]
{
  float: none;
  margin-left: 0;
}

/** Input Size **/
.input-lg{
    border-radius: 3px !important;
    font-size: 18px !important;
    height: 45px !important;
    line-height: 1.33 !important;
}
.input-sm{
    font-size: 13px !important;
  min-height:20!important
}

/** Input Prepends/Appends **/
.input-prepend,
.input-append {
  border: 0;
  display: inline-block;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > [class^="icon-"]
{
  margin-top: 5px;
  margin-left: 3px;
}

.input-append .add-on > .halflings-icon
.input-append .add-on > i,
.input-append .add-on > [class^="icon-"]
{
  margin-top: 5px;
  margin-left: 0px;
}

.input-append ,
.input-append :focus {
  border-right: 0 !important;
}



.input-append input[class*="span"],
.input-prepend input[class*="span"],
.input-append input,.input-prepend input
{
  display: inline-block !important;
  width:100%;
  float:left;
}

.xsmall {
  width: 50px !important;
}

.small {
  width: 120px !important;
}

.medium {
  width: 206px !important;
}

.large {
  width: 320px !important;
}

.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}
.radio, .checkbox{
  margin-bottom:0;
    margin-top:0;
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom:6px;
  color: #777a80;
}

.radio input[type=radio] {
  display: none;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  background-color: #fff;
   border:1px solid #c2c6cb;
  border-radius: 99px;
}


.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left:0px;
  top:1px;
  background-color: #6f7b8a;
  border:1px solid #6f7b8a;
}
.radio input[type=radio][disabled]+ label{
   opacity: 0.65;
}
.checkbox input[type=radio][disabled]+ label:after {
  background-color:#eceff3;
}

.radio.radio-success label:after {
  background-color: #0090D9;
   border:1px solid #0090D9;
}

.radio.radio-primary label:after {
  background-color: #0AA699;
  border:1px solid #0AA699;
}

.radio.radio-info label:after {
  background-color: #1F3853;
   border:1px solid #1F3853;
}

.radio.radio-warning label:after {
  background-color: #FDD01C;
   border:1px solid #FDD01C;
}

.radio.radio-danger label:after {
  background-color: #F35958;
   border:1px solid #F35958;
}

.radio input[type=radio]:checked + label{
  color: #4d5056;
}
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform:scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -ms-transition: -ms-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -moz-transition: -moz-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -webkit-transition: -webkit-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -o-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -ms-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -moz-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -webkit-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
}
.radio input[type=radio]:checked + label:before {
  border:1px solid #8e9095;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border:1px solid #0090D9;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border:1px solid #0AA699;
}
.radio.radio-info label input[type=radio]:checked + :before {
  border:1px solid #1F3853;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border:1px solid #FDD01C;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border:1px solid #F35958;
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom:6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
table td .checkbox label {
  padding-left: 0px;
}
table th .checkbox label {
  padding-left: 0px;
}
.star label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.star label:before {
  font-family: 'FontAwesome';
  content: "\F005";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: -4px;
    font-size: 18px;
  color:#97a3b3;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.star label {
  margin-bottom: 10px;
}
.star  input[type=checkbox] {
  display: none;
}

.star input[type=checkbox]:checked + label:before  {
  color:#ffd200;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 1.4px;
  background-color: #fff;
  border:1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}


.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left:3.2px;
  top:0px;
  font-size:11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox  input[type=checkbox] {
  display: none;
}
.checkbox label {
  margin-bottom: 10px;
}
.checkbox label:after {
    border-radius: 3px;
}
.checkbox.checkbox-circle label:after {
    border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
    border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label::after  {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.checkbox input[type=checkbox]:checked + label{
  color: #4d5056;
}

.checkbox input[type=checkbox][disabled]+ label{
   opacity: 0.65;
}
.checkbox input[type=checkbox][disabled]+ label:before {
  background-color:#eceff3;
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color:#0090D9;
  border:1px solid #0090D9;
}
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color:#fff;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
    background-color:#0AA699;
  border:1px solid #0AA699;
}
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color:#fff;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color:#1F3853;
  border:1px solid #1F3853;
}
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color:#fff;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color:#FDD01C;
  border:1px solid #FDD01C;
}
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color:#fff;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color:#F35958;
  border:1px solid #F35958;
}
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color:#fff;
}

select.xsmall {
  width: 64px !important;
}

select.small {
  width: 134px !important;
}

select.medium {
  width: 220px !important;
}

select.large {
  width: 334px !important;
}
.wysihtml5-toolbar li{
   padding-left: 0px;
}

.redactor_toolbar {
    background: #F1F1F1 !important;
    border-bottom: 1px solid #CCC;
}

.bootstrap-tagsinput{
   border: 1px solid #E5E9EC;
   border-radius: 3px;
   box-shadow:none;
   width:100%;
   transition: background 0.2s linear 0s;
}
.bootstrap-tagsinput.active-element{
  background-color:#f4f5f7;
}
.bootstrap-tagsinput input{
  border:none;
  margin-bottom:0px;
  min-height:25px;
}

.bootstrap-tagsinput .tag{
  vertical-align: middle;
  padding: 4px 9px;
  margin-top:3px;
  display:inline-block;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active,.bootstrap-tagsinput .tag [data-role="remove"]:hover{
  box-shadow:none;
}
/*** Form stuff ***/
form legend {
  margin: 15px 0px 10px 0px !important;
}
.column-seperation > div[class*="col-"]{
  border-right:1px solid #ddd;
}
.column-seperation > div[class*="col-"]:last-child{
  border-right:0px;
}
.form-no-horizontal-spacing .row-fluid [class*="span"]{

}
.form-no-horizontal-spacing .row-fluid .side-label{
  border-right:1px solid #dddddd;
}

.radio, .checkbox{
  padding-left:0px
}
/*** General forms settings ***/
input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}

.help-block {
 margin-top: 10px;
}

.form-inline input {
  margin-bottom: 0px !important;
}

.form-label {
  margin-top: 2px;
}

.form-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.help-inline {
  margin-top: 6px;
}

.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

form legend,
.form-view legend {
  margin-bottom: 15px !important;
}

.controls > .radio .checker,
.controls > .checkbox .checker {
  margin-right: 2px !important;
}

.controls > .radio,
.controls > .checkbox {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 8px !important;
  margin-right: 15px !important;
}

.controls > .radio.line,
.controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

.controls .inline {
  margin-top: 8px;
}

.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px;
}

.uploader {
  margin-top: 2px !important;
}
.hint{
  padding:5px 0px 0px 10px;
}

.form form {
  margin: 0px !important;
  padding: 0px !important;
}

.form .form-actions{
  background-color:#f5f5f5 !important;
  margin-top: 0px !important;
  margin-top: 40px;
  padding-left: 190px;
}

/** bringing back bs2 form actions **/
.form-actions {
    background-color: #F2F4F6;
    border:0px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions:after {
    clear: both;
}
/*** Bordered form layout ***/
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid #eee !important;
}

.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.form-horizontal.form-bordered .control-group.last {
  border-bottom: 0;
}

.grid.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px;
}

.grid.box .form-horizontal.form-bordered .control-group:first-child {
  margin-top: -10px;
}

.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  position: relative;
  border-left: 1px solid #eee;
}

.form-horizontal.form-bordered .control-group .controls .chosen-container  {
  min-height: 32px;
}

.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
  clear: both;
  padding-top: 10px !important;
}

.form-horizontal.form-bordered .control-group .control-label {
  margin-top: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .m-wrap {
  background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
  background-color: #ffffff;
}

.form-horizontal.form-bordered .help-inline,
.form-horizontal.form-bordered .help-block {
  padding-left: 0;
}

.grid .simple .form-actions{
  margin-left:-20px !important;
  margin-right:-20px !important;
  margin-bottom: -20px !important;
}
.grid.box .form .form-actions,
.grid.solid .form .form-actions {
  margin-left:-10px !important;
  margin-right:-10px !important;
  margin-bottom: -10px !important;
}

/***  Form wizard  ***/
.wizard-steps {
    display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
}
.wizard-steps a:hover,.wizard-steps a:active,.wizard-steps a:focus{
  text-decoration:none
}
.wizard-steps li {
    display: block;
    float: left;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
  padding-left:0;
}
.wizard-steps li:before {
   border-top: 6px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 13px;
  right: 1px;
    width: 100%;
    z-index: 1;
}
.wizard-steps li:first-child:before {
    left: 50%;
    max-width: 50%;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.wizard-steps li.active .step,.wizard-steps li.active.complete .step  {
  background-color: #0090D9;
  color: #FFFFFF;
    font-weight: bold;
  padding: 10px 15px;
  border:none;
  font-size: 16px;
}
.wizard-steps li.complete .step {
  background-color: #0aa699;
  padding: 1px 6px;
  border:4px solid #55606e;
}
.wizard-steps li  .step i{
    font-size: 10px;
    font-weight: normal;
    position: relative;
    top: -1.5px;
}
.wizard-steps li .step {
   background-color: #D1DADE;
  border-radius: 32px 32px 32px 32px;
    color: #FFFFFF;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    padding: 4px 9px;
    position: relative;
    text-align: center;
    z-index: 2;
  transition: all 0.2s linear 0s;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2B3D53;
}
.wizard-steps li .title {
    color: #B1BCC5;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104;
}
.step-content {
    margin-left: 60px;
    margin-top: 40px;
}
.step-content .step-pane {
    display: none;
    min-height: 267px;
}
.step-content .active {
    display: block;
}
 .wizard-actions{
   display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
 }
 .wizard-actions li{
  display:inline;
 }

.tab-content.transparent{
  background-color:transparent;
}
/*** grids ***/
.grid  {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

.grid:after, .grid:before {
  display: table;
  color: "";
}

.grid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.grid-title h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  width:60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-title.descriptive{
  padding-left: 23px !important;
    padding-top: 20px !important;
}
.grid-title.descriptive .actions{
    margin-right: 14px;
    margin-top: -16px;
}
.grid-title.descriptive .actions a{
    color:#4c5264;
}
.grid-title.descriptive .actions a:hover{
    opacity:0.5;
}

.grid-title.descriptive .actions i{
  font-size:22px;
  margin-right:10px
}
.grid-title.descriptive p{
  display: inline-block;
  width:60%;
  white-space: nowrap;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#7a7d82;
  font-size:12px;
}
.grid-title.clickable{
  cursor:pointer;
}
.grid-title h4 i {
  font-size: 14px;
  margin-right: 5px;
  color: #666;
}

.grid-title .tools,
.grid-title .actions
 {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

.grid-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left:5px;
}

.grid-title .dropdown-menu i {
  color: #000 ;
}

.grid-title .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity:.6;
  filter:'alpha(opacity=60)';
}

.grid-title .actions > .btn-group {
  margin-top: -12px;
}

.grid-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px;
}

.grid-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.grid-title .actions > .btn.mini {
  margin-top: -12px;
  padding: 4px 10px;
}

.grid-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px;
}
.grid .solid .grid-title{
  color:#fff !important;
  border-bottom:1px solid #fff;
}
.grid-body {
  clear: both;
  padding: 0;
}

.grid-body.light-blue, .grid.light-blue {
  background-color: #bfd5fa  !important;
}

.grid-body.blue, .grid.blue {
  background-color: #58acf3 !important;
}

.grid-body.red, .grid.red {
  background-color: #f35958 !important;
}

.grid-body.yellow, .grid.yellow {
  background-color: #ffb848 !important;
}

.grid-body.green, .grid.green {
  background-color: #0aa699 !important;
}

.grid-body.purple, .grid.purple {
  background-color: #852b99 !important;
}

.grid-body.light-grey, .grid.light-grey {
  background-color: #fafafa !important;
}

.grid-body.dark-grey, .grid.dark-grey {
  background-color: #555555 !important;
}

.grid-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}

.grid-body .btn-group {
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px
}

/*  draggable girds */

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-title {
    font-size: 13px;
}

#sortable {
    list-style-type: none;
}
#sortable,
#sortable2 {
    width: 60%;
}
#sortable li,
#sortable li {
    margin: 0 5px 5px 5px; padding: 5px;
}
html>body #sortable li,
html>body #sortable2 li{
    line-height: 1.2em;
}

.placeholder {
    padding: 10px;width: 300px; background: white; border: 1px dashed #e3e3e3;
}

.box {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 300px;
}

.connectedSortable {
    margin-top: 15px !important;
}

.sortable .grid .grid-title {
  cursor: move;
}
.ui-sortable{
  min-height:0px !important;
}
.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;

}

.ui-sortable-placeholder * {
  visibility: hidden;
}

.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  /* float: left;*/
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
  visibility:hidden;
}

/*** Solid colored grid ***/

.grid.solid .grid-title .tools {
  margin-top: 2px;
  border: 0px;
}

.grid.solid .grid-title {
  margin-bottom: 5px;
  border: 0px;
  padding:13px 15px 6px;
  border-bottom:1px solid rgba(255,255,255,0.35) !important;

}
.grid.solid .grid-title h4{
  color:#fff;
}
.grid.solid .grid-body{
  color:#fff;
  padding:20px;
}
.grid.solid .grid-body h3{
  color:#fff;
}


/*** simple grid ***/

.grid.simple {
   padding:0px !important

}
.grid.simple .grid-title {
   padding:14px 15px 7px 15px;
   border-bottom: 1px solid #eee;
   color: #282323 !important;
   background-color:#fff;
}

.grid.simple .grid-title > .actions > .btn > i {
  color: #fff !important;
}

.grid.simple .grid-title .tools {
  margin-top: 0px;
    position:relative;
}
 .grid.simple .grid-title .tools a,.grid.solid .grid-title .tools a{
    position:relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
}
.grid.simple .grid-title .tools > a.remove,
.grid.solid .grid-title .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
  top: -5px;

}

.grid.simple .grid-title .tools > a.config,
.grid.solid .grid-title .tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}

.grid.simple .grid-title .tools > a.reload,
.grid.solid .grid-title .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
  top: -5px;

}

.grid.simple .grid-title .tools > a.expand,
.grid.solid .grid-title .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
  top: -5px;

}

.grid.simple .grid-title .tools > a.collapse,
.grid.solid .grid-title .tools > a.collapse {
  background-position:-95px -40px;
  width: 9px;
  height: 7px;
  top: -5px;
}
.grid.simple .form-actions{
  margin-right:-26px !important;
  margin-left:-26px !important;
  margin-bottom:-26px !important;}
/* grid buttons */

.grid.simple.transparent .grid-body {
  background-color:transparent !important;
  border:none;
}
.grid.simple .grid-body {
  background-color: #fff;
  padding: 26px;
  padding-bottom: 0;
  border:1px solid #dddddd;
  color:#6f7b8a;
}
.grid.simple .grid-body.no-padding{
  padding: 0px;
}
.grid.simple .grid-body .wrap-body{
  padding: 0 26px;
  padding-top:10px;
}
.grid.simple .grid-body.no-border{
  border:0px;
  padding-top:1px;
}
.grid.simple .grid-body h4{
  color:#282323;
 }
.grid.simple .grid-body h3{
  color:#282323;
 }
.grid.simple .grid-title {
  margin-bottom: 0px;
  border:1px solid #dddddd;
  border-bottom:0px;
}
.grid.simple .grid-title.no-border{
  border:0px;
  border-bottom:0px;
}
.grid.simple.transparent .grid-title {
   border:none;
   border-bottom:1px solid #D7DBE0;
   background-color:transparent;
}
.grid.simple.vertical.green{
 border-left:4px solid #0aa699;
 border-top:none !important;
}

.grid.simple.horizontal.red .grid-title {
   border-top:4px solid #f35958;
}

.grid.simple.horizontal.yellow .grid-title {
   border-top:4px solid #ffb848;
}
.grid.simple.horizontal.green .grid-title {
   border-top:4px solid #0aa699;
}

.grid.simple.horizontal.purple .grid-title {
   border-top:4px solid #852b99;
}

.grid.simple.horizontal.grey .grid-title {
   border-top:4px solid #555555;
}

.grid.simple.horizontal.light-grey .grid-title {
   border-top:4px solid #aaa;
}

/*** Box grid ***/
.grid.box {
   padding:0px !important
}

.grid.box .grid-title {
   padding:8px 10px 2px 10px;
   border-bottom: 1px solid #eee;
   color: #fff !important;
}

.grid.box .grid-title > .actions > .btn > i {
  color: #fff !important;
}

.grid.box .grid-title .tools {
  margin-top: 3px;
}
.grid.box .grid-title .tools a{
  background:url(../img/icon/portlet-tray.png) no-repeat;
  width:23px;
  height:23px
}

/* grid buttons */
.grid.box .grid-body {
  background-color: #fff;
  padding: 10px;
}

.grid.box .grid-title {
  margin-bottom: 0px;
}

.grid.box.blue .grid-title {
  background-color: #58acf3;
}

.grid.box.blue {
   border: 1px solid #b4cef8;
   border-top: 0;
}

.grid.box.red .grid-title {
  background-color: #f35958;
}

.grid.box.red {
   border: 1px solid #f35958;
   border-top: 0;
}

.grid.box.yellow .grid-title {
  background-color: #ffb848;
}

.grid.box.yellow {
   border: 1px solid #fccb7e;
   border-top: 0;
}

.grid.box.green .grid-title {
  background-color: #0aa699;
}

.grid.box.green {
   border: 1px solid #0aa699;
   border-top: 0;
}

.grid.box.purple .grid-title {
  background-color: #852b99;
}

.grid.box.purple {
   border: 1px solid #af5cc1;
   border-top: 0;
}

.grid.box.grey .grid-title {
  background-color: #555555;
}

.grid.box.grey {
   border: 1px solid #9d9c9c;
   border-top: 0;
}

.grid.box.light-grey .grid-title {
  background-color: #aaa;
}

.grid.box.light-grey {
   border: 1px solid #eee;
   border-top: 0;
}


/*** General Users  List ***/
.user-info-wrapper{
  display:block;
  margin:20px 31px;
  margin-bottom:0px;
}
.user-info-wrapper .profile-wrapper{
  height:65px;
  width:65px;
  border-radius:100px;
  overflow:hidden;
  display:inline-block;
  margin-right:11px;
  margin-top:9px;
  float:left;
}
.user-info-wrapper .user-info {
  color:#fff;
  background-color:#1b1e24;
  display:inline-block;
}
.user-info-wrapper .user-info .status{
  color:#929fa5;
  font-size:13px;
  margin-bottom:10px;
  margin-top: 2px;
  font-weight:normal;
}
.user-info-wrapper .user-info .profile{
  float:right;
  display:inline;
}

.user-info-wrapper .user-info .btn-set{
  margin-top:10px;
}

.user-info-wrapper .user-info .username{
  font-size:19px;
}
.user-info-wrapper .user-info .greeting{
  font-size:19px;
  font-weight:600;
  position: relative;
    top: 1.5px;
}
.user-info-wrapper .user-info a{
  color:#fff;

}
.user-info-wrapper .user-info .status-icon{
  margin:0px 5px;
}
.user-info-wrapper .user-info a:hover{
  text-decoration:none
}
.user-info-wrapper .user-info .collapse{
  width:18px;
  height:18px;
  background-color:#50545c;
  position:absolute;
  right:15px;
  margin-top:10px;

}
.user-info-wrapper .user-info .collapse i{
  position:relative;
  margin-top:-8px;
  top:-2px;
  left:3px;

 }
.user-info-wrapper .user-info .collapse:hover{
  background-color:#000000;
}

.side-panel{
   border-width: 0;
    display: block;
    max-height: none;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 17em;
  background: linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9;
    border: 1px solid #AAAAAA;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
  float:right;
  right:0;
  z-index:1200;
}
/* User - status icons */
.status-widget{
  margin-bottom: 9px;
    padding: 0 31px;
  animation-duration: 0.3s !important;

}
.status-widget-wrapper{
  font-size: 13px;
}
.status-widget .title{
  color: #fff;
  font-size: 13px;
}
.status-widget .title a:hover,.status-widget .title a:active{
  text-decoration:none
}
.status-widget p{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
  color:#808285;
}
.status-widget .title i{
  float:right;
  font-size:7px;
  margin-top:6px;
  margin-right:6px;
  color:#8b8f92;
}
.status-widget .progress{
  height:10px;
  background-color: #2a2e36;
    background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
    background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
    background-repeat: repeat-x;
  margin-bottom:5px;
    -webkit-transition: width 30.0s ease !important;
     -moz-transition: width 30.0s ease !important;
       -o-transition: width 30.0s ease !important;
          transition: width 30.0s ease !important;
}
.status-icon{
  background: url('../img/icon/status.png') no-repeat;
  position: relative;
  display:inline-block;
  margin-right:10px;
  top:2px;
}
.status-icon.green{
  background-position: -1px -1px; width: 14px; height: 14px;
}
.status-icon.red{
  background-position: -17px -1px; width: 14px; height: 14px;
}
.status-icon.blue{
  background-position: -33px -1px; width: 14px; height: 14px;
}
.status-icon.yellow{
  background-position: -48px -1px; width: 15px; height: 14px;
}
.status-icon.grey{
  background-position: -64px -1px; width: 14px; height: 14px;
}

.user-info img {
  float: left;
  margin-right: 5px;
}

.user-info .details {
  display: inline-block;
}

.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/*** SlimScrollBar  ***/
.scroller {
  padding: 0px !important;
  margin: 0px !important;
  padding-right: 12px !important;
}
.popover-content .scroller{
  padding-right: 0px !important;
}
.grid-body .slimScrollBar {
  margin-right: 0px !important;
}

/*** Toggle buttons plugin css changes ***/
.toggle-button,
.toggle-button label {
  margin-top: 3px;
  background-image: none !important;
  filter:none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid #eee !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.labelLeft,
.toggle-button span.info,
.toggle-button span.success,
.toggle-button span.warning,
.toggle-button span.danger {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;

  font-size: 13px !important;
  font-weight: 300 !important;
  background-image: none !important;
  filter:none !important;
}

.toggle-button span.labelRight {
  background-color: #eee;
}

/*** Date tables plugin changes ***/
.dataTable {
  clear: both;
  margin-top: 5px;
}

.dataTables_filter label {
  line-height: 32px !important;
}

.DTTT_dropdown li{
    position: relative;
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: 150px;
  text-align: center;
  border:0px;
  z-index:999
}

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}


/** Tiles **/
.tiles-container{
  margin-left:0px;
  margin-right:0px;
}
.tiles{
  background-color:#bcbcbc;
  color:#fff;
  position:relative;
}
.tiles.added-margin{
   margin-right:-10px;
}
.tiles.no-margin{
   margin-right:0;
}
.tiles.margin-reset{
   margin-left: 37px;
}
.tiles  .tiles-title{
  font-size:10.5px;
  font-family: 'Open Sans';
  letter-spacing:0.5px;
  font-weight:600;
}

.tiles .tiles-body{
  padding: 19px 18px 15px 24px;
}
.tile-more-content{
  background-color:#fff;
}
.tile-more-content .tiles-body{
  padding: 19px 18px 17px 24px;
}
.tiles .controller{
  position:relative;
  display:inline-block;
  float:right;
}

 .tiles .controller a{
    position:relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display:inline-block;
}

.tiles .controller  a.remove {
   background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px;
}

.tiles .controller a.config{
    background-position: -3px -32px;
    height: 22px;
    width: 22px;

}

.tiles .controller  a.reload{
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px;
}

 .tiles .controller a.expand{
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
    top:-5px;
}

.tiles .controller  a:hover.collapse{
  background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px;

}
 .tiles .controller  a:hover.remove {
    background-position: -66px -9px;
    height: 10px;
    top: -5px;
    width: 10px;
  /* to add opacity opacity:0.50; */

}

 .tiles .controller a:hover.config{
    background-position: -3px -32px;
    height: 22px;
    width: 22px;

}

 .tiles .controller  a:hover.reload{
 background-position: -38px -9px;
    height: 10px;
    top: -5px;
    width: 12px;
}

 .tiles .controller a:hover.expand{
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
    top:-5px;
}

 .tiles .controller  a:hover.collapse{
background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px;
}

.tiles.white .controller  a.remove:hover {
   background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px;
  opacity:0.6;
}

.tiles.white  .controller a.config:hover{
    background-position: -3px -32px;
    height: 22px;
    width: 22px;
  opacity:0.6;

}

.tiles.white  .controller  a.reload:hover{
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px;
  opacity:0.6;
}

 .tiles.white  .controller a.expand:hover{
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top:-5px;
  opacity:0.6;
}
.tiles  .settings-box{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
}

.tiles .heading{
  font-size:25px;
  display:block;
  font-family: 'Open Sans';
  font-weight:600;
  margin:4px 0px;
}

/* Tile Element Tweaks */
.tiles p{
  margin: 0 0 5px;
}
.tiles hr{
  margin: 10px 0px;
  height: 1px;
   border: none;
    background-color: #2b3038;
}
.tiles .heading .icon-grid{
  top:1px;
  font-size: 31px;
  position:relative;
}
.row-fluid.side-content .tiles,.row-fluid .tile-content{
  margin:0;
}
.tiles .tiles-body-overlay{
  position: absolute;
    z-index: 100;
  padding: 19px 18px 17px 24px;
  width:auto;
}
.tiles .progress{
   width:70%;
}

.tiles .iconplaceholder{
  background-color: rgba(0, 0, 0, 0.28);
}

.tiles .iconplaceholder i{
  color: #fff;
}

.tile-footer{
  background-color: rgba(0, 0, 0, 0.28);
  color:#fff;
  font-size:13px;
  padding:8px 15px;
}
/* the default opacity is way too dark, just a small tweak to make it bit lighter */
.tiles.white > .tile-footer{
  background-color: #eceff1;
  color:#d1d3d9;
  font-size:13px;
  padding:8px 15px;
}
.tiles > .tiles-body > .description{
  font-size:12px;
  display:block;
  color:#fff;
   display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing:antialiased;
}
.chart-wrapper{
  padding-top:40px;
}

.tiles .description  i{
  font-size:21px;
  color:#fff;
}

.tiles  .description .mini-description{
  position:relative;
  top:-5px;
}
.tiles label{
  color:#fff;
}

/* Tile Colors */
.tiles .progress{
  margin-bottom: 15px;
}
.tiles.red{
  background-color:#f35958;
}
.tiles.purple{
  background-color:#736086;
}
.tiles.blue{
  background-color:#0090d9;
}
.tiles.green{
  background-color:#0aa699;
}
.tiles.black{
  background-color:#22262e;
}
.tiles.grey{
  background-color:#f2f4f6;
}
.tiles.white{
  background-color:#ffffff;
  color:#8b91a0;
}
.tiles.white.borderall{
  border:1px solid #e5e9ec;
}
.tiles.white.border-left{
  border-left:1px solid #e5e9ec;
}
.tiles.white.border-right{
  border-right:1px solid #e5e9ec;
}
.tiles.white.border-top{
  border-top:1px solid #e5e9ec;
}
.tiles.white.border-bottom{
  border-bottom:1px solid #e5e9ec;
}
.tiles.white hr{
  margin: 10px 0px;
  height: 1px;
   border: none;
    background-color: #f2f3f5;
}
.tiles.white label{
  color:#9aa0ad;
}
.tiles.white > .tiles-body  > .heading{
  color:#000;
}
.tiles.white .tiles-body  > .description{
  color:#8b91a0;
}
.tiles .blend{
  color:rgba(0, 0, 0, 0.42);
}
.tiles.black .blend{
  color:#8b91a0;
}
.tiles .button{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:3px 12px;
}
.tiles.red  .settings-box, .tiles.red  .button{
  background:#bf3938;
  color:#f35958;
}
.tiles.purple  .settings-box,.tiles.red  .button{
  background:#08897e;
  color:transparent;
}
.tiles.red  .button{
  background:#bf3938;
  color:#f7bebe;
}
.tiles.purple  .button{
  background:#736086;
  color:#d7d5d7;
}

.tiles-chart{
  position:relative;
}

.tiles-chart .tiles-body{
  position:absolute;
  z-index:100;
  padding:19px 18px 17px 24px;
}

.tiles-chart  .tiles-body .heading{
  color:#0aa699;
}
.tiles-chart .controller{
  position:absolute;
  right:15px;
  top:15px;
  z-index:100;
}

/*** Widgets and its elements ***/
.widget{
  display:block;
  margin-right: -10px;
}
.widget .widget-title{
  display:block;
  padding:10px;
  padding-bottom:14px;
  background-color:#fff;
  color:#e5e9ec;
  text-align:center;
  font-weight:bold
}
.widget .widget-title.dark{
  background-color:#1b1e24;
  color:#fff;
}
.widget .widget-title.blue{
  background-color:#0090D9;
  color:#fff;
}
.widget .widget-title.red{
  background-color:#F35958;
  color:#fff;
}
.widget .widget-title.green{
  background-color:#0AA699;
  color:#fff;
}
.widget .widget-title.purple{
  background-color:#736086;
  color:#fff;
}
.widget .widget-body{
  display:block;
  background-color:#fff;
  padding:15px 25px
}
.widget .controller{
  position:relative;
  display:inline-block;
  float:right;
  top: 6px;
  margin-right:8px
}

 .widget .controller a{
    position:relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display:inline-block;
}

.widget .controller  a.remove {
   background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px;
}

.widget .controller a.config{
    background-position: -3px -32px;
    height: 22px;
    width: 22px;

}

.widget .controller  a.reload{
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px;
}

 .widget .controller a.expand{
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
    top:-5px;
}

.widget .controller  a:hover.collapse{
  background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px;

}
 .widget .controller  a:hover.remove {
    background-position: -66px -9px;
    height: 10px;
    top: -5px;
    width: 10px;
}

 .widget .controller a:hover.config{
    background-position: -3px -32px;
    height: 22px;
    width: 22px;

}

 .widget .controller  a:hover.reload{
  background-position: -38px -9px;
    height: 10px;
    top: -5px;
    width: 12px;
}

.widget .controller a:hover.expand{
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
    top:-5px;
}

.widget .controller  a:hover.collapse{
  background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px;
}

.widget .widget-title.dark .controller  a.remove {
  background-position: -66px -9px;
    height: 10px;
    top: -5px;
    width: 10px;
}

.widget .widget-title.dark .controller a.config{
    background-position: -3px -32px;
    height: 22px;
    width: 22px;

}

.widget .widget-title.dark .controller  a.reload{
    background-position: -38px -9px;
    height: 10px;
    top: -5px;
    width: 12px;
}
.widget .widget-title.dark .controller  a.reload:hover, .widget .widget-title.dark .controller  a.remove:hover{
  opacity:0.5;
}

.weather-widget{
  overflow:hidden;
}
.weather-widget .big-icon{
  width:120px;
  margin-right:auto;
  margin-left:auto;
  margin-top:23px;
  margin-bottom:8px;
}
.weather-widget .small-text-description{
  position: relative;
    top: -9px;
}



/* Buttons Overwride */
.btn {
    border-radius: 0;
    display: inline-block;
    *display: inline;
     padding: 9px 12px;
   padding-top:7px ;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    *border: 0;
  background-image:none !important;
  border: none;
  text-shadow: none;
  box-shadow:none;
    transition: all 0.12s linear 0s !important;
}

.btn:focus{
  outline:none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #c1cace;
    *background-color: #c1cace;
}
.btn-cons{
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px;
}

.btn-social{
  font-size: 20px;
    margin: 10px;

}
.btn-social:hover, .btn-social:focus, .btn-social:active, .btn-social.active, .btn-social.disabled, .btn-social[disabled] {
  color:#2d8ebf;
  text-decoration:none;
}

.btn-default {
    border-radius: 0;
    border: 1px solid #ddd;
    background: white;
    padding: 9px 12px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
    border-radius: 0;
    border: 1px solid #b4b9be;
    background-color: white;
    padding: 9px 12px;
}

.btn-primary{
    color: #fff;
    background-color: #0aa699;
    border: 1px solid #0aa699;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #0b9c8f;
    border: 1px solid #0aa699;
}
.btn-success{
  color: #fff;
    background-color: #0090d9;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #1285d1;
    *background-color: #1285d1;
}
.btn-info{
  color: #fff;
    background-color: #1f3853;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #152639;
    *background-color: #152639;
}
.btn-warning{
  color: #fff;
    background-color: #FBB05E;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f8a142;
    *background-color: #f8a142;
}

.btn-danger{
  color: #fff;
    background-color: #f35958;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #e94847;
    *background-color: #e94847;
}

.btn-danger-dark{
  color: #fff;
    background-color: #b94141;
}
.btn-danger-dark:hover, .btn-danger-dark:focus, .btn-danger-dark:active, .btn-danger-dark.active, .btn-danger-dark.disabled, .btn-danger-dark[disabled] {
    background-color: #e94847;
    *background-color: #e94847;
  color: #fff;
}
.btn-dark{
  color: #fff;
    background-color: #333a49;
}
.btn-white{
  color: #5e5e5e;
    background-color: #fff;
  border:1px solid #e5e9ec;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled] {
    background-color: #fbfcfd;
    *background-color: #fbfcfd;
  border:1px solid #b4b9be;
}
.btn-link{
  color: #5e5e5e;
    background-color: transparent;
  border:none;
}
.btn-large {
    padding: 11px 19px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
    *background-color: transparent;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    padding:3px 12px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
  padding: 5px 10px;
  font-size: 13.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-mini:hover {
  padding: 5px 10px;
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0b9c8f;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #fbc01e;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #e94847;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #0090d9;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #152639;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

.btn-group.open .btn-white.dropdown-toggle {
    background-color: #fbfcfd;
}
.btn-group > .btn + .dropdown-toggle{
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  border-left:1px #f7f7f7 solid;
}
.btn-block + .btn-block {
  margin-top: 8px;
}
.btn .caret{
  margin-left: 3px;
}
.btn .caret.single{
  margin-left: 0px;
}
.btn-group > .dropdown-menu{
  font-size:13px;
}
.btn-group > .dropdown-menu li{
   padding-left: 0px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.20);
  -moz-box-shadow:    0px 0px 5px rgba(86, 96, 117, 0.20);
  box-shadow:         0px 0px 5px rgba(86, 96, 117, 0.20);
  border:none;
  border-radius:3px;
  padding:0px;
  font-size: 13px;
}

.dropdown-menu .divider{
  background-color: #eaedf0;
   height: 1px;
   margin:3px 0;
   border-bottom:0px
}
.dropdown-menu > li > a{
   line-height: 25px;
   color: #2a2e36;
   margin:4px;
   border-radius:3px;
   text-align:left;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
  color: #1b1e24;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #1b1e24;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-group > .btn + .dropdown-toggle{
   padding-right: 10px;
   border-left: 1px solid #E5E9EC;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active{
  z-index:0;
}
.btn-group > .btn.btn-white:hover, .btn-group > .btn.btn-white:focus, .btn-group > .btn.btn-white:active, .btn-group > .btn.btn-white.active{
   border: 1px solid #E5E9EC;
}
.btn-group > .btn.btn-mini  + .dropdown-toggle{
  padding-right: 8px;
}


code, pre {
      border: none;
}
code{
  background-color:#f3f6f9;
}

code:hover{
  background-color:#e8edf3;
}

/* Used for demo - Might come in handy */
.single-colored-widget{
  height:auto;
}
.single-colored-widget h3{
  font-size:22px;
  line-height: 32.5px;
}
.single-colored-widget .heading{
  padding: 8px 15px;
  padding-bottom: 4px;
  background-color:#fff;
}
.single-colored-widget .heading h4{
  margin-bottom: 5px;
  margin-top: 5px;
}
.single-colored-widget .content-wrapper{
  padding: 15px 27px;
  padding-bottom: 20px;
}

.single-colored-widget .content-wrapper i{
  color:#fff;
}

.single-colored-widget .content-wrapper.red{
  background-color:#f35958;
}

.single-colored-widget .content-wrapper.green{
  background-color:#0aa699;
}

.single-colored-widget .content-wrapper.blue{
  background-color:#0090d9;
}

.single-colored-widget .content-wrapper.red p{
  color:#832929;
}

.single-colored-widget .content-wrapper.green p{
  color:#505458;
}

.single-colored-widget .content-wrapper.blue p{
  color:#0a5174;
}
.single-colored-widget .content-wrapper .mini-logo{
  margin-bottom: 15px;
}

.single-colored-widget .content-wrapper .h3{
  margin-bottom: 15px;
}

.single-colored-widget .content-wrapper .mini-logo{
  margin-bottom: 15px;
}
.the-icons{
   padding-top: 17px;
}

.the-icons i{
  color: #505458;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.the-icons a{
  color: #505458;
  font-size:14px;

}
.the-icons a{
  cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
}
.the-icons a:hover{
  text-decoration:none
}
.the-icons .span3 a:hover [class^="icon-"]:before, .the-icons .span3 a:hover [class*=" icon-"]:before {
    font-size: 28px;
    vertical-align: -5px;
}
/*** Bs2 nav tabs lef/right ***/
.tabbable {
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
    line-height: 0;
}
.tabbable:after {
    clear: both;
}
.tab-content {
    overflow: auto;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs {
    border-top: 1px solid #DDDDDD;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
    border-color: rgba(0, 0, 0, 0) #DDDDDD #DDDDDD;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.tabs-left > .nav-tabs {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}

.tabs-right > .nav-tabs {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}

.nav > .disabled > a {
    color: #999999;
}
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
    background-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
}

/*** Custom Styles for Tabs **/

.nav-tabs{
  margin-bottom:0px;
  background-color:#d1dade;
}

.nav-tabs > li > a{
  border-radius:none;
  border:0px;
  padding:15px 20px;
    color:#8e9aa2;
    min-width:70px;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  border-width:0px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
  border:0px;
  color:#505458;
    border-radius: 0px;
    box-shadow:none;
}

.tabs-left > .nav-tabs > li > a{
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.tabs-right > .nav-tabs > li > a{
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}


.nav>li>a:hover, .nav>li>a:focus {
  background-color: transparent;
  color:#505458;
}
.nav .tools{
  float:right;
  position: relative;
    right: 10px;
    top: 10px;
}

.nav .tools a{
    position:relative;
  transition: all 0.1s linear 0s;
}
.nav .tools > a.remove,
.nav .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;

}

.nav .tools > a.config,
.nav.tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}

.nav .tools > a.reload,
.nav .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;

}

.nav .tools > a.expand,
.nav .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;


}

.nav .tools > a.collapse,
.nav.tools > a.collapse {
  background-position:-95px -40px;
  width: 9px;
  height: 7px;
}

.nav-pills > li > a{
  padding: 8px 12px;
}
.nav-tabs > li {
  margin-bottom: -3px;
  padding-left:0;
}

.nav-pills{
  margin-bottom:10px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background-color:#0090d9;
}
.nav-tabs > li > a, .nav-pills > li > a{
  margin-right: 0px;
}
.tab-content{
  position:relative;
  z-index:10;
  background-color:#fff;
  overflow:hidden;
  margin-bottom: 18px;
}

.tab-content > .tab-pane, .pill-content > .pill-pane{
  padding:15px;
}

.tab-content > .active, .pill-content > .active{
  padding: 19px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right:0px;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 0px;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus{
  background-color:#C1CACE;

}
.dropdown-menu li{
   padding-left: 0px;
}

/*** Custom Styles for accordion **/
.accordion-group{
  border:0px;
}

.accordion-heading{
   background-color: #D1DADE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height:35px;
}
.accordion-heading a.collapsed{
  color: #8E9AA2;
}
.accordion-heading  a:hover.collapsed{
  color: #505458;
}

.accordion-heading  a{
  color: #505458;
}
.accordion-heading .collapsed i{
  font-family: 'FontAwesome';
  float:right;
  position:relative;
  top:4px;

}
.accordion-heading .collapsed i:before {
    content: "\f055";
}

.accordion-heading  i{
  font-family: 'FontAwesome';
  float:right;
  position:relative;
  top:4px;
}

.accordion-heading  i:before{
   content: "\f056";
}

.accordion-heading .accordion-toggle{
  padding: 12px 18px;
}

.accordion-heading .collapsed{
  background-color: #d9e0e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel{
  background-color:transparent;
  box-shadow:none;
}
.panel-default{
  border:0px;
}
.panel-group{
  margin-bottom:18px;
}
.panel-group .panel-heading + .panel-collapse .panel-body{
  border:0;
}
.panel-group .panel + .panel{
  margin-top: 2px;
}
.panel-title > a{
   color: #505458;
   font-size:13px;
   font-weight: normal;
   display:block

}
.panel-title > a:hover{
  color: #505458 !important;
}
.panel-title > a:hover:after{
  color: #505458 !important;
}
.panel-heading .panel-title > a:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f0d7";
    float: right;
  color: #505458;
}
.panel-heading .panel-title > a.collapsed{
  color: #8E9AA2;
}
.panel-heading .panel-title > a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\F0D8"
  color: #8E9AA2;
}

/*** Sliders **/
.slider{
  display:block;
  margin:5px 0px;
}

.slider.primary .slider-track{
  background: #0AA699;
  background-image:none;
}

.slider.sucess .slider-track{
  background: #0090D9;
  background-image:none;
}

.slider.info .slider-track{
   background-color: #1F3853;
    background-image:none;
}

.slider.warning .slider-track{
  background: #FDD01C;
    background-image:none;
}

.slider.danger .slider-track{
  background: #F35958;
  background-image:none;
}

.slider.white .slider-track{
  background: #fff;
    background-image:none;
}

.slider.slider-vertical{
  margin: 0 10px;
}
.slider-handle.round {

  opacity:1;
background: rgb(248,249,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,249,250,1) 13%, rgba(255,255,255,1) 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(248,249,250,1)), color-stop(97%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,249,250,1) 13%,rgba(255,255,255,1) 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,249,250,1) 13%,rgba(255,255,255,1) 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,249,250,1) 13%,rgba(255,255,255,1) 97%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,249,250,1) 13%,rgba(255,255,255,1) 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  -webkit-box-shadow:inset 0 2px 1px -1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.39);
-moz-box-shadow:inset 0 2px 1px -1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.39);
box-shadow:inset 0 2px 1px -1px #fff,0px 1px 3px rgba(0, 0, 0, 0.39);
  width: 26px;
  height: 26px;
}
.slider.slider-horizontal .slider-handle{
  margin-top: -10px !important;
}
.slider.slider-horizontal .slider-track{
   height: 5px !important;
       -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(107,170,165,0.33) !important;
-moz-box-shadow: inset 0px 0px 1px 1px rgba(107,170,165,0.33)!important;
box-shadow: inset 0px 0px 1px 1px rgba(107,170,165,0.33)!important;
}
.slider.slider-vertical .slider-handle{
   margin-left: -10px !important;
}
.slider.slider-vertical .slider-track{
   width: 5px !important;

}
.the-icons [class*="span"]:first-child{
  margin-left:2.5641%;
}
.slider-selection{
     -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.11)!important;
-moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.11)!important;
box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.11)!important;
}

.blue .slider-selection{
  background-image:none !important;
  background-color:#0a6ea0!important;
}
.red .slider-selection{
  background-image:none !important;
  background-color:#000!important;
}
.green .slider-selection{
  background-image:none !important;
  background-color:#0e766d!important;
}

/*** Messages and Notifications **/
/*** Alerts **/
.alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image:none;
  box-shadow:none;
  text-shadow:none;
  padding: 9px 19px 9px 15px;
  border-radius: 0;
   border: 1px solid #F0DBB4;
   transition: all 0.2s linear 0s;
}

.alert-success{
  color: #fff;
  background-color: #0AA699;
  border-color: #0AA699;
}

.alert-info{
  color: #fff;
  background-color: #0090D9;
  border-color: #0090D9;
}

.alert-danger, .alert-error{
  color: #fff;
  background-color: #F35958;
  border-color: #F35958;
}

.alert .link{
  color:#be8c37;
  font-weight:bold;
}
.alert-success .link{
  color:#3a7672;
}
.alert-info .link{
  color:#2f6986;
}
.alert-danger .link, .alert-error .link{
  color:#db7c7e;
}

.alert-danger .alert-heading , .alert-error .alert-heading {
  color: #db7c7e !important;
}
.alert-success .alert-heading {
  color: #438a85 !important;
}
.alert-info .alert-heading {
  color: #246a8e !important;
}
.alert .alert-heading {
  color: #be8625;
  margin-bottom:5px;
  font-weight:600;
}
.alert .btn-small{
  position:relative;
  top: -3.5px;
}
.alert .button-set .btn{
  position:relative;
  top: 8px;
}
.alert .close{
  background: url("../img/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
  background-position: -9px -10px;
  width: 10px; height: 9px;
    position: relative;
  opacity: 0.8;
  top: 4.5px;
  margin-left:20px
}
.alert .close:hover{
  opacity: 1;
}
.alert-success .close{
   background-position:  -38px -10px !important;
}
.alert-info .close{
   background-position: -67px -10px !important;
}
.alert-error .close, .alert .alert-danger .close{
   background-position: -95px -10px !important;
}

.alert-block{
  padding: 15px 19px 15px 17px
}

/** Tooltips **/
.tooltip-inner {
  padding:6px 9px;
}
/*** Progress bars **/
.progress{
  height: 12px;
  background-color:#ebeef1;
  background-image:none;
  box-shadow:none;
}
.progress.no-radius{
  border-radius:0px;
}
.progress.no-radius .progress-bar{
  border-radius:0px;
}
.progress.transparent{
  background-color:rgba(0, 0, 0, 0.28);
}
.progress.progress-small{
  height: 4px;
}
.progress.progress-large{
  height: 20px;
}
.progress-bar{
  box-shadow:none;
  border-radius: 3px;
  background-color: #0090D9;
  background-image: none;
}
.progress-bar-success{
  background-color: #0AA699;
  background-image: none;
}
.progress-bar-info{
  background-color: #0090D9;
  background-image: none;
}
.progress-bar-warning{
  background-color: #FDD01C;
  background-image: none;
}
.progress-bar-danger{
  background-color: #F35958;
  background-image: none;
}
.progress-bar-white{
  background-color: #fff;
  background-image: none;
}
.progress-info .bar, .progress .bar-info{
  background-color: #0090D9;
  background-image: none;
}
.progress-warning .bar, .progress .bar-warning{
  background-color: #FDD01C;
  background-image: none;
}
.progress-danger .bar, .progress .bar-danger{
  background-color: #F35958;
  background-image: none;
}
.progress-white .bar, .progress .bar-white{
  background-color: #fff;
  background-image: none;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success{
   background-color: #0AA699;
}
.progress-info.progress-striped .bar, .progress-striped .bar-info{
  background-color: #0090D9;
}


ul.progress-list{
  list-style:none;
  margin:10px 5px 23px 0;
  padding: 0;
}
ul.progress-list li .details-wrapper{
  display:inline-block;
  float:left;

}

ul.progress-list li .details-wrapper .name{
  display:block;
  color:#000;
  font-size:13px
}

ul.progress-list li .details-wrapper .description{
  display:block;
  color:#9a9a9a;
  font-size:12px
}
ul.progress-list li .details-status{
  display:inline-block;
  background-color:#e5e9ec;
  color:#5c6370;
  font-size:11px;
  padding:6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.progress-list li  .progress{
  margin-top:10px;
}
.details-status-single{
  display:inline-block;
  background-color:#e5e9ec;
  color:#5c6370;
  font-size:11px;
  padding:6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*** Badges & Labels **/
.label{
  padding: 3px 9px;
  font-size: 11px;
  text-shadow:none;
  background-color:#D1DADE;
   font-family: 'Open Sans';
   font-weight:600;
   color: #5E5E5E;
}

.badge{
  text-shadow:none;
  font-family: 'Open Sans';
  font-weight:600;
  background-color:#D1DADE;
  font-size:11px;
  padding-left: 6px;
    padding-right: 6px;
  padding-bottom:4px;
  color: #5E5E5E;
}
.label-success, .badge-success{
  background-color:#0aa699;
  color:#fff;
}

.label-warning, .badge-warning{
  background-color:#fdd01c;
  color:#fff;
}

.label-important, .badge-important{
  background-color:#f35958;
  color:#fff;
}

.label-info, .badge-info{
  background-color:#0090d9;
  color:#fff;
}

.label-inverse, .badge-inverse{
  background-color:#1f3853;
  color:#fff;
}

.label-white, .badge-white{
  background-color:#fff;
  color: #5E5E5E;
}

.label-white, .badge-disable{
  background-color:#2a2e36;
  color:#8b91a0;
}
.table > thead > tr > th{
  border-bottom:0px;
}
.table th{
  /*border-bottom: 1px solid #c9d1d8;*/
  border-top: 1px solid #e8edf1;
  padding: 10px 12px;
  font-size:12px;
  text-transform:uppercase;
}
/*** Popovers **/
.popover{
  border-radius:3px;
  border:none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow:    0px 0px 5px rgba(86, 96, 117, 0.15);
  box-shadow:         0px 0px 5px rgba(86, 96, 117, 0.15);
  max-width:350px;
}
.popover-title{
   background-color:#fff;
   margin: 0 5px;
   font-weight: bold;
    color: #505458 !important;
    text-align:center;
}
.popover-content{
  font-size:13px;
}
.popover.right .arrow{
  border-right-color:rgba(0, 0, 0, 0.08);
}
.popover.left .arrow{
  border-right-color:rgba(0, 0, 0, 0.08);
}

.popover.top .arrow{
  border-right-color:rgba(0, 0, 0, 0.08);
}
.popover.bottom .arrow:after{
  top:0;
  margin-left:-11px
}
.popover .arrow:after{
  border-width:11px
}
.header .popover-title{
  border-bottom:0px;
  padding-top:14px;
}
/*** Modals **/
.modal{
  border-radius:3px;
}
.modal-header{
  text-align:center;
}
.modal-body{
  background-color:#e5e9ec;
}
.modal-footer{
  border-top:none;
  box-shadow:none;
  background-color: #F3F5F6;
  margin-top: 0;
}

.modal-header p{
 color:#8b91a0
}

/*** Table Styles **/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  padding:12px
}

.table tr.row_selected td{
   background-color:#ffffcc !important;
}

.table tr.row_selected .progress{
  background-color: #fff;
}

.table td{
  border-top: 1px solid #e8edf1;
  vertical-align: top;
   padding: 10px 12px !important;
  color:#576475;
  font-size:13px;
}

.table td.no-border{
  border:none;
}

.table td:first-child{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.table td:last-child{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table th input[type="radio"], input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"]{
  margin-top:-2px
}
.table td .progress{
  margin-bottom:0px;
}

.table td.small-cell, .table th.small-cell{
  width: 40px;
}
.table th.medium-cell{
  width:112px
}
.table th.big-cell{
  width:200px
}
.table td .muted{
  color:#95989a;
}
.table td.clickable{
  cursor:pointer;
}
.table-fixed-layout{
   table-layout: fixed;
}
.table-fixed-layout td{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
  padding:9px
}
.table-condensed th .checkbox{
  margin-left: 4px;
}
.table > tbody > tr > td, .table > tfoot > tr > td{
   border-top: 1px solid #E8EDF1;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color:#ecf0f2;
  border:none;
}
.table-striped tbody > tr > td{
   border: 0px ;
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: #e2e8eb;
}

.table-hover tbody  tr.row_selected:hover>td{
    background-color:#fef8ae !important;
}

.table-hover tbody tr:hover>td .progress{
    background-color: #fff;
}
.table-condensed th, .table-condensed td{
  padding: 10px 5px;
}
.table-tools-actions{
  margin:0px 5px;
}
.table .checkbox{
   margin-left: 3px;
}
.table .star{
   margin-left: 3px;
}
.inner-table td{
  background-color: transparent !important;
}

.table-bordered{
  border-color:#E8EDF1 !important;
}
.table-bordered th{
  background-color:#ecf0f2;
   border:0 !important;
}
.table-bordered td{
   border: 1px solid #E8EDF1 !important;

}
.table-bordered td:first-child{
  border-radius: 0px;
}
.table-bordered  td:last-child{
  border-radius: 0px;
}

.form-group{
  margin-bottom:20px;
}

.form-group .form-label{
  color:#55606e;
  display:inline-block;
  margin-right:8px;
}

.form-group .help{
  color: #A7ABB1;
    font-size: 12px;
}

.form-group .controls{
  margin-top:8px;
}
.form-control{
  border:1px solid #E5E9EC;
  font-size: 13px;
}
textarea.form-control {
  border-radius: 2px;
}
.form-row input, .form-row select, .form-row textarea, .form-row select2{
  margin-bottom:10px;
}
.form-row .radio {
  margin-bottom:7px;
}
.form-row:last-child{
  margin-bottom:0;
}
.slide-primary,.slide-success{
 display:inline-block
}
.slide-primary .ios-switch .on-background{
  background-image:none;
   background-color: #0AA699;
}

.slide-success .ios-switch .on-background{
  background-image:none;
  background-color: #0090D9;
}
/*** Select2 Pluging Customization **/

.select2-container-multi {
    width: 100%;
}

.select2-container .select2-choice{
  background-image:none;
  border-radius:2px;
  border: 1px solid #e5e9ec;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height:35px
}

.select2-container .select2-choice .select2-arrow{
  background:transparent;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
  background-image:none;
}

 .select2-container .select2-choice .select2-arrow b{
  background:none;
 }
 .select2-container .select2-choice .select2-arrow b:before {
    font-family: 'FontAwesome';
  content: "\f0d7";
  position:relative;
  top:2px;
  right:5px;
    font-size:12px;
}
.select2-dropdown-open .select2-choice .select2-arrow b{
 -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);

}

.select2-container .select2-choice .select2-arrow{
   border-left: 0px;
}

.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow:none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices{
  box-shadow:none;
  border:1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

.select2-drop.select2-drop-above.select2-drop-active{
  border:1px solid #e5e9ec;
  border-bottom:none;
  border-radius:2px;
  padding-top:0px;
}
.select2-container.select2-drop-above .select2-choice{
  -webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
  border:1px solid #e5e9ec;
  background: #f4f5f7;
}

.select2-drop.select2-drop-active, .select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}

.select2-search input{
  background: #fff !important;
  vertical-align: baseline;
  line-height:28px;
  border-radius: 2px;
  border:none;
  font-size:12px;
  border:1px solid #999999;
}

.select2-results li.select2-result-with-children > .select2-result-label{
  color: #282323;
}


.select2-results .select2-highlighted {
    background: #0AA699;
  border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label{
  color:#fff;
}


.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit{
  background:none;
  color: #6F7B8A;
  font-size:12px;
  padding-left:8px;
  padding-top:0px;
  position: relative;
    top: -5px;
}

.select2-drop-active{
  border:1px solid #e5e9ec;
  border-bottom:none;
  border-top:none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top:5px;
}

.select2-results li{
  color:#6F7B8A;
}

.select2-search{
  padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;

}
.select2-results{
   margin: 3px 10px 10px 3px;
}

.select2-container-multi .select2-choices{
    background-image: none;
    border: 1px solid #E5E9EC;
    border-radius: 0;
    box-shadow: none;
    min-height: 33px;
}

.select2-container-multi.select2-container-active .select2-choices{
  border:1px solid #dae0e4;
  box-shadow:none;
}
.select2-container-multi.select2-container-active .select2-search-choice{
    background-color:#fff !important;
}
.select2-container-multi .select2-choices .select2-search-choice{
  background-color:#e8edf1;
  background-image:none;
  border:none;
  box-shadow:none;
  color:inherit;
  border-radius:8px;
  margin:8px -5px 7px 10px;
  padding:4px 8px 4px 21px;
}
.select2-search-choice-close{
  background:none;
  top: 4px;
  right:0;
}
.select2-search-choice-close:hover{
  text-decoration:none;
}

.select2-search-choice-close:before{
    font-family: 'FontAwesome';
  content: "\f00d";
  font-size:12px;
  color:#94a1b2;

}

.select2-container-multi .select2-search-choice-close{
  left: 6px;
}

.select2-drop-multi .select2-results .select2-no-results, .select2-drop-multi .select2-results .select2-searching, .select2-drop-multi .select2-results .select2-selection-limit{
   top:0px;
}
.select2.form-control{
  padding: 0;
  box-shadow:none;
  border:0;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle{
   border-radius: 0 2px 2px 0;
}
/*** Form Input Appends and Prepends - Looks great **/
.input-prepend.inside .add-on:first-child, .input-prepend .btn:first-child{
  background-color:#fff;
   border: 1px solid #e5e9ec;
   position:relative;
   left:3px;
   border-radius:2px;
   padding-left:8px;
   padding-right: 4px;
   padding-top:4px;
   top:0px;
   transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
   color:#9ea9b2;
}
.input-prepend.inside .add-on:first-child a{
     color:#9ea9b2;
}
.input-prepend.inside .add-on:first-child a i{
     font-size: 13px;
}
.input-prepend.inside.no-boarder .add-on:first-child, .input-prepend.no-boarder .btn:first-child{
  border:none;
}
.input-append .add-on, .input-prepend .add-on{
  position:absolute;
  background-color:#D1DADE;
  color:##5E5E5E;
  text-shadow:none;
  border:#D1DADE;
  border-radius: 0 2px 2px 0;
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top:6px;
}
.input-append .add-on .arrow{
  background-color:transparent !important;
  position:absolute;
  left:-6px;
  color:#D1DADE;
  z-index: 100;
  font-size:26px;
}

.input-append.primary .add-on, .input-prepend .add-on{
  background-color:#0aa699;
  color:#fff;
}
.input-append.primary .add-on .arrow{
  color:#0aa699;
}
.input-append.success .add-on, .input-prepend .add-on{
  background-color:#0090D9;
  color:#fff;
  display:inline-block;
  float:left;
}
.input-append.success .add-on .arrow{
  color:#0090D9;
}
.input-append.info .add-on, .input-prepend .add-on{
  background-color:#1F3853;
  color:#fff;
}
.input-append.info .add-on .arrow{
  color:#1F3853;
}
.input-append.warning .add-on, .input-prepend .add-on{
  background-color:#FDD01C;
  color:#fff;
}
.input-append.warning .add-on .arrow{
  color:#FDD01C;
}
.input-append.danger .add-on, .input-prepend .add-on{
  background-color:#F35958;
  color:#fff;
}
.input-append.danger .add-on .arrow{
  color:#F35958;
}

.input-append .add-on .arrow:before{
  font-family: 'FontAwesome';
  content: "\f0d9 ";
}
.input-focus{
   background-color:#f4f5f7 !important;
   color:#56646e !important;
}
.no-boarder .input-focus{
  border: none !important;
}
.input-append input[class*="span"]{
  padding-left:16px;
  border-right:0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-prepend input[class*="span"]{
  padding-left:16px;
  border-left:0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-append .form-control{
  display:inline-block;
}
.input-with-icon {
  position: relative;
}

.input-with-icon input {
   padding-left: 32px !important;
}

.input-with-icon i {
  color: #e5e9ec;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-with-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-with-icon.right i {
   right: 8px;
   float: right;
}

/** Bs3 new input appends **/

.input-group-addon{
   border: 1px solid #E5E9EC;
    color: #9EA9B2;
   font-size: 14px;
   padding:6px 10px;
   border-radius:3px;
   transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}
.input-group-addon i{
  position: relative;
    top: 1px;

}
.transparent .input-group-addon{
  background-color: #fff;
  padding:8px 1px 10px 9px;

}
.input-group-addon.primary{
  background-color: #0aa699;
   border: 1px solid #0aa699;
  color:#fff;
}
.input-group-addon.success{
  background-color: #0090d9;
  color:#fff;
}
.input-group-addon.info{
  background-color: #1f3853;
  color:#fff;
}
.input-group-addon.warning{
  background-color: #fbb05e;
  color:#fff;
}
.input-group-addon.warning{
  background-color: #fbb05e;
  color:#fff;
}
.input-group-addon.danger{
  background-color: #f35958;
  color:#fff;
}

.input-group-addon.primary{
  background-color: #0aa699;
   border: 1px solid #0aa699;
  color:#fff;
}

.input-group-addon.success .arrow{
  color: #0090d9;
}

.input-group-addon.info .arrow{
  color: #1f3853;
}
.input-group-addon.primary .arrow{
  color: #0aa699;
}
.input-group-addon.warning .arrow{
  color: #fbb05e;
}
.input-group-addon.danger .arrow{
  color: #f35958;
}

.input-group-addon .arrow{
  position:relative;
  right:-6px;
  color:#D1DADE;
  z-index: 100;
}

.input-group-addon .arrow:before{
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size:23px;
  position:absolute;
  left:17px;
  top:-2px;
}

.input-group-addon:last-child .arrow:before{
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size:23px;
  position:absolute;
  left:-23px;
  top:-2px;
}

.input-group-addon:last-child input{
  border-left:0px;
}
.transparent input{
  border-left:0px;
}
/*** Datepickers **/
.datepicker{
  padding: 10px 16px;
  border-radius: 2px;
  font-size:12px;
}
.datepicker th, .datepicker td {
  padding: 5.5px !important;
}

.datepicker thead tr .datepicker-switch{
  color:#6f7b8a;
  font-size:13px;
}
.datepicker thead tr .prev{
  color:#0090d9;
  content:'';
  font-size:0px;
}
.datepicker thead tr .next{
  color:#0090d9;
  content:'';
  font-size:0px;
}

.datepicker thead tr .prev:before{
  color:#0090d9;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size:13px;
}
.datepicker thead tr .next:before{
  color:#0090d9;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size:13px;
}
.datepicker thead tr .dow{
  color:#0090d9;
  text-transform:uppercase;
  font-size:11px;
}

.datepicker tbody tr .odd{
  color:#d0d3d8;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color:#d0d3d8;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
  background-image:none;
  text-shadow:none;
  font-weight:600;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
  background-color:#e5e9ec;
  background-image:none;
  color:#fff;

}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  opacity:0.65;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover{
  background-color:#0090d9;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover{
  background-image:none;
  border:none;
  text-shadow:none;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover{
  background-color:#0090d9;
}
.datepicker table tr td span{
   border-radius: 4px 4px 4px 4px;
}
.datepicker-inline {
  width:auto;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #0AA699;
    border-color: #0AA699;
}

.pagination {
    margin: 10px 0;
    border-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    padding: 8px 14px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    color: #777;
}

/*** Data-table customization **/
.dataTables_wrapper .pagination ul > li {
  display:inline-block;
  padding-left: 0px;
}

.dataTables_wrapper  .pagination ul > li:last-child > a, .dataTables_wrapper  .pagination ul > li:last-child > span{
  margin-left:-8px;
}
.dataTables_wrapper .pagination ul > li > a, .pagination ul > li > span {
  border:none;
  box-shadow:none;
  border-radius:3px;
  color: #6F7B8A;
}

.dataTables_wrapper .pagination ul {
  box-shadow:none;
  font-size: 12px;
  padding:0;
}

.dataTables_wrapper .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus{
 color:#C2C6CB !important;
 opacity:0.65 !important;
 background-color: #fff !important;

}
.dataTables_wrapper  .pagination ul > li > a{
  padding:5px 10px;
}
.dataTables_wrapper  .pagina
tion ul > .active > a, .pagination ul > .active > span {
  background-color:#F3F6F9;
  font-weight:600;
}
.dataTables_wrapper .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span{
  background-color: #e8edf3;
 }
 .dataTables_wrapper .pagination ul > li.next > a:hover{
  background-color: #fff;
  color:#000;
}
 .dataTables_wrapper .pagination ul > li.prev > a:hover{
  background-color: #fff;
  color:#000;
}

.dataTables_wrapper .pagination ul > li.prev.disabled > a:hover{
  color:#C2C6CB ;
 opacity:0.65 ;
 background-color: #fff ;
}
 .dataTables_wrapper .pagination ul > li.next.disabled > a:hover{
  color:#C2C6CB ;
  opacity:0.65 ;
  background-color: #fff ;
}

.form-horizontal{
  display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
/** Validations **/
form {
    margin: 0;
}
.no-markup {
    margin: 0;
    display: inline-block;
}

.no-markup a.btn {
  padding: 5px 9px;
}


.error{
  font-size:12px;
  color:#f35958;
  display:block;
}
.form-no-horizontal-spacing .error{
  margin-bottom:10px;
}

input.error{
  border:1px solid #f35958;
}


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

#footer {
  height:130px;
}

/** Full Calender **/
.calender-options-wrapper{
  padding:13px;
  padding:20px;
}
.calender-options-wrapper .events-wrapper{
  margin-top:50px;
}
.calender-options-wrapper .events-heading{
  font-size:13px;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,0.25);
  padding-bottom:14px;
  margin-bottom:20px
}

.calender-options-wrapper .external-event{
  font-size:12px;
  color:#fff;
  background-color:#d44443;
  display:block;
  padding:5px 8px;
  border-radius:3px;
  width:100%;
  margin-bottom:8px;
  cursor:move;
}

.fc-view{
  margin-top: 15px;
}
table.fc-border-separate{
  margin-top:20px;
}
.fc td, .fc th{
  vertical-align:middle;
}
.fc-grid th{
  text-transform:uppercase;
  padding-bottom:10px;
}
.fc-border-separate th, .fc-border-separate td{
  border-color: #e5e9ec;
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td{
  border-right-width:0px;
}
.fc-border-separate td.fc-last{
  border-right-width:0px;
}
.fc-border-separate tr.fc-last td{
  border-bottom-width:0px;
}
.fc-grid .fc-day-number{
   padding:25px 10px;
}
.fc-state-highlight{
  background-color:transparent;
}
.fc-state-highlight .fc-day-number{
  background-color:#f35958;
  border-radius:999px;
  padding:5px 11px;
  color:#fff;
}
.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end{
  margin-top:10px;
}
.fc table thead tr th{
  font-size: 0.9em;
}

/* Error page */
.page-error { margin-top: 80px; margin-bottom: 40px; }
.page-error .number { font-size: 150px; line-height: normal; font-family:Arial; }
.page-error .description { font-size: 40px; margin: 30px 0px; }

/* Page titles */
.page-title h3 {
    width: 95.5%;
}

.page-title .action-button a {
    font-size: 12px;
    padding: 4px 11px;
    line-height: 22px;
    margin-top: -1px;
    word-spacing: 2px;
}

.page-title h3 .pull-right {
    font-size: 17px;
    color: #B3B1B1;
}

.page-title h3 .pull-right i {
    font-size: 13px;
    margin-right: 0;
    top: 0;
}

.page-title h3 .pull-right .label {
    letter-spacing: -0.2px;
    margin-right: 5px;
}

.page-title h3 .pull-right.affix {
    right:225px;
    top:10px;
    z-index: 1000;
}

.dropdown-menu {
    border-radius: 0;
    padding-top: 5px;
}

.page-title h3 .dropdown-menu > li > a {
    line-height: 25px;
    color: #2a2e36;
    margin: 4px;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    padding: 2px 8px;
    letter-spacing: 0px;
}