body{
    font-family: 'Source Sans Pro', sans-serif;
}
.c-app, h1,h2,h3,h4,h5,h6,p,ul li, a{
    font-family: 'Source Sans Pro', sans-serif!important;

}
.c-app{
    background: #FBFBFD;
}

textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;

}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

.c-sidebar .c-sidebar-brand{
    background: #F7F7F7;
    padding: 10px 0;
}
.c-sidebar-nav{
    padding-top: 43px;
}
.c-sidebar{
    background:#040439;
}

.c-sidebar-nav-dropdown-toggle, .c-sidebar-nav-link{
    font-size: 16px;
}

.c-sidebar .c-sidebar-nav-link,
.c-sidebar a.c-sidebar-nav-dropdown-toggle {
    border-left: 2px solid transparent !important;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle:hover,
.c-sidebar .c-sidebar-nav-link:hover,
.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar-nav-dropdown.c-show a.c-sidebar-nav-dropdown-toggle,
.c-sidebar a.c-sidebar-nav-dropdown-toggle:hover {
    background: rgba(49, 27, 141, 1);
    border-color: #8B6FFF !important;
}

.c-sidebar-nav-dropdown-items {
    background: #17065e;
}

.c-sidebar .c-sidebar-nav-link {
    border-left: 2px solid transparent;
}

/*login*/
.login-page  .c-app{
    background-color: #040439;
}

.login-page  .card{
    background-color: #040439;
    max-width: 360px;
    margin: auto;
    width: 100%;
    border: 0;
}
.login-logo img{
    width: 180px;
}
.login-logo{
    text-align: center;
    margin-bottom: 30px;
}
.login-page .card form {
    background: #FFF;
    padding: 25px 25px 0 25px;
    border-radius: 8px;
    margin-top: 20px;
}

.login-page .card form  p.text-muted {
    font-size: 18px;
    letter-spacing: 0px;
    color: #171725!important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.login-bottom{
    padding-top: 18px;
    padding-bottom: 13px;
    border-radius: 0 0 8px 8px;
    background-color: #FAFAFB;
    margin-left: -25px;
    margin-right: -25px;
    font-size: 12px;
}
.login-bottom a{
    color:#171725;
    padding: 0;
}
.btn{
    font-weight: 600!important;
    border-radius: 30px;
}
.btn:focus{
    box-shadow: none!important;
    outline: 0!important;
}

.btn-primary {
    color: #fff;
    background-color: #311B8D;
    border-color: #311B8D;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dt-buttons .btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-control{
    font-size: 14px;
    height: 45px;
    background: #FAFAFB;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.form-control:focus{
    border-color: #311B8D;
    box-shadow: none;
}

.profilesettings h1{
    font-weight:  bold;
    font-size: 24px;
    letter-spacing: 0.1px;
    color: #171725;
}
.profilesettings .card{
    padding: 20px!important;
    box-shadow: 0px 6px 15px #C4CBD840!important;
    border-radius: 4px!important;
    background-color: #FFF!important;
}

.profilesettings .card-header{
    border-color: transparent;
    font-size: 18px;
    letter-spacing: 0.07px;
    color: #171725;
    font-weight: bold;
}
.profilesettings .card label {
    font-weight: 600;
    font-size: 12px;
    color: #92929D;
}

.profilesettings .card .form-control {
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
}
.btn-danger{
    background-color: #FF0000!important;
    border-color:#FF0000!important;
}

/*custom table*/
.c-main .card-header{
    background: transparent;
    border:none;
}
.c-main .card{
    background: transparent;
    border:none;
}
.card-header{
    font-weight:  bold;
    font-size: 24px;
    letter-spacing: 0.1px;
    color: #171725;
}
.table-bordered {
    border: 0px solid #ddd!important;
    box-shadow: 0px 6px 15px #C4CBD840!important;
    border-radius: 4px!important;
}
.table>thead {
    /* background: #311B8D;
    color: #FFF; */
    background: #fff;
}
table.dataTable tbody td {
    padding: 20px 10px!important;
    font-size: 16px;
    vertical-align: middle!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(226, 226, 226, 14%)!important;
}
table.dataTable tbody tr {
    background-color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    background-color: #453bea;
    color: #FFF;
}
.nav-tabs .nav-link{
    background: rgba(255,255,255,.5);
    font-size: 18px;
    font-weight: 600;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    border:1px solid transparent!important;
}

.table>thead th:nth-last-child(1) {
    border-radius:0px 4px 0px  0px;
}

.table>thead th:nth-child(1) {
    border-radius:4px 0 0  0;
}
.table a.btn.btn-xs.btn-primary {
    background: #34AA44;
    border-color: #34AA44;
    height: 30px;
    width: 63px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.table  a.btn.btn-xs.btn-info {
    background: #5733EC;
    border-color: #5733EC;
    height: 30px;
    width: 63px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}



.table .btn.btn-xs.btn-danger {
    background:#D34848 !important;
    height: 30px;
    width: 63px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}


div.dataTables_wrapper div.dataTables_paginate {
    margin: auto;
    white-space: nowrap;
    text-align: center;
    float: inherit;
    font-size: 16px;
}

span.badge.badge-info {
    margin-bottom: 9px;
    padding: 10px;
    font-weight: 400;
}

.btn-white {
    min-width: 120px;
    text-align: left;
    font-size:12px;
}
.dropdown-toggle::after{
    right:0;
    position:
            absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.u-pic img{
    border-radius: 24px;
}
span.u-name {
    line-height: 14px;
}
.role{
    display:block;
    font-size:12px;
    font-weight:normal;
    letter-spacing: 0.1px;
    color: #92929D;
}




.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #FFF;
}



span.selection {
    background-color: #5a6268;
    border-color: #545b62;
    border-radius: 5px;
}

span.select2-selection.select2-selection--single {
    background-color: #5a6268;
    border-color: #545b62;
    height: 45px;
    border-radius: 5px;
    font-weight: 600!important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:70%:
}

.select2-container--open .select2-dropdown--below{
    background: #5a6268;
    color: #FFF;
}
.select2-results__option{
    padding-right:10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    color:#5a6268;
    padding-left:10px;
}

.table.table-bordered.table-striped.table-hover.dataTable.no-footer 
td a.btn.btn-xs.btn-primary,
.table.table-bordered.table-striped.table-hover.dataTable.no-footer td a.btn.btn-xs.btn-info,
.table.table-bordered.table-striped.table-hover.dataTable.no-footer td input.btn.btn-xs.btn-danger {
    margin-bottom: 5px;
} 

.create-dryrun-env  h1{
    text-align: left;
    font-size:22px;
    letter-spacing: 0.07px;
    color: #171725;
}

.create-dryrun-env  p{
    font-size:16px;
    color: #171725;
}

.create-dryrun-env .nav-pills .nav-link{
    border-left:1px solid transparent;
    font-size: 16px;
    color:#171725;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.5s;
    padding-left: 30px;
}
.create-dryrun-env .nav-pills .nav-link.active{
  border-left:1px solid #5733EC;
  color:#5733EC;
  border-radius: 0px;
  background: transparent;
  font-weight: 700;
}

.create-dryrun-env .col-md-3:after{
  content:'';
  position: absolute;
  background-color: #cccbcb;
  left:15px;
  height: 100%;
  width: 1px;
}
.create-dryrun-env  input[type=checkbox] {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #5733EC;
    display: inline-flex;
    transition: all .3s;
}
.create-dryrun-env input[type=checkbox]:before {
    content: '';
    display: none;
    position: absolute;
    top: 0px;
    left: 3px;
    width: 4px;
    height: 7px;
    border: solid #FFF;
    
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all .3s;
}
.create-dryrun-env input[type=checkbox]:checked {
    background: #5733EC;
    outline: none;
    box-shadow: unset;
}
.create-dryrun-env input[type=checkbox]:checked:before {
    display: block;
}

button#check_access.btn-primary {
    padding: .375rem .75rem !important;
}

#get-access-home {
    min-height: 630px;
}

