/* Comp styles */
/* =============
  == Components List==

   - Buttons
   - Checkbox and radio
   - Panels
   - Portlets
   - Progressbars
   - Tables
   - Widgets
   - Form elements

============= */
/* =============
   Buttons
============= */
.btn {
  border-radius: 4px;
  text-transform: uppercase;
  height: 38px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px !important;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px !important;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.btn-custom,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}
.btn-custom {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #0d8aee !important;
  border: 1px solid #0d8aee !important;
}
.btn-default {
  background-color: #f7f7f7;
  border-color: #919191;
  color: #565656 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #ffffff !important;
  border: 1px solid #ebebec !important;
}

.panel-heading .btn-default {background: #ffffff !important;}

.btn-primary {
  border: 1px solid black !important;
  background: transparent linear-gradient(97deg, #5f92cc 0%, #5f92cc 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  border: 1px solid black !important;
  background: transparent linear-gradient(97deg, #5f92cc 0%, #5f92cc 100%) 0% 0% no-repeat padding-box;
}
.btn-success {
  border: 1px solid black !important;
  background: transparent linear-gradient(97deg, #5f92cc 0%, #5f92cc 100%) 0% 0% no-repeat padding-box;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #34b83b !important;
  border: 1px solid #34b83b !important;
}
.btn-info {
  background-color: #45b0e2 !important;
  border: 1px solid #45b0e2 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #2fa7df !important;
  border: 1px solid #2fa7df !important;
}
.btn-warning {
  background-color: #fbca35 !important;
  border: 1px solid #fbca35 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #fbc31c !important;
  border: 1px solid #fbc31c !important;
}
.btn-danger {
  background-color: #e96154 !important;
  border: 1px solid #e96154 !important;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #e64c3d !important;
  border: 1px solid #e64c3d !important;
}
.btn-inverse {
  background-color: #60667a !important;
  border: 1px solid #60667a !important;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #555a6c !important;
  border: 1px solid #555a6c !important;
}
.btn-purple {
  background-color: #aa81f3 !important;
  border: 1px solid #aa81f3 !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #9a6af1 !important;
  border: 1px solid #9a6af1 !important;
}
.btn-pink {
  background-color: #ff8acc !important;
  border: 1px solid #ff8acc !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #ff70c1 !important;
  border: 1px solid #ff70c1 !important;
}
.btn-bordred {
  border-bottom: 3px solid transparent;
}
.btn-bordred.btn-default {
  background-color: #ebebec;
  border-bottom: 2px solid #d9d9db !important;
}
.btn-bordred.btn-custom {
  background-color: #2196f3;
  border-bottom: 2px solid #0c84e4 !important;
}
.btn-bordred.btn-primary {
  border-bottom: 2px solid #3355bb !important;
}
.btn-bordred.btn-success {
  border-bottom: 2px solid #32b039 !important;
}
.btn-bordred.btn-info {
  border-bottom: 2px solid #26a3dd !important;
}
.btn-bordred.btn-warning {
  border-bottom: 2px solid #f8bc05 !important;
}
.btn-bordred.btn-danger {
  border-bottom: 2px solid #e33727 !important;
}
.btn-bordred.btn-inverse {
  border-bottom: 2px solid #333641 !important;
}
.btn-bordred.btn-purple {
  border-bottom: 2px solid #9460f0 !important;
}
.btn-bordred.btn-pink {
  border-bottom: 2px solid #ff66bc !important;
}
.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}
.btn-trans.btn-default {
  border: 1px solid rgba(235, 235, 236, 0.1) !important;
  background-color: rgba(235, 235, 236, 0.3) !important;
  color: #435966 !important;
}
.btn-trans.btn-custom {
  border: 1px solid rgba(33, 150, 243, 0.1) !important;
  background-color: rgba(33, 150, 243, 0.15) !important;
  color: #2196f3 !important;
}
.btn-trans.btn-primary {
  border: 1px solid rgba(70, 103, 204, 0.1) !important;
  background-color: rgba(70, 103, 204, 0.15) !important;
  color: #4667cc !important;
}
.btn-trans.btn-success {
  border: 1px solid rgba(62, 200, 69, 0.1) !important;
  background-color: rgba(62, 200, 69, 0.15) !important;
  color: #3ec845 !important;
}
.btn-trans.btn-info {
  border: 1px solid rgba(69, 176, 226, 0.1) !important;
  background-color: rgba(69, 176, 226, 0.15) !important;
  color: #45b0e2 !important;
}
.btn-trans.btn-warning {
  border: 1px solid rgba(251, 202, 53, 0.1) !important;
  background-color: rgba(251, 202, 53, 0.15) !important;
  color: #fbca35 !important;
}
.btn-trans.btn-danger {
  border: 1px solid rgba(233, 97, 84, 0.1) !important;
  background-color: rgba(233, 97, 84, 0.15) !important;
  color: #e96154 !important;
}
.btn-trans.btn-inverse {
  border: 1px solid rgba(96, 102, 122, 0.1) !important;
  background-color: rgba(96, 102, 122, 0.15) !important;
  color: #60667a !important;
}
.btn-trans.btn-purple {
  border: 1px solid rgba(170, 129, 243, 0.1) !important;
  background-color: rgba(170, 129, 243, 0.15) !important;
  color: #aa81f3 !important;
}
.btn-trans.btn-pink {
  border: 1px solid rgba(255, 138, 204, 0.1) !important;
  background-color: rgba(255, 138, 204, 0.15) !important;
  color: #ff8acc !important;
}
/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.btn-link {color: #337ab7;}
.btn-link:hover, 
.btn-link:focus {
  color: #23527c;
  cursor: pointer;
  text-decoration: none;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  line-height: 18px;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border-radius: 2px;
  border: 2px solid #cccccc;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 10px;
  height: 18px;
  left: 2px;
  margin-left: -20px;
  padding-left: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-circle label::after {
  padding-left: 2px;
}
.checkbox.checkbox-circle.checkbox-inline label::after {
  padding-left: 3px;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-inline label::after {
  left: 1px;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4667cc;
  border-color: #4667cc;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #e96154;
  border-color: #e96154;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #45b0e2;
  border-color: #45b0e2;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #fbca35;
  border-color: #fbca35;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #3ec845;
  border-color: #3ec845;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #aa81f3;
  border-color: #aa81f3;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff8acc;
  border-color: #ff8acc;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #60667a;
  border-color: #60667a;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  line-height: 18px;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px solid #cccccc;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 18px;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #555555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 10px;
  left: 4px;
  margin-left: -20px;
  position: absolute;
  top: 4px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 10px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #2196f3;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #2196f3;
}
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #2196f3;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #4667cc;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #4667cc;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #4667cc;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #e96154;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e96154;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #e96154;
}
.radio-info input[type="radio"] + label::after {
  background-color: #45b0e2;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #45b0e2;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #45b0e2;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #fbca35;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #fbca35;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #fbca35;
}
.radio-success input[type="radio"] + label::after {
  background-color: #3ec845;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #3ec845;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #3ec845;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #aa81f3;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #aa81f3;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #aa81f3;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #ff8acc;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff8acc;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff8acc;
}
/* =============
   Panels
============= */
.panel {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  box-shadow: none;
  background-color: transparent;
}
.pn{
  background-color:rgba(80, 240, 159, 0.16);
  border-color: rgba(140, 240, 80, 0.81);
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body p {
  margin: 0px;
}
.panel .panel-body p + p {
  margin-top: 15px;
}
.panel-heading {
  border: none !important;
  padding: 10px 20px;
}
.panel-default > .panel-heading {
  border-bottom: none;
  color: #565656;
}
.panel-title {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-footer {
  background: #f5f5f5;
  border-top: 0px;
}
.panel-color .panel-title {
  color: #ffffff;
}
.panel-color .panel-heading {
  margin: -1px;
}
.panel-custom > .panel-heading {
  background-color: rgba(235, 235, 236, 0.75);
}
.panel-primary > .panel-heading {
  background-color: rgba(70, 103, 204, 0.75);
}
.panel-success > .panel-heading {
  background-color: rgba(62, 200, 69, 0.75);
}
.panel-info > .panel-heading {
  background-color: rgba(69, 176, 226, 0.75);
}
.panel-warning > .panel-heading {
  background-color: rgba(251, 202, 53, 0.75);
}
.panel-danger > .panel-heading {
  background-color: rgba(233, 97, 84, 0.75);
}
.panel-purple > .panel-heading {
  background-color: rgba(170, 129, 243, 0.75);
}
.panel-pink > .panel-heading {
  background-color: rgba(255, 138, 204, 0.75);
}
.panel-inverse > .panel-heading {
  background-color: rgba(96, 102, 122, 0.75);
}
.panel-border .panel-heading {
  padding: 10px 20px 0px;
  background-color: transparent;
}
.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}
.panel-border.panel-custom {
  border-color: rgba(33, 150, 243, 0.5) !important;
}
.panel-border.panel-custom .panel-heading {
  color: #2196f3 !important;
}
.panel-border.panel-primary {
  border-color: rgba(70, 103, 204, 0.5) !important;
}
.panel-border.panel-primary .panel-heading {
  color: #2196f3 !important;
}
.panel-border.panel-success {
  border-color: rgba(62, 200, 69, 0.5) !important;
}
.panel-border.panel-success .panel-heading {
  color: #3ec845 !important;
}
.panel-border.panel-info {
  border-color: rgba(69, 176, 226, 0.5) !important;
}
.panel-border.panel-info .panel-heading {
  color: #45b0e2 !important;
}
.panel-border.panel-warning {
  border-color: rgba(251, 202, 53, 0.5) !important;
}
.panel-border.panel-warning .panel-heading {
  color: #fbca35 !important;
}
.panel-border.panel-danger {
  border-color: rgba(233, 97, 84, 0.5) !important;
}
.panel-border.panel-danger .panel-heading {
  color: #e96154 !important;
}
.panel-border.panel-purple {
  border-color: rgba(170, 129, 243, 0.5) !important;
}
.panel-border.panel-purple .panel-heading {
  color: #aa81f3 !important;
}
.panel-border.panel-pink {
  border-color: rgba(255, 138, 204, 0.5) !important;
}
.panel-border.panel-pink .panel-heading {
  color: #ff8acc !important;
}
.panel-border.panel-inverse {
  border-color: rgba(96, 102, 122, 0.5) !important;
}
.panel-border.panel-inverse .panel-heading {
  color: #60667a !important;
}
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\f055';
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f055';
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\f056';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 10px;
  text-align: right;
  width: 20px;
}
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\f0d8';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border: 1px solid #f5f5f5;
  border-top: none;
}
.panel-group .panel-heading {
  padding: 12px 26px;
}
.panel-group.panel-group-joined .panel + .panel {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}
.panel-group-joined .panel-group .panel + .panel {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}

.panel-info > .panel-heading {background: #f5f5f5; color: #4A4A4A; font-weight: normal; font-size:14px; }
.panel-title {font-size: 14px;}
/* Panel tabs */
.tab-content {min-height:500px; background: #fff; height: auto; height: auto!important; padding:15px;}
.panel-tabs .nav-pills li a {
  background-color: transparent !important;
  font-weight: 500;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff !important;
}
.panel-tabs .nav-pills li.active a {
  background-color: #f5f5f5 !important;
  color: #435966 !important;
}
.panel-tabs .tab-content {
  padding: 0px;
  border: none;
}
/* Card tabs */
.card-tabs .nav-pills li a {
  padding: 8px 14px;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 500;
  color: #435966 !important;
}
.card-tabs .nav-pills li.active a {
  background-color: #2196f3 !important;
  color: #ffffff !important;
}
/*.card-tabs .tab-content {
  padding: 0px;
  border: none;
}*/
/* =============
   Portlets
============= */
.portlet {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  opacity: 1;
  margin-bottom: 20px;
}
.portlet .portlet-heading {
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  background-clip: padding-box;
  margin: -1px;
  color: #ffffff;
  padding: 12px 20px;
}
.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.03em;
}
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
.portlet .portlet-heading .portlet-widgets .collapsed .zmdi-minus:before {
  content: "\f278" !important;
}
.portlet .portlet-heading a {
  color: #999999;
  padding: 0px 5px;
}
.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
}
.portlet-default .portlet-title {
  color: #565656 !important;
}
.portlet .portlet-heading.bg-custom a,
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
  color: #ffffff;
  padding: 0px 5px;
}
.panel-disabled {
  background: rgba(67, 89, 102, 0.2);
  bottom: 20px;
  left: 10px;
  cursor: wait;
  position: absolute;
  right: 10px;
  top: 0;
}
.loader-1 {
  width: 30px;
  height: 30px;
  background-color: #435966;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #ebeff2;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
.progress-bar-primary {
  background-color: #4667cc;
}
.progress-bar-success {
  background-color: #3ec845;
}
.progress-bar-info {
  background-color: #45b0e2;
}
.progress-bar-warning {
  background-color: #fbca35;
}
.progress-bar-danger {
  background-color: #e96154;
}
.progress-bar-inverse {
  background-color: #60667a;
}
.progress-bar-purple {
  background-color: #aa81f3;
}
.progress-bar-pink {
  background-color: #ff8acc;
}
.progress-bar-custom {
  background-color: #2196f3;
}
/* Custom progressbars */
.progress-bar-custom-alt {
  background-color: rgba(33, 150, 243, 0.2);
}
.progress-bar-primary-alt {
  background-color: rgba(70, 103, 204, 0.2);
}
.progress-bar-success-alt {
  background-color: rgba(62, 200, 69, 0.2);
}
.progress-bar-info-alt {
  background-color: rgba(69, 176, 226, 0.2);
}
.progress-bar-warning-alt {
  background-color: rgba(251, 202, 53, 0.2);
}
.progress-bar-danger-alt {
  background-color: rgba(233, 97, 84, 0.2);
}
.progress-bar-purple-alt {
  background-color: rgba(170, 129, 243, 0.2);
}
.progress-bar-inverse-alt {
  background-color: rgba(96, 102, 122, 0.2);
}
.progress-bar-pink-alt {
  background-color: rgba(255, 138, 204, 0.2);
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}
/* =============
   Tables
============= */
.table {
  margin-bottom: 10px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ededed !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered {
  border-top: 1px solid #dcdcdc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dcdcdc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dcdcdc;
}
tbody {
  color: #565656;
}
th {
  color: #666666;
  font-weight: 600;
}
.table-bordered {
  border: 1px solid #dcdcdc;
}
table.focus-on tbody tr.focused th {
  background-color: #2196f3;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #2196f3;
  color: #ffffff;
}
.fixed-table-container tbody .selected td {
  background-color: #f5f5f5;
}
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}
/* editable table */
#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}
#datatable-editable .fa-trash-o {
  color: #e96154;
}
#datatable-editable .fa-times {
  color: #e96154;
}
#datatable-editable .fa-pencil {
  color: #3ec845;
}
#datatable-editable .fa-save {
  color: #3ec845;
}
/* Data tables */
#datatable td {
  font-weight: normal;
}
.paginate_button {
  display: inline-block !important;
}
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
div.dataTables_info {
  padding-top: 38px;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}
