@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/google/open-sans-light.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(fonts/google/open-sans.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(fonts/google/open-sans-semibold.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(fonts/google/open-sans-bold.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(fonts/google/open-sans-italic.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(fonts/google/open-sans-italic-light.woff) format("woff");
}


html {
  min-height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;  
}

body {
  font-weight: 400;
  padding-bottom: 100px;
  /*
  background-color: #2b6e80 20%;
  background-image: radial-gradient(farthest-side ellipse at 10% 0, #2b6e80 20%, #0c3252);
  background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, #2b6e80 20%, #0c3252);
  background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, #2b6e80 20%, #0c3252);
  */



/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29323c+0,485563+100&0.96+0,0.92+100 */
background: -moz-linear-gradient(top, rgba(41,50,60,0.96) 0%, rgba(72,85,99,0.92) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(41,50,60,0.96) 0%,rgba(72,85,99,0.92) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(41,50,60,0.96) 0%,rgba(72,85,99,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f529323c', endColorstr='#eb485563',GradientType=0 ); /* IE6-9 */





  background-attachment: fixed, fixed;

  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff; 
  margin: 0;  
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #808080;
  font-weight: 400;
}

input[type=search], input.search {
  padding-left: 26px;
  background-color: #fff;
  background: url(../images/search.png) 5px 6px no-repeat #fff;
}

input[type=search].input-transparent, input.search.input-transparent {
  border: none;
  color: #606060;
  background: url(../images/search-white.png) 5px 5px no-repeat #ffffff;
}

input[type=search].input-transparent::-moz-placeholder, input.search.input-transparent::-moz-placeholder {
  color: rgba(238, 238, 238, 0.76);
  opacity: 1;
}

input[type=search].input-transparent:-ms-input-placeholder, input.search.input-transparent:-ms-input-placeholder {
  color: rgba(238, 238, 238, 0.76);
}

input[type=search].input-transparent::-webkit-input-placeholder, input.search.input-transparent::-webkit-input-placeholder {
  color: rgba(238, 238, 238, 0.76);
}

ul ul,
ol ul {
  list-style: none;
}

ul, ol {
  list-style: none;
  padding: 0;
}

iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

fieldset {
  width: 100%;
  min-width: 0;
}

form {
  margin-bottom: 0;
}

a {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none !important;
}

.btn {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

svg {
  height: 100%;
  width: 100%;
  display: block;
}



/***********************************/
/**          HEADER               **/
/**********************************/
.page-header {
  border: none;
  margin: 15px 2.5641% 0;
  padding: 0;
  position: relative;
  border-radius: 3px;
}

.page-header .navbar {
  min-height: 40px;
  border: none;
}

.page-header .navbar .nav li.dropdown.open > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.page-header .navbar .nav li.dropdown.open > .dropdown-toggle:hover, .page-header .navbar .nav li.dropdown.open > .dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:focus {
  color: #ffffff;
}

.page-header .navbar .nav > li > a:focus,
.page-header .navbar .nav > li > a:hover,
.page-header .navbar .nav > .active > a,
.page-header .navbar .nav > .active > a:hover,
.page-header .navbar .nav > .active > a:focus {
  color: #ffffff;
}

.page-header .nav > li {
  background: none;
  float: left;
}

.page-header .nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  width: 40px;
  padding: 0;
  font-size: 19.5px;
  outline: 0;
  background: none;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  text-shadow: none;
}

.page-header .nav > li > a:hover {
  color: #ffffff;
}

.page-header .nav > li > a .glyphicon {
  vertical-align: middle;
}

.page-header .nav > li .count {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 9.1px;
  font-weight: normal;
  background: #f53811;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1em;
  padding: 2px 4px;
  border-radius: 10px;
}

.page-header .nav > li.divider {
  display: block;
  height: 38px;
  width: 1px;
  margin: 0 20px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(96, 96, 96, 0));
}

.page-header .search-query {
  color: #606060;
  border: none;
  background: url(../images/search.png) 5px 5px no-repeat rgba(255, 255, 255, 0.7);
  padding-left: 26px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  width: 200px;
}

.page-header .search-query::-moz-placeholder {
  color: rgba(85, 85, 85, 0.76);
  opacity: 1;
}

.page-header .search-query:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.76);
}

.page-header .search-query::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.76);
}