#get-access-home .card-body {
    padding-bottom: 10px !important;
    padding-top: 0;
}

#get-access-home .card-footer {
    background: transparent !important;
    border: 0 !important;
    padding-top: 0 !important;
}

#get-access-home .form-control {
    background: #fff;
}

.callout.callout-success {
    padding-bottom: 20px;
}

#get-access-home .form-control,
#create-dryrun-env .form-control {
    height: 38px;
    background: #fff;
}

#create-dryrun-env h2.title {
    margin-top: 0 !important;
}

.nav.flex-column.nav-pills {
    height: 100%;
    border-left: 1px solid #cccbcb;
}

.map-point {
    display: inline-block;
    padding-left: 4px;
}
.map-location-details{
    display: none;
    background: #311B8D;
    padding: 1em;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.1);
    font-size: 14px;
    color: #fff;
    width: 325px;
    position: relative;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #311B8D;
    position: absolute;
    top: -8px;
    left: 47%;
    transform: translateX(-47%);
}

.create-dryrun-env  h1{
    text-align: left;
    font-size:22px;
    letter-spacing: 0.07px;
    color: #171725;
}

.create-dryrun-env  p{
    font-size:16px;
    color: #171725;
}

.create-dryrun-env .nav-pills .nav-link{
  border-left:1px solid transparent;
  font-size: 16px;
  color:#171725;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.5s;
}
.create-dryrun-env .nav-pills .nav-link.active{
  border-left:1px solid #5733EC;
  color:#5733EC;
  border-radius: 0px;
  background: transparent;
  font-weight: 700;
}