/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
  background-color: #4667cc;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #e96154;
}
/* Fixed table */
.fixedHeader-floating {
  top: 62px !important;
}
/* Key Table */
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #2196f3 !important;
  outline-offset: -1px;
}
div.DTS tbody tr.even {
  background-color: #f5f5f5;
}
/* =============
   Widgets
============= */
.widget-user {
  min-height: 112px;
}
.widget-user img {
  height: 72px;
  float: left;
}
.widget-user .wid-u-info {
  margin-left: 90px;
}
.widget-user .wid-u-info p,
.widget-user .wid-u-info h4 {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
}
/* Widget-chart */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0px;
}
/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item img {
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #9a9da0;
  display: block;
  font-size: 12px;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #9a9da0;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}
/* Ion Range slider */
.irs-from,
.irs-to,
.irs-single {
  background-color: #2196f3;
}




/* New classes - Wizard*/

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 16%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 2px solid #113058;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step {
    background: #0091d9;
    color: #fff;
    font-weight: 400;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 50%;
    border: 0px solid #55606E;
}

.bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.bootstrapWizard li .step {
    background: transparent linear-gradient(0deg, #bbbbbb 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    color: #565658 !important;
    display: inline;
    font-size: 14px;
    font-weight: bolder;
    line-height: 12px;
    padding: 6px 12px;
    border: 0px solid #113058;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step, .bootstrapWizard li.complete .step {
    background: #24A03E;
    color: #fff !important;
    font-weight: bold;
    padding: 4px 11px;
    font-size: 14px;
    border-radius: 50%;
    /*border: 1px solid black !important;*/
    background: transparent linear-gradient(97deg, #5f92cc 0%, #5f92cc 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 0px 1.5px black;
}

.bootstrapWizard li.complete .title, .bootstrapWizard li.active .title {
    color: #113058;
    font-weight: bold;
}
.bootstrapWizard li .title {
    color: #8B8B8B;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.wizard-actions li {
    display: inline
}

.tab-content.transparent {
    background-color: transparent;
}

#progressbarwizard .tab-content {padding-bottom: 80px;  margin-top: 50px;  margin-bottom: 50px !important;}

#progressbarwizard .pager {
    position: absolute; 
    bottom: 0;
    width: 100%;
}

/*End Wizard*/

/*price Summary */
.summary { margin:0; padding:0; border: 1px solid #f5f5f5; }

.summary a {}

.summary .list-group-item:hover {}
.list-group-item i {font-size: 10px; color: #ccc;}
.list-group-item span {font-weight: bold; color:#000;}

/* Form Uploads */
.jFiler-input-dragDrop {
  width: 100%;
  background-color: #fafafa;
}
.jFiler-theme-default .jFiler-input {
  width: 100%;
}
.jFiler-theme-default .jFiler-input-button {
  background-color: #2196f3;
  background-image: none !important;
  color: #ffffff;
  border: 1px solid #2196f3 !important;
}
.jFiler-input-text h3 {
  font-family: 'Karla', sans-serif;
}

/*Pages*/
label {
  font-weight: 500;
}

/*date picker position*/
.datepicker-dropdown {
    margin-top: 360px;  
}

.username {font-size: 14px;font-weight: bold;}

.user-box .label {
    position: absolute;
    color: #75acd8;
    top: 70%;
    font-weight: 300;
    left: 52px;
    margin-left: 8px;
    
    font-size: 10px;
    line-height: 13px;
    height: 14px;
    padding: 0 4px 0 4px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
}

/*login bg*/
.navbar-nav .btn-default:hover { background-color: rgba(33,171,81,0.5) !important; }
.head-bg {
    background: #000;
    position: relative;
    padding: 10px;
}
.head-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/login-bg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 0.35;
    z-index: 1;
    background-position: center center;
}

.wrapper-page .card-box {
  margin: 30px auto;
  position: relative;
  max-width: 420px;
}

.head-bg-content {
    height:1000px;
    min-height:1000px;
    text-align: center;
    position: relative;
    z-index: 200;
    display: table-cell;
    vertical-align: middle;
    width: 5000px;
}

/*mynetworks*/

.profile-company-content .sidebar .sidebar-information .single-category .title {
  margin-top: 0px;
}
.profile-company-content.main-user .nav-tabs {
  position: absolute;
  top: -104px;
}
.profile-company-content.main-user .nav-tabs li a {
  text-transform: none;
  font-size: 16px;
  color: #a2a2a2;
  padding: 10px 20px;
  background: #eeeeee;
}
.profile-company-content.main-user .nav-tabs li a:hover {
  background: #f8f8f8;
  color: #333333;
}
.profile-company-content.main-user .nav-tabs li.active a {
  background: #f8f8f8;
  color: #333333;
}
.profile-company-content.main-user .tab-content #profile {
  background: none;
}
.sub-bnr {
  position: relative;
  /* padding: 0px; */
  min-height: 165px;
  background: url(../images/user-bg.html) no-repeat;
  background-size: cover;
}
.profile-usermenu .nav-links {
  display: inline-block;
  width: 100%;
}
.profile-usermenu .nav-links li a {
  display: inline-block;
  width: 100%;
  float: left;
  color: #333333;
  padding: 10px 20px;
  border-left: 2px solid;
  border-color: transparent;
  border-bottom: 1px solid #f1f1f1;
}
.profile-usermenu .nav-links li.active a {
  color: #0099fe !important;
  background-color: #f6f9fb;
  border-left: 2px solid #0099fe;
  margin-left: 0px;
}
.profile-usermenu .nav-links li a:hover {
  color: #0099fe !important;
  background-color: #f6f9fb;
  border-left: 2px solid #0099fe;
}
.profile-company-content .network .nav-tabs li a {
  font-size: 16px;
  color: #adadad;
  text-transform: none;
  padding: 15px 25px;
}
.profile-company-content .network .nav-tabs li.active a {
  color: #fff;
}
.profile-company-content .network .nav-tabs li a:hover {
  color: #fff;
}

.user-profile-bnr {
  min-height: 160px;
  padding-top: 40px;
  background: url(../images/user-bg.html) no-repeat;
  background-size: cover;
  z-index: 100;
  color: white;
}
.user-profile-bnr .page-title {color: white;}

.user-profile-bnr h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.user-profile-bnr .right-top-bnr {
  margin-top: 30px;
}
.user-profile-bnr h5 {
  color: #fff;
  margin-top: 10px;
  font-weight: normal;
  font-size: 18px
}

/*particle anim*/
.particle-network-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #171717;
  
  &::before {
    z-index: -2;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    // background-image: url(http://web.frfr.me/dev/world-map-optimized.jpg);
    background-image: url(https://images.unsplash.com/photo-1450849608880-6f787542c88a?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;s=786a67dca1d8791d181bfd90b16240d9);
    background-position: center center;
  background-size: cover;
    opacity: 0.2;
  }
}
.glow {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}
$duration: 25s;
.glow-1 {
  width: 150vw;
  height: 150vh;
  margin-top: -75vh;
  margin-left: -75vw;
  animation: glow-1-move $duration linear infinite both;
}
@keyframes glow-1-move {
  from {
    transform: translate(-100%, 100%);
  }
  to {
    transform: translate(100%, -100%);
  }
}
.glow-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  animation: glow-2-move $duration linear $duration / 3 infinite both;
}
@keyframes glow-2-move {
  from {
    transform: translate(-100%, 0%);
  }
  to {
    transform: translate(100%, 100%);
  }
}
.glow-3 {
  width: 120vw;
  height: 120vh;
  margin-top: -60vh;
  margin-left: -60vw;
  animation: glow-3-move $duration linear $duration / 3 * 2 infinite both;
}
@keyframes glow-3-move {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(0%, -100%);
  }
}

