@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);*/
/* DOCUMENT INFORMATION
    - Laces
    - Version:  1.0
    - Authors:  Paul Harrison, Liam Read  
*/

body {
    background: #eeeff1;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color:#3d3d3d;
    font-size: 15px; 
}

.body-l-blue {
    background: #3e4750;
    height: 100vh;
    display: table;
    width: 100%;   
}
.body-d-blue {
    background:#6880ca;    
}

a {
    color: #5fd080;
    outline: 0 !important;
    text-decoration:none !important;   
}
a:hover {
    color: #5fd080;
    text-decoration:none !important;   
}
p {
    padding:8px 0;    
}

.nopad {
    padding:0 !important;    
}
.nomarg {
    margin:0 !important;    
}

.btn {
    outline: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}

.container-admin {
    width: 600px;
    margin: 50px auto 0 auto;
    background: #fff;
    padding: 25px 35px 40px 35px;
    border-radius: 3px;    
}

.container-footer {
    width: 600px;
    margin: 0 auto;    
}


/*---  Parsley Errors ------------------*/
.parsley-error {
    border:2px solid #FB6363 !important;
    background: #FCECEC;
}
.parsley-errors-list {
    color: rgb(251, 99, 99);
    font-weight: bold;
    padding: 10px 10px 10px 40px;    
}
.parsley-required {
    padding-left: 15px;    
}


/*---  Notify Default  -----------------*/

.notify-alert {
  position: fixed;
  bottom: 0;
  right: 0px;
  background: #66c84d;
  text-transform: uppercase;
  font-weight: bold;
  z-index:999;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px 20px;   
}
.notify-alert .notify-close {
  display: inline-block;
  background: rgba(0, 0, 0, 0.11);
  color: rgba(0, 0, 0, 0.2);
  top: 0px;
  right: 0px;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 10px 13px;
  margin: -10px -15px -10px 20px;  
}
.notify-alert .notify-message .top-message {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;  
}
.notify-alert .notify-icon {
  margin-right: 15px;
  font-size: 18px;  
}
.notify-alert .notify-message {
  padding-right: 25px;  
}

/*---  Notify Success  -----------------*/
.notify-success {
  background: #66c84d;
}
.notify-success .notify-message {
  display: inline-block;
  line-height: 1;  
}

/*---  Notify Error  -----------------*/
.notify-error {
  background: #e13b3b;  
}
.notify-error .notify-icon {
  font-size: 30px;  
}
.notify-error .close {
  top: 5px;
  right: 5px;  
}
.notify-error .notify-message {
  display: inline-block;
  line-height: 1;  
}





.popover {
    font-family: inherit !important;
}
.editable-submit {
    color: #FFF;
    margin: 0;
    background: #5fd080;
    border: 2px solid #5fd080;
    width: auto;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 2px solid #49b468;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
    line-height: 45px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}

.editable-submit,
.editable-submit:focus,
.editable-submit:hover {
    color: #FFF;
    margin: 0;
    background: #5fd080;
    border: 2px solid #5fd080;
    width: auto;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 2px solid #49b468;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
    line-height: 45px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.editable-submit:hover {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 0 rgba(0,0,0,0);
}



/*-- SPINNER --*/
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #33cb65;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



/* ===============
   MAIN STRUCTURE 
================== */
.dashboard-item {
    line-height:60px !important;  
}
.navbar-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height:60px; 
    margin-bottom:0;   
    background-color: #FFF;
    border:none !important;
}
.navbar-default .navbar-brand {
    background: none;
    color: #242830; 
    height: 60px;
    padding: 0px 25px;
    font-size: 18px;
    line-height: 60px;
    border-right: 1px solid #ededed;
}
.navbar-default .navbar-brand span {
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #5a6263 !important;    
}
.navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #242830;
}
.navbar .navbar-nav > li > a:hover {
    color: #242830;
}
.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    text-indent: 0px;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}
.sidebar-nav > .sidebar-brand:hover {
    background:none !important;    
}
.sidebar-nav > .sidebar-brand h3 {
    color:#fff;
    margin:0;
    padding:0;
    margin-bottom:20px;
    border: none;
}
.sidebar-nav > .sidebar-brand h3 span {
    font-weight: 700;
}
.sidebar-nav > .sidebar-brand img {
    max-height: 150px;
    margin: 0 auto;    
}
.sidebar-nav > .sidebar-brand a { 
    font-weight: 700;
    letter-spacing:.5px;
    padding:0;
}

