@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

body {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    background: none repeat scroll 0 0 #f1f3fa;
    font-size: 13px;
}

#top-nav.navbar-default-custom {
    min-height: auto;
    border-bottom: 3px solid #005baa;
    border-radius: 0;
    background-color: #fff;
}

.mandatory {
    position: relative;
    display: inline-block;
}

.control-label {
    padding-top: 7px;
}

.mandatory:after {
    content: "*";
    color: #f00000;
    position: absolute;
    padding-left: 4px;
    top: 0;
    right: -10px;
}

.control-label.mandatory:after {
    content: "*";
    color: #f00000;
    position: inherit;
    padding-left: 4px;
    top: inherit;
    right: inherit;
}

.bedge-wrapper {
    position: relative;
    height: 100%;
}

#top-nav.navbar-default-custom .navbar-brand {
    height: auto;
    padding: 20px 15px;
}

#top-nav.navbar-default-custom .navbar-right {
    margin-right: 0px;
}

#top-nav.navbar-default-custom .navbar-toggle {
    background-color: #fe713d;
    border-color: #fe713d;
    border-radius: 0;
    color: #fff;
    font-size: 21px;
    /* navbar-right font-weight: bolder; */
    margin-top: 15px;
    padding: 2px 14px;
    position: relative;
}

#top-nav.navbar-default-custom .navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
}

#top-nav.navbar-default-custom .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #555;
}


/* #top-nav.navbar-default-custom .dropdown-toggle{
    border: 1px solid #666666;
    border-radius: 5px !important;
}
#top-nav.navbar-default-custom .dropdown-toggle:hover {
    box-shadow: 5px 5px 5px #808080;
    position: relative;
}
#top-nav.navbar-default-custom .navbar-nav{
    padding-top: .5%;
}
*/

.marginBottomAll {
    margin-bottom: 15px;
}

.marginBottomAll2 {
    margin-bottom: 0px;
}

.templateDropdown {
    margin: -20px -120px 0 150px;
}

.templateDropdown .form-control{
    height: 25px;
    padding: 0 0 0 10px;
}
/* content-details */

.content-details-box {
    background-color: transparent;
    min-height: 520px;
    width: 100%;
}

.label-custom {
    font-weight: 600;
    margin-bottom: 1px;
}

.form-control-custom {
    border-radius: 0px;
    box-shadow: none;
}

.form-control-custom-bulk-content{
    border: none;
    width: 100%;
    outline: none;
    height: 70px;
    overflow-y: auto;
    padding: 10px;
}

.form-control-custom-bulk-content[disabled], .form-control-custom-bulk-subject[disabled], .input-field-bulk-otp[disabled]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 2;
}

.form-control-custom-bulk-subject{
    border: none;
    width: 100%;
    outline: none;
    height: 40px;
    overflow-y: hidden;
    padding: 10px;
}

.hrLine {
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 10px;
    margin-top: 5px;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
}

.userSignIn-title {
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
}

.account-userSignIn-box {
    margin: 0 auto;
    max-width: 320px;
    padding: 0;
    width: 100%;
}

.account-userSignIn-box h4 {
    margin: 0px;
    padding: 0px 0px 10px;
    font-size: 24px;
}

.userSignInBox-body {
    padding: 30px 30px 10px;
}

.userSignInBox-bg {
    background-color: #fe713d !important;
    margin-bottom: 20px;
    border-radius: 10px;
    display: block;
    position: relative;
    cursor: pointer;
}

.badge-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #fe713d;
    padding: 10px 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
}

.userSignInBox-bg:hover {
    text-decoration: none;
}

