﻿html {
    position: relative;
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: /*#f0f0f0*/ #fff;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.42857143 !important;
}

h1 {
    /*  border-bottom: solid 1px;*/
   /* padding: 15px 1px 0 15px;*/
    font-family: sans-serif !important;
    font-size: 25px;
    font-weight: 500;
    /*background-color:  #F5F5F5;*/
    margin-top: 1px !important;
    display: inherit;
}
legend {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px;
    padding: 10px 0px 5px 20px;
}
.nav {
    border-top: 5px #4682b4 !important;
}

.quill-editor {
    height: 120px !important;
    min-height: 120px;
}
.ql-tooltip{
    left: 0 !important;

}
.btnToggle {
   /* margin-top: 45px !important;*/
}
.navbar-text {
    /* position: absolute;
    width: 100%;
    left: 10px;
    top: 10px;*/
    text-align: center;
    margin: auto;
    font-size: 1.2em;
}
#sidebar {
    color: #F5F5F5;
    position: fixed;
    top: 30px;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    /*padding: 28px 0 0;*/ /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    width: 250px;
    overflow: hidden;
    -moz-transition: left ease .25s;
    -o-transition: left ease .25s;
    -webkit-transition: left ease .25s;
    transition: left ease .25s;
    height: 100%;
}
div.dataTables_filter, div.dataTables_length, div.inlinebtn {
    display: inline-block;
    float: left;
}
div.dataTables_filter {
    float: right;
}
    .badge-primary {
        color: #fff;
        background-color: var(--menu-bg-color);
    }
.custom-control-label {
    /*font-weight: normal !important;*/
}

.gj-datepicker-bootstrap [role=right-icon] button {
    /*border: none !important;*/
}
/*a {
    color: #34ABAC !important;
}*/
.pre-colour {
    background-color: #4472C4;
    color: #ffffff !important;
}

.post-colour {
    background-color: #00B0F0;
    color: #ffffff !important;
}
.residual-colour {
  /*  background-color: slategrey;*/
    color: #ffffff !important;
}
/* Tooltip */
.tooltip > .tooltip-inner {
    background-color: black;
    color: white;
    border: 1px solid #f5f5dc;
    padding: 11px;
    font-size: 13px;
    width: auto;
}
/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid teal;
}
/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid teal;
}
/* Tooltip on left */
.tooltip.left > .tooltip-arrow {
    border-left: 5px solid teal;
}
/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}
input, textarea, select {
    /* border: 1px solid #8bdfc9 !important;*/
    /*margin: 2px !important;*/
    /* Reduced from whatever it currently is */
}
/*input:focus, textarea:focus {
      border-color: #006400 !important;
    }*/
/*input:focus, textarea:focus {
      border-color: #006400 !important;
    }*/
.modal-title {
    background-color: #F5F5F5;
    width: 100%;
}
.btn-toolbar {
    margin-top: -30px;
    margin-bottom: 30px;
}
.toolbar {
    margin-top: 10px;
    width: 85%;
    float: right;
    height: 50px;
}

h5 a {
    color: #000 !important;
}
.date-control {
    max-width: 151px !important;
}
.safran-icon-common {
    color: var(--safran-icon-common-color);
}

