#nav {
    padding: 20px;
}

#nav.fixed-nav {
    padding: 20px !important;
}

#nav.fixed-navbar {
    padding: 20px !important;
    position: fixed;
}

.dropdown {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(53, 64, 82, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(53, 64, 82, 0.2);
}

.dropdown li a {
    color: #354052;
}

.dropdown li a img, .dropdown li a i {
    padding-right: 10px;
}

.dropdown li:hover {
    background-color: rgba(255, 0, 0, 0.7);
}    

.dropdown li a:hover {
    color: #fff;
    opacity: 1;
}

.dropdown li a i {
    padding-top:10px;
}

.circle-bg {
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size:18px;
    vertical-align: middle;
    border-radius: 50%;
    background: #ff3154;
    color: #fff;
  }

  .circle-bg:hover {
      cursor:pointer;
  }

.login-form-container {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 30px 10px;
    border-radius: 8px;
    background-color:#1C1D21;
}

.login-form .input-gr {
    margin-bottom: 20px;
}

.login-form .input {
    opacity: 1;
}

.login-form .input:active, .login-form .input:focus {
    border-width: 5px;
}

.login-form input:-webkit-autofill {
    box-shadow: 0 0 0 30px #eee inset;
    -webkit-box-shadow: 0 0 0 30px #eee inset;
}

.login-form .help-block {
    color: #ff3154;
}

.footer-item i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.footer-item {
    margin: 15px 0px;
    text-align: center;
}

.footer-item h3 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-copyright {
    padding-top: 20px;
}

.tab-content {
    padding: 40px 20px 20px 10px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.checkbox-group {
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox-group-frame {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding-left: 10px;
}

.checkbox-group > label {
    background-color: #fff;
    padding: 0 16px;
    position: absolute;
    top: 0px;
}

.checkbox-pdl-10 {
    padding-left:10px;
}

button:disabled:hover {
    cursor: not-allowed;
}

.scroll-div {
    max-height: 140px;
    overflow: hidden;
    overflow-y: scroll;
}

.auto-height {
    min-height: 45px;
    overflow: auto;
}

.olt-btn {
    color: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    opacity: 0.7;
}

.olt-green {
    background-color: #4BDD33;
    border: 2px solid green;
}

.olt-blue {
    background-color: #00C9FF;
    border: 2px solid #124191;
}

.olt-blue:disabled {
    background-color: #FF3154;
    border: 2px solid #000;
}

.popc-tooltip + .tooltip > .tooltip-inner {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border: 2px solid #000;
}

.tooltip.in{
    opacity:1 !important;
}

.admin-panel {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.admin-panel-header {
    text-align: center;
}

.admin-panel-header > .icon {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.admin-panel:hover {
    width: 100%;
    border-color: #6195FF;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#home {
    height: 150vh !important;
}

#home .home-wrapper-popc {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.service-popc {
    position: relative;
    height: 70px;
    padding: 20px;
    margin: 15px 0px;
    border: 1px solid #FFF;
    background-color: #FFF;
}

.service-popc i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #6195FF;
    border-radius: 50%;
}

.service-popc h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.service-popc p {
    color: #868F9B;
}

.service-popc:hover {
    cursor: pointer;
    /* background-color: #000; */
    border: 4px solid #6195FF;
}

.home-content-popc {
    margin-bottom: 40px;
}

.home-content-popc h1 {
    text-transform: uppercase;
}


/* Admin panel forms */
.administration {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}

.administration .admin-head {
    position: relative;
    margin-bottom: 20px;
}

.administration .admin-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    font-size: 30px;
}

.administration .admin-content {
    padding-bottom: 40px;
}

.administration .admin {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #6195FF;
}

.administration .admin h3 {
  font-size: 42px;
  margin: 0px;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.administration .admin-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

.admin-index-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

.admin-index-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

/* /Admin panel forms */


/* Alert Modal */
.popc-modal {
    top: 100px;
}

.popc-modal .modal-header {
    background-color: #ff3154 !important;
}

.popc-modal .modal-header > h4 {
    color: #fff !important;
}

.popc-modal .modal-header > button {
    color: #fff !important;
    opacity: 1;
}

.popc-modal .modal-body {
    padding: 30px;
}

.popc-modal .modal-footer {
    background-color: #fff;
}

/* /Alert Modal */
.cutting-modal {
    top: 100px;
}

.cutting-modal .modal-content {
    border: solid 4px #000000;
}

.cutting-modal .modal-header {
    background-color: #000000 !important;
}

.cutting-modal .modal-header > h4 {
    color: #fff !important;
}

.cutting-modal .modal-header > button {
    color: #fff !important;
    opacity: 1;
}

.cutting-modal .modal-body {
    padding: 30px;
}

.cutting-modal .modal-footer {
    background-color: #fff;
}
/* Cutting cables modal */

/* /Cutting cables modal */

.popc-btn-danger {
    background: transparent;
    color: #ff3154 !important;
    border-color: #ff3154;
}

.popc-btn-danger:hover {
    background: #ff3154;
    color: #fff !important;
    opacity: 1;
}

.popc-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}    

.popc-btn-grey {
    color: #6c757d;
    background-color: #DDDDDD;
    border-color: #6c757d;
}

.popc-btn-green {
    color: #ffffff;
    background-color: #4BDD33;
    border-color: #4cae4c;
    outline: none;
}

.popc-btn-green:disabled {
    color: #6c757d;
    background-color: #DDDDDD;
    border-color: #6c757d;
}

.popc-btn-orange {
    color: #ffffff;
    background-color: #FF9910;
    border-color: #e27e0b;
    outline: none;
}

.popc-btn-black {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    outline: none;
}

.popc-btn-red {
    color: #ffffff;
    background-color: #FF3154;
    border-color: #d21534;
    outline: none;
}

.popc-btn-red:disabled {
    color: #6c757d;
    background-color: #DDDDDD;
    border-color: #6c757d;
}

.popc-btn-blue {
    color: #ffffff;
    background-color: #00C9FF;
    border-color: #124191;
    outline: none;
}

.popc-btn-dark-blue {
    color: #ffffff;
    background-color: #2482B5;
    border-color: #000000;
    outline: none;
}

.popc-btn-dark-blue:disabled {
    color: #6c757d;
    background-color: #DDDDDD;
    border-color: #6c757d;
}

.main-btn:disabled {
    color: #6c757d;
    background-color: #DDDDDD;
}