
@-webkit-keyframes alertStatus {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes alertStatus {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes alertStatus {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@keyframes alertStatus {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

.alertStatus {
    -webkit-animation: alertStatus 1s infinite; /* Safari 4+ */
    -moz-animation: alertStatus 1s infinite; /* Fx 5+ */
    -o-animation: alertStatus 1s infinite; /* Opera 12+ */
    animation: alertStatus 1s infinite; /* IE 10+ */
}

.btnsubmitcolor {
    background-color: #75787B !important;
    width: 150px !important;
}

.menucolor {
    color: white !important;
    font-size: medium !important;
    font-family: '';
}

.navbarposition {
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;
    background-color: #003D4C !important;
}

.paginate_button {
    color: #fff !important;
}

.datatableheadbackcolor {
    background-color: #003D4C !important;
    color: white !important;
}

.tblbordercolor {
    border-color: #003D4C;
}

.headerstyle {
    font-size: 2em;
    color: black;
    /*margin-left:15px;*/
    font-family: 'Open Sans', sans-serif;
}

.paging_full_numbers a.paginate_button {
    color: #fff !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.paginate_button {
  /* color: green !important; */
  color: #21409a !important;
}

.subheaderstyle {
  color: black;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
}

.hide_column {
    display: none;
}

.lgnlblcolor {
    color: white !important;
}

.avia-menu-text {
    border: 0px solid;
    border-radius: 2px;
}

.pagination > .active > span, .pagination > .active > a {
    background-color: #75787B !important;
}

.navbar-nav > li > a:hover {
  /* background-color: green !important; */
  background-color: #21409a !important;
}

.backcolorgreen {
    background-color: #003D4C !important;
}

.btn-link:hover {
  background-color: #21409a !important;
}

.navbar-nav > li {
    border-right: 1px solid #FFFFFF;
}

    .navbar-nav > li:last-child {
        border: none;
    }

    .navbar-nav > li:first-child {
        border-left: 1px solid #FFFFFF;
    }

    .navbar-nav > li > a {
        padding-top: 42px !important;
        padding-bottom: 15px !important;
    }

.btntopmargin {
    margin-top: 1%;
}

.lblleftmargin {
    margin-left: -2% !important;
     position: absolute;
}

.btnsize {
    width: 150px;
}

.showhandpointer {
    cursor: pointer !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px !important;
    margin-left: 6px !important;
    border: 0px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 0px !important;
    }

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.chkmargin {
    margin-left: -7px !important;
}

.btndel:hover {
  color: white !important;
  background-color: #21409a !important;
  border-color: #21409a !important;
}

.btn-primary:hover {
  color: white !important;
  background-color: #21409a !important;
  border-color: #21409a !important;
}

.myrow:hover {
    background-color: #e7e7e7 !important;
}

.fstcell:hover {
    background-color: #e7e7e7 !important;
}

.btnlogincolor {
    background-color: #75787B;
}

#progress {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.menubarfont {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 1.42857143;
}

.btn-logoff:hover {
  color: white !important;
  background-color: #21409a !important;
  border-color: #21409a !important;
}

.btnlgnfocus:focus {
  color: white !important;
  background-color: #21409a !important;
  border-color: #21409a !important;
}

table.table-bordered.dataTable tbody td:nth-child(2) {
    max-width: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*table.table-bordered.dataTable tbody td {
    max-width: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
able.table-bordered.dataTable th {
    text-align: center;
}

.col-md-4 .col-md-6:first-child {
    padding-bottom: 5px;
}

.col-md-6 .col-md-6:first-child {
    padding-bottom: 5px;
}

@media screen and (max-width:765px) and (min-width: 250px) {
    .navbar-nav > li:first-child {
        border-left: none;
    }

    .navbar-nav > li {
        border-right: none;
    }

    table > thead:first-child > tr:first-child > th {
        padding-top: 0px !important;
        padding-bottom: 17px !important;
        padding-left: 8px !important;
        padding-right: 6px !important;
    }

    /*.lblleftmargin {
        margin-left: -4% !important;
        position: absolute;
    }*/

    .btnsubmitcolor {
        margin-right: -4% !important;
    }

    .text-left .h3 {
        margin-top: 12px !important;
    }

    .bs-example {
        max-width: 100%;
        overflow-x: hidden;
        overflow: hidden;
    }
}

.pagination > .active > a {
    z-index: 0;
}

table > thead:first-child > tr:first-child > th {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 14px;
}

.navbar-nav > li > a {
    outline: none;
}

input {
    outline: 0;
}

#tblNotificationSetting tbody td {
    max-width: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#chk_SelectAll {
    margin-left: 0px !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-left: 1px solid #333 !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-left: 1px#ddd solid !important;
}

#chk_SelectAllUnits {
    margin-left: 0px !important;
}

.col-md-6 .col-md-4 {
    padding-bottom: 5px;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
 .safariImage
    {
        height:41% !important;width:0% !important;
        margin-left:10%;

    }
}*/
.safariImage {
    height: auto;
    width: 66%;
    margin-left: 10%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome .safariImage {
        height: 41% !important;
        width: 0% !important;
        margin-left: 10%;
    }
}

input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=checkbox] {
    outline: 0;
}

#btnSave, #btnNew, #btnDelete, #btnAddJobDetails, #btnAddContactDetails, #btnAddUnitDetails {
    outline: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 0 !important;
    outline: 0;
}

#tblAdminContact tbody td, #tblContact tbody td {
    max-width: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btndelbcolor {
    background-color: #75787B !important;
}
@media only screen and (min-width: 992px) {
    .standerduserpage {
       margin-right: -23px !important;
    }
}
@media only screen and (min-width: 992px) {
    .standerduserdiv {
      margin-top:0% !important;
      width: 78% !important;
    }
}
@media only screen and (min-width: 992px) {
    .jobdetailsdivmargin {
     margin-top: 17px !important;
    }
}
@media only screen and (min-width: 992px) {
    .mapdivmargin {
    margin-left: 3% !important;
    }
}