.safran-icon-menu {
    color: var(--safran-icon-menu-color);
    margin-right: 10px !important;
}
.safran-icon-action {
    color: var(--safran-icon-action-color);
}
label {
    font-weight: bold;
    text-align: right !important;
    /*margin-bottom: 5px;*/
    margin-top: 5px !important;
}
.form-row label {
    margin-bottom: 0px !important;
}
.row, .form-row {
    padding-bottom: 5px;
}
.form-group {
   /* border-bottom: 1px solid #eff2f7;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
}

.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 6px;
}
.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem;
}
.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 10px;
}
.safran-chart-div {
    margin: 0 auto;
    height: 85vh;
    min-height: 300px;
}
/*position the plot ly charts toolbar*/
.js-plotly-plot .plotly .modebar {
    left: 40%
}
.form-control-sm {
    /*padding: 3px !important;*/
}
@media (max-width: 590px) {
    .small-screen span {
        display: none;
    }
}
.navbar-toggle {
    z-index: 3;
}
.flex-grow {
    flex: 1;
}
.safran-sm-btn {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.command {
    border-bottom: none !important;
    /*width: 100%;*/
    padding-bottom: 11px;
    /*margin-bottom: 11px;
        margin-top: 11px;*/
}
/*.table thead th {
     border-color:black !important;
}
*/
.dataTables_filter label {
    font-weight: bold !important;
}

table.dataTable tbody td {
    vertical-align: middle !important;
}
/*.dataTables_filter:after{
    background-image: url(../images/common/user_red.png)
}*/
.project-title {
    color: #BFEDE1;
    font-weight: bold;
    font-size: 28px !important;
}
/*
.btnSave:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c7";
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}*/
page {
    background: #F5F5F5;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
.input-validation-error ~ .select2 .select2-selection {
    border: 1px solid #ff0000 !important;
    background-color: #f7ef95 !important;
}
.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #f7ef95 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid rgb(255 0 0) 1px !important;
    outline: 0;
    background-color: rgb(247 239 149) !important;

}
/*.select2-container--focus {
    border: 1px solid #ff0000 !important;
    background-color: #f7ef95 !important;
 
}*/
/* form-control required select2-hidden-accessible input-validation-error*/
/*  */
page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

    page[size="A4"][layout="portrait"] {
        width: 29.7cm;
        height: 21cm;
    }

@media print {
    body, page {
        margin: 0;
        box-shadow: 0;
    }
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.command-title {
    color: #BFEDE1 !important;
}
/*#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-left: 50px;
}*/
.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}
.card-header {
    padding: 0.55rem 1.25rem;
}
#page-wrapper {
    border: 0px;
    margin-left: 240px;
    margin-top: 25px;
    min-height: calc(100vh - 270px);
    padding: 20px;
}

#page-wrapper-login {
    border: 0px;
    margin-top: 50px;
    min-height: calc(100vh - 270px);
    padding: 20px;
}

@media only screen and (max-width: 480px) {
    #page-wrapper {
        padding: 0px;
        padding-left: 11px;
    }
}
/* side bar code written by Osman Ishaque */
#sidebar .nav {
    width: 100%;
}
.sidebar-brand {
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer !important;
}
#sidebar span {
    margin-left: 2px;
}
/* hide side bar */
#sidebar.hide-sidebar {
    left: -190px;
    -moz-transition: left ease .25s;
    -o-transition: left ease .25s;
    -webkit-transition: left ease .25s;
    transition: left ease .25s;
}
#sidebar-offcanvas.hide-sidebar {
    left: 210px;
    -moz-transition: left ease .25s;
    -o-transition: left ease .25s;
    -webkit-transition: left ease .25s;
    transition: left ease .25s;
}
#page-wrapper.hide-sidebar {
    margin-left: 50px;
    -moz-transition: margin-left ease .25s;
    -o-transition: margin-left ease .25s;
    -webkit-transition: margin-left ease .25s;
    transition: margin-left ease .25s;
}
#sidebar .nav {
    width: 100%;
}
#sidebar ul li {
    line-height: 40px;
    list-style-type: none;
    margin-left: -10px !important;
}
#sidebar ul li a {
    display: block;
    text-decoration: none;
    color: #F5F5F5;
    margin-left: -5px;
}

.list-unstyled collapse show a {
    margin: auto !important;
}
/*.command-bar .active {
    background-color: var(--menu-bg-color) !important;
    color: white !important;
}
.command-bar a:hover {
    background-color: var(--menu-bg-color) !important;
    color: white !important;
}*/
.command-bar {
    background-color: white;
    /*margin: 11px;*/
    /*margin-right: -20px;*/
    /*margin-top: -5px;
    margin-left: -10px;*/
}
.border-head h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.btn-theme {
    color: #fff;
    background-color: #4ECDC4;
    border-color: #48bcb4;
}

    .btn-theme:hover {
        color: #fff;
        background-color: #48bcb4;
        border-color: #48bcb4;
    }

    .btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active, .show > .btn-theme.dropdown-toggle {
        background-color: #48bcb4;
        border-color: #48bcb4;
    }