.page-header .search-query:focus {
  width: 240px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.page-header .navbar-form {
  margin: 5px 15px 0 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-header .navbar-nav {
  margin: 0;
}

.page-header .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.page-header .navbar .pull-right > li > .dropdown-menu,
.page-header .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.page-header .navbar .pull-right > li > .dropdown-menu:before,
.page-header .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

.page-header .navbar .pull-right > li > .dropdown-menu:after,
.page-header .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.page-header .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.page-header .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}

.page-title {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 11px 0 18px;
}

.page-title small {
  color: rgba(255, 255, 255, 0.7);
}

.notifications {
  margin: 6px 20px 6px -40px;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.notifications .alert {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0;
  padding: 3px 9px;
  color: #606060;
  text-shadow: none;
  border-radius: 10px;
}

.notifications .alert a {
  color: #606060;
  font-weight: bold;
}

.panel {
	border-radius: 0px;
}

li.divider {
	display: block;
	height: 38px;
	width: 1px;
	margin: 0 20px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(96, 96, 96, 0));	
}

.list-group-item {
	cursor: pointer;
}

.list-group-item.active {
	border-radius: 0px !important;
}


li.list-group-item {
    cursor: pointer;
}

li.list-group-item:hover {
    background-color:#EEEEEE;
}

.site_list_item {
    cursor: pointer;
}

.content .list-group-item.active {
    background: rgb(58, 135, 197) !important;
}

.panel-info > .panel-heading {
    color: rgb(49,112,143);
}


/***********************************/
/**          LOGIN                **/
/**********************************/
.single-widget-container {
  left: 0;
  top: 50%;
  margin-top: -192.5px;
  position: absolute;
  width: 100%;
}

.single-widget-container .widget {
  margin: 0 auto;
}

.login-widget, .registration-widget {
  width: 350px;
  padding-bottom: 0;
}

.login-widget header, .registration-widget header {
  margin: 15px 0 25px 0;
}

.login-widget .form-control, .registration-widget .form-control {
  font-size: 13px;
}

.login-widget .input-group-addon, .registration-widget .input-group-addon {
  padding: 8px 7px;
}

.login-widget .input-group-addon i, .login-widget .input-group-addon i:before, .login-widget .input-group-addon i:after, .registration-widget .input-group-addon i, .registration-widget .input-group-addon i:before, .registration-widget .input-group-addon i:after {
  width: 20px;
  margin: 0;
}

.login-widget .form-actions, .registration-widget .form-actions {
  margin: 0 -17px;
  padding: 20px 15px 0 15px;
}

.login-widget .form-actions .small-circle, .registration-widget .form-actions .small-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.login-widget .form-actions .small-circle i, .registration-widget .form-actions .small-circle i {
  position: relative;
  left: 1px;
}

.login-widget .form-actions .forgot, .registration-widget .form-actions .forgot {
  display: block;
  text-align: center;
  color: #606060;
  padding: 15px 0;
}

.login-widget footer, .registration-widget footer {
  margin: 0 -17px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  position: static;
}

.login-widget .facebook-login, .registration-widget .facebook-login {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 30px;
  background: #3a87c5;
  text-align: center;
  padding-top: 10px;
}

.login-widget .facebook-login a, .registration-widget .facebook-login a {
  color: #ffffff;
  display: block;
  text-shadow: none;
  text-decoration: none;
}

/***********************************/
/**          WIDGET               **/
/**********************************/
.widget {
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 12px 17px;
  color: #606060;
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.widget.normal {
  height: 220px;
}

.widget.large {
  height: 315px;
}

.widget.large .body {
  height: 280px;
}

.widget.xlarge {
  height: 415px;
}

.widget.xlarge .body {
  height: 380px;
}

.widget.tiny {
  height: 188px;
}

.widget.tiny-x2 {
  height: 426px;
}

.widget.transparent {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget > header {
  position: relative;
  background: none;
  color: #606060;
}

.widget > header h1, .widget > header h2, .widget > header h3, .widget > header h4, .widget > header h5 {
  margin: 0;
  line-height: 20px;
  font-weight: 600;
  color: inherit;
}

.widget > header h1 small, .widget > header h2 small, .widget > header h3 small, .widget > header h4 small, .widget > header h5 small {
  text-transform: lowercase;
  color: #999999;
}

.widget > header h4 {
  font-size: 14px;
}

.widget .body {
  margin-top: 10px;
}

.widget > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px 0 0;
}

.widget .actions {
  position: absolute;
  right: 0;
  top: 0;
}

.widget .actions a {
  text-decoration: none;
}

.widget .widget-table-overflow {
  margin: 0 -17px -12px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.widget .widget-table-overflow .table > thead > tr > th:first-child,
.widget .widget-table-overflow .table > thead > tr > td:first-child,
.widget .widget-table-overflow .table > tbody > tr > th:first-child,
.widget .widget-table-overflow .table > tbody > tr > td:first-child,
.widget .widget-table-overflow .table > tfoot > tr > th:first-child,
.widget .widget-table-overflow .table > tfoot > tr > td:first-child {
  padding-left: 17px;
}

.widget .widget-table-overflow .table > thead > tr > th:last-child,
.widget .widget-table-overflow .table > thead > tr > td:last-child,
.widget .widget-table-overflow .table > tbody > tr > th:last-child,
.widget .widget-table-overflow .table > tbody > tr > td:last-child,
.widget .widget-table-overflow .table > tfoot > tr > th:last-child,
.widget .widget-table-overflow .table > tfoot > tr > td:last-child {
  padding-right: 17px;
}

.widget-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 12px;
  word-spacing: 1px;
}

.widget-controls.left {
  left: 0;
  right: auto;
}

.widget-controls > a, .widget-controls > span {
  padding: 1px 4px;
  border-radius: 4px;
  color: #a0a0a0;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.widget-controls > a > .fa, .widget-controls > span > .fa {
  vertical-align: middle;
}

.widget-controls > a > .glyphicon, .widget-controls > span > .glyphicon {
  vertical-align: -1px;
}

.widget-controls > a:hover {
  color: #6d6d6d;
}

.widget-controls .fa-refresh {
  position: relative;
  top: -1px;
}


.widget-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 12px;
  word-spacing: 1px;
}

.widget-controls.left {
  left: 0;
  right: auto;
}

.widget-controls > a, .widget-controls > span {
  padding: 1px 4px;
  border-radius: 4px;
  color: #a0a0a0;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.widget-controls > a > .fa, .widget-controls > span > .fa {
  vertical-align: middle;
}

.widget-controls > a > .glyphicon, .widget-controls > span > .glyphicon {
  vertical-align: -1px;
}

.widget-controls > a:hover {
  color: #6d6d6d;
}

.widget-controls .fa-refresh {
  position: relative;
  top: -1px;
}


.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  background-color: #eeeeee;
}