/* Privacy Screen Styles*/
.privacy{
	padding: 5px;
}
.privacy .privacy-header{
	font-size: 36px;
    line-height: 36px;
    margin: 10px 0 30px;
}
.privacy .privacy-container {
	padding: 0 5px;
    margin: 0 0 12px;
}
.privacy .privacy-container .privacy-content-header{
	font-size: 16px;
	overflow: hidden;
	margin: 10px 0 0px;
	cursor: pointer;
}
.privacy .privacy-container .privacy-content-header:after{
    content: "";
    display: inline-block;
    background-color: #e3e3e3;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin: 0 -100% 0 5px;
    box-shadow: 0px 0px 0.5px #d5d5d5, 0px 0px 0.5px #d5d5d5;
}
.privacy .privacy-container .privacy-content-header .collapse{
	position: absolute;
    right: 10px;
    background: #c8d3e0;
    border-radius: 100%;
    vertical-align: middle;
    padding: 3px 6px;
    color: #3f4042;
    font-weight: bolder;
    z-index: 1;
	transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s,-webkit-transform .15s;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.privacy .privacy-container.active .privacy-content-header .collapse{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.privacy .privacy-container .privacy-content{
	line-height: 1.9;
	padding: 8px 8px 0 10px;
	display: none;
	-moz-transition: all 2s linear;
	-webkit-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear;
	text-align: justify;
}
.privacy .privacy-container.active .privacy-content{
	display: block;
}
.privacy .privacy-container.active .privacy-content ul{
	padding-left: 20px;	
	margin: 0;
}