.row {
    /*border-bottom: 1px solid #eff2f7;*/
    padding-bottom: 5px;
    /*margin-bottom: 5px;*/
}
.site-footer {
    color: black;
    background: #fff;
    border-top: 1px solid #dee2e6;
    padding: 1rem .75rem;
}
/* slider control */
.slidecontainer {
    width: 100%;
}
.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #ff0000 0, #e74839 100%) !important;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 0px !important;
    font-size: 11px !important;
    /*color: var(--safran-bg-color);*/
}

.slider-tick {
    background-image: linear-gradient(to bottom, #95c3d9 0, #f5f5f5 100%) !important;
   
}
.slider-handle {
    background-image: linear-gradient(to bottom, #0d732e 0, #34abac 100%) !important;
}
.slider-track-low, .slider-track-high {
    background: var(--safran-bg-color) !important;
}
.slider.slider-horizontal:hover, .slider.slider-vertical:hover 
.tooltip.tooltip-main
{
    opacity: 1 !important;
}
.badge {
    padding: .4em .8em .5em !important;
}
table .btn-sm, .btn-group-sm > .btn {
    padding: 2px 6px;
    font-size: 12px;
}
.safarn-calendar:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    color: teal;
    position: relative;
}
/* bootstrap contents  */
.bg-warning {
    background-color: #f7ef95 !important;
    text-align: center;
}
.table th {
  /*  color: #42445D !important;*/
}
.bg-success {
    background-color: #71a068 !important;
    text-align: center;
}
.bg-danger {
    background-color: #f85550 !important;
    color: white;
    text-align: center;
}
.bg-safran {
    background-color: var(--safran-bg-color) !important;
}
/* when hidden make it smaller */
#sidebar.hide-sidebar ul li a {
    text-align: right;
    padding-right: 15px;
}
    #sidebar.hide-sidebar ul li a span {
        display: none;
    }
/*#sidebar.hide-sidebar #dropdownPosition{
    padding-left: 145px !important;

}*/
/* page related changes */
/*.card-header {
    background-color: #DAF3EC !important;
}*/
/* safran button themes*/
/*.dataTables_length, dataTables_filter {
    padding-top: 15px !important;
}*/

footer {
    position: absolute;
    bottom: -55px;
    width: 100%;
}
/* make responsive on screen sizes by Osman Ishaque */
/*@media (max-width:500px) {
    #sidebarToggle {
        margin-left: 240px !important;
       
    }
}*/

@media only screen and (max-width: 600px) {
    /*#sidebarToggle {
        margin-left: 240px !important;
    }*/

    #sidebar.hide-sidebar ul li a {
        text-align: right;
        padding-right: 15px;
    }

        #sidebar.hide-sidebar ul li a span {
            display: none;
        }

    h1 {
        padding: 25px 15px 0 15px;
        font-size: 1.5em;
    }
}
/*#sidebar li a:active, .sidebar-nav li a:focus {
        text-decoration: none;
        
        background: #8BDFC9;
    }*/
.list-unstyled li {
    margin-left: 11px;
}

.copyright {
    height: 30px;
    background-color: #B0E1EF;
    font-size: 0.8rem;
    color: black;
}
.mb-0 > a {
    display: block;
    position: relative;
}

    .mb-0 > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        /* fa-chevron-down */
        position: absolute;
      color: var(--safran-icon-action-color);
      right: 0;
    }

    .mb-0 > a[aria-expanded="true"]:after {
        content: "\f077"; /* fa-chevron-up */
    }