.create-dryrun-env .col-md-3:after{
  content:'';
  position: absolute;
  background-color: #cccbcb;
  left:15px;
  height: 100%;
  width: 1px;
}
.create-dryrun-env  input[type=checkbox] {
                    -webkit-appearance: none;
                    width: 12px;
                    height: 12px;
                    border: 1px solid #5733EC;
                    display: inline-flex;
                    transition: all .3s;
                }
.create-dryrun-env input[type=checkbox]:before {
                    content: '';
                    display: none;
                    position: absolute;
                    top: 0px;
                    left: 3px;
                    width: 4px;
                    height: 7px;
                    border: solid #FFF;
                    
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                    transition: all .3s;
                }
.create-dryrun-env input[type=checkbox]:checked {
                    background: #5733EC;
                    outline: none;
                    box-shadow: unset;
                }
.create-dryrun-env input[type=checkbox]:checked:before {
                    display: block;
                }
                
                .server-connection .card{
                background: #FFFFFF 0% 0% no-repeat padding-box;
                box-shadow: 0px 6px 15px #C4CBD840;
                border-radius: 4px;
                padding: 30px 40px 30px;               
               
                box-sizing: content-box;
}
.server-connection  .card h3,
.server-status .card h3{
font-size: 24px;
font-weight: bold;
padding-bottom: 18px;
}
/* .server-status .card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 15px #C4CBD840;
    border-radius: 4px;
    padding: 30px 40px 30px;               
    min-height: 274px;
    height: 100%;
    overflow-y: auto;
    max-height: 287px;
    box-sizing: content-box;
} */

.server-status a img {
    padding-right: 5px;
    display: inline-block;
}
.server-status .card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 15px #C4CBD840;
    border-radius: 4px;
    padding: 30px 40px 30px;               
    min-height: 260px;
    height: 100%;
    overflow-y: auto;
    max-height: 320px;
    box-sizing: content-box;
}
.server-status  .fa-check-circle{
    color:#2D9C3C;
}
.server-status .card a,
.server-connection  .card a {
    color: #5733EC;
    font-weight: 700;
    font-size: 15px;
}
.server-status .card a:hover,
.server-connection  .card a:hover{
    color: #5733EC;
}

