﻿body, html, .row-offcanvas {
    height: 100%;
}

body {
    padding-top: 50px;
    /*background-color: whitesmoke;*/
}

.navbar-brand {
    margin-left: 0px !important;
    padding-left: 0px;
}

.navbar-brand2 {
    padding: 0px;
}

    .navbar-brand2 > img {
        height: 100%;
        padding: 5px;
        width: auto;
    }

#sidebar {
    width: inherit;
    min-width: 220px;
    max-width: 220px;
    background-color: #f5f5f5;
    float: left;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

#main {
    height: 100%;
    overflow: hidden;
    margin-top:15px;
    /*background-color: whitesmoke;*/
    /*padding-top:15px;*/
}

.movie {
}

.panel-body h4 {
    color: #a55400;
}

.red {
    color: red;
}

.green {
    color: green;
}

.shortPanel {
    max-height: 282px !important;
    overflow-y: auto;
}

.shortPadding {
    padding: 1px !important;
}

.shortMargin {
    margin: 0 !important;
}

ul.pagination > li {
    cursor: pointer;
}

/* Fixes alignment in nav lists */
.nav-pills [class^="fa-"],
.nav-pills [class*=" fa-"] {
    line-height: inherit;
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width: calc(100% + 220px);
    }

    .row-offcanvas-left {
        left: -220px;
    }

        .row-offcanvas-left.active {
            left: 0;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
}

@media (max-width: 650px) {
    .movieDescription {
        margin-left: 240px !important;
    }
}

@media (max-width: 490px) {
    .movieDescription {
        margin-left: 125px !important;
    }
}



.shortInputSearch {
    width: 300px !important;
    float: right !important;
}

.jumbotron {
    position: relative;
    background: #000 url("../images/background.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

/*Edit form*/
#editMovieWrapper {
    background-color: #337AB7;
    color: white;
    padding: 20px;
}

.black {
    color: black !important;
}

/*login form*/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-top: 5%;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.userinfo {
    margin-right: 10px;
    font-size: large;
    background-color: white;
}

/*Validation Errors*/
.has-error .control-label, .has-error.control-label {
    color: #FFB658 !important;
}



.movieDescription {
    margin-left: 335px;
}

/* Autocomplete section */
.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
}

.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.red {
    color: red;
}

.pipanel.panel {
    border-radius: 0;
}

    .pipanel.panel > .panel-heading {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #F5F5F5;
        background: #F5F5F5;
    }

.pipanel > .panel-body {
    padding: 0px;
    position: relative;
    top: -3px;
    margin-bottom: -3px;
}

.pipanel table {
    margin-bottom: 0px;
    border-top: 0;
}

.pipanel .table-responsive {
    width: 100%;
}

.pipanel > .panel-heading > .panel-title, .panel-title {
    font-weight: 600;
}


ul.panel-controls {
    float: right;
    display: inline-block;
    line-height: 2;
    margin-top: -25px;
}

    ul.panel-controls li {
        float: left;
        display: inline-block;
        margin: 0 5px;
    }

.breadcrumb li:first-child {
    padding-left: 10px;
}

.pagination {
    margin: 5px 0;
}

/*******************loading */
body {
    background: #eaecfa;
}

.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #ce4233;
    letter-spacing: 0.2em;
}

    .loader::before, .loader::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #ce4233;
        position: absolute;
        -webkit-animation: load 0.7s infinite alternate ease-in-out;
        animation: load 0.7s infinite alternate ease-in-out;
    }

    .loader::before {
        top: 0;
    }

    .loader::after {
        bottom: 0;
    }

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}
/************************loading end*/


.t td:first-child {
    position: relative;
}

.t th:first-child, .t td:first-child {
    padding: 0;
}

.t tr td.actions, .t tr.itemRowSelected:hover td.actions {
    visibility: hidden;
    position: absolute;
}

.t td {
    white-space: normal;
    font-size: 13px;
}

.t tr:hover td.actions {
    visibility: visible;
    background: #bcbcbc;
    padding: 5px;
}

.t th {
    white-space: nowrap;
}

.t .form-control {
    padding-left: 5px;
    padding-right: 5px;
}



.showPointer {
    cursor: pointer;
}

    .showPointer i {
        opacity: .2;
    }

.makeAscSort i.fa-caret-up {
    opacity: 1;
}

.makeDescSort i.fa-caret-down {
    opacity: 1;
}

.square {
    border-radius: 0;
}

.pi-tab-pane {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: none;
    min-height: 350px;
}

    .pi-tab-pane .control-label {
        font-weight: 600;
    }

.nav-tabs > li {
    width: 50%;
    text-align: center;
    font-weight: 900;
}

.itemRowSelected, .itemRowSelected:hover {
    background: #d6f1d6 !important;
}

.hideinputs {
    display: none;
}

.has-error .chosen-container .chosen-single {
    border-color: #a94442;
}
.inputwithdate, input.ng-valid-date {
}

.tab4 > li {
    width: 25%;
}
/**************checkbox*/
/* The container */
.chkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.userrights {
    list-style-type: none;
}

    .userrights li {
        margin: 5px;
        list-style-type: none;
    }

    /*************checbox end*/