/* end project page */
.card-header {
    font-weight:normal !important;
}
.accordion > .card .card-header {
    margin-bottom: 0px !important;
}
/* forms */
label.required:after {
    content: " *";
    color: red;
    font-weight: bold;
}

.form-group {
   /* border-bottom: 1px solid #eff2f7;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.row, .form-row {
    padding-bottom: 5px;
}
/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 15px;
    /*font-weight:bold;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
.srmCheckbox {
    border-radius: 0% !important;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 20%;
    background: #F5F5F5;
}

.custom-switch .custom-control-label::after {
    background-color: #b0f1c9 !important;
}
.custom-control custom-checkbox {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
}
/* tool bar*/
/* Slider */


/*.slider {
        -webkit-appearance: none;
        width: 100%;
        height: 15px;
        border-radius: 5px;
        background: #8BDFC9;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .slider:disabled {
            background: #a09d96;
        }

        .slider:hover {
            opacity: 1;
        }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #4CAF50;
            cursor: pointer;
        }

        .slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #4CAF50;
            cursor: pointer;
        }*/


/* end slider*/
.validation-summary-errors {
    color: #363636 !important;
    font-size: 18px;
}
    .validation-summary-errors li {
        list-style-type: none !important;
    }
.loading {
    position: fixed;
    z-index: 9999;
    height: 7em;
    width: 7em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -ms-opacity: 0.8;
    opacity: 0.8;
    margin: auto;
}
.table-child tbody tr,
.table-child tbody tr:hover,
.table-child tbody td {
    background-color: white;
}

/*
        Risk Impacts and Statuses Data
    */
.action-underway {
    background-color: #66cdaa;
    color: black;
    padding: 2px;
}

.action-complete {
    background-color: #9c9a9a;
    color: black;
    padding: 2px;
}

.action-notstarted {
    background-color: #0d732e;
    color: whitesmoke;
    padding: 2px;
}
.btn-risk-info {
    width: 125px !important;
}

.btn-risk-action {
    width: 125px !important;
}
.popover {
    pointer-events: none !important;
}

.tooltip {
    pointer-events: none !important;
}
/*
      End  Risk Impacts and Statuses Data
    */
.accordion-a {
    display: block;
    position: relative;
    color: #34ABAC;
}

.list-unstyled a {
    margin-left: 11px !important;
}
 
/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 80vh;
    overflow-y: auto;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #d9f9f2 !important;
}
table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: #0082c3 !important;
}
table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: #000000 !important;
}

/* risk register and other */
.impactButton {
    max-width: 200px;
    min-width: 180px;
    max-height: 40px;

}
.impactDiv {
    max-height: 140px;
  /*  overflow-y: visible;
    overflow-x: hidden;*/
}
.impactContent {
    margin-top: 4px;
    border: 1px solid gold;
    padding: 2px;

}
.registerContentDiv {
    max-height: 140px;
    overflow-y: visible;
  /*  overflow-x: hidden*/
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}
.slider-tick-label label-in-selection {
    margin-left: 5px !important;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.sliderInput {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderInput:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sliderInput {
    background-color: #BFEDE1;
}

input:focus + .sliderInput {
    box-shadow: 0 0 1px #BFEDE1;
}

input:checked + .sliderInput:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sliderInput.round {
    border-radius: 34px;
}

.sliderInput.round:before {
    border-radius: 50%;
}





















 

a {
    background-color: transparent;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-tabs-custom {
    margin-bottom: 2px;
    background: #fff;
   /* box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;*/
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
    .btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
        clear: both;
    }

.content {
    min-height: 250px;
    padding-top: 0px;
    /* padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;*/
}

.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}
 
 

.skin-red-light .wrapper, .skin-red-light .main-sidebar, .skin-red-light .left-side {
    background-color: #f9fafc;
}
  
 

ol, ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

.nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 5px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
    .fade.in {
        opacity: 1;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

    .box.box-warning {
        border-top-color: #f39c12;
    }

.box-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header::before, .box-body::before, .box-footer::before, .box-header::after, .box-body::after, .box-footer::after {
        content: " ";
        display: table;
    }

    .box-header::after, .box-body::after, .box-footer::after {
        clear: both;
    }
/* @media all and (min-width:1200px) */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
/* @media all and (min-width:1200px) */
.col-lg-2 {
    width: 16.66%;
}

button {
    overflow: visible;
}

.btn {
   /* display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;*/
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
   /* border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
 border: 1px solid transparent;*/
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box.box-info {
    border-top-color: #00c0ef;
}

 
.box.box-success {
    border-top-color: #00a65a;
}
/* @media all and (min-width:1200px) */
.col-lg-6 {
    width: 50%;
}
/* @media all and (min-width:1200px) */
.col-lg-12 {
    width: 100%;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 3px;
    background-color: #BFEDE1;
}

    .nav-tabs-custom > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
    }

    .nav-tabs-custom > .nav-tabs > li:first-of-type {
        margin-left: 0px;
    }

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    color: #3c8dbc;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
        color: #72afd2;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.4285;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    padding: 0.4rem 1rem;
    border-radius: 0;
}

    .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
        background: transparent;
        margin: 0;
    }

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}
.hide{
    display:none;
}
.wd6 {
    width: 6% !important;
}
.far {
   font-size: 16px; 
}

