body,
html {
    font-family: 'Roboto', sans-serif;
}

.h-100v {
    height: 100vh
}
.logo{
    max-width:170px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* Login page css */
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
    text-align: center;
    font-weight: 100;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 12px;
}

.btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    padding: 8px 14px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-orange {
    background: #ff9900;
}

.txt-dark-orange {
    color: #ee953f;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.card-signin input {
    border: 0;
}

/* Placeholder */
.card-signin ::placeholder {
    opacity: 1;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.card-signin:-ms-input-placeholder {
    color: #000;
    font-weight: 700;
    text-align: center;
}

.card-signin::-ms-input-placeholder {
    color: #000;
    font-weight: 700;
}

.form-container ::placeholder {
    opacity: 1;
    color: #000;
    font-weight: 700;
}

.form-container:-ms-input-placeholder {
    color: #000;
    font-weight: 700;
    text-align: center;
}

.form-container::-ms-input-placeholder {
    color: #000;
    font-weight: 700;
}

/*Dahboard css*/
.topbar {
    background-color: #525252;
    width: 100%;
}
.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .64rem;

}
 .navbar, .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.navbar-nav{
    line-height: 44px;
}
.f-size{font-size:1.5rem}

.btn-info, .btn-info:hover {
    color: #fff;
    background-color: #39485e !important;
    border:1px solid #39485e;
}
.social a, .social a:hover{
text-decoration:none;
}
.dashboard .fa {
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
}
.divider-new, .navbar .nav-flex-icons {
    flex-direction: row;
}
.navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fas {
    padding-right: 6px;
    padding-left: 6px;
}
.dashboard .fa:first-child {
    padding: 0 10px 0 0;
}

.dashboard .addFiles {
    background: #4e627e;
    padding: 16px 10px;

}

.dashboard .addFiles i span {
    font-size: 14px;
}

table td button.btn {
    padding: .2rem 2rem;
    width: 120px;
}
.card-table {
    margin-bottom:200px;
}
.table td,
.table th {
    vertical-align: middle !important;
    font-weight: 500;
    color: #999;
    font-size: 12px;
}

/* sidebar */
.sidenav {
    height: 100%;
    background-color: #525252;
    margin: 0 auto;
    float: left;
}

.sidenav a {
    text-decoration: none;
    color: #fff;
    display: flex;
    text-align: center;
    margin: 40px;
    padding: 20px;
    font-size: 1.1rem;
    justify-content: center;
}

.btn-circle {
    width: 60px;
    height: 60px;
    background-color: #bfbfbf;
    border-radius: 50%;
}

.form-name .form-group {
    margin-bottom: 0;
    padding: 20px
}

.sidenav a:hover,
.active {
    background-color: #ed7d31;
}

.main {
    width: 100%;
    font-size: 1rem;
/*    padding: 0px 10px;
    max-width: 1280px;*/
    margin: 82px auto;
}

.main-container {
    /*border: 2px dashed #a6a6a6;*/
    display: block;
    width: 100%;
    /*background: #f7f7f7;*/
    margin: 0 20px;
    padding: 20px 30px 10px;
}

.btn-lightdark {
/*    background-color: #a6a6a6;
    color: #fff;
    padding: 8px 30px;
    border-radius: 0;*/
    background-color: #525252;
    color: #fff;
    padding: 8px 30px;
    border-radius: 1;

}

.btn-lightdark:hover {
/*    background-color: #fff;
    color: #a6a6a6;
    border: 1px solid #a6a6a6;*/
    background-color: #eaeaea;
    color: #0a0a0a;
    border: 1px solid #4CAF50;
}

.form-container .bglight,
.bglight:focus {
    background-color: #fbe5d6 !important;
}

.form-container .bglighter {
    background-color: #f4b183;
    border-right: 1px solid #c55a11;
    border-bottom: 1px solid #c55a11;
}

.form-container textarea {
    resize: none;
    border-radius: 0;
    font-family: 'Roboto';
    font-size: 1rem;
}

.form-control:focus {
    box-shadow: none;
}

.form-container .form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
}

.form-container textarea::placeholder {
    color: #000;
}

.form-name .form-control {
    padding: 26px 10px;
    border: 1px solid transparent;
}

.form-name .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-container .bgdark {
    background-color: #ed7d31;
}

.form-container {
    background-color: #ed7d31;
    height: 440px;
    border: 1px solid #c55a11;
}

.form-container textarea.form-control {
    height: 100px;
    border: 0;
    border-radius: 0;
}

.form-container .border-r {
    border-right: 1px solid #c55a11 !important;
    border-bottom: 1px solid #c55a11 !important;
}

