﻿/*Reset*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #2a2a2a;
	font-weight: 400
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed
}
header nav ul li {
    display: table-cell;
    padding: 0 1px;
}
header nav ul li a {
    display: block;
    background-color: #1582dc;
    color: #fff;
    padding: 12px 10px;
}
header nav ul li:hover a, header nav ul li.active a {
    background-color: #15db81;
    color: #fff;
    text-decoration: none;
}

.home strong {
    color: #15db81;
    font-size: 30px;
    /*vertical-align: top*/
}
.home .col {
    height: 100%
}
.home .col img {
    width: 60px
}

/*Priorities*/

.priority-tab .nav-pills{
    justify-content: space-between;
}
.priority-tab .nav-pills .nav-link{
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}
.priority-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}
/*.priority-menu{
    margin-bottom:30px;
}*/
.priority-menu-holder{
    margin-top: 30px;
    margin-bottom:15px;
    border-bottom:1px solid #e4e4e4;
}
/*.priority-menu ul{
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.priority-menu ul li{
    background-color:#007bff;
    width: 100%;
    margin: 0 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.priority-menu ul li:last-child{
    margin-right: 0;
}
.priority-menu ul li:first-child{
    margin-left: 0;
}
.priority-menu ul li:hover, .priority-menu ul li:focus{
    background-color:#004da0;
}
.priority-menu ul li.active{
    background-color:#004da0;
}
.priority-menu ul li.active a, .priority-menu ul li.active a:hover, .priority-menu ul li.active a:focus{
    color:#fff;
}
.priority-menu ul li a{
    color: #fff;
    padding: 15px;
    display: block;
}
.priority-menu ul li a:hover, .priority-menu ul li a:focus{
    text-decoration: none;
    color:#fff;
}*/
.priority-flex-button{
    margin-bottom:15px;
    margin-top:15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.priority-buttons button{
    width:100%;
    padding: 40px;
}
.priority-button-holder hr{
    width:100%;
}
.priority-sub-buttons button{
    margin-bottom:15px;
}
.btn-active-left{
    margin-left:15px;
}
.priority-menu-inner h3{
    float: left;
    margin-bottom: 20px;
}

.priority-button-inner .nav-pills{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.priority-button-inner .nav-pills .nav-link{
    text-align:center;
    /*background-color: #007bff;*/
    color:#fff;
}
.priority-button-inner .nav-pills .nav-item:first-child{
    margin-left:0;
}
.priority-button-inner .nav-pills .nav-item:last-child{
    margin-right:0;
}
.priority-button-inner .nav-pills .nav-item{
   margin: 0 10px;
}

.priority-tab-content{
    margin-top:20px;
}
.priority-tab-inner{
    border: 1px solid #004da0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top:20px;
    height: 100%
}
.priority-tab-header{
    padding:15px;
    background-color:#004da0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.priority-tab-header h5{
    color: #fff;
    margin-bottom: 0;
}
.priority-tab-innercont{
    padding:15px;
}
.priority-tab-innercont button{
    margin:0 auto;
    display:table;
}
.tab-button-left{
    border-right:1px solid #004da0;
}

.priority-tab-innercont ol, ul{
    padding-left:15px;
    /*list-style-type: none;*/
}
.priority-list-mod ol, ul{
    list-style-type: none;
}
.priority-tab-innercont a{
    display: inline-block;

    color:#000;
}
.priority-tab-innercont li{
    padding-left:10px;
    margin-bottom: 10px;
}
.priority-tab-innercont h6{
    margin-top: 0.5rem;
}
.buttons-group button{
    display: inline-block;
}
.btn-same-size{
    width:150px;
}
.p-central-align p{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
.priority-tab-innercont .fa{
    margin-right:20px;
}
.fa-file-text{
    color:#1582dc;
}

.file-upload {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 3px !important;
    background: #171a1d;
    text-transform: uppercase;
    font-size: 13px;
    border:none !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow:none;
    padding: .5rem 1rem !important;
    font-family: Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;

}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#fileuploadurl{
    display: inline-block;
    border:none;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-size: 11px;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
}
.fa-upload{
    display: block;
    margin: 0 auto;
    margin-right:0 !important;
    color:#1582dc;
}

/*css fix*/
.tab-nav {
    display: table;
    width: 100%
}
.tab-nav li {
    display: table-cell;
    vertical-align: middle
}


input[type=checkbox]{
    margin-right:10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    top: 4px;
}
input[type=radio]{
    top: 0;
    margin-right: 5px;
}
.filter-base{
    margin-top: 15px;
}
.filter-top{
    border:1px solid #004da0;
}
.filter-top-left-sub, .filter-top-sub{
    padding: 15px;
}
.filter-top-sub h6{
    color:#868686;
}
.filter-top-sub-nopad{
    padding-bottom:0;
}
.filter-top-sub-notoppad{
    padding-top:0;
    padding-bottom: 0;
}
.filter-top-left-sub{
    height: 100%;
    background-color: #004da0;
}
.filter-top-left-sub h6{
    color:#fff;
}
.btn-white{
    background-color:#fff;
    color:#000;
}
.filter-left-btn-grp button{
    margin-bottom:15px;
    margin-top:15px;
}
.filter-left-btn-grp button:first-child{
    margin-top:0;
}
.filter-left-btn-grp button:last-child{
    margin-bottom:0;
}
.filter-bottom{
    margin-top:15px;
    width:1110px;
    overflow: auto;
}

/*Flex table*/

.is-striped {
  background-color: rgba(233, 200, 147, 0.2);
}

/* Table column sizing
================================== */
.strategy-cell {
  /*width: 20%;*/
  width:400px;
}

.rank-cell {
  /*width: 5%;*/
    width: 80px;
}

.desc-cell {
  /*width:30%;*/
    width: 500px;
}

.crtc-cell {
  /*width: 10%;*/
  width: 140px;
}

.bsp-cell {
  /*width: 10%;*/
  width: 140px;
}
.unimp-cell{
  /*width: 10%;*/
  width: 140px;
}
.agency-cell{
  /*width: 10%;*/
  width: 140px;
}
.diff-cell{
  /*width: 10%;*/
  width: 140px;
}
.resource-cell{
  /*width: 10%;*/
  width: 140px;
}
.ext-cell{
  /*width: 10%;*/
  width: 140px;
}

/* Apply styles
================================== */
.Rtable {
  /*display: flex;*/
  display:table;
  flex-wrap: wrap;
  /*margin: 0 0 3em 0;*/
  padding: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.Rtable .Rtable-row {
  width: 100%;
  display: flex;
}
.Rtable .Rtable-row .Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
}
.Rtable .Rtable-row .Rtable-cell.column-heading {
  background-color: #737373;
  color: white;
  padding: 1em;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
  display: block;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
  font-size: 2em;
  color: #333;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .webinar-date {
  font-weight: 700;
}

/* Responsive
==================================== */
@media all and (max-width: 750px) {
  .is-striped {
    background-color: white;
  }

  .Rtable--collapse {
    display: block;
    width: 100%;
    padding: 1em;
    box-shadow: none;
  }
  .Rtable--collapse .Rtable-row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
  .Rtable--collapse .Rtable-row .Rtable-cell {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
  .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
    display: inline-block;
    flex: 1;
    max-width: 120px;
    min-width: 120px;
    color: #43BAC0;
    font-weight: 700;
    border-right: 1px solid #ccc;
    margin-right: 1em;
  }
  .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
    flex: 2;
    padding-left: 1em;
  }
  .Rtable--collapse .topic-cell {
    background-color: #43BAC0;
    color: white;
    font-weight: 700;
    order: -1;
  }
  .Rtable--collapse .topic-cell .Rtable-cell--content {
    padding-left: 0 !important;
  }
  .Rtable--collapse .Rtable-row--head {
    display: none;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable.Rtable-cell {
  width: 100%;
}

/*Flex table ends*/
.checkbox-label{
    font-size:11px;
    margin-bottom:0;
}
.checkbox-label input[type="checkbox"]{
    margin-right:10px;
}
.filter-top-sub hr{
    margin-top:0;
    margin-bottom: 5px;
}
.filter-left-btn-grp{
    margin-bottom: 0;
}


/*Business units*/
.business-units {
    padding: 0 15px
}
/*.business-units .col {
    padding-left: 5px;
    padding-right: 5px
}*/
.business-units a, .business-units-active a {
    border-radius: 35px;
    font-size: 18px;
    text-decoration: none;
    margin: 5px
}
.business-units-active a:first-child{
  margin-right:15px;
}


/*custom table*/
.custom-table {
    display: table;
    width: 100%;
    /*table-layout: fixed*/
    text-align: left
}
.custom-table-cell {
    display: table-cell;
}

.filter-bottom .table .thead-dark th{
    vertical-align: middle;
}

.business-unit-button-group-top{
  border:1px solid #004da0;
  margin:15px 0;
}
.business-units-active{
  background-color:#004da0;
  padding:15px;
}
.business-units-btn-grp-right{
  padding: 15px 0;
}
.business-units-btn-grp-right button{
  margin-right:15px;
}
.business-units-btn-grp-right .btn-active{
  box-shadow: 0 0 0 0.2rem rgba(82,88,93,.5);
}
.business-units-active .fa-arrow-circle-left{
  color:#fff;
  vertical-align: middle;
}

.btn-mod{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.table td{
    vertical-align:middle;
}

/*18.02.19*/

.dot {
  height: 15px;
  width: 15px;
  background-color: #004da0;
  border-radius: 50%;
  display: inline-block;
}
.dot:focus{
  outline:none;
}

.table-report .table td, .table-report .table th{
  text-align: center;
}
.table-report .table td a{
  width:100%;
}
.report-header{
  margin-top:30px;
  margin-bottom:30px;
}
.report-header a{
  float:left;
  margin-right:15px;
}


/*19.02.19(Report)*/

.footer-holder {
    padding: 15px 0;
    text-align: center;
}
.footer-brand h6 {
    color: #000;
}
.report-btn-grp{
  margin-bottom: 10px;
}
.report-btn-grp a{
  color: #fff;
  font-size:15px;
}
.report-btn-grp a:hover, .report-btn-grp a:focus{
  color:#efefef;
  text-decoration: underline;
}
.report-top-left{
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.reports{
  height:100%;
}
.report-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height: 100%;
    padding:15px;
}
.report-card a{
    border-radius: 35px;
    font-size: 12px;
    text-decoration: none;
    width: 100px;
    display: inline-block;
    margin: 5px auto;
}
.report-card-check-holder{
  width: 75%;
  margin:0 auto;
}
.report-card-check-holder .checkbox-label{
  text-align: left;
}
.report-card-check-holder input[type=checkbox]{
  position: relative;
  top: 2px;
}

/*22.02.19*/

.filter-bottom ul, ol{
  list-style-type: inherit;
}

/*timeline*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #1582dc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.time-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.time-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1582dc;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1582dc transparent #1582dc;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
    width:100%;
    padding: 20px 30px;
    background-color: #1582dc;
    position: relative;
    border-radius: 6px;
    display: table;
    justify-content: center;
    align-items: center;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.content h5{
  color:#fff;
}
.content h2{
  color:#fff;
}
.content p{
  color:#fff;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }

  /* Full-width containers */
  .time-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .time-container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
.content-left{
    background-color: #FF9F55;
    text-align: center;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: 30%;
}
.content-right{
    display: table-cell;
    padding-left: 30px;
}
.content-right-inner{
    margin-bottom: 10px;
}
.content-right h6{
  color:#FF9F55;
  font-weight: 600;
  margin-bottom: 0;
  /*background: #FF9F55;
  text-align: center;
  padding: 3px;
  border-radius: 30px;*/
}
.content-right ul{
  padding:0;
  margin:0;
  list-style-type: none;
}
.content-right ul li{

}
.content-right ul li a{
  color:#fff;
  text-decoration: none;
  position: relative;
  font-size: 13px;
}
.content-right ul li a::before{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  transform: rotate(45deg);
  left: -18px;
  top: 8px;
}

