/* ==========================================================================
   Fonts
   ========================================================================== */

   @font-face {
    font-family: 'Effra';
    src: url('/includes/fonts/effra-bold-webfont.woff2') format('woff2'),
    url('/includes/fonts/effra-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Effra';
    src: url('/includes/fonts/effra-italic-webfont.woff2') format('woff2'),
    url('/includes/fonts/effra-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'Effra';
    src: url('/includes/fonts/effra-regular-webfont.woff2') format('woff2'),
    url('/includes/fonts/effra-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Alda';
    src: url('/includes/fonts/aldapro_bold-webfont.woff2') format('woff2'),
    url('/includes/fonts/aldapro_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
.alert {
    font-size: 20px!important;
}
/* ==========================================================================
   Basic Stuff
   ========================================================================== */

/* Layout
========================================================================== */
html {
  font-size: 16px;
}
body {
  padding-bottom: 100px;
  font-family: Effra;
  font-size: 1em;
  font-size: 1rem;
  background: #fafafa;
}

.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1500px;
  }
}

/* Typography
========================================================================== */
h1,
h2 {
  font-weight: 700;
  font-family: 'Alda';
}

.page-header {
  font:  700 34px/1em 'Alda', serif;
  color: #007ac2;
}
@media all and (max-width: 768px) {
  .page-header {
    margin: 20px 0;
  }
}

/* ==========================================================================
   Button Changes
   ========================================================================== */

/* Color Overrides
========================================================================== */
/*** Primary ***/
.btn{
  font-size: 18px!important;
}
.btn-primary {
  background-color: hsl(199, 91%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a99db", endColorstr="#076996");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0a99db), to(#076996));
  background-image: -moz-linear-gradient(top, #0a99db, #076996);
  background-image: -ms-linear-gradient(top, #0a99db, #076996);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a99db), color-stop(100%, #076996));
  background-image: -webkit-linear-gradient(top, #0a99db, #076996);
  background-image: -o-linear-gradient(top, #0a99db, #076996);
  background-image: linear-gradient(#0a99db, #076996);
  border-color: #076996 #076996 hsl(199, 91%, 27.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}
.btn-primary:hover {
  background: #1085D6;
  border-color: #1085D6;
}
.btn-success {
  background-color: hsl(147, 100%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e567", endColorstr="#009e47");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00e567), to(#009e47));
  background-image: -moz-linear-gradient(top, #00e567, #009e47);
  background-image: -ms-linear-gradient(top, #00e567, #009e47);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00e567), color-stop(100%, #009e47));
  background-image: -webkit-linear-gradient(top, #00e567, #009e47);
  background-image: -o-linear-gradient(top, #00e567, #009e47);
  background-image: linear-gradient(#00e567, #009e47);
  border-color: #009e47 #009e47 hsl(147, 100%, 27.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}
.btn-success:hover {
  background: #11884A;
  border-color: #11884A;
}
/*** Info ***/
.btn-info {
  background-color: hsl(185, 100%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d2e5", endColorstr="#00909e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00d2e5), to(#00909e));
  background-image: -moz-linear-gradient(top, #00d2e5, #00909e);
  background-image: -ms-linear-gradient(top, #00d2e5, #00909e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d2e5), color-stop(100%, #00909e));
  background-image: -webkit-linear-gradient(top, #00d2e5, #00909e);
  background-image: -o-linear-gradient(top, #00d2e5, #00909e);
  background-image: linear-gradient(#00d2e5, #00909e);
  border-color: #00909e #00909e hsl(185, 100%, 27.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}
.btn-info:hover {
  background: #68D2FE;
  border-color: #68D2FE;
}
/*** Warning ***/
.btn-warning {
  background-color: hsl(44, 100%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5a800", endColorstr="#9e7300");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e5a800), to(#9e7300));
  background-image: -moz-linear-gradient(top, #e5a800, #9e7300);
  background-image: -ms-linear-gradient(top, #e5a800, #9e7300);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5a800), color-stop(100%, #9e7300));
  background-image: -webkit-linear-gradient(top, #e5a800, #9e7300);
  background-image: -o-linear-gradient(top, #e5a800, #9e7300);
  background-image: linear-gradient(#e5a800, #9e7300);
  border-color: #9e7300 #9e7300 hsl(44, 100%, 27.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}
.btn-warning:hover {
  background: #FC982D;
  border-color: #FC982D;
}
/*** Danger ***/
.btn-danger {
  background-color: hsl(353, 100%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5001a", endColorstr="#9e0012");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e5001a), to(#9e0012));
  background-image: -moz-linear-gradient(top, #e5001a, #9e0012);
  background-image: -ms-linear-gradient(top, #e5001a, #9e0012);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5001a), color-stop(100%, #9e0012));
  background-image: -webkit-linear-gradient(top, #e5001a, #9e0012);
  background-image: -o-linear-gradient(top, #e5001a, #9e0012);
  background-image: linear-gradient(#e5001a, #9e0012);
  border-color: #9e0012 #9e0012 hsl(353, 100%, 27.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}
.btn-danger:hover {
  background: #D3003F;
  border-color: #D3003F;
}

/* Style Overrides
========================================================================== */
.btn {
  font-size: 1.1em;
  font-size: 1.1rem;
}
.btn-sm {
  font-size: .8125em;
  font-size: .8125rem;
}
.btn-xs {
  font-size: .725em;
  font-size: .725rem;
}

/* Responsive Styles
========================================================================== */
@media all and (max-width: 450px) {
  .btn-sm {
    font-size: 0.8em;
    padding: 5px 8px;
  }
}

/* ==========================================================================
   Collapse Element Style
   ========================================================================== */
   [data-toggle="collapse"] .fa-angle-down {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
  }
  [data-toggle="collapse"][aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }


/* ==========================================================================
   Parsley Form Validation
   ========================================================================== */
   .parsley-errors-list.filled {
    margin: 10px 0 0;
    list-style:none;
    padding: 0;
  }
  .parsley-errors-list .parsley-required,
  .parsley-errors-list .parsley-type {
    background: #ce4840;
    color: #fff;
    padding: 10px;
    font: 700 14px/1.2em 'Effra',sans-serif;
  }

/* ==========================================================================
   Navbar
   ========================================================================== */
   .navbar-primary {
    background: #007ac2;
    color: #fff;
    border-radius: 0;
    font-family: 'Alda';
    font-weight: 700;
    border: none;
    font-size: 1.1em;
  }
  .navbar-brand {
    line-height: 36px;
    font-size: 1.25em;
    height: 70px;
  }
  .navbar-primary .navbar-nav a {
    color: #fff;
    padding: 25px 20px;
  }
  .navbar-primary .navbar-nav a.dropdown-item {
    color: #007ac2!important;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px!important;
        background: #fff;
  }
  .navbar-primary .navbar-nav a:hover,
  .navbar-primary .navbar-nav a:focus {
    background: rgba(0,0,0,.1);
  }
  .navbar-primary .navbar-nav .active a {
    background: #fafafa;
    color: #007ac2;
  }
  .navbar-toggler {
    color: #fff;
    width: 50px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
  }
/* ==========================================================================
   Form Changes
   ========================================================================== */

/* Disabled Checkboxes
========================================================================== */
.checkbox.disabled {
  color: #aaa;
}

/* DateTimePicker
========================================================================== */
.datetimepicker input{
  padding: 5px 5px 5px 40px;
  position: relative;
}
.datetimepicker:after {
  content: "\f073";
  position: absolute;
  font-family: 'FontAwesome';
  color: #ccc;
  top: 50%;
  left: 25px;
  font-size: 20px;
  margin: -13px 0 0 0;
}

/* ==========================================================================
   Table Changes
   ========================================================================== */
   thead>tr,
   thead>.row {
    background: #007ac2;
    color: #fff;
  }

   .datepicker thead>tr,
   .datepicker thead>.row {
    background: #fff;
    color: #000;
  }

  .row-divider {
    background: #347AB6;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  tfoot {
    background: #347AB6;
    color: #fff;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .table-btn-group{

  }
/* ==========================================================================
   Panels
   ========================================================================== */
   .panel {
    border-radius: 0;
  }
  .panel-heading {
    font: 700 1.5em/1em 'Alda',sans-serif;
  }
  .panel-heading h1 { font-size: 1.3em; }
  .panel-heading h2 { font-size: 1.2em; }
  .panel-heading h3 { font-size: 1.1em; }
  .panel-heading h4 { font-size: 1em; }
  .panel-heading h5 { font-size: .9em; }

/* ==========================================================================
   Card View for Event Listing
   ========================================================================== */

   .event-block {
    position: relative;
    padding: 20px 0 20px 90px;
    border-left: 1px solid #ccc;
    border-bottom: 1px dashed #ccc;
  }

  .side-date {
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
  }

  .side-date {
    font-size: 28px;
    line-height: 70px;
  }

  .side-date span {
    display: block;
    font-size: 12px;
    margin-top: -50px;
  }

  .event-block h3 {
    font-weight: bold;
    font-size: 18px;
  }

  .event-block h4 {
    font-style: italic;
    font-size: 14px;
  }

  .td-progress {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 150px;
  }

  .td-progress p {
    text-align: center;
    font-size: 16px;
    padding: 20px 0 10px;
  }

/*#event-card-listing .event-block:nth-child(odd) {
    background: #f1f1f1;
    }*/

/* ==========================================================================
   Event Overview
   ========================================================================== */

   #event-overview h3 {
    font-weight: bold;
    font-size: 28px;
  }

  #event-overview h4 {
    font-size: 18px;
    font-style: italic;
  }

  #event-overview h5 {
    font-size: 16px;
  }

  #event-overview .num {
    display: block;
    font-size: 48px;
    font-weight: bold;
  }

  #event-overview.description {
    font-size: 16px;
  }
  #event-overview .table>tbody>tr>td{
    padding: 11px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }

  #num-wrap {
    padding: 60px 0 20px;
    background: #efefef;
    margin-top: 15px;
  }

  .add-role-btn {
    display: block;
    margin: 20px 20px 10px;
  }

  #role-overview {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }

  .role-box {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  #event-overview .btn-accept{
    width: 65px;
    margin-bottom: 10px;
    display: block;
  }
/*.role-box img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    margin: 0 auto 15px;
    }*/

    .role-box.filled  {
      background: #fff;
    }

    .role-box .role-header {
      background: #007ac2;
      color: #fff;
      color: rgba(255,255,255,.5);
      margin: -20px -20px 15px -20px;
      padding: 10px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .role-box .role-header.color-2 { 
      background: #1d8586;
    }

    .role-box .role-header.color-3 { 
      background: #801d86;
    }

    .dates-display {
      font-size: 120%;
    }

    .dates-display h5 {
      margin-top: 10px;
      font-size: 12px;
    }

    .role-checkboxes .checkbox {
      margin-bottom: 20px;
    }

/* Role Navigation
========================================================================== */
.role-nav {
  padding-bottom: 0;
}
.role-nav .role-header {
  margin-bottom: 0;
}
.role-nav__item {
  display: block;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-weight: 700;
  overflow: hidden;
  margin: 0 -20px;
  padding: 10px 20px;
  color: color: #007AC3;
  line-height: 1.1em;
}
.role-nav__item+.role-nav__item {
  border-top: 1px solid #85BCE1;
}
.role-nav__item small {
  display: block;
  color: #85BCE1;
  font-size: .7em
}

/* Responsive Styles
========================================================================== */
@media all and (max-width: 768px) {
  /*** Top Numbers ***/
  #num-wrap {
    padding: 10px 0 0;
    font-size: .9em;
  }
  .add-role-btn {
    margin: 20px 0;
  }

  /*** Role Nav ***/
  .role-nav__wrapper {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0 -10px 0;
  }
  .role-nav {
    position: relative;
  }
  .role-nav:after {
    content: '';
    width: 40px;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
  }
  .role-nav__item {
    display: inline-block;
    padding: 15px;
    margin: 0;
    border: none;
    margin: 0 0 -7px 0;
  }
  .role-nav__item+.role-nav__item {
    border:none;
    border-left: 1px solid #027ac2;
  }
  .role-nav__item:last-child {
    margin-right:50px;
  }
  /*** Role Boxes ***/
  .role-box {
    padding: 20px 10px;
  }
  .role-box .table-responsive {
    display: block;
  }
}

/* ==========================================================================
   Staff Profile Page
   ========================================================================== */

   #profile-upper h1 {
    font-weight: bold;
    font-size: 32px;
  }

  #profile-upper h2 {
    font-style: italic;
    font-size: 22px;
  }

  #profile-upper p.stat {
    font-size: 18px;
    margin-top: 15px;
  }

  #profile-upper p.stat span {
    width: 30px;
    text-align: center;
    bottom: -2px;
    position: relative;
    top: auto;
  }

  #profile-upper h3 {
    border-bottom: 1px dashed #ccc;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  #profile-upper span.label {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 40px;
  }

/* ==========================================================================
   Multi Select Overrides and Additions
   ========================================================================== */

   .ms-container {
    width: 100%;
  }

  .ms-selection input, .ms-selectable input {
    margin-bottom: 5px;
  }

/* ==========================================================================
   Custom Tab Styling
   ========================================================================== */

/* .nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px 0 0 0;} */

.nav-tabs {
  font-weight: bold;
}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

.well {
  background: #fff;
}
/* ==========================================================================
   Blackout Dates
   ========================================================================== */

   #blackout-form-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  #blackout-form-wrap button {
    margin-top: 25px;
  }
/* ==========================================================================
   Invoice sidepanel
   ========================================================================== */
   .menu{
    border: 1px solid #ddd;
    padding: 5px 15px;
    display: block;
  }
  .menu ul{
    list-style:none;
  }
  .main-filter{
    padding-left:5px;
  }
  .subheading{
    padding-left:5px;
  }
  .main-filter li{
    font-weight:700;
    line-height: 1.4em;
    padding: 10px 0;
  }
  .sub-heading li{
    font-weight:500;
    line-height: 1.5em;
    padding: 0;
  }
  .menu h4{
    padding: 0;
    color: #757575;
  }
  .dropdown-item{
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px;
  }
  .dropdown-item:nth-child(2){
    color: #04bc04;
  }
  .dropdown-item:nth-child(3){
    color: #ed1515;
  }
  .dropdown-item:hover{
    background: #f2f2f2;
    text-decoration: none;
  }
  .btn-group button{
    font-size: 14px;   
    padding: 5px 45px 5px 10px;
  }
  .icons8-plus-math {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIgogICAgIHZpZXdCb3g9IjAgMCA1MCA1MCIKICAgICBzdHlsZT0iO2ZpbGw6IzAwMDAwMDsiCiAgICAgY2xhc3M9Imljb24gaWNvbnM4LXBsdXMtbWF0aCI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iICIgZD0iTSAyNCA5IEwgMjQgMjQgTCA5IDI0IEwgOSAyNiBMIDI0IDI2IEwgMjQgNDEgTCAyNiA0MSBMIDI2IDI2IEwgNDEgMjYgTCA0MSAyNCBMIDI2IDI0IEwgMjYgOSBaICI+PC9wYXRoPjwvZz48L3N2Zz4=') 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5px;
  }
  .menu-check{
    margin-right: 15px!important;
  }
  #edit .alert-success {
    color: #000;
    background-color: #f8c76e;
    border-color: #f8c76e;
    font-size: 23px;
  }
/* Reponsive Styles
========================================================================== */
@media all and (max-width: 768px) {
  .menu {
    display: none;
  }
  #table--invoice-list {
    margin-top: 20px;
  }
  #table--invoice-list.collapsed tbody>tr>td:first-child:after {
    display: none;
  }
  #table--invoice-list.collapsed .dropdown-menu {
    left: auto;
    right: 0;
  }
  #table--invoice-list.collapsed .dtr-details .dtr-title {
    width: auto;
    float: none;
    margin-right: 10px;
  }
}

/* ==========================================================================
   Datatable Edits
   ========================================================================== */

/* Responsive Changes
========================================================================== */
.table-responsive {
  width: 100% !important;
}
.dataTables_wrapper div.dataTables_length label,
.dataTables_wrapper div.dataTables_filter label {
  display: block;
}

/*** Details ***/
.collapsed tbody>tr>td:first-child:after,
#table--invoice-list.collapsed tbody>tr>td:nth-child(2):after {
  content: 'View Details';
  padding: 3px 0;
  text-align: center;
  display: block;
  background: #027AC2;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .7em;
  margin: 5px 0 0;
}
.collapsed tbody>tr.child>td:after {
  display: none;
}
.dtr-details {
  padding: 8px;
  list-style: none;
  background: #eee;
  margin: -8px;
}
.dtr-details .dtr-title {
  font-weight: 700;
  width: 30%;
  float: left;
}
.dtr-details .dtr-title:after {
  content: ':';
}

.tracking-details p {
  margin: 0 0 0 0;
}

.tracking-details h3 {
  margin: 10px 0 10px;
  height: 40px;
}
.tracking-details{
  height: 500px;
  overflow: scroll;
}
.full-history {
  border-left: 1px solid #000;
  margin-top: 20px;
}

.history-item {
  padding: 20px;
  position: relative;
}

.history-item:before {
  content: '';
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #f5f5f5;
  border-radius: 10px;
  top: 50%;
  margin-top: -10px;
}

.history-item p:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.history-item p:last-child {
  font-size: 14px;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}

.full-history {
  margin-bottom: 10px;
}

.label {
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}
#reports .section-overview{
  border: 1px solid #ccc;
  padding: 25px;
  margin: 15px;
  text-align: center;
}
#reports .section-overview h4 {
    margin-top: 40px;
    font: 700 1.5em/1em 'Alda',sans-serif;
}
#reports .report-icon{
  font-size: 45px;
  color: #007ac2;
  text-align: center;
  margin: 15px auto;
  display: block;
}
#reports .section-footer{
  margin-top: 25px;
}
@media(max-width:500px){
  #event-overview .nav-tabs>li{
        width: 25%;
            font-size: 14px;
  }
}

.role-header {
    position: relative;
}

.role-header .btn-edit {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 15px;
}