#tabers {
    margin: -5px -5px 0 -40px;
    height: 63px;  
}
#tabers > li > a {
    padding: 0 50px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #5d5d5d !important;
    border-top: none;
    border-bottom: none;
    line-height: 63px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#tabers > li > a i {
    margin-right: 6px;
}
#tabers .active a {
    background: none !important;    
}
#tabers li {
    height: 63px;
    border-right: 2px solid #ececec;
    margin: 0;  
}
#tabers .active {
    height: 65px;  
}

#wrapper,
header {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagewrap {
    padding: 0;
}
.page-content {
    padding: 25px;
    background: #fff;
    margin: 25px 0;
    display:block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);    
}
.page-content table {
    font-size: 14px;
}
.page-content table td {
    vertical-align: middle !important;
}
.table.dataTable thead .sorting::after {
    top: 50%;
    transform: translateY(-50%);
}
.table > thead:first-child > tr:first-child > th {
    vertical-align: middle;
}
.page-content table i {
    padding: 5px 15px;
}
.page-content table thead {
    font-size: 13px;
    color: #7d7d7d;
}
#wrapper.toggled header {
    padding-left: 200px;
}
#wrapper.toggled .sidebar-nav > .sidebar-brand {
    width: 100%;
    max-width: 100%;        
}

/*#sidebar-wrapper {
    position: fixed;
    left: 200px;
    width: 0;
    z-index: 10;
    height: 100%;
    margin-left: -200px;
    overflow-y: visible;
    background: #31373d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

#sidebar-wrapper {
    position: fixed;
    left: 0;
    z-index: 10;
    height: 100%;
    margin-left: 0;
    overflow-y: visible;
    background: #212529;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#wrapper.toggled #sidebar-wrapper {
    width: 80px;
    max-width:80px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Top Navigation Links */
#navbar-top-links .navbar-nav li {
    float: left;
    border-left: 1px solid #ededed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navbar-top-links .navbar-nav li:hover,
#navbar-top-links .navbar-nav li:focus {
    background:#f5f5f5;
    color: rgb(147, 147, 147);
    box-shadow:none !important;
}
#navbar-top-links .navbar-nav li a {
    line-height: 60px;
    padding: 0px 20px;
    font-size: 12px;
    color: rgb(147, 147, 147);
    border:none;    
}
#navbar-top-links .navbar-nav li a i {
    margin-right:10px;
}
#navbar-top-links .navbar-nav li a:focus,
#navbar-top-links .navbar-nav li a:hover {
    box-shadow:none !important;    
}

#sidebar-wrapper-text {
    position: fixed;
    z-index: 10;
    height: 100%;
    left: -120px;
    width: 200px;
    background: #31373d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#sidebar-wrapper-text .nav_text {
    display: block;
    text-align: left;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.toggled #sidebar-wrapper-text {
    left:80px;
}

.notification-bell {
  border-left:none !important;  
}
.notification-bell:hover {
  background:none !important; 
}
.notification-bell:hover a {
  color:#111 !important;  
}
.btn-notifications {
  text-align: center;
  font-size:14px !important;
  padding: 0px 25px !important;  
}
.btn-notifications .fa-bell {
  margin:0 !important;  
}


/* Sidebar Styles */