.form-container .h-200 {
    height: 105px !important;
}

.form-container .h-140 {
    height: 110px !important;
}

.form-container .w-70 {
    width: 70%;
}

.labelsleft .top-left {
    position: absolute;
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: top left;
    top: 85px;
    /*left: 38px;*/
}

.labelsleft .second {
    top: 195px;
}

.labelsleft .third {
    top: 349px;
}

.labelsleft .content {
    transform: scaleX(-1);
}

/* ===================== key-focus ===================== */

.key-container span, .el-outcomes span {
    display: block;
    font-size: 1.2rem;
}

.key-container .form-inline .form-control {
    border-radius: 0;
    height: 35px;
    border: 1px solid #000;
}

.key-container .form-inline input {
    margin: 0 6px;
}

.key-container .orange-box {
    background-color: #ed7d31;
    color: #fff;
    line-height: 110px;
    text-align: center;
    font-size: 1.1rem;
    border: 1px solid #c55a11;
}

.key-container .form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    border-radius: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.key-container .form-group input [type="text"] {
    cursor: default;
}

.key-container .form-group label {
    position: relative;
    cursor: pointer;
}

.key-container .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.key-container .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*  -------  Focus Area -------   */
.focus-area {
    background: #f2f2f2;
    width: 100%;
    /*height: 490px;*/
    height: 92.6%;
    padding: 50px;

}
/*hasan change*/
.focus-area .btn-custom {     
    background-color: #ed7d31;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #c55a11;
    margin: 0 auto;

}
/*end*/
.key-container .arrow {
    display: flex;
    align-items: center;
    height: 500px;
    justify-content: center;
}

.key-container .arrow img {
    cursor: pointer;
}
/*hasan change*/
.key-container .form-control {
    /*display: -webkit-inline-box;;*/
    display: -webkit-inline-box;
    width: 80%;
    border-radius: 1;
    height: 30px;
    /*border: 1px solid #000;*/
}
/*end*/
/* ------------------- Elaborate-outcomes -------------------  */
.el-outcomes {
    /*border: 1px solid #c55a11;*/
    padding: 6px 30px;
    margin: 0;
}

.el-outcomes .bg-lightdark {
    background: #7f7f7f;
    color: #fff;
    padding: 6px;
    font-size: 14px;
}

.el-outcomes .focusA {
    background: #c55a11;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}

.el-outcomes .focus-box {
    /*border: 1px dashed #c55a11;*/
    background: #ed7d31;
    height: 125px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: white;
    padding: 11px;
    overflow: auto;
}

.focus-box ul {
    margin: 0;
    padding: 3px;
}

.focus-box ul li {
    font-size: 10px;
    margin: 5px;

}
/* Evolution solution */
.ev-solution .table thead th{
    background:#ed7d31;
    color:#fff;
}
.ev-solution .table thead th:last-child{
    background:#505050;
    color:#fff;
    width:200px;
}

.ev-solution tr:nth-child(even),
.shape-plan tr:nth-child(even) {
    background-color: #fcece8;
    color:#000;
}
.ev-solution tr:nth-child(odd),
.shape-plan tr:nth-child(odd) {
    background-color: #f8d7cd;
    color:#000;
}
.ev-solution .table td, .shape-plan .table td{
    color:#000;
    text-align:center;
}
.ev-solution .table-bordered td, 
.ev-solution .table-bordered th,
.shape-plan .table-bordered td, 
.shape-plan .table-bordered th {
    border: 1px solid #fff;
}

.shape-plan .table thead th{
    background:#ed7d31;
    color:#fff;
}
.wi-100{width:100px;}
.sm-width{width:120px;}
.bg-blue{
    background-color: #203864 !important;
}
.bg-cyna{
    background-color: #7f6000 !important;
}
.bg-green{
    background-color: #00b050 !important;
}
.mt-20{
    margin-top:120px;
}
table .fa, .fas{
    color:#7d7979;
}
/*Header */
.navbar {
    background-color: #e86638;
}
.fa, .fas {
    font-weight: 900;
    color:#fff;
}
/*Footer css */
footer {
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    width: 100%;

  }
  .font-small {
    font-size: .9rem;
}
.page-footer, .top-nav-collapse {
    background-color: #1C2331;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,.6);
    background-color: rgba(0,0,0,.2);
}
footer.page-footer a {
    color: #fff;
}
/* meadia query css */

/*page 11 css */
.sm-img {
    height: 150px;
}

.stories .card {
    border: 1px solid #ed7d31;
    border-radius: 0;
    overflow: hidden;
    background: #f2f2f2;
}

.img-text {
    position: relative;
}

.img-text .title span {
    font-size: 12px;
    color: #bbdece;
}

.img-text .title h5 {
    font-size: 14px;
    color: #2f999c;
}

.rstories .table td,
.rstories.table th {
    border-top: 0;
}

.img-text .title {
    position: absolute;
    top: 0;
    padding: 5px;
}



.table-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 50px 0 0;
}