.userSignInBox-bg p {
    padding: 20px;
    font-size: 25px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.userSignInBox-bg span {
    padding: 3px 7px;
    font-size: 15px;
    text-align: center;
    color: #FE713D;
    font-weight: 600;
    z-index: 99999;
}

.border-radius {
    border-radius: 0px;
}

.panel-body-custom {
    padding: 15px 0 0;
}

.panel-body-padding {
    padding: 15px 0;
}

.panel-primary-custom {
    border-color: #005baa;
    border-radius: 4px 4px 0px 0px;
}

.panel-primary-custom-bulk {
    border-color: #3b3e57;;
    border-radius: 4px 4px 0px 0px;
}

.panel-primary-custom>.panel-heading-custom {
    background-color: #005baa;
    border-color: #005baa;
    color: #fff;
    background-image: none;
}

/* .navbar-header img {
    width: 71%;
} */

.panel-primary-custom>.panel-heading-custom-bulk {
    background-color: #3b3e57;
    border-color: #3b3e57;
    color: #fff;
    background-image: none;
}

.panel-primary-custom-bulk .panel-heading-bulk{
    color: #fff;
    background-color: #3b3e57;
    border-color: #3b3e57;
    padding: 15px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-warning {
    background-color: #fff;
    border-color: #005baa;
    color: #005baa;
}

.btn-warning:hover {
    background-color: #005baa;
    border-color: #005baa;
    color: #fff;
}

.panel-default>.panel-heading-custom i {
    color: #fff;
}

.header-box {
    padding: 10px 15px;
}

.header-box h3 {
    margin: 0px;
    padding: 0px;
}

.table {
    margin-bottom: 0px;
}

.well,
.pannel-custom {
    border-color: #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 0 #cfcfcf;
}

.pannel-custom .panel-heading {
    background-color: #ffffff;
    border-color: #ddd;
    color: #262626;
    font-size: 16px;
    font-weight: 700;
    background-image: none;
}

.pannel-custom .panel-heading h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.pannel-custom .panel-heading a {
    font-weight: 400;
}

.pannel-custom .panel-default {
    border-color: #cccccc;
}

.pannel-custom .panel-footer nav {
    margin-bottom: -4px;
}

.pagination {
    margin: 0px;
}


/* login */

.account-login-box {
    margin: 0 auto;
    max-width: 400px;
    padding: 5% 0 0;
    width: 100%;
}

.account-login-box2 .panel-heading {
    padding: 10px 0px 0px;
    border-bottom: none;
}

.account-login-box2 .nav-tabs {
    padding-left: 1%;
    border-bottom: 1px solid #005baa;
}

.account-login-box2 .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #5593ca;
    border-bottom-color: transparent;
    color: #005baa;
}

.account-login-box2 .nav-tabs>li a {
    color: #fff;
    font-weight: 500;
}

.account-login-box2 .nav>li>a:focus,
.account-login-box2 .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #005baa;
    border-bottom-color: transparent;
}

.account-login-box2 .nav-tabs>li>a:hover {
    border-color: #005baa #005baa transparent;
}

.mt-13 {
    margin-top: 13px;
}

.report-page .nav.nav-tabs {
    background: #005baa;
}

.report-page .nav-tabs li {
    cursor: pointer;
}

.report-page .nav-tabs li a {
    color: #fff;
}

.report-page .nav-tabs>li>a:hover {
    color: #005baa;
    background-color: #fff;
}

.report-page .nav-tabs li.active a {
    color: #005baa;
}

.bulk-page .nav.nav-tabs {
    background: #005baa;
}

.bulk-page .nav-tabs li {
    cursor: pointer;
}

.bulk-page .nav-tabs li a {
    color: #fff;
}

.bulk-page .nav-tabs>li>a:hover {
    color: #005baa;
    background-color: #fff;
}

.bulk-page .nav-tabs li.active a {
    color: #005baa;
}


.notif-filter {
    position: absolute;
    top: 6px;
    width: 36%;
    right: 26px;
    padding: 0 5px;
    height: 27px;
}

/* Table Code */

.table-scrollable>.table {
    background-color: #fff;
    margin: 0 !important;
    width: 100% !important;
}

.table.table-light>thead>tr.uppercase {
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase !important;
}

.table>thead>tr>th a {
    color: #93a2a9;
    text-decoration: none;
}

.table>thead>tr>th a:hover {
    color: #93a2a9;
    text-decoration: none;
}

