body{
    font-family: Nunito,sans-serif !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}
.closebtn {
    font-size: 28px;
    cursor: pointer;
    font-weight: 100;
    color: #aaa !important;
    position: relative;
    top: -9px;
    margin-right: 20px;
    z-index: 1;
}
#main {
    transition: margin-left .5s;
    padding: 5px 0px 3px;
}
.width{
    width:500px;
}
.width1{
    width:0;
}

.positionR, .dddddd{
    position: relative;
}
.positionA{
    position: absolute;
}
.bdr-top{
    /*border-bottom: 1px solid #87d214;*/
    padding-bottom: 10px;
}
.dddddd:before {
    position: absolute;
    content: "";
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 45%;
    left: -1px;
    right: -1px;
    top: 12px;
}
.up-ov-cmpt .nav-pills .nav-item.show .nav-link, 
.up-ov-cmpt .nav-pills .nav-link.active.dddddd:before {
    content: unset;
}
.btn_1{
    color: #000 !important;
    padding: 8px 15px;
    border: 1px solid #717171;
    margin: 0 -8px 10px 19px;
    cursor: pointer;
    transition: ease all .3s;
    font-weight: 600;
    font-size: 12px;
}
.btn_1:hover, .btn_1:focus{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-color: transparent;
    transition: ease all .3s;
}
.up-ov-cmpt .nav-pills .nav-link {
    border-radius: 0px;
    color: #707070; padding: 12px 35px;
}
.up-ov-cmpt .nav-pills .nav-item.show .nav-link, .up-ov-cmpt .nav-pills .nav-link.active {
    color: #2c2c2c;
    cursor: default;
    background-color: #fff;
    font-weight: 600;
    opacity: .9;
    letter-spacing: .2px;
    border-top: 1px solid #87d214;
    position: relative;
    z-index: 1;
}
.up-ov-cmpt {
    background: #f5f5f5;
}
.view_all .nav-link{
    font-size: 12px;
    color: #1f8deb!important;
    font-weight: 600;
    padding: 14px;
    letter-spacing: .3px;
    opacity: .8;
}
.ul{
    padding: 0 !important;
    margin: 0 !important;
}
select.select{
    background: url(../../assets/img/arrow.png) no-repeat center right 6px #f2f2f2;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 62px;
    padding: 3px 10px;
    background-size: unset;
    height: auto;
}
/* The container */
.checks_1 {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checks_1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #9f9f9f;
}
/* When the checkbox is checked, add a blue background */
.checks_1 input:checked ~ .checkmark {
    background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checks_1 input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checks_1 .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkspan{
    position: relative;
    top: -2px;
    font-weight: 500;
    opacity: .9;
}
.datedue{
    padding: 2px 0 0 31px;
    font-size: 12px;
    color: #868585;
}
.nameholder{
    padding: 2px 31px 0 0;
    font-size: 12px;
    color: #868585;
}
.task_brdli{
    border-bottom: 1px solid #e9e9e9;
    padding-top:20px;
}
/*********************form edit*********************/
.editplan_title, .creat_title{
    padding: 0 18px;
    color: #818080;
    font-weight: 300;
    font-size: 20px;
    cursor: pointer;
}
.editplan_title .back_arow, .creat_title .back_arow{
    position: relative;
    top: 1px;
    padding-right: 15px;
}
.editepading{
    padding:15px 18px;
}
.editepading label{
    color: #9a9a9a;
    font-size: 13px;
    padding-top: 12px;
}
.editepading .form-control {
    border: none;
    border-bottom: 1px solid #9a9a9a;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.editepading .form_s_control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    padding: 10px 15px;
    -webkit-appearance: menulist;
    appearance: menulist;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    background: url(../../assets/img/arrow1.png)center right 5px/12px no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.editepading p{
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    padding-top: 4px;
    padding-left: 12px;
}
.save_btn .save_btn1{
    background: #36A943;
    color: #fff !important;
    border-color: #36A943;
}
.save_btn{
    padding-right: 25px;
}
.save_btn .btn_1{
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 600;
}
.save_btn .save_btn1:hover, .save_btn .save_btn1:focus{
    box-shadow: 0 0 10px rgba(54, 169, 67, 0.70);
    border-color: transparent;
    transition: ease all .3s;
}
/*********************form edit*********************/
/*****************date input*********************/
[type="date"] {
  /*background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat;*/
  background:#fff url("../../assets/img/calendar.png")  97% 50% no-repeat;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
/*input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}
*/
/*****************date input*********************/
/*****************Add action plan*********************/
.btn_aap .btn_aap1{
    padding: 8px 30px;
}
.Add_a_p .ul{
    padding: 15px 18px !important;
}
.plans_creat .dot_li{
    font-size: 5px;
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.plans_creat .chevron_right {
    float: right;
    font-size: 22px;
    position: relative;
    top: 2px;
    padding-right: 10px;
}
p.plans_creat {
    color: #000;
    opacity: .8;
    cursor: pointer;
}
.AAP_Search{
    padding: 0 18px;
}
.AAP_Search .AAP_Search_i{
    border-radius: 0;
    font-size: 17px;
    height: 44px;
    font-style: italic;
    letter-spacing: .7px;
    background: #f8f8f8;
    border-color: #ededed;
    color: #000;
    opacity: .9;
}
.AAP_Search .AAP_Search_b{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #9c9c9c;
    padding: 0 30px;
    font-weight: 100;
}
.AAP_Search input::placeholder {
    color: #b8b8b8;
    opacity: 1;
    font-weight: 300;
}
.AAP_Search input:-ms-input-placeholder{
   color: #b8b8b8;
   font-weight: 300;
}
.AAP_Search input::-ms-input-placeholder{
   color: #b8b8b8;
   font-weight: 300;
}
.Save_add {
    color: #6da6e8;
    font-size: 13px;
    font-weight: 600;
    padding: 0 18px;
}
/*****************Add action plan*********************/

.p_l {
    padding-left: 0 !important;
}
.p_r{
    padding-right: 0 !important;
}
.table_bdr td{
    font-weight: 600;
    color: #606060;
    font-size: 13px;
}
.table_bdr td.green_cmplt{
    color: #69bf74;
}
a#add_ap {
    font-weight: 600;
    font-size: 12px;
}
.apl_ddd .actionplan2library{
    padding: 0;
}
.apl_ddd .actionplanlibrary{
    margin-left: 4px;
}
.ad_a_paln{
    margin-right: 12px;
}
.select1 .select {
    width: 125px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
}
ul.select_optionul{
    padding: 0;
}
.select_optionul li{
    display: inline-block;
    display: inline-block;
    padding-left: 12px;
    margin-bottom: 30px;
}
/**************sweetch on off****************/
.check_small .switch {
    height: 11px !important;
    width: 25px !important;
}
.check_small .slider:before{
    width: 14px;
    height: 14px;
}
.check_small input:checked + .slider:before {
    transform: translateX(12px);
}
/**************sweetch on off****************/
















/*start addactionplantemplate*/
.actionplan2library a {
    / font-weight: 600; /
    color: #0095ff;
}
.actionplan2library{
    padding-left: 79px;
    font-size: 11px;
    font-weight: 600;
}
.paddingbottom10px{
    padding-bottom: 14px;
}
.actionplanlibrary{
    font-size: 22px;
    margin-left: 100px;
    margin-top: 0px;
    color: #000;
    opacity: .8;
}
.addactiontemlibutton{
    margin-right: 71px;
}
/*.myactionplanlibraryadvinav{
    padding-left: 100px;
}*/
.myactionplanlibraryadvinav .nav-pills .nav-link {
    padding: 16px 17px !important;
}

.table_bdr thead tr{
    background: #f7f7f7;
}
.table-bordered {
    border: 1px solid #fff !important;
    border-collapse: separate !important;
}
.table th {
    padding: 3px 10px !important;
    font-weight: 500;
    color: #989898;
    font-size: 12px;
}
#MyAction{
    padding-left: 0px !important;
}
#Advisors{
    padding-left: 0px !important;
}
#Default{
    padding-left: 0px !important;
}
.tablezmdiedittag{
    font-size: 17px !important;
    outline: aqua !important;
    color: lightslategrey !important;
    font-weight: bolder !important;
}
.dropcareticonau{
    /*margin: 3px 0px;*/
    font-size: 18px !important;
}



/*checkbox css*/
.switch {
    height: 15px !important;
    width: 35px !important;
}

.switch input {
  display:none;
}

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

.slider:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 20px;
    border: 1px solid #ddd;
}

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

input:checked + .slider:before {
    transform: translateX(16px);
}

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

.slider.round:before {
  border-radius: 50%;
}
/*checkbox css*/
.halfofwidthopacity{
    width: 100%;
    opacity: 1;
    position: absolute;
    min-height: 100%;
    top: 0;
    display: block;
}
.closebtntempbtnmap{
    font-size: 18px;
    cursor: pointer;
    font-weight: 100;
    color: #aaa !important;
    position: relative;
    top: -9px;
    margin-right: 20px;
    z-index: 1;
}
/*end addactionplantemplate*/
div input::placeholder {
    color: red;
    opacity: 1;
    font-weight: 300;
}
div input:-ms-input-placeholder{
   color: red;
   font-weight: 300;
}
div input::-ms-input-placeholder{
   color: red;
   font-weight: 300;
}