﻿span.btn-input-file {
    overflow: hidden;
    position: relative;
}
span.btn-input-file input {
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
select.select-transparent {
    background-color: transparent;
    border: 1px #fff dashed;
    outline: 0;
}
select.select-transparent option {
    color: initial;
}
.alert {
    padding-left: 80px;
    position: relative;
}
.alert.alert-info:before {content: "\f05a";}
.alert.alert-success:before {content: "\f058";}
.alert.alert-warning:before {content: "\f071";}
.alert.alert-danger:before {content: "\f06a";}
.alert:before {position: absolute;left: 18px;font-size: 30px;top: 50%;font-family: FontAwesome;margin-top: -15px;}

.alert:after {
    background: url("images/alert-seam.png") repeat-y 0 0;
    content: "";
    left: 60px;
    top: 4px;
    bottom: 3px;
    position: absolute;
    width: 5px;
}

.close {
    right: 10px;
    top: 10px;
    position: absolute;
}

.multiFields .form-group a.addFields {
    display: none;
}
.multiFields .form-group:last-child a.addFields {
    display: inline-block;
}
.bg-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-absolute-content {
    z-index: 10;
    position: relative;
    width: 100%
}
.bg-absolute-content .badge {
    float: right;
}
.badge.badge-white {
    background-color: #fff;
    color: #000;
}
.badge {
    position: relative;
}
span.input-group-addon>i, span.input-group-addon>span {
    min-width: 16px;
}


.label {
    padding: .3em .6em .3em;
}
::-webkit-scrollbar{width: 5px;}::-webkit-scrollbar-track {background-color: #2d353c;  border-left: 0;}

.wow {
    visibility: hidden;
}
/*
.tooltip.red .tooltip-inner {
    background-color:red;
}
.tooltip.red .tooltip-arrow {
      border-top-color: red;
}
*/

.panel .panel-title .progress-bar {
    font-size: 9px;
}
.panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
    content: "\f2d1";
}
.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
    content: "\f2d0";
}



.fileinputError ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.fileinputPrewImage {
    width: 100%;
    height: 160px;
    background-position: center;
    background-size: cover;
    border-radius: 4px 4px 0 0;
}
.file-input .file-preview-frame {
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    border: #b6c2c9 1px dashed;
}
.file-input .file-drop-zone {
    margin: 0;
}
.file-input .file-preview-frame:not(.file-preview-error):hover {
    box-shadow: none;
}
.file-input .file-drop-zone:hover {
    border: 1px dashed #000000;
}
.fileInputOne .krajee-default.file-preview-frame,.fileInputOne .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.fileInputOne {
    display: inline-block;
}
.fileInputOne .file-input .file-preview-frame {
    width: 100%;
    border: 0;
}

.fileInputOne .file-input {
    display: table-cell;
    text-align: center;
    width: 213px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}
.file-input .close {
    right: 20px;
}

/* Btns http://cssdeck.com/labs/esbtmdeg */

 /* Btns */
/*
http://cssdeck.com/labs/stylish-css-switch-buttons
https://codepen.io/daviddarnes/pen/VLXxMa
https://codepen.io/courcelan/details/xbmqXN/
*/


/* .squaredThree */
.squaredThree {
    position: relative;
}

.squaredThree label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0;
    margin-bottom: 0;
    border-radius: 2px;
    border: 1px #e1e0eb solid;
}

.squaredThree label:after {
    width: 10px;
    content: "";
    height: 6px;
    top: 3px;
    position: absolute;
    left: 2px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    opacity: 0.3;
}

.squaredThree input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
}

.squaredThree input[type="checkbox"]:checked + label:after {
    opacity: 1;
    border-color: #8ebe3b;
}


.squaredThree input[type="checkbox"]:checked + label {
    background: #fff;
    border: 1px #fff solid;
    margin-right: 3px;
    color: #8ebe3b;
}

.squaredThree input.has-error:not(:checked) + label {
    background-color: rgba(255, 0, 0, 0.3);
    margin-right: 3px;
}
.agreedText {
    margin-left: 5px;
    line-height: 25px;
}
.form-group {
    margin-bottom: 10px;
}
.modal-title {
    margin: 0 0px 20px 0;
}
.modal-footer {
    font-size: 13px;
    margin-top: 10px;
}


/* Alerts */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert {
    padding-left: 80px;
    position: relative;
}
.alert.alert-info:before {content: "\f05a";}
.alert.alert-success:before {content: "\f058";}
.alert.alert-warning:before {content: "\f071";}
.alert.alert-danger:before {content: "\f06a";}
.alert i:before {
    position: absolute;
    left: 18px;
    font-size: 30px;
    top: 50%;
    font-family: FontAwesome;
    transform: translateY(-50%);
    margin-top: 0px;
}

.alert:after {
    background: url("/MeteorRC/images/alert-seam.png") repeat-y 0 0;
    content: "";
    left: 60px;
    top: 4px;
    bottom: 3px;
    position: absolute;
    width: 5px;
}