.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav-text .active {
    background: #3b4147 !important; 
}
.sidebar-nav li {
    line-height: 65px;
    overflow:hidden;
    width:auto;
    color: #697a87;
    z-index:100; /*-- LAYERING --*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#wrapper.toggled .sidebar-nav .sidebar-nav li {
    min-width: 100%;
    width: 100%;    
}
#wrapper.toggled .sidebar-nav .sidebar-nav li:hover {
    min-width: 100%;
    width: 100%;    
}
.sidebar-nav li:hover {
    z-index: 900;
    /* min-width: 200px; */
    background: #2b3035;
}
.sidebar-nav li .active,.sidebar-nav li .active:hover {
    color:#fff;
    background:#2e353b;
    font-weight: 700;    
}
.sidebar-nav .active .nav_icon i,
.sidebar-nav li:hover .nav_icon i {
    color: #5fd080;    
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 0;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-nav li i {
    font-size: 18px;
    color: #697a87;   
}

.sidebar-nav li:hover a {
    text-decoration: none;
    color: #fff;
}
.sidebar-nav li:hover a i {

}

.sidebar-nav li.active {
    text-decoration: none;
    background: #25292d;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none;
    background:none;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
    border-right: medium none !important;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none !important;
}
.sidebar-nav li span {
    margin:0;
    text-align: center;
}
.sidebar-nav .nav-second-level li {
    background-color: #2D323B;
    margin:0;   
}
.sidebar-nav .nav-second-level li a {
    text-indent:30px;
    font-size:13px;   
}

.help-icon-block .user-thumbnail {
    height: 45px;
    width: 45px;
    border-radius: 6px;
    border: 3px solid rgb(59, 65, 72);  
}




/* ===============
   Website WYSIWYG
================== */

.input-wysiwyg iframe {
    min-height: 400px;    
}
.input-wysiwyg body.text-editor-body,
.input-wysiwyg body#text-editor-body {
    font-family: 'Montserrat', sans-serif !important;
    color:#3d3d3d !important;
    font-size: 15px !important;     
    background:#fff;
}
.mce-tinymce {
    border: 2px solid #D7D7D7 !important;
    background-color: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ===============
   INPUTS 
================== */

.input-group {
    padding:15px 0;
    display: block;    
}
.input-group label {
    display: block;
    color: #6f6f6f;
    margin-left: 2px;
    font-size: 13px;
    text-transform: uppercase;    
}
.input-group label span {
    color:#D94A4A;    
}
input,textarea {
    background: #fbfbfb;
    color: #585858;
    border: 2px solid #e3e3e3;
    padding: 12px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: auto;
    vertical-align: baseline;
    width: 100%;
    outline: none;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
textarea {
    line-height: 1.7;  
}

.select-wrapper {
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow: hidden;
  vertical-align: bottom;
}
.select-icon {
  cursor: pointer;
  display: block;
  color: #c8c8c8;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  pointer-events: none;
}
select {
  background: transparent;
  color: #585858;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 12px 15px;
  padding-right: 32px;
  vertical-align: top;
  display: block;
  height: auto;
  width: 100%;
  outline: none;
  font-size: 15px;
  line-height: 1.7;   
}


textarea {
    min-height:150px;
    padding-top: 15px;    
}
input[type="checkbox"] {
    width:auto;
    min-height: 10px;    
}
.checkbox {
    display: inline-block;
    border: 2px solid rgb(210, 210, 210);
    padding: 10px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 20px 0px;    
}

input:focus,textarea:focus {
    border: 2px solid #5fd080;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}

.fileinput-new {
    width: 100%;    
}
.fileinput-new img {
    width: 1170px;    
}

.form-section {
    padding:20px 35px 40px 35px;
    margin:25px; 
    background:#fff;
    display:block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);    
}
input[type="submit"],
.btn-submit {
    color: #FFF;
    margin: 15px 0 0 0;
    background:#5fd080;
    border:2px solid #5fd080;
    width:auto;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 2px solid #49b468;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 40px;
    line-height: 45px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 0 rgba(0,0,0,0.1); 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn-submit:hover,
.btn-submit:focus {
    color: #FFF;
    background:#5fd080;
    border:2px solid #5fd080;             
}
.btn-submit i {
    margin-right:10px;
}

.btn-back {
    display: inline-block;
    padding: 8px; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.btn-back:hover,
.btn-back:focus {
    color:#000;
    margin-left:-4px;   
}

.btn-create {
    background: rgb(95, 208, 128);
    color: #fff !important;
    padding: 10px 8px;
    border: 2px solid rgb(95, 208, 128);
    border-radius: 6px;
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.btn-create:hover,
.btn-create:focus {
    background: #67d888;
    border: 2px solid #67d888;
}
.btn-create i {
    margin-right:10px;
    margin-left:-5px;
}


.btn-general {
    background: rgb(95, 208, 128);
    color: #fff !important;
    padding: 13px 30px;
    border: none;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}
.btn-general:hover,
.btn-general:focus {
    background: #67d888;
}
.btn-general i {
    margin-right:10px;
    margin-left:-5px;
}



/*-----------------------
   TABLE LIST STYLE 
------------------------*/

.draft_cell {
    color: rgb(243, 61, 61);
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;    
}
.live_cell {
    color: #5fd080;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;    
}
.scheduled_cell {
    color: rgb(255, 154, 2);
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;    
}

.preview-icon {
    color:#888;    
}

.dataTables_wrapper div.dataTables_filter input,
.dataTables_wrapper div.dataTables_length select {
    min-height: 35px;
    border: 2px solid #cbcbcb;
}
.dataTables_wrapper div.dataTables_filter input:focus,
.dataTables_wrapper div.dataTables_filter input:hover,
.dataTables_wrapper div.dataTables_length select:focus,
.dataTables_wrapper div.dataTables_length select:hover {
    box-shadow:none !important;
    border: 2px solid #a5a5a5;
}
div.dataTables_wrapper div.dataTables_info {
    color: #aaa !important;
    font-size: 14px !important;
    padding: 8px 5px !important;
}


/*-----------------------
   SOCIAL BUTTONS 
------------------------*/

.btn-facebook {
    background: #4A83D9;
    border:3px solid #4A83D9;
    color: #FFF;
    font-weight: 700;
    padding: 6px 0px 8px;
    margin: 5px 0px;    
}
.btn-linkedin {
    background: #0077b5;
    border:3px solid #0077b5;
    color: #FFF;
    font-weight: 700;
    padding: 6px 0px 8px;
    margin: 5px 0px;      
}
.btn-twitter {
    background: #4AB2D9;
    border:3px solid #4AB2D9;
    color: #FFF;
    font-weight: 700;
    padding: 6px 0px 8px;
    margin: 5px 0px;    
}
.btn-facebook i,.btn-twitter i,.btn-linkedin i {
    color: #FFF !important;    
}
.btn-linkedin:hover,.btn-linkedin:focus {
    border-bottom:3px solid #04679b;
    color:#fff;   
}
.btn-facebook:hover,.btn-facebook:focus {
    border-bottom:3px solid #356BBD;
    color:#fff;   
}
.btn-twitter:hover,.btn-twitter:focus {
    border-bottom:3px solid #369CC2;
    color: #FFF;    
}

/*--- ERROR STYLING -----------------*/
.error-page-block {
    vertical-align: middle;
    display: table-cell;    
}
.error-back {
    border-top: 5px solid #db4949;    
}
.error-page-block .error-icon {
    font-size: 100px;
    margin-bottom: 15px;
    color: #cbcbcb;    
}
.error-page-block h1 {
    font-weight:900;
    margin-top:20px;    
}
.error-page-block h3 {
    margin-bottom: 40px; 
    color: #6f6f6f;   
}
.error-text {
    color: red;
    background: rgb(254, 209, 209);
    padding: 10px 25px;
    border-radius: 3px;
    margin-top: 15px;
    display: block;
    text-align: center;
    margin-bottom: -10px;
    font-size: 14px;
}
.evheight {
    display:table;
    height: 85vh;    
}
.btn-return {
    color: #FFF;
    margin: 15px 0 0 0;
    background: #DB4949;
    border: 2px solid #DB4949;
    width: auto;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 2px solid #b32f2f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 40px 3px 40px;
    line-height: 45px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
.btn-return i {
    margin-right:10px;
}
.btn-return:hover,
.btn-return:focus {
    color: #FFF;
    background: #f06969;
    border: 2px solid #f06969;    
}





/*---  Contact View Page ----------------------*/

.contact-tile .contact-reply {
  color: #c8c8c8;
  font-size: 30px;
  display: block;
  text-align: center;
  padding-top: 35px;
  margin-right: -15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
.contact-tile .contact-reply:hover,
.contact-tile .contact-reply:focus {
    color: #65658E;
}
.contact-tile .contact-details {
  border-bottom: 3px solid #65658e;  
}
.contact-tile .col-detail {
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 17px 0 17px 0;  
}
.contact-tile .col-user {
  text-align: left;
  padding-left: 25px;  
}
.contact-tile .col-detail h3 {
  font-size: 14px;
  margin: 0;
  color: #7d7d7d;  
}
.contact-tile .col-detail i {
  margin-right: 10px;
  color: #c5c9ce;
}
.contact-tile .contact-subject {
  border-left: 1px solid #f0f0f0;
  padding-left: 10px; 
  background: #fcfcfc; 
}
.contact-tile h2 {
  font-size: 20px;
  margin: 15px 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4b4b77;
}
.contact-tile .contact-message {
  padding: 35px;
  font-size: 16px;
  line-height: 1.8;  
}
.contact-tile .bottom-section {
  border-top:1px solid #f0f0f0;
  padding: 15px 35px;  
}
.contact-tile .bottom-section .btn-general {
  margin-right:10px;  
}




/*---  Delete Page ------------------*/

.delete-page-content {
  padding: 0 25px 45px 25px;
  background: #fff;
  margin: 175px 0 15px 0;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}

.delete-page-content h2 {
  font-size: 24px;
  font-weight: 900;  
}

.delete-page-content .btn-delete {
  color: #FFF;
  margin: 15px 10px;
  background: #DB4949;
  width: auto;
  min-width:260px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 40px;
  line-height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;   
}
.delete-page-content .btn-delete i {
  margin-right:10px;
}
.delete-page-content .btn-delete:hover,
.delete-page-content .btn-delete:focus {
  color: #FFF;
  background: #f06969;   
}

.delete-page-content .btn-cancel {
  color: #FFF !important;
  margin: 15px 10px;
  background: #cbcbcb;
  width: auto;
  min-width:260px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 40px;
  line-height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;   
}
.delete-page-content .btn-cancel i {
  margin-right:10px;
}
.delete-page-content .btn-cancel:hover,
.delete-page-content .btn-cancel:focus {
  color: #FFF;
  background: #b3b3b3;   
}

.delete-icon {
  margin-top: -75px;
  font-size: 90px !important;
  width: 150px;
  height: 150px;
  background: #EEEFF1;
  border: 6px solid #fff;
  border-radius: 50%;
  line-height: 130px !important;
  color: #DB4949;
}

.warning-text {
  font-size: 16px;
  color: rgb(153, 153, 153);
  margin: 10px;
}
.warning-text span {
  font-weight: bold;
  color: #878787;  
}

.preview-tile {
  border:2px solid #e1e1e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 0 15px 15px;
  margin: 25px 0;
  background: #fbfbfb;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.preview-tile h4 {
  font-size: 16px;
  color: rgb(141, 141, 141);  
}
.preview-tile .author,
.preview-tile .date-sub {
  color: #6f6f6f;
  font-weight: bold;  
}
.preview-tile .subject {
  margin: 10px 0px;
  font-weight: bold;
  font-size: 20px;  
}
.preview-tile .preview-icon {
  font-size: 34px;
  padding-top: 15px;
  color: rgb(200, 200, 200);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.preview-tile .preview-icon:hover,
.preview-tile .preview-icon:focus {
  color: #808080;
}



/*---  Team Tiles ------------------*/
.team-tile {
    padding: 0 0 5px 0;
    background: #fff;
    margin: 15px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);    
}
.team-tile .team-image {
    max-height:95px;
    height: 95px;
    width:100%;
    overflow: hidden;
    position:relative; 
    margin: 0;  
}
.team-tile .team-image .team-banner {
    width:100%;
    margin-top: -70px;   
}

.team-tile .team-title {
    border-bottom:1px solid #eaecee; 
    padding: 25px;   
    background: #f9f9f9;
}
.team-tile .team-title h2 {
    color:#1e2027;  
    text-transform:uppercase;
    font-weight:bold; 
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}
.team-tile .team-title h3 {
    color:#808490;
    text-transform:uppercase;
    font-weight:normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;    
}

.player-block {
    padding:0;
    text-align:center;    
}

.team-tile .team-players {
    padding: 20px 15px 10px 30px;
}
.team-tile .player-avatar {
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 55px;
    width: 55px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);    
}
.team-tile .team-game-logo {
    max-width: 125px;
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 5;    
}

.img-white-overlay {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(255,255,255,0.4);   
}

.team-tile .btn-add-player {
    background: #5D78DC;
    text-align: center;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 55px;
    width: 55px;
    display: inline-block;
    padding:0; 
}
.team-tile .player-avatar:hover {
    cursor:pointer !important;
}
.team-tile .btn-add-player i {
    color: rgb(255, 255, 255);
    line-height: 55px;
    font-size: 20px;
}
.team-tile .btn-add-player:hover,
.team-tile .btn-add-player:focus {

}

.team-tile .team-actions {
    position: absolute;
    right: 20px;
    top: 28px;
    z-index: 15;    
}
.team-tile .btn-edit,
.team-tile .btn-delete,
.team-tile .btn-manage-player {
    color:#fff;
    background:rgba(0,0,0,0.5);
    padding:8px 15px; 
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;   
}
.team-tile .btn-edit i,
.team-tile .btn-delete i,
.team-tile .btn-manage-player i {
    color:#fff;    
}
.team-tile .btn-edit:hover,
.team-tile .btn-edit:focus,
.team-tile .btn-delete:hover,
.team-tile .btn-delete:focus,
.team-tile .btn-manage-player:hover,
.team-tile .btn-manage-player:focus {
    background: #5D78DC;    
}

.wow-team-tile .team-players .player-block {
    width: 5%;  
}

.teams-page .table .player-avatar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    border: 3px solid rgb(221, 221, 221); 
}


/*---  Blog Tiles ------------------*/

.blog-tile-wrap {
  padding: 15px;  
}
.blog-tile {
  padding: 0;
  background: #fff;
  display: block;
  overflow:hidden;
  margin:15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);  
}
.blog-tile .blog-thumbnail {
  max-height: 160px;
  background: rgb(37, 44, 50);
  position: relative;
  min-height: 160px;  
}
.blog-tile .blog-thumbnail img {
  max-height: 160px;
  margin:0 auto;  
}
.blog-tile .blog-state {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 6px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #252C32;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;  
}

.blog-tile .state-live {
  background: rgb(95, 208, 128);  
}
.blog-tile .state-draft {
  background: #F38630;  
}
.blog-tile .state-scheduled {
  background: #69D2E7;  
}


.blog-tile .blog-views {
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  text-align: center;  
}
.blog-tile .blog-stats {
  font-size: 13px;  
  background: #f9f9f9;
}
.blog-tile .blog-category {
  text-align: center;
  border-right: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
.blog-tile .blog-info {
  padding: 20px 25px;
  min-height: 250px; 
}
.blog-tile .blog-info h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  line-height: 1.4;  
}
.blog-tile .blog-info p {
  color: #777;
  padding: 0px; 
  line-height: 1.6; 
}
.blog-tile .blog-info h5 {
  color: rgb(156, 156, 156);
  padding: 0px;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  line-height: 1.4; 
}

.blog-tile .blog-actions {
  border-top: 1px solid #eee;
  padding: 10px 15px; 
  background: #f9f9f9;
}

.blog-tile .btn-action {
    color: #b4b4b4;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    background: #eee;  
}
.blog-tile .btn-action i {
    color: #b4b4b4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.blog-tile .btn-action:hover i {
    color: #5fd080 !important;
}


/*---  Contact Tiles ------------------*/

.messages-wrap {
  padding-top:30px;  
}
.message-tile {
  padding: 0 15px;
  background: #fff;
  margin: 0 0 10px 0;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}
.message-tile .btn-action {
  color: #b4b4b4;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  background: #eee;
  margin: 25px 4px 6px 0;  
}
.message-tile .btn-action i {
  color: #b4b4b4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}
.message-tile .btn-action:hover i {
  color: inherit !important;
}
.message-tile .message-icon {
  padding: 32px 15px;
  display: block;
  text-align: center;
  border-right: 1px solid #eee;
  margin-left: -15px;  
}
.message-tile .fa-paper-plane {
  color: #7b7bae;
  font-size: 24px;  
}
.message-tile .recieved-date {
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0px 6px;  
}
.message-tile .recieved-time {
  font-size: 12px;
  color: rgb(164, 164, 164);
  margin: 0px;  
}
.message-tile .message-preview {
  padding-top: 0px;
  color: #9c9c9c;
  margin: 0px;
  padding-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;    
}
.message-tile h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 24px 0 3px 0;  
}
.message-tile .action-button-block {
  padding-right:15px;
}
.message-tile .recieved-info {
  padding-left:15px;
}



/*---  Testimonial Tiles ------------------*/

.testimonial-tile {
    padding: 15px;
    background: #fff;
    margin: 15px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}
.testimonial-desc img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: inline-block;
    vertical-align: top;
}
.testimonials-rating {
    margin-top: 5px;
    color: #ddd;
}
.testimonials-rating i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-tile .testimonial-desc {
    border-top: 1px solid #ededed;
    margin-top: 10px;
    padding: 20px 15px;
    border-bottom: 1px solid #ededed;
}
.testimonial-author .name {
    color: #5CB85C;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}

.testimonial-tile .btn-action {
    color: #b4b4b4;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    background: #eee;  
}
.testimonial-tile .btn-action i {
    color: #b4b4b4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.testimonial-tile .btn-action:hover i {
    color: inherit !important;
}

.testimonial-tile .label-success {
    background-color: #5cb85c;
    margin-top: 3px;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
}


.testimonial-tile .testimonial-section {
    padding: 15px 20px 20px 20px;
    background: #f0f0f0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #e1dede;
    min-height: 190px;
    font-size: 15px;
    line-height: 1.6;
}

.tile-info-row {
    padding: 15px 0px 0px;    
}



.testimonial-company {
    padding: 21px 15px;
    display: block;
    text-align: center;    
}
.testimonial-company .company-link {
    font-size: 25px;
    color: #d7d7d7 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial-company:hover .company-link {
    color: inherit !important;   
}
.testimonial-desc .testimonials-rating:hover i {
    color: #f29b47;   
}

.testimonial-section::after {
    top: 100%;
    left: 60px;
    border-top-color: #F0F0F0 !important;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-width: 20px;
    margin-left: -15px;
}

.testimonial-tile .comp-link {
    color: #bababa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-tile .comp-link:hover {
    color: inherit !important;
}



/*--- LOGIN STYLING ----------------*/
/*-- Login Success --*/
.success-wrapper {
    position:absolute;
    height:100%;
    text-align:center;
    width:100%; 
    left:0;
    right:0;
    top:0;
    bottom:0; 
    z-index:999;
    background:#3e4750;    
}
.success-table {
    display: table;
    height:100vh;
    width:100%;    
}
.success-login {
    display: table-cell;
    vertical-align:middle;  
}

/*-- Login Button --*/
.btn-login {
    background: #5fd080;
    padding:0;
    text-transform:uppercase;
    color:#fff;
    font-weight: 700;
    border: 0; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
.btn-login:hover,
.btn-login:focus {
    background: #65d786;
    color:#fff;    
}
.btn-login span {
    padding:0 30px;   
}
.btn-login i {
    background: #65d786;
    padding:15px 20px 15px 20px;
    border-radius: 0 4px 4px 0;   
}

/*-- Forgotten Password Button --*/
.btn-forgot {
    background:#6b83ce;
    color:#fff;
    margin-top:5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}

/*-- Login Containers --*/
.login-wrapper {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;   
}
.container-admin form {
    padding: 30px 0px 25px 0px;    
}
.container-admin .input-group label {
    color: #3e4750;
    font-weight: 700;
    font-size:12px;
    text-transform:uppercase;    
}
.container-admin input {
    font-size: 16px;
    color: #585858;    
}
.container-admin .admin-title i {
    font-size:90px; 
    color: #3e4750;   
}
.container-admin .admin-title h1 {
    font-weight:300;
    color: #3e4750;
    font-size:24px;  
}
.container-admin .admin-title h1 span {
    font-weight:900 !important; 
    color: #3e4750;   
}



/*-----------------------------------*/
/*--- FOOTER STYLING ----------------*/
/*-----------------------------------*/
footer {
    bottom: 0px;
    width: 100%;
    background-color: #3c444d;
}
footer .footer-top {
    background:#e5e5e5;
    padding:20px 0 25px 0;    
}
footer .footer-top ul {
    margin-left:0;
    padding-left:0;    
}
footer .footer-top ul li {
    color:#fff;
    font-weight: 700;
    font-size:14px;
    float:left;
    margin:0 15px;
    list-style:none;
    text-transform:uppercase;   
}
footer .footer-top ul li a {
    color:#fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;  
}
footer .footer-top ul li a:hover {
    color:#fff;    
}

footer .footer-bottom {
    padding: 15px 0;
    color: #939393;
    font-size: 12px;
}
footer .footer-bottom a {
    font-weight: 700;
    color: #5fd080;  
}


/*-----------------------------------*/
/*--- MOBILE SETTINGS ---------------*/
/*-----------------------------------*/
@media (max-width: 1201px) {
    .container-admin {
        width: auto;
        margin:50px auto;    
    }
    .body-l-blue {
        position:relative;   
    }
    .body-d-blue {
        position:relative;     
    }
    footer {
        position: relative;
    }
    footer .footer-bottom {
        text-align:center;    
    }
    footer .footer-bottom .designedby {
        text-align:center;    
    }
    .btn-login {
        width:100%;    
    }
    .btn-login span {
        padding: 11px 30px 0px 30px;
        float: left;
    }
    .btn-login i {
        float: right;
    }
    .btn-forgot {
        width: 100%;    
    }
}

@media (max-width: 770px) {


}

@media(min-width:768px) {

    #wrapper {
        padding-left: 80px;
    }

    #sidebar-wrapper {
        width: 80px;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #sidebar-wrapper .flex-spacer {
        flex: 1 1 0%;
        min-height: 20px;
        display: block;  
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 80px;
    }

    #page-content-wrapper {
        padding: 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.help-icon {
    color: #5f666c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}
.help-icon-block {
    display: block;
    width: 100%;  
}

.nav_icon {
    width: 80px; 
    display: inline-block;  
    text-align: center; 
}
.nav_text {
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
    margin-left: -7px !important;    
}
.sidebar-nav li:hover .nav_text {
    margin-left: -4px !important;    
}
.nav-link-item {
    max-height: 65px;    
}
.nav-link-item .sidebar-nav li a {
    width: 150px;
    max-height: 65px;    
}


/*--- TITLE SECTION --------------------*/
.title-hero {
    padding: 5px 15px 0 45px;
    background:#5fd080;    
}
.title-hero ul {
    margin:0;    
}
.title-hero ul li a {
    float: left;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 25px 16px 0;
    position: relative;
}
.title-hero ul li.active a,
.title-hero ul li:hover a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    color: #fff;
}

.title-hero ul li.active a::after {
    border-color: rgba(136, 183, 213, 0) !important;
    border-bottom-color: #f5f5f5 !important;
    border-width: 10px !important;
    margin-left: -20px;
    top: 53%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.page-tab-content {
    padding: 0 15px;   
}
.page-tab-content h3 {
    margin: 15px 0;   
}

.title-hero h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 45px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
.title-hero h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 45px;
    font-weight: 900;
}

.back-section {
    padding: 5px 0 5px 25px;
    background: #f5f5f5;
    max-height: 65px;
    border-bottom: 2px solid #e1e1e1;    
}
.back-section a {
    color: #989898;    
}
.back-section h5 {
    display:inline-block;
    margin-left:15px;    
}

.label-warning{

    margin-top: 3px;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
}

.testimonials-item-info{


}

.testimonials-item-info-col{
    padding-top: 10px;

}

/*---  Full Testimonial View  ---*/
.fullViewTestimonialTile {
    padding: 18px;
    background: #fff;
    margin: 15px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}
.fullViewTestimonialTile h2 {
    margin-top: 0;
}
.fullViewTestimonialTile p {
    padding: 30px 20px;
    line-height: 1.7; 
    font-size: 16px; 
}
.fullViewTestimonialTile .testimonial-info {
    padding: 0px 15px 20px 15px;
}
.fullViewTestimonialTile .testimonial-info img {
    border-radius: 6px;
    width: auto;
    display: block;
    vertical-align: top;
    max-width: 100%;
}
.fullViewTestimonialTile .testimonials-rating {
    margin-top: 2px;
    color: #ddd;
    font-size: 18px;
}
.fullViewTestimonialTile .testimonials-rating .fa-star {
    color: #f29b47;
}
.fullViewTestimonialTile .testimonials-rating i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fullViewTestimonialTile .testimonial-author .name {
    color: #454545;
    font-weight: bold;
    display: block;
    font-size: 20px;
    margin-top: 5px;
}
.fullViewTestimonialTile .testimonialInfo {
    border-bottom: 1px solid #ededed;  
}
.fullViewTestimonialTile .label {
    margin: 20px 10px 10px 10px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    text-transform: uppercase; 
}
.fullViewTestimonialTile .testimonial-author .name .author-url {
    font-size: 12px;
    font-weight: normal;
    color: #fff !important;
    background: #FF6962;
    padding: 3px 15px;
    border-radius: 60px;
    vertical-align: middle;
    margin-left: 10px;
}
.fullViewTestimonialTile .role {
    padding: 3px 0;
    margin: 0;
    display: inline-block;
    color: #c5c5c5;  
}


.testimonials-item-tile {
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
}

.testimonials-item h3 {
    margin-top: 5px;
}

.contact-options {
    border-bottom: 1px solid #eaecee;
    padding: 25px;
    background: #f9f9f9;
}

.contact-tile {
    background: #fff;
    margin: 15px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}

.contact-image {
    max-height: 150px;
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.contact-banner {
    width: 100%;

}

.contact-options a {
    margin-left: 5px;
}

.contact-actions a span{
    color: #ffffff;
}

.contact-tile .btn-delete i,
.contact-tile .btn-view span,
.contact-tile .btn-view i{
    color:#fff;   
}

.contact-tile  .btn-delete:hover,
.contact-tile  .btn-view:hover{
    background: #76769b;   
}

.contact-info-name h5{

    font-size: 14px;
    margin-bottom: 2.5px;
}

.contact-info-name h3{
    font-weight: bold;
    margin-top: 2.5px;
}


.contact-info-subject h3{
    font-size: 18px;
    margin-top:2.5px;
}

.contact-info-subject h5{
    margin-bottom: 2.5px;
}

.contact-info-name{
    padding-top: 10px;
}

.contact-info-subject{
    padding-bottom: 10px;
}

.contact-options .btn-delete,
.contact-options .btn-view{
    color: #fff;
    background: #65658e;
    padding: 8px 15px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.pending_cell{
    color:#f0ad4e;
}

#data-list { width:100% !important;}