.table.table-light>tbody>tr>td {
    border-color: #ddd;
}

.table.table-light>thead>tr>th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #f2f5f8;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fe713d;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.table-scrollable>.table>thead>tr>th,
.table-scrollable>.table>tbody>tr>th,
.table-scrollable>.table>tfoot>tr>th,
.table-scrollable>.table>tfoot>tr>th,
.table-scrollable>.table>tfoot>tr>td {
    white-space: nowrap;
}

.table.table-light>tbody>tr>td.fit {
    padding-right: 3px;
    width: 1px;
}

.table.table-light>tbody>tr>td .user-pic {
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    border-radius: 0;
}

.table.table-light>tbody>tr>td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #8896a0;
    vertical-align: middle;
}

.table>thead>tr>th {
    border-bottom: 1px solid #eee;
    vertical-align: bottom;
}


/* Table Code End */


/* Spinner */

.spinnerBgfullhide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.spinnerBgfullshow {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.spinnerfull {
    width: 40px;
    height: 46px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -20px;
    z-index: 99;
    color: #005baa;
    font-size: 25px;
}


/* Spinner End */

.alert-custom {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px
}


/* footer-details */

.bg-blue {
    background-color: #9FC3FC !important;
}

#footer-end {
    background-color: #f8f8f8;
    border-top: 1px solid #dedfe0;
    bottom: 0;
    color: #000;
    padding: 15px 12px;
    position: relative;
}

#footer-end p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.team-home-box {
    margin: 0 auto;
    max-width: 520px;
    padding: 0;
    width: 100%;
}

.team-section .event-list {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
}

.team-section .event-list li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}

.team-section .event-list li time {
    width: 15%;
    color: #000;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.team-section .event-list li time .month {
    display: block;
    font-size: 18pt;
    font-weight: 500;
    line-height: 27px;
}

.team-section .event-list li img {
    width: 100%;
}

.team-section .event-list li .info {
    width: 70%;
    padding: 5px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
}

.team-section .event-list li .info .title {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    color: #000;
}

.team-section .event-list li .info .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}

.team-section .event-list li .info ul,
.team-section .event-list li .info ul li,
.team-section .event-list li .info ul li a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.team-section .event-list li .info ul li:hover,
.event-list li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
}

.team-section .event-list li img {
    display: inline-block;
}

.team-section .event-list li img {
    width: 80px;
    float: left;
}

.team-section .event-list li img {
    width: 120px;
    height: 80px;
    padding: 15px 5px;
    margin: 0px;
}

.team-section .event-list li .info .title,
.team-section .event-list li .info .desc {
    padding: 0px 10px;
}

.team-section .event-list li .info .desc,
.team-section .event-list li .info .info-btn {
    padding: 5px 20px;
    text-align: right;
}

.team-section .event-list li .info .desc .label {
    border-radius: 5px;
}