table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting, 
table.dataTable thead > tr > td.sorting_asc, 
table.dataTable thead > tr > td.sorting_desc, 
table.dataTable thead > tr > td.sorting {
    padding-right: 0px !important;
}


.card-body {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.card-header > .card-tools {
    float: right;
    margin-right: -0.625rem;
}
.nav-link {
  padding: 0px;
}
.mg11 {
    margin-left: -11px;
    margin-right: -11px;
}
.form-check-inline {
    display: inline-block;
}
.txt-18 {
    font-size: 18px;
}
.borderbtm {
    border-bottom: 1px solid #53C9A9;
    padding: 10px;
}

.tabscroll .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

    .tabscroll .nav-tabs a {
        white-space: nowrap;
    }

.closeTab {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.closeTab {
    padding: 0;
    background-color: transparent;
    border: 0;
}

/*Filter View*/
#colsDrop ul {
    padding: 5px;
    height: 200px;
    text-decoration: none;
    list-style-type: none;
    width: 280px;
}
, #colsDrop1 ul {
    padding: 5px;
    height: 200px;
    text-decoration: none;
    list-style-type: none;
}
.dropdown-menu {
    padding: 16px;
}

#tableColumnslist, #dropuserViews,#tableColumnslist1 {
    height: 300px;
    overflow: auto;
}

    #tableColumnslist li:hover {
        cursor: move;
    }
    #tableColumnslist1 li:hover {
        cursor: move;
    }
    #dropuserViews li:hover {
        cursor: pointer;
    }
    #dropuserViews l {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #tableColumnslist li, #dropuserViews li, #tableColumnslist1 li {
        text-decoration: none;
        margin-top: 10px;
    }
    #tableColumnslist label, #dropuserViews label, #tableColumnslist1 label {
        font-weight: normal !important;
        text-align: left !important;
    }
    #tableColumnslist::-webkit-scrollbar-track, #dropuserViews::-webkit-scrollbar-track,
    #tableColumnslist1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #tableColumnslist::-webkit-scrollbar, #dropuserViews::-webkit-scrollbar,
    #tableColumnslist1::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    #tableColumnslist::-webkit-scrollbar-thumb, #dropuserViews::-webkit-scrollbar-thumb,
    #tableColumnslist1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #007bff;
    }

    #dropuserViews li span {
        display: inline-block;
       width: 200px;
    }

