/*body, html, .row-offcanvas {
    height: 100%;
}

body {
    padding-top: 50px;
    background-color: whitesmoke;
}*/

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
}
.row > [class*='col-'] {
  /*display: flex;
  flex-direction: column;*/
}

#sidebar2 {
    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: auto;
    background-color: #e9ebee;
}

.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;
    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;
}

    .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 {
    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;
}

h1.al-title {
    font-weight: 700;
    color: #666;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 24px;
    opacity: .9;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif;
}

.sectionStyle{
    background: white;
    padding: 25px;
    min-height: 200px;
}

.form-control {
    max-width: 420px;
    /*border: 1px solid #b3b3df;
    background-color: aliceblue;*/
}

.control-label{
    font-weight:normal;
}

.form-control:focus {
    box-shadow: none;
    border-color: #4db1a7;
    background: #fff;
}

.panel.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.panel {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 24px;
}

.panel, .panel>.panel-footer {
    color: #666;
}

.panel>.panel-heading {
    color: #666;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-footer, .panel-heading {
    border-bottom: 1px solid rgba(0,0,0,.12);
    height: 44px;
    font-size: 16px;
    padding: 14px 22px;
}

.feed-message, .panel-footer, .panel-heading {
    box-shadow: 0 1px 0 0 rgba(255,255,255,.12);
}

.panel.with-scroll .panel-body {
    height: calc(100% - 44px);
    overflow-y: auto;
}

.panel>.panel-body {
    padding: 15px 22px;
    height: 100%;
}

.panel-title {
    font-weight: 400;
    opacity: .9;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
}





multiselect {
    display:block;
}
multiselect .btn {
    width: 100%;
    background-color: #FFF;
}
multiselect .btn.error{
    border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}
multiselect .dropdown-menu > li > a {
    padding: 3px 10px;
    cursor:pointer;
}






/**
{
	margin:0;
	padding: 0;
	font-family: sans-serif;
}
.toplayer
{
	background: #1E4C7D;
}
.toplayer .logout
{
	float:right;
	margin-top: 10px;
	margin-right:2px; 
}
.toplayer .logout a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,.8);
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: linear-gradient(to bottom,rgba(30,76,125,1),rgba(98,170,232,.5));
	display: block;
}
.toplayer .logout a:hover
{
	background: linear-gradient(to bottom,rgba(98,170,232,1),rgba(30,76,125,1));
}
.toplayer .logo img
{
	margin-left: 4px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.inner .leftnav
{
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #1E4C7D;
}
.inner .leftnav ol li
{
	position: relative;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 6px;
	line-height: 55px;
	text-align: center;
	background: rgba(50,118,182,1);
}
.inner .leftnav ol li a
{
	position: relative;
	height: 55px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	color: rgba(255,255,255,.8);
}
.inner .leftnav ol li.active a
{
	background: rgba(98,170,232,1);
}

.active a
{
	background: rgba(98,170,232,1);
}

.inner .leftnav ol li:hover 
{
	background: linear-gradient(to bottom,rgba(30,76,125,1),rgba(98,170,232,1));
}*/





/*
.items
{
  border: 1px solid #cecfd5;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}

.items
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 55px;
	border-top: 1px solid  rgba(255,255,255,.1);
	background:  linear-gradient(to bottom,rgba(30,76,125,1),rgba(30,76,125,.8));
}
#show-here
{
	position: absolute;
	width: 100%;
	height: 55px;
	justify-content: center;
	align-items: center;

}
#show-here #submenu
{
	display: flex;
	position: relative;
}
#submenu ul li
{
	position: absolute;
	height: 55px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	list-style: none;
	color: rgba(255,255,255,.8);
}

#submenu ul li a
{
	position: absolute;
	line-height: 55px;
	qtext-align: center;
	width: 200px;
	height: 55px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	color: rgba(255,255,255,.8);
}
*/