.team-section .event-list li .info .info-btn .label {
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.team-section .event-list li .info ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.team-section .event-list li .info .desc {
    width: 100%;
    display: inline-block;
}

.team-section .event-list li .info .info-btn .label-default,
.team-section .event-list li .info .desc .label-default {
    display: inline-block;
    padding: 7px;
    width: 60px !important;
    background-color: #999;
}

.team-section .event-list li .info .info-btn .label-success,
.team-section .event-list li .info .desc .label-success {
    display: inline-block;
    padding: 7px;
    width: 60px !important;
    background-color: #00c853;
}

.team-section .event-list li .info .info-btn .label-warning,
.team-section .event-list li .info .desc .label-warning {
    background-color: #f15a22;
    display: inline-block;
    padding: 7px;
    width: 60px !important;
}

.ok_icon {
    position: absolute;
    width: 48px !important;
    left: 3px;
    top: 14px;
    height: 60px !important;
}

.user-detail {
    width: 100%;
    display: table;
}

.user-detail time,
.user-detail .info {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.input-field {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ccc;
    outline: none;
}

.disable-panel-bulk {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.bulk-tab-btn{
    width: 110%;
    background-color: #fff;
    padding: 15px;
    outline: none;
    cursor: pointer;
}

.bulk-tab-btn-active{
    width: 110%;
    border-bottom: solid 3px #3b3e57;
    background-color: #fff;
    padding: 15px;
    outline: none;
    cursor: pointer;
}

.tab-strip{
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.bulk-tab-btn:hover{
  font-weight: bold;
}

.btn .btn-grey{
    background-color: #c7c7c7;
    color: #333;
    border: solid 1px #c7c7c7;
}

.anchor-bulk{
    color: #333;
    text-decoration: none;
}

.bulk-status-box{
    border-radius: 4px;
    border: dashed 1px #d5d5d5;
    background-color: #f8f8f8;
    padding: 8px;
}

.progress-box{
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    background-color: #fff;
    padding: 5px;
}

.progress-box .progress{
   margin-bottom: 8px;
}

.status-row{
    display: flex;
}

.input-field-bulk{
    border-radius: 4px;
    border: solid 1px #c7c7c7;
    background-color: #fff;
    width: auto;
    height: 35px;
    padding: 5px;
    margin: 0px 10px 0px 0px;
}

.input-field-bulk-otp{
    border-radius: 4px;
    outline: none;
    border: solid 1px #c7c7c7;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    margin: 0px 10px 0px 0px;
}

.border-left{
    border-left: solid 1px #d5d5d5;
    height: 5px;
}

.bulk-progress{
    height: 10px;
    border-radius: 20px;
    margin-top: 5px;
}

.modal-heading{
    background-color:#005baa;
    color: #fff;
    padding: 5px;
}

.policy-creation-close-btn{
    color: #fff;
    font-size: 15px;
    position: absolute !important;
    top: 20px;
    padding-right: 10px;
    right: 0;
    cursor: pointer;
}

.btn-blue {
    background-color: #005baa;
    border-color: #005baa;
    color: #fff;
}

.btn-blue:hover {
    background-color: #fff;
    border-color: #005baa;
    color: #005baa;
}

.custom-count-dropdown {
    position: absolute;
    top: 94%;
    left: 0;
    z-index: 10;
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid 1px #ccc;
}

.custom-count-dropdown input{
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    margin: 2px 2px 2px 2px;
    width: 94%;
    font-size: 13px;
    height: 30px;
}

.emp-status-btn-1{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.emp-status-btn-2{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-count-dropdown input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.custom-count-dropdown input[type=number] {
  -moz-appearance: textfield;
}

.ui-grid-no-data-container {
    text-align: center;
    padding: 10px;
    height: 200px;
    background-color: #fff;
}
  
.ui-grid-no-data-text {
    font-weight: bold;
    color: red;
}

.user-detail-box{
    width: 355px;
    height: auto;
    padding: 0px 0px 0px 10px;
    border: solid 1px #e3e3e3;
    background-color: #fcfcff;
    cursor: pointer;
}

.user-detail-box .info, .active-user-detail-box info{
    margin: 0 0 4px 4px;
    font-size: 14px;
    color: #85848b;
}

.user-detail-box .info i, .active-user-detail-box .info i{
    margin-right: 13px;
}

.client-user-details {
    width: 100%;
    height: auto;
    padding: 20px 0px 14px 10px;
    background-color: #fcfcff;
    margin-bottom: 30px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.active-user-detail-box{
    width: 355px;
    height: auto;
    padding: 0px 0px 0px 10px;
    border: solid 1px #f5a525;
    background-color: #faffd5;
    cursor: pointer;
}

.details-bg{
    border-radius: 8px;
    background-color: #f4f4ff;
    padding: 10px 10px 10px 10px;
    border: 1px solid #5046e5;
}

.left-panel {
    height: 675px;
    overflow-x: hidden;
    overflow-y: auto;
}

.right-panel {
    height: 675px;
    overflow-x: hidden;
    overflow-y: auto;
}

.no-gutter-class{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.border-right-class {
    border-right: 2px solid #e5e5ec;
}

.content{
    word-break: break-all;
    padding-left: 5px;
}

.tech-value-table .table {
    margin: 10px 11px 10px 11px;
    width: 98%;
    font-size: 13px;
}

.tech-value-table .table .header-table{
    border: solid 1px #d4d4d4;
    background-image: linear-gradient(to bottom, #fff, #efefef);
    padding: 10px 10px;
}

.tech-value-table .table .header-table th {
    font-size: 12px;
    color: #262626;
    font-weight: normal;
    border: solid 1px #d4d4d4;
}

.border-top-table{
    border-top: 1px solid #d2d2d2;;
}

.tech-value-table .table .td-col-1 {
    background-color: #f9f7f7; 
    vertical-align: middle;
    text-align: center;
}

.tech-value-table .table .td-col-2 {
    background-color: #f7f5f5;
    vertical-align: middle;
    text-align: center;
}

.new-btn-class .padding-left-btn {
    padding-left: 35px;
}

@media screen and (max-width: 1024px) {
    .content-details-box .container {
        margin-left: -15px;
    }

    .team-section .event-list li .time {
        font-size: 12px;
    }

    .team-section .event-list li time.right-section .btn {
        padding: 6px;
    }
}


/* lg */

@media (min-width: 1200px) {
    /* Make Navigation Toggle on Desktop Hover */
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .team-section .event-list li .time {
        font-size: 12px;
    }

    .team-section .event-list li time.right-section .btn {
        padding: 6px;
    }

    /* Make Navigation Toggle on Desktop Hover */
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .marginBottomAll2 {
        margin-bottom: 10px;
    }
    .bulk-tab-btn{
        width: 100%;
    }
    .sync-count-btn{
        width: auto;
        font-size: 10px;
    }
    .padding-top-btn {
        padding-top: 20px;
    }
    .new-btn-class .padding-left-btn {
        padding-left: 15px;
    }
}


/* xs */

@media (max-width: 767px) {
    #top-nav.navbar-default-custom .dropdown-toggle {
        border: none;
        border-radius: 0px !important;
    }

    #top-nav.navbar-default-custom .dropdown-toggle:hover {
        box-shadow: none;
        position: relative;
    }

    .account-login-box {
        padding: 30% 0 0;
    }

    .marginBottomAll2 {
        margin-bottom: 10px;
    }

    .team-section {
        padding: 0;
    }

    .content-details-box .container {
        margin-left: inherit;
    }

    .team-section .event-list li .info {
        width: 60%;
        padding: 10px;
    }

    .team-section .event-list li .info .title {
        width: 100%;
        float: left;
        padding: 0 20px 0 0;
        word-wrap: break-word;
    }

    .team-section .event-list li .info .info-btn,
    .team-section .event-list li .info .desc {
        width: auto;
        float: left !important;
        padding: 0px;
    }

    .team-section .event-list li .info .desc {}

    .team-section .event-list li .info .info-btn .label,
    .team-section .event-list li .info .desc .label {
        margin-top: 5px;
        margin-right: 5px;
        padding: 5px;
        float: left;
    }

    .team-section .event-list li time {
        width: 15%;
        padding: 5px;
        text-align: center;
    }

    .team-section .event-list li .title .ok_icon {
        width: 20px !important;
        height: auto !important;
        padding: 0;
        right: 5px;
        left: inherit;
        top: 10px;
    }

    .team-section .event-list li time.right-section {
        width: 25%;
    }
    .bulk-tab-btn{
        width: 100%;
    }
    .sync-count-btn{
        width: auto;
        font-size: 10px;
    }
    .padding-top-btn {
        padding-top: 20px;
    }
    .new-btn-class .padding-left-btn {
        padding-left: 15px;
    }
}


/* XS Portrait */

@media (max-width: 480px) {
    .account-login-box {
        padding: 36% 0 0;
    }

    .team-section .event-list li time {
        width: 30% !important;
    }

    .team-section .event-list li .info {
        width: 40%;
    }
    .bulk-tab-btn{
        width: 100%;
    }
    .sync-count-btn{
        width: auto;
        font-size: 10px;
    }
}


/*custom spinner*/

.spinner-custom-show {
    z-index: 9999;
    color: #FFFFFF !important;
}

.spinner-custom-hide {
    display: none;
    /* visibility : hidden; */
    font-size: 20px;
     color: #fff;
}

.spinner-custom-show i {
    display: inline-block;
    font-size: 20px !important;
    color: #005baa;
}

.spinner-custom-show i:hover {
    display: inline-block;
    font-size: 20px !important;
    color: white;
}

.error {
    color: red;
}

.error-msg {
    /*height: 18px;*/
    padding-top: 2px;
}

.error-msg.reverse {
    margin-left: -47px;
}

.error-msg p {
    margin: 0;
}

.time-unit-circle {
    left: 25px;
}

.better-time-picker {
    max-width: 300px;
    width: 100%;
    height: 360px;
}

.selected-hour {
    margin-left: 1%;
}

.selected-minute,
.selected-hour {
    font-size: 75px;
}

.time-unit-circle {
    top: 35px;
}

.modal-backdrop {
    z-index: 0 !important;
}

.locationMapModal {
    z-index: 0 !important;
    margin-top: 65px;
}

.input-group .form-control {
    z-index: 0 !important;
}

.error {
    color: #F80000;
}

.mouse-pointer {
    cursor: pointer;
}

.deleteUserFormbody span {
    font-size: 15px;
    color: #000;
}

.deleteUserFormbody p {
    font-size: 16px;
    font-weight: 700;
}

.pendingApprovalFormLabel label {
    padding-left: 0px;
    font-size: 16px;
    color: #000;
}

.deleteUserFormLable input[type=checkbox],
.deleteUserFormLable input[type=radio] {
    margin: 3px 10px 0px 0px;
}

.pending {
    color: #fff;
    background-color: #6DAEBE !important;
}

.paid {
    color: #fff;
    background-color: #00C853 !important;
}

.unPaid {
    color: #fff;
    background-color: #FEFE5E !important;
}

.rejected {
    color: #fff;
    background-color: #FF0000 !important;
}

.holiday {
    color: #fff;
    color: #FF0202 !important;
}

.boxlist {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.weekends {
    color: #fff;
    color: #FF0202 !important;
    opacity: 10 !important;
}

.media-heading-title-section {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.btn-primary-in {
    color: #000;
    background-color: transparent;
    border-color: #2e6da4;
    padding: 6px 12px;
    margin-right: 5px;
}

.well-xs-in {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 0px;
    box-shadow: none;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #f0ad4e;
}

.manager-switch input:checked+.slider {
    background-color: #56ac56;
}

.manager-switch input:focus+.slider {
    background-color: #56ac56;
}

input:focus+.slider {
    box-shadow: 0 0 1px #f0ad4e;
}

input:checked+.slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*password icon*/
.password-icon {
    position: relative;
}

.password-icon .glyphicon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #b1b1b1;
}

.create-pass .form-group {
    position: relative;
}

.create-pass .form-group .glyphicon-eye-open {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #b1b1b1;
}

.create-pass .form-group input {
    padding-right: 30px;
}

.file-upload-icon {
    width: 34px;
    cursor: pointer;
}

.form-control.readonly-custom[readonly] {
    background: #fff;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.upload-policy-spinner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    border-radius: 5px;
}

.upload-policy-spinner .spinnerfull {
    margin: -30px 0 0 -40px;
}

.password-instructions {
    background: #f5f1f1;
    padding: 10px 20px;
    font-size: 11px;
    border-top: 1px solid #ddd;
}

.password-instructions p {
    margin: 0;
    position: relative;
    padding-left: 15px;
    color: #655f5f;
}

.password-instructions p:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #655f5f;
    position: absolute;
    top: 6px;
    left: 0;
}

.reset-password-instruction {
    margin: 0 -15px -15px;
}

.forgot-password-submit-btn {
    margin-bottom: 15px;
}

.ui-grid-viewport {
    overflow-anchor: none;
}