﻿

.box-body > .form-horizontal > h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.field-validation-error {
    display: block;
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error, .divValidationSummary {
    border: 1px solid #e8aaaa !important;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


.bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: #fff;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0,0,0,.15);
    overflow: hidden;
}

    .bigBox span {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        padding: 5px 0 !important;
        display: block;
    }

    .bigBox p {
        font-size: 13px;
        margin-top: 10px;
    }

#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

    .botClose:hover {
        opacity: 1;
    }

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: red;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

    #divMiniIcons .cajita:active {
        top: 1px;
        left: 1px;
        position: relative;
    }

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}

.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}

#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 305px;
    padding: 20px;
    background-color: #004d60;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 0 0 #222;
    box-shadow: inset 0 0 0 0 #222;
}

.purehtml {
    color: #fff;
    font-size: 16px;
}


#divSmallBoxes div {
    color: #fff !important;
}

#divSmallBoxes ul {
    margin-left: -10px;
}

#divSmallBoxes .foto > i {
    font-size: 30px;
}

#divSmallBoxes .foto {
    margin-top: -10px;
}

/* Alert */
.animated.fadeIn {
    animation-name: fadeIn;
}

.animated.fast {
    animation-duration: 0.5s;
}

.animated {
    animation-fill-mode: both;
}

.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
}

*, ::after, ::before {
    box-sizing: border-box;
}

div {
    display: block;
}

.MessageBoxContainer {
    top: 35%;
    color: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    background-color: rgb(193, 45, 45);
    padding: 20px;
}

.MsgTitle {
    color: #fff !important;
}

.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}

    .MessageBoxMiddle .MsgTitle {
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 300;
    }

    .MessageBoxMiddle .pText {
        font-size: 15px;
        color: #fff !important;
    }

p {
    margin: 0px 0px 9px;
}

.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}

    .MessageBoxButtonSection button {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: 700;
    }

.btn {
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px -2px 0px inset;
    border-radius: 2px;
}

.btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169, 3, 41, 0.498039);
}

.btn-sm {
    padding: 6px 10px 5px;
}

.btn-default {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

/*input, p, div {
    color: #1e1e1e;
}*/

.table {
    border-bottom: none !important;
}

.documentsPreview {
    position: relative;
    top: 7px;
}

.textoFull > p > i {
    color: #fff;
}

/*.dropdownLanguage {
    padding-top: 18px !important;
    padding-right: 11px !important;  
}*/
.dropdownLanguage {
    padding: 10px;
    min-width: 192px;
}


/*.content-headerErrorHide
{
    display:none;
}*/


.btn-primary:focus, .btn-primary:active {
    background: #c10202 !important;
    border-color: #c10202 !important;
    background-color: #c10202 !important;
    box-shadow: 0;
}



.navbar-nav > li > .dropdown > button {
}

.navbar-nav > .notifications-menu > .dropdown-menu {
    width: auto !important;
}

.count_dashboard_icon {
    display: block;
}

.count_dashboard {
    display: none;
}


@media only screen and (max-width: 1310px) and (min-width: 992px) {
    .count_dashboard {
        display: block;
    }

    .count_dashboard_icon {
        display: none;
    }
}

.checkBox_withoutLabel {
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}



.styledSelect + ul {
    overflow-y: scroll !important;
    max-height: 150px !important;
}


/*.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    
    left: 150px;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}*/

/*kesavan wizzard design*/
.wizard {
    margin:  auto;
    margin-bottom: 20px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin:auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 285px;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #ED5565;
}

    .wizard li.active span.round-tab i {
        color: #ED5565;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.3%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ED5565;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ED5565;
}
.wizard li.active
{
    background:rgba(237, 85, 101, 0.42);
}

.wizard li.disabled span.round-tab i {
    color: #9e9e9e;
}
.wizard li.disabled a span.round-tab
{
    border: 2px solid #9e9e9e;
}

.wizard li span.round-tab i {
    color: #009688;
}
.wizard li a span.round-tab
{
    border: 2px solid #009688;
}
.wizard li {
    background: rgba(237, 85, 101, 0.77);
}

.wizard li.disabled
{
    background-color:transparent;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.assetValuesDash > div .info-box-number {
    font-size: 18px;
    margin-top: 25px;
}




.assetValuesDash > div > div > span {
    background: rgba(0,0,0,0.2);
}


.assetValuesDash div > div, .assetValuesDash div > div span {
    color: #fff;
}

.assetValuesDash .value1 > div {
    background: #00c0ef !important;
}



.assetValuesDash > div > div > div span {
    position: relative;
    left: 10px;
}


/*.assetValuesDash .value1
{
    border-left:5px solid #00c0ef;
}

.assetValuesDash .value2
{
    border-left:5px solid #ED5565;
}


.assetValuesDash .value3
{
    border-left:5px solid #1AB394;
}

.assetValuesDash .value4
{
    border-left:5px solid #F8AC59;
}*/



label.Listcount {
    background-color: #009688 !important;
    font-size: 11px;
}

.hoverStatus, .hoverStatusz {
    cursor: pointer;
}

    .hoverStatus > a, .hoverStatusz > a {
        color: #fff !important;
    }

    .hoverStatus:hover {
        border: 1px solid #00A65A;
        background: none !important;
        color: #000 !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .hoverStatus > a:hover,
    .hoverStatusz > a:hover {
        color: #000 !important;
    }

    .hoverStatusz:hover {
        border: 1px solid #ff0000;
        background: none !important;
        color: #000 !important;
        padding-left: 5px;
        padding-right: 5px;
    }

      .hoverStatusz:hover>a,.hoverStatus:hover>a
      {
          color: #000 !important;
      }

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 90%;
    }
}
    