.server-status .table-responsive::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
.server-status .table-responsive::-webkit-scrollbar-track {
    background: rgba(68, 27, 208, 0.10) 
}
  
  /* Handle */
.server-status .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(87, 51, 236, 1) ;
    border-radius: 8px;
}
  
/* Handle on hover */
.server-status .table-responsive::-webkit-scrollbar-thumb:hover {
    background: rgba(87, 51, 236, 1) ;
    border-radius: 8px;
}
                /*Accordions*/
.accordion .card .card-header {
	padding: 0;
	color: #171725;
    font-weight: 700;
	text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px #C4CBD840;
    border-radius: 4px;
}
.accordion .card .card-header a{
     font-size:  15px;
     font-weight: bold;
     letter-spacing: 0px;
     color: #5733EC;
     padding-left: 5px;
}

.accordion a.download-doc img {
    display: inline-block;
    padding-right: 3px;
    padding-left: 8px;
}

.accordion a.download-doc {
    text-decoration: none;
}

#accordionExample .card {
    margin-bottom: 10px !important;
}

.server-status td {
    font-size: 15px;
}

.server-status td .fas.fa-check-circle {
    padding-left: 5px;
    display: inline-block;
}

.accordion .card .card-header a .fa.fa-right-to-bracket {
    transform: rotate(91deg);
}

.accordion .card .card-header button{
	color: #000;
	padding: 16px 20px 16px 33px;
	margin: 0;
	width: 100%;
	text-align: left;
	border: 2px solid transparent;
	font-weight: bold;
	text-decoration: none;
}

.accordion .card .card-header button:hover,
.accordion .card .card-header button:active{
	color: #171725;
    font-weight: 700;
	text-decoration: none;
    background: #FFFFFF;
    
}

.accordion .card .card-header button:focus{
	border-color: #FFF;
}


.accordion .card .card-header h4 {
	margin: 0;
}
.accordion .card  .card-body{
    padding-left: 33px;
}

.accordion .card .card-header button,
.accordion .card .card-header button:hover {
    background: url('../images/icon-plus.png') no-repeat right center;
}

.accordion .card .card-header button[aria-expanded="true"],
.accordion .card .card-header button[aria-expanded="true"]:hover {
    background: url('../images/icon-minus.png') no-repeat right center;
}

.accordion a {
	color: #171724;
	text-decoration: underline;
	font-weight: bold;
}

.accordion>.card {
	border: 0;
}

.server-details .modal-title{
    width:90%;
}
.server-details .modal-header i{
    margin-top: 5px;
}

.server-details .modal-header img {
    position: relative;
    top: 3px;
}
.server-details .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    max-height: 500px;
    overflow-y: auto;
    min-height: 250px;  
    border-bottom: 20px solid #FFF;
    border-radius: 11px;
  }
  .server-info{
    padding: 33px 33px 30px;
    background-color: #311B8D;
    margin-bottom: 33px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .server-details .info{
    display: flex; 
    flex-wrap: wrap;
  }
  .server-info .btn{
    background-color: #5733EC;
    border-color: #5733EC;
    border-radius: 8px;
    float: right;
  }
 

  .server-info h1{
    color:#FFF;
    font-size: 24px;
    font-weight: bold;
    padding-top: 0;
  }
  .server-info p{
    color:#FFF;
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    margin-bottom: 10px;
   
  }
  .server-info p a{
    color:#E1A2F0;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
   
  }

  .c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
    min-height: 63px;
  }

  .btn.add-project {
    border-radius: 30px !important;
  }
@media (max-width:767px) {
    .create-dryrun-env .col-md-3::after {
        height: auto;
    }
    .server-details .info p{
        margin-left: 0px;
      }
}
