#pagination a {
    background: #e3e3e3;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #292929;
    font-size: 13px;
}
#pagination strong {
    background: #e3e3e3;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #292929;
    font-size: 20px;
}
#pagination strong,
#pagination a:hover {
    font-weight: normal;
    background: #cac9c9;
}
.sidebar {
    background-image: URL('http://pinnacleservices.co/mediamanager/assets/img/sidebar-4.jpg');
}
.video {
    height: 150px;
    background-color: black;
    margin-top: 10px;
}
.videocard {
    height: 100%;
    overflow-y: hidden;
}
.morebutton {
    color: white;
    font-size: 23px;
    position: absolute;
    top: 60px;
    right: 4%;
    background: rgba(72, 79, 95, 0.2);
    border: none;
    display: inline;
}
.morebutton:hover {
    border: 1px solid white;
    background: rgba(45, 45, 45, 0.8);
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 10%;
    top: 70px;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
.show {
    display: block;
}
.videotitle {
    margin-top: 5px;
}
.titlebox {}
.login_form {
    width: 400px;
    margin: 0 auto;
}
.videocard:hover {
    opacity: 0.7;
}
.add_video_div {
    margin-right: 10px;
}
.floatleft {
    float: left;
}
checkbox {
    opacity: 1;
    display: block;
}
.embedcard {
    margin-left: 10px;
}

/*      Here the code for the wizard           */

label {
    font-weight: 400;
}
.image-container {
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.wizard-container {
    z-index: 3;
}
.wizard-card {
    min-height: 410px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-bottom: 0px;
}
.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}
.wizard-card .picture {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.wizard-card .picture:hover {
    border-color: #2ca8ff;
}
.wizard-card.ct-wizard-azzure .picture:hover {
    border-color: #2CA8FF;
}
.wizard-card.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}
.wizard-card.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}
.wizard-card.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}
.wizard-card.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}
.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.wizard-card .picture-src {
    width: 100%;
}
.wizard-card .tab-content {
    min-height: 340px;
    padding: 20px 10px;
}
.wizard-card .wizard-footer {
    padding: 0 10px;
}
.wizard-card .disabled {
    display: none;
}
.wizard-card .wizard-header h3 {
    font-weight: 200;
    text-align: center;
}
.wizard-card .nav-pills > li {
    text-align: center;
}
.wizard-card .nav-pills > li a {
    border: 0 !important;
    text-transform: uppercase;
    background-color: #999999;
    color: #FFFFFF !important;
    font-size: 12px;
}
.wizard-card.ct-wizard-green .nav-pills > li.active a {
    background-color: #05ae0e;
}
.wizard-card.ct-wizard-azzure .nav-pills > li.active a {
    background-color: #2CA8FF;
}
.wizard-card.ct-wizard-blue .nav-pills > li.active a {
    background-color: #3472f7;
}
.wizard-card.ct-wizard-orange .nav-pills > li.active a {
    background-color: #ff9500;
}
.wizard-card.ct-wizard-red .nav-pills > li.active a {
    background-color: #ff3b30;
}
.wizard-card .nav-pills > li > a:hover,
.wizard-card .nav-pills > li > a:focus {
    background-color: #999999;
    cursor: default;
}
.wizard-card .btn {
    text-transform: uppercase;
}
.wizard-card .nav-pills > li:first-child > a {
    border-radius: 0;
    margin: 0;
}
.wizard-card .nav-pills > li:last-child > a {
    border-radius: 0;
}
.wizard-card .info-text {
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}
.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background-color: #999999;
    color: #FFFFFF;
    margin: 0 auto 20px;
    border: 4px solid #CCCCCC;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.wizard-card .choice i {
    font-size: 30px;
    line-height: 111px;
}
.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    border-color: #2ca8ff;
}
.wizard-card.ct-wizard-azzure .choice:hover .icon,
.wizard-card.ct-wizard-azzure .choice.active .icon {
    border-color: #2CA8FF;
}
.wizard-card.ct-wizard-blue .choice:hover .icon,
.wizard-card.ct-wizard-blue .choice.active .icon {
    border-color: #3472f7;
}
.wizard-card.ct-wizard-green .choice:hover .icon,
.wizard-card.ct-wizard-green .choice.active .icon {
    border-color: #05ae0e;
}
.wizard-card.ct-wizard-orange .choice:hover .icon,
.wizard-card.ct-wizard-orange .choice.active .icon {
    border-color: #ff9500;
}
.wizard-card.ct-wizard-red .choice:hover .icon,
.wizard-card.ct-wizard-red .choice.active .icon {
    border-color: #ff3b30;
}
.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}
.wizard-card .btn-finish {
    display: none;
}
.wizard-card .description {
    color: #999999;
    font-size: 14px;
}
.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    border-color: #E3E3E3;
    box-shadow: none;
}
.has-success .form-control,
.has-success .form-control-feedback,
.form-control.valid:focus {
    border-color: #05AE0E;
    color: #05AE0E;
}
.has-error .form-control,
.has-error .form-control-feedback,
.form-control.error {
    color: #FF3B30;
    border-color: #FF3B30;
}
label.error {
    color: #FF3B30;
    border-color: #FF3B30;
}

/* Customizations to the wizard css */

.nav-pills>li+li {
    margin-left: 0px;
}
.nav-pills>li>a {
    border-radius: 0px;
}

/* Datepicker Custom CSS */

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker th {
    text-align: center;
    font-weight: 300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td {
    border-top: 1px solid #dddddd;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.datepicker tr:first-child td {
    border-top: 0;
}
.datepicker thead tr:first-child {
    height: 30px;
}
.datepicker td p {
    border-radius: 50%;
    height: 27px;
    line-height: 27px;
    margin: 3px 0 8px;
    width: 27px;
}
.datepicker th {
    font-size: 10px;
}
.datepicker td.day:hover p {
    background: #E5E5E5;
    color: #FFFFFF;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    /*   color: #999999; */
    color: #DDDDDD;
    border-top: 0;
}
.datepicker td.active p,
.datepicker td.active:hover p {
    color: #ffffff;
    background-color: #FF3A2D;
}
.datepicker td.active.blue p,
.datepicker td.active.blue:hover p {
    background-color: #007aff;
}
.datepicker td.active.green p,
.datepicker td.active.green:hover p {
    background-color: #4cd964;
}
.datepicker td.active.black p,
.datepicker td.active.black:hover p {
    background-color: #4a4a4a;
}
.datepicker td.active.red p,
.datepicker td.active.red:hover p {
    background-color: #FF3A2D;
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #FF3A2D;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #FF3A2D;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    font-size: 16px;
    width: 145px;
}
.datepicker.red th.switch {
    color: #ff3b30;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 33px;
}
.datepicker th.dow {
    font-weight: 400;
    padding: 5px 0;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0;
}
.datepicker-months .table-condensed > tbody > tr > td,
.datepicker-years .table-condensed > tbody > tr > td {
    width: 210px;
}
.table-condensed p {
    padding: 0;
    line-height: 32px;
}
.login-form-div {
    margin-top: 20vh;
}
.login-page {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}
.login-bg {
    background-color: #909090;
    background-image: url('../img/loginbg1.jpg');
    background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.login-disclaimer {
    margin-top: 75px;
}
.login-footer {
    position: fixed;
    bottom: 0;
}
.login-title {
    margin-bottom: 0px!important;
}