/*.rightmain .submenu-items .items
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid  rgba(255,255,255,.1);
	background:  linear-gradient(to bottom,rgba(30,76,125,1),rgba(30,76,125,.8));
	display: flex;
	height: 55px;
}
.items ul 
{
	margin: 0;
	padding: 0;
	width: 100%;
	top: 50%;
	left: 50%;
	list-style: none;
	transform: translate(-50%,-50%);
	display: flex; 
	align-items: center;
	justify-content: space-around;
	position: absolute;
}
ul li
{
	text-decoration: none;
	margin: 0 10px;
	list-style: none;
	color: rgba(255,255,255,.8);
}
ul li a
{
	position: relative;
	line-height: 55px;
	text-align: center;
	padding: 0 14px 0 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: rgba(255,255,255,.8);
}

ul li:hover a
{
	text-decoration: none;
	background: linear-gradient(to bottom,rgba(30,76,125,1),rgba(98,170,232,1));
	color: rgba(255,255,255,.8);
}

 .space
{
	height: 130px;
}
 .right-one
{
	margin: 0;
	padding: 0
	width: 100%;
	
}
 .right-one .right-ol-1
{
	margin: 0;
	padding: 0;
	
	background: rgba(50,118,182,1);
	height: 55px;
	width: 100%;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: rgba(255,255,255,.8);
}
 .right-one .right-ol-2
{
	margin: 0;
	padding: 0;
	
	margin-top: 10px;
	margin-bottom: 10px;
	background: rgba(50,118,182,1);
	height: 110px;
	width: 100%;
	line-height: 110px;
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	color: rgba(255,255,255,.9);	
}
 .right-one .right-one-r
{

	margin: 0;
	padding: 0;
	margin-top: 10px;
	background: rgba(50,118,182,1);
	height: 180px;
	width: 100%;
	top: 0;
	left: 0;
	transition: (-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-transform: uppercase;
	color: rgba(255,255,255,.9);	
}
.right-t
{
	margin-left: 30px;
	padding-right: 10px;
	background: rgba(50,118,182,1);
}
 .right-two
{

	background: rgba(50,118,182,1);
	height: 55px;
	width: 100%;
	line-height: 55px;
	font-size: 20px;
	border: 1px solid rgba(255,255,255,.5);
	text-transform: uppercase;
	color: rgba(255,255,255,.9);		
}
 .right-three
{

	margin: 0;
	padding: 0;
	background: rgba(50,118,182,1);
	height: 165px;
	width: 100%;
	line-height: 165px;
	font-size: 20px;
	text-align:center; 
	display: flex;
	letter-spacing: -1;
	border-right: 1px solid rgba(255,255,255,.5); 
	border-top: 1px solid rgba(255,255,255,.5);
	text-transform: uppercase;
	color: rgba(255,255,255,.9);		
}
.space2
{
	margin-left: 40px;
	margin-bottom: 80px;
}
.hb-button
{
	position: relative;
	float: right;
	padding: 5px 10px;
	background: #1E4C7D;
	text-align: right;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}


.lbls{
    color:#fff;
    text-decoration:none;
}

.lbls:hover{
    color:#e9f3a7;
    text-decoration:none;
}

 @media screen and (max-width: 600px) {
  #desk {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
  
@media (min-width: 768px) {

.custom-collapse .collapse{
            display:block;
      }  
}


@media (max-width:768px)
 {
	 
	.inner .leftnav ol
	{
		max-width: 0;
		max-height: 0;
	}

	.inner .leftnav ol.show 
	{	
		max-height: 100%;
		max-width: 100%;
	}
	.inner .leftnav ol.hide 
	{
		visibility: hidden;
	}
	.inner .leftnav ol li
	{
		box-sizing: border-box;
		width: 100%;
	}
	.hb-button
	{
		display: inline-flex;
	}

	.rightmain .submenu-items .items .l ul
	{
		max-width: 0;
		max-height: 0;
		display: none;
		visibility: hidden;
		background: #fff;
	}

}

.partnerVMenu ol li {
    position: relative;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 55px;
    text-align: center;
    background: linear-gradient(to bottom,rgba(30,76,125,1),rgba(98,170,232,1));
}

.partnerVMenu ol li a {
    position: relative;
    height: 55px;
    display: block;
    color:white;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

.partnerVMenu ol li a:hover{
    background: rgba(37,93,145,1);
}*/














            body{
                margin: 0px;
                font-family: "Avenir Next", "Helvetica Neue", sans-serif;
                line-height: normal;
                font-size: 13px;
            }
            .screenWrapper{
                position: absolute;
                width: 100%;
                height: 100%;
                margin: 0 auto;
            }
            header{
                position: relative;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 50px;
                background-color: #393A3D;
            }

            header .logoWrapper{
                position: relative;
                height: 100%;
                width: 200px;
                left: 0px;
                top: 0px;
                float: left;
                display: flex;
                text-align: center;
            }

            header .logoWrapper .logo{
                width: 70px;
                margin: auto;
            }
            
            header .menuWrapper{
                position: relative;
                height: 100%;
                width: 20px;
                top: 0px;
                left: 0px;
                float: left;
                display: flex;
            }

            header .menuWrapper .menu{
                margin: auto;
                cursor: pointer;

            }

            header .containerRight{
                position: relative;
                height: 100%;
                list-style: none;
                padding: 0px;
                margin: 0px;
                top: 0px;
                right: 25px;
                float: right;
                display: flex;
                text-align: center;
            }

            header .containerRight li{
                margin: auto;
            }

            header .containerRight li a{
                color:#babec5;
                text-decoration: none;
                
            }

            .bodyContainer{
                position: relative;
                width: 100%;
                height: calc(100% - 50px);
                top: 0px;
                left: 0px;
            }

            nav{
                position: absolute;
                left: 0px;
                top: 0px;
                width: 200px;
                height: 100%;
                background-color: #f4f5f8;
                overflow: auto;
                -webkit-transition-duration: 0.25s;
                transition-duration: 0.25s;
                -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
                -webkit-transition-property: left, box-shadow;
                -webkit-transition-property: left, -webkit-box-shadow;
                transition-property: left, -webkit-box-shadow;
                transition-property: left, box-shadow;
                transition-property: left, box-shadow, -webkit-box-shadow;                
            }
            .contentWrapper{
                position: absolute;
                width: calc(100% - 200px);
                left: 200px;
                top: 0px;
                height: 100%;
                background-color: #f4f5f8;

                -webkit-transition-duration: 0.25s;
                transition-duration: 0.25s;
                -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
                -webkit-transition-property: left, box-shadow;
                -webkit-transition-property: left, -webkit-box-shadow;
                transition-property: left, -webkit-box-shadow;
                transition-property: left, box-shadow;
                transition-property: left, box-shadow, -webkit-box-shadow;                              
            }

            .contentWrapper.AnimateLeft{
                left: 0px;
                width: 100%;
            }

            .contentWrapper.AnimateRight{
                left: 200px;
                width: calc(100% - 200px);
            }            

            .contentWrapper .content{
                padding: 20px 30px;
                /* display: flex;
                flex-direction: column;
                height: 100%; */

            }

            .contentWrapper .content .header{
                padding-bottom: 20px;
            }

            .contentWrapper .content .title{
                font-size: 24px;
                color: #393a3d;
                font-weight: normal;
                color: #2CA01C;
            }

            .contentWrapper .content .body{
                padding: 20px;
                background: white;
                float:left;
                width:100%;
                /* flex-grow: 1;
                margin-bottom: 50px; */
            }
            
            #sideBar.AnimateLeft{
                left: -200px;
            }

            #sideBar.AnimateRight{
                left: 0px;
            }

            #sideBar ul{
                list-style: none;
                padding: 0px;
                margin-top: 1em;
            }

            #sideBar ul li a{
                padding-left: 35px;
                padding-top: 10px;
                padding-bottom: 10px;
                color:black;
                font-weight: normal;
                font-size: 13px;
                display: block;
                text-decoration: none;
            }

            #sideBar ul li a.active{
                font-weight: 600;
                background-color: #E3E5E8;
                border-left: 6px solid #2CA01C;
            }
            


            #dropdown{
                position: absolute;
                /* width: 120px; */
                margin-top: 16px;
                background-color: white;
                border: 1px solid lightgray;
                border-bottom: none;
            }

            #dropdown:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: -10px;
                margin: 0 auto;
                width: 0;
                height: 0;
                border-bottom: 10px solid white;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
            }

            /* #dropdown:before {
                content: " ";
                position: absolute;
                width: 10px;
                height: 10px;
                top: -5px;
                background: white;
                left: 50%;
                transform: rotate(45deg);
            }             */

            #dropdown ul{
                list-style: none;
                margin: 0px;
                padding: 0px;
            }
            
            #dropdown ul li a{
                text-decoration: none;
                display: block;
                color: #393a3d;
                padding: 10px 30px;
                border-bottom: 1px solid lightgray;
            }
            
            #dropdown ul li a:hover{
                background-color: #E3E5E8;
                color: #2CA01C;

            }

