﻿#divAlert, #divAlert2, #divAlert3, .divAlert {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111;
    display: none;
}

@media (min-width: 1200px)
.container {
    width: 1219px !important;
}

#divForgotPassword {
    display: none;
}

.active_menu {
    background-color:rgba(255, 255, 255,0.25);
    pointer-events: none;
}

.div-hide {
    display:none;
}

#divResult {
    background:#E5E5E5;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

.noMargin {
    margin: 0 !important;
}

.margin-div {
    padding:5px!important;
    margin:5px!important;
}

.margin_top_25 {
    margin-top:25px !important;
}

.margin_top_10 {
    margin-top:10px !important;
}

.margin_bottom_10 {
    margin-bottom:10px !important;
}

.margin_bottom_15 {
    margin-bottom:15px !important;
}

.margin_bottom_5 {
    margin-bottom: 5px !important;
}

.margin_top_5 {
    margin-top: 5px !important;
}

.margin_bottom_30 {
    margin-bottom:30px !important;
}

.margin_tb_10 {
    margin:10px 0 !important;
}

.margin_all_5 {
    margin: 5px !important;
}
.margin_bottom_inline_block_span {
    margin:2px !important;
    display:inline-block;
    font-size:16px !important;
}

.box-shadow-demo {
    display: inline-block;
    position: relative;
    -webkit-animation: scaleAnimation 3.5s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: scaleAnimation 3.5s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box-shadow-demo::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: fadeAnimation 3.5s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: fadeAnimation 3.5s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nooutline, .nooutline:active, .nooutline:visited, .nooutline:focus {
    outline:0;
}

@-webkit-keyframes fadeAnimation {
    0%, 80%, 100% {
        opacity: 0;
    }

    30%, 50% {
        opacity: 1;
    }
}

@-webkit-keyframes scaleAnimation {
    0%, 80%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    30%, 50% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@keyframes fadeAnimation {
    0%, 80%, 100% {
        opacity: 0;
    }

    30%, 50% {
        opacity: 1;
    }
}

@keyframes scaleAnimation {
    0%, 80%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    30%, 50% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

.acc-img {
    /*max-width:100px !important;*/
  /* max-height:650px !important*/ 
}

.disabledContent {
    cursor:not-allowed!important;
}

.dotted_border {
    border-right:1px dashed #999999;
    border-left:1px dashed #999999;
}

.dotted_border_right{
    border-right:1px dashed #999999;
}

.dotted_border_left{
    border-left:1px dashed #999999;
}

.table th {
    font-size:14px!important;
}

.table_cart_view thead th {
    font-weight: bold!important;
}

.no_padding {
    padding:0!important;
}

.pointer {
    cursor:pointer!important;
}

.attach {
    width: 100%;
}

.attach:before {
    content:url('../images/attach_icon.png');
}

.labelFileUpload {
    width: 100%;
    outline: none;
}

.highlight_row {
    color:#fff;
    background-color:#f44336;
}

.primary-colour {
    background-color: #72a68a;
    color: #FFFFFF;
    z-index: 1029 !important;
}

.danger-colour{
    background:#f44336;
    color:#fff;
}

.edit_buttton {
    /*z-index:1 !important;*/
}

.myTextArea {
    width: 100%;
    outline: none;
    resize: none;
    background: none;
    border: 2px solid #000;
    color: #000;
    padding: 5px;
    margin: 5px 0;
    transition: all ease-in .35s;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
}

    .myTextArea:focus {
        border: 2px solid #72a68a;
    }

.myTextbox {
    width: 100%;
    outline: none;
    background: none;
    border: 2px solid #000;
    color: #000;
    padding: 5px;
    margin: 5px 0;
    transition: all ease-in .35s;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
}

    .myTextbox:focus {
        border: 2px solid #72a68a;
    }

.blackText {
    color: #333 !important;
}

.footableTable {
    margin-bottom: 0 !important;
}

.footableTable td, .footableTable th, .footableTable tr {
    padding:0px 3px !important;
}

.transparentBtn {
    background: none !important;
    border: none !important;
    outline: none !important;
    color: #000 !important;
    padding:0 !important;
}

.addItemBtn {
    margin: 0 !important;
    padding: 0 !important;
}

    .addItemBtn i {
        font-size: 20px !important;
    }

.panelAddOtherSpareItem {
    border-bottom: 4px double rgba(0, 0, 0,0.15);
    margin-bottom:10px;
}

.boldText {
    font-weight: bold !important;
    color:#000 !important;
}

.divPopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.55);    
    display: none;
    z-index: 10005 !important;
}

.divWatchDetails {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);    
    display: none;
    z-index: 10001;
}
.divWatchDetails-sub {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal{
    z-index: 11111 !important;
}

.modal-backdrop {
    background: rgba(0,0,0,0.85) !important;
    z-index: 11108 !important;
}

.modal-body{
    padding-top:0px !important;
}

.modalClose{
    margin-top:-10px !important;
}

.closeWatchDetails,
.closeGuidelines {
    font-size: 26px;
    margin: 5px !important;
}

.tblSpareParts td {
    padding: 0px !important;
}

.tblSpareParts th {
    text-align: left !important;
}

.all_padding_20{
    padding:0px 20px !important;
}