.plus-icon {
    width: 30px;
    height: 30px;
    background: #e7e6e6;
    color: #000;
    position: absolute;
    right: 12px;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 25px;
    cursor: pointer;
}

.sm-font-12 {
    font-size: 12px;
    color: #000;
    padding: 0;
}

.green-block {
    background: #a7f438;
    padding: 5px;
    margin: 5px;
    box-shadow: 0 8px 6px -6px black;
}

.btn-dark {
    background-color: #7f7f7f;
    color: #fff;
    border-radius: 0;
    padding: 2px 8px;
    width: 30px;
    border: 0;
}

.txt-right {
    text-align: right;
}

a.action {
    font-weight: bold;
    color: #000;
}

.stories .card .card-body {
    padding: 0.6rem;
}

.stories .card p {
    font-size: 12px;
}


/* ========================== Flow chart ========================== */
.mind-block {
    margin-bottom: 3rem;
}

.flow-tree {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 50px 0 0 0px;
    margin:0 auto;
    width: 540px;
    overflow: auto;
   
}

.item {
    flex: 0 32%;
    height: 100px;
    margin-bottom: 12%;
}
/* .ideasline:after{
    content: '';
    width: 0;
    height: 10%;
    position: absolute;
    border: 1px solid black;
    top: 15px;
    right: 0;
    transform: skewX(70deg);
    z-index: -1;
} */

.ideas:after {
    content: '';
    width: 0;
    height: 20%;
    position: absolute;
    border: 1px solid black;
    top: 85px;
    left: 168px;
    transform: skewX(30deg);
    z-index: -1;
}

.focus:after {
    content: '';
    width: 0;
    height: 20%;
    position: absolute;
    border: 1px solid black;
    top: 85px;
    right: 185px;
    transform: skewX(-30deg);
    z-index: -1;
}

.focus2:after {

    content: '';
    width: 0;
    height: 20%;
    position: absolute;
    border: 1px solid black;
    top: 260px;
    left: 165px;
    transform: skewX(-30deg);
    z-index: -1;
}

.focus3:after {
    content: '';
    width: 0;
    height: 20%;
    position: absolute;
    border: 1px solid black;
    top: 260px;
    right: 185px;
    transform: skewX(30deg);
    z-index: -1;
    }

.fries-Title{
    background: #ed7d31 !important;   
}
.fries-Title:hover{
    background: #c55a11 !important;   
    color: #fff;
    text-decoration: none;
}
.btn-flow{
    background: #c55a11;
    padding: 26px 30px;
    color: #fff;
    border-radius: 8px;
   
}
.btn-flow:hover {
    background: #ed7d31;
    color: #fff;
    text-decoration: none;
}

.tree td {
    line-height: 50px;
    border-top: 0;
}
.mind-block p{
font-size:12px;
font-weight:500;
}

.main1 {
    width: 100%;
    font-size: 1rem;
    margin-left: -15px;
}

/* meadia query css */
@media screen and (max-width:767px) {
    .el-outcomes .focusA {
        margin-bottom: 12px;
        height: auto;
        background: #c55a11;
    }
}

@media screen and (min-width:992px) {
    .key-container .wid-2 {
        max-width: 2% !important;
    }

}

@media screen and (max-width:991px) {
    .key-container .arrow {
        height: auto;
    }

    .key-container .arrow img {
        transform: rotate(90deg);
    }
}

@media screen and (max-width:900px) {

    .labelsleft .first,
    .labelsleft .second,
    .labelsleft .third {
        left: 18px;
    }
}

@media screen and (max-width:768px) {

    .form-container .w-70,
    .form-container .w-50 {
        width: 100% !important;
    }
    .print .form-container .w-70,
    .form-container .w-50 {
        width:80% !important;
    }
}


@media screen and (max-width:575px) {
    .key-container .orange-box {
        margin-bottom: 18px;
    }

    .key-container .form-control {
        width: 90%;
    }
}

@media screen and (max-width:657px) {

    .labelsleft .first,
    .labelsleft .second,
    .labelsleft .third {
        left: -10px;
    }

    .form-container .border-r {
        border-right: 0 !important;
    }
}