.txt-14 {
    font-size: 14px;
 
   
}
.txt-gray {
    color: #333333;
}
.txt-bold {
    font-weight: bold !important;
}
#tblRegister .dataTables_filter {
    display: none;
}
div#tblProjects_filter {
    display: none;
}
.card-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    padding-left:30px;
    width: 150px;
    color: #343a40;
}
.card-header .select2-container--default .select2-selection--single {
    border-color: teal;
}
.card-header .select2-container .select2-selection--single {
   height: 31px !important;
}
#btnuersViews {
    width: 150px;
  
}
#btnuersViews {
    width: 150px;
    text-align: left;
}
.dropright .dropdown-toggle::after {
    margin-right: 2px !important;
    float: right !important;
    margin-top: 6px !important;
}

.verticalalign-top
{
vertical-align:top;
}

#IsCloneAllActions, #IsCloneAllControls {
    width: 20px !important;
    height: 20px !important;
}
.disabledTab {
    background-color: #efeded !important;
    cursor: not-allowed !important;
}

body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}

/*Parsley validation*/
input.parsley-error {
    color: #B94A48 !important;
    background-color: #f7ef95 !important;
    border: 1px solid #ff0000 !important;
}
select.parsley-error {
    color: #B94A48 !important;
    background-color: #f7ef95 !important;
    border: 1px solid #ff0000 !important;
}
/* --------------------------------------- */
/* ############### Parsley ############### */
/* --------------------------------------- */
input.parsley-error:focus,
textarea.parsley-error:focus {
    box-shadow: none !important;
}

input.parsley-success:focus,
textarea.parsley-success:focus {
    box-shadow: none !important;
}

.parsley-checkbox.parsley-error {
    display: inline-block;
    padding: 10px;
    border: 1px solid #dc3545;
}

.parsley-checkbox.parsley-success {
    display: inline-block;
    padding: 10px;
    border: 1px solid #23BF08;
}

.parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

    .parsley-errors-list li {
        margin: 5px 0 0;
    }

/***** CUSTOM STYLED ERROR MESSAGE *****/
.parsley-style-1 .parsley-input.parsley-error .form-control, .parsley-style-1 .parsley-input.parsley-error .dataTables_filter input, .dataTables_filter .parsley-style-1 .parsley-input.parsley-error input {
    background-color: #fef9f9;
    border-color: #dc3545;
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.parsley-style-1 .parsley-input.parsley-success .form-control, .parsley-style-1 .parsley-input.parsley-success .dataTables_filter input, .dataTables_filter .parsley-style-1 .parsley-input.parsley-success input {
    border-color: #23BF08;
}

.parsley-style-1 .parsley-checkbox.parsley-error {
    border: 1px solid #dc3545;
    background-color: #fef9f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.parsley-style-1 .parsley-select.parsley-error .select2-container--default .select2-selection--single {
    background-color: #fef9f9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.parsley-style-1 .parsley-errors-list.filled {
    background-color: #dc3545;
    color: #fff;
    padding: 7px 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .parsley-style-1 .parsley-errors-list.filled li:first-child {
        margin-top: 0;
    }

input.larger {
    transform: scale(1.5);
    margin: 10px;
}
.cursordefault {
    cursor: default !important;
}

@media (max-width: 768px) {
 /*   on mobile device remove fixed columns*/
    table th,
    table td {
        position: static !important;
        z-index: 0;
        background-color: inherit;
    }
    .dataTables_scrollBody {
        max-height: 50vh !important;
        height: 50vh !important;
    }
    .table-responsive {
        min-height: auto !important;
    }
}

a.dropdown-item {
    padding-left: 2px !important;
}
.dropdown.float-right {
    font-size: small;
}
.minwd100 {
    min-width: 100px;
}
.minwd150 {
    min-width: 150px;
}
.minwd180 {
    min-width: 180px;
}
.minwd200 {
    min-width: 200px;
}
.minwd210 {
    min-width: 210px;
}
.wd70 {
    width: 70px;
}
.minwd250 {
    min-width: 250px;
}
.wd200 {
    width: 200px;
}

.wd250 {
    width: 250px;
}

.wd270 {
    width: 270px;
}
.scroll-css {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden
}
 