.form-actions:before, .form-actions:after {
  content: " ";
  display: table;
}

.form-actions:after {
  clear: both;
}

/*.btn {
  font-size: 13px;
  padding:5px 12px;
}*/





.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

td .checkbox label::after,th .checkbox label::after {
  margin-left: 0px !important;
}

td .checkbox,th .checkbox {
  padding-left: 0px !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0px;
  height: 35px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px;
  height: 35px;
}

.pagination > li a, .pagination > li span, .pagination > li.active span {
  height: 35px !important;
}

.btn-group input {
  height: 34px;
}

.btn-sm {
    padding:1px 10px;
}

textarea {
  resize: none;
}

.form-control {
    border-radius: 0px !important;
}


.btn {
    border-radius: 0px !important;
}

.panel {
    border-radius: 0px !important;
}

tr.ajax_nav:hover {
  cursor: pointer;
  background-color: rgba(255,255,0,.4) !important;
}

tr.ajax_nav_modal:hover {
  cursor: pointer;
  background-color: rgba(255,255,0,.4) !important;
}

.btn-default.active {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.input-group-addon {
  border-radius: 0px;
}

.input-group-lg > .input-group-addon {
  border-radius: 0px;
}


#content > a,button i {
    margin-right:15px;
}

#actions_cancel_button {
  width: 140px;
  margin-right: 15px;
}

#actions_save_button {
  width: 140px;
  margin-right: 15px;
}

.form-actions .row {
  padding-left:120px;
}

.form.form-actions {
  margin-top: 100px;
  position: absolute;
  bottom: 0px;
  height: 80px;
  left: 0px;
  right:0px;
}


.ui-datepicker{z-index:9999 !important}



  .table-no-wrap td,.table-no-wrap th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }






































/*
.header-icon {
	padding:6px;
	float: right;
	cursor: pointer;
	font-size: 20px;
	line-height: 36px;
	color: rgba(255, 255, 255, 0.8) !important;
	min-width: 40px;
	text-align: center;
}

.header-icon:hover {
	background-color: transparent !important;

}

.page-header {
	color: rgba(255, 255, 255, 0.8);
	width: 40px;
	padding: 0;
	font-size: 19.5px;
	outline: 0;
	background: none;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	text-shadow: none;
}

.content {
  padding: 25px 2.5641%;
  -webkit-transition: margin-top 0.35s ease, opacity 0.2s;
  -o-transition: margin-top 0.35s ease, opacity 0.2s;
  transition: margin-top 0.35s ease, opacity 0.2s;
  max-width: none;
  width: auto;
  opacity: 1;
}
*/
