/*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;
}


/* @media screen and (min-height: 400px) {
    .bodyContainer{
        height: 100vh;
    }
} */

/*
 * 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;
    }
}




.shortInfputSearch {
    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: #0D0049;
    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: "Poppins", "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;

            }




            /*
Top bar styles
*/
.top-bar {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  

    .admin-logo {
      width: 220px;
      text-align: center;
      padding-left: 0px;
  }
  
  
  .admin-logo h1 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px;
  }
  .admin-logo h1 img {
    height: 65px;

  }
  .admin-logo sub {
    font-size: 10px;
    font-style: italic;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
  }
  
  .top-right-nav {
    /* margin: 0; */
    padding: 0;
    float: right;
    padding-right: 30px;
  }
  .top-right-nav > li {
    display: block;
    float: left;
    position: relative;
    padding: 0px;
  }
  .top-right-nav > li i {
    vertical-align: middle;
    display: inline-block;
    margin-left: 0;
    font-size: 22px;
  }
  .top-right-nav > li > a {
    display: block;
    padding: 0px 15px;
    color: #fff;
  }
  .top-right-nav > li > a img {
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 0px;
    width: 35px;
  }
  
  .badge {
    font-weight: 400;
    padding: 2px 5px;
    font-size: 10px;
}
  .icon-dropdown .badge {
    position: absolute;
    right: 3px;
  }

  .badge-danger {
    background-color: #F44336;
}
  
  .left-nav-toggle {
    display: block;
    margin-left: 0px;
    float: left;
  }
  .left-nav-toggle a {
    display: block;
    color: #fff;
    font-size: 15px;
    width: 50px;
    text-align: center;
  }
  
  /*search form*/
  .search-form {
    display: block;
    float: left;
    position: relative;
}

  .search-form .form-control {
    width: 180px;
    border: 0px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 34px;
    color: #fff;
  }
  .search-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .search-form .form-control::-webkit-input-placeholder {
    color: #fff;
  }
  .search-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .search-form .form-control:-ms-input-placeholder {
    color: #fff;
  }

  .search-form .btn-search {
    display: inline-block;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
}
  
  /**light top bar***/
  .top-bar.light-top-bar {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .top-bar.light-top-bar .top-right-nav > li > a {
    color: #aaa;
  }
  .top-bar.light-top-bar .top-right-nav > li > a:hover {
    color: #05286C;
    text-decoration: none;
  }
  .top-bar.light-top-bar .top-right-nav > li > a img {
    border: 2px solid rgba(0, 0, 0, 0.05);
  }
  .top-bar.light-top-bar .search-form i {
    color: #4d4d4d;
  }
  .top-bar.light-top-bar .search-form .form-control {
    color: #333;
    display: inline-block;
    background-color: #fff;
    border: none;
  }
  .top-bar.light-top-bar .search-form .form-control::-webkit-input-placeholder {
    color: #4d4d4d;
  }
  .top-bar.light-top-bar .search-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
  }
  .top-bar.light-top-bar .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
  }
  .top-bar.light-top-bar .search-form .form-control:-ms-input-placeholder {
    color: #4d4d4d;
  }
  .top-bar.light-top-bar .left-nav-toggle a {
    color: #999;
  }
  
  /*
  Dropdown styles
  */
  .dropdown-menu {
    border-color: #e1e8ed;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > li i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 15px;
  }
  .dropdown-menu > li > a {
    color: #777;
    padding: 7px 20px;
  }
  .dropdown-menu > li > a:hover {
    color: #05286C;
  }
  
  ul.dropdown-menu.top-dropdown {
    right: 0;
    left: auto;
  }
  
  .dropdown-menu.lg-dropdown {
    min-width: 280px;
  }
  
  .dropdown-header {
    padding: 7px 20px;
    color: #23b7e5;
    font-size: 13px;
  }
  
  .notification-list a {
    display: block;
    border-top: 1px solid #eee;
    display: block;
    position: relative;
    padding: 6px 12px 6px 30px;
  }
  .notification-list a i {
    display: block;
    float: left;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .notification-list a span {
    display: block;
    line-height: 16px;
    font-size: 13px;
  }
  .notification-list a span.notification-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 50px;
    height: 50px;
    margin: -25px 12px 0 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
  }
  .notification-list a span.notification-icon i {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    display: block;
    line-height: 40px;
  }
  .notification-list a span.notification-title {
    color: #333;
    padding-bottom: 1px;
  }
  .notification-list a span.notification-description {
    padding-bottom: 3px;
    color: #999;
    font-size: 12px;
  }
  .notification-list a span.notification-time {
    color: #aeaeae;
    font-style: italic;
    font-size: 11px;
  }
  .notification-list a:hover {
    background-color: #f2f2f2;
  }
  
  .panel-dropdown {
    right: 0;
    left: auto;
  }
  
  /*
  Left side navigation style
  */
  .float-navigation {
    position: fixed;
    left: 0;
    top: 0px;
    width: 314px;
    height: 100%;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    background-repeat: repeat;
    z-index: 99;
  }
  
  .light-navigation {
    background-color: #fff;
  }
  
  .dark-navigation {
    background-color: #263238;
  }
  
  body.nav-toggle .float-navigation {
    margin-left: -314px;
  }
    

  
  .light-navigation .metisMenu.nav > li {
      height: 52px;
      padding-left: 20px;;
  }

  
  .light-navigation .metisMenu.nav > li:hover > a {
    /* background: #e3eeff;
    border-radius: 0px 4px 4px 0px;
    border-left-color:#0058FF ;
    border-left-width: 4px; */
    font-weight: bold;

  }

  .light-navigation .metisMenu.nav > li > a > img {
    margin-right: 40px;
  }

  
  /**nav colors for light left navigation*/
  .light-navigation {
    border-right: 1px solid #ddd;
  }
  
  .light-navigation .metisMenu > li.nav-heading {
    color: #aeaeae;
  }
  .light-navigation .metisMenu.nav > li > a {
    letter-spacing: 0.1px;
    font-size: 14px;
    line-height: 52px;
    color: #171725;
    font-weight: 400;
    opacity: 1;

  }
  .light-navigation .metisMenu.nav > li > a.bg-primary {
    color: #fff;
  }
  .light-navigation .metisMenu.nav > li > a.bg-primary:hover {
    color: #fff;
  }
  .light-navigation .metisMenu.nav > li > a:hover {
    color: #05286C;
  }

  .light-navigation .metisMenu.nav > li.active {
    background: #e3eeff;
    border-radius: 0px 4px 4px 0px;
    border-left-color:#0058FF ;
    border-left-width: 4px;;
  }

  .light-navigation .metisMenu.nav > li.active > a {
    color: #0D0048;
    font-weight: 500;
    font-size: 14px;

  }
  .light-navigation .nav-second-level.nav li a, .light-navigation .nav-thrid-level.nav li a {
    color: #818181;
  }
  .light-navigation .nav-second-level.nav li a:hover, .light-navigation .nav-thrid-level.nav li a:hover {
    color: #23b7e5;
  }
  .light-navigation .nano > .nano-pane > .nano-slider {
    background: rgba(0, 0, 0, 0.05);
  }

  /*
  Page header style
  */
  .page-header {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background-color: #fefefe;
  }
  .page-header h4 {
    margin: 2px 0;
    font-weight: 400;
  }
  .page-header .breadcrumb {
    margin: 0px;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
  }
  
  
  .main-content.container {
    padding: 0px;
    width: auto;
  }
  
  .main-content.container {
    min-height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 90px;
    position: relative;
    margin-left: 314px;
    background: #F4F7FC 0% 0% no-repeat padding-box;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
  }
  
  body.nav-toggle .main-content {
    margin-left: 0px;
  }
  
  
  
  /*
  Horizontal Layout Style
  */
  body.layout-horizontal {
    background-color: #f5f5f5;
  }
  body.layout-horizontal .top-bar {
    position: static;
  }
  body.layout-horizontal .top-bar .dropdown-menu {
    z-index: 9999;
  }
  body.layout-horizontal .top-bar .admin-logo {
    width: auto;
  }
  body.layout-horizontal .admin-logo {
    margin-left: 0px;
    text-align: left;
  }
  body.layout-horizontal .h-main-content {
    min-height: 100%;
    position: relative;
    height: auto;
    padding-bottom: 40px;
  }
  body.layout-horizontal .navbar-default {
    border: 0px;
    background-color: #fff;
    margin-bottom: 30px;
  }
  body.layout-horizontal .navbar-default .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-weight: 400;
  }
  body.layout-horizontal .navbar-default .navbar-nav > li > a:hover {
    color: #23b7e5;
  }
  body.layout-horizontal .navbar-default .navbar-nav > li > a i {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  body.layout-horizontal .navbar-default .navbar-nav > .open > a, body.layout-horizontal .navbar-default .navbar-nav > .open > a:focus, body.layout-horizontal .navbar-default .navbar-nav > .open > a:hover {
    color: #23b7e5;
    background-color: transparent;
  }
  body.layout-horizontal .navbar-default .navbar-nav > .active > a, body.layout-horizontal .navbar-default .navbar-nav > .active > a:focus, body.layout-horizontal .navbar-default .navbar-nav > .active > a:hover {
    color: #23b7e5;
    background-color: transparent;
  }
  body.layout-horizontal .dropdown-menu.dropdown-main > li > a {
    padding: 9px 20px;
    text-transform: capitalize;
  }
  @media (min-width: 768px) {
    body.layout-horizontal body.layout-horizontal {
      min-height: 100%;
    }
    body.layout-horizontal .dropdown-menu.dropdown-mega {
      width: 400px;
      padding: 10px;
    }
    body.layout-horizontal .navbar-default .navbar-nav > li > a {
      text-align: center;
    }
    body.layout-horizontal .navbar-default .navbar-nav > li > a i {
      margin-bottom: 10px;
    }
    body.layout-horizontal .navbar-default .dropdown-menu {
      background: #fff;
    }
    body.layout-horizontal .navbar-default .dropdown-menu li a {
      color: rgba(0, 0, 0, 0.6);
    }
    body.layout-horizontal .navbar-default .dropdown-menu li a:hover {
      background: transparent;
      color: #23b7e5;
    }
  }
  body.layout-horizontal .dropdown-menu.dropdown-mega ul > li > a, body.layout-horizontal .dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    text-transform: capitalize;
  }
  body.layout-horizontal .dropdown-menu.dropdown-mega ul > li > a i, body.layout-horizontal .dropdown-menu > li > a i {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
  }
  
  
  @media (min-width: 768px) and (max-width: 991px){
    .left-nav-toggle {
      /* float: right; */
      position: absolute;
      left: 5px;

    }



    #daterange
    {
      float: left!important;
    }
 

  }

  @media (max-width: 1200px){

    #daterange
    {
      float: left!important;
    }
 

  }
  

  /*
  Template resonsive css
  */
  @media (max-width: 1169px) {
    .cd-timeline-content .cd-date {
      float: none;
    }
  

    .content1920{
      width: 100%, !important;;    
  }

    .cd-timeline-content h2 {
      font-size: 20px;
      line-height: 20px;
    }
  }

  @media (max-width: 1420px) {
    .sideBySideFormContainer
    {
      flex-wrap: wrap!important;
    }

    .plForm{
      padding-left: 10px!important;
      padding-right: 10px!important;
      padding-top: 0px!important;
      padding-bottom: 0px!important;   
      height: auto!important;
  }    


  }

  @media (max-width: 991px) {
    .main-content.container {
      margin-left: 0px;
    }


    .content1920{
      width:100%!important;    
  }
  
    .float-navigation {
      margin-left: -314px;
      z-index: 3;
    }
  
    body.nav-toggle .float-navigation {
      margin-left: 0;
    }
  
    .top-bar {
      z-index: 4;
    }
  
    .admin-logo {
      width: auto;
      margin-left: 35px;
    }
  
    .top-bar.left-nav-toggle a i {
      top: 4px;
    }
  }

  @media (max-width: 675px) {
    .tileContainer
    {
      justify-content: center!important;
    }
  }


  @media (max-width: 1261px) {

    .InvestmentGrowthChartile{
      width: 100%!important;
    }

  }

  @media (max-width: 767px) {
    

    div.dataTables_paginate {
      margin-top: 10px;
      white-space: pre-wrap;
    }
  
    .rightSideButtonsContainer
    {
      margin-left: 0px!important;
    }

    .sideBySideFormContainer
    {
      flex-wrap: wrap!important;
    }

   

    .chatMenu{
      display: block!important;
    }
    .chatContainer{

      width: 100%!important;
    }

    .performancDataContainer .chartContainer{
      width: 100%!important;
    }

    .InvestmentGrowthChartile{
      width: 100%!important;
    }


    .performancDataContainer .parametersContainer{
      width: 100%!important;
    }


    .btn-upload input{
      max-width: 100%;
    }
    .contactsContainer {
      display: none!important;
      position: absolute;
      width: 100%!important;
    }

    .content1920{
      width: 100%, !important;;    
  }

  .welcomeHeader{
    flex-wrap: wrap!important;
  }

  .userSettingCotainer {
    width: 100%!important;
  }


    .CashChartTile{
      width: 100%!important;
    }

    .admin-logo {
      /* width: 60px;
      margin-left: -0px; */
      padding-left: 25px;
        
    }

    .admin-logo img{
        height: 50px!important;   
    }
    
    .admin-logo img {
      /* width: 100%; */
    }
  
    .left-nav-toggle {
      /* float: right; */
      position: absolute;
      left: 5px;

    }
  
    .page-header {
      padding-left: 30px;
      padding-right: 30px;
      text-align: center;
    }
    .page-header h4 {
      margin-bottom: 10px;
    }
    .page-header .text-right {
      text-align: center;
    }
  
    .top-right-nav {
      padding-right: 0px;
    }
  
    .main-content.container {
      padding: 15px 15px;
      padding-top: 90px;
      padding-bottom: 40px;
    }
  
    .footer {
      text-align: center;
    }
  
    body.layout-horizontal .navbar-default .navbar-nav > li > a i {
      display: inline-block;
      margin-right: 5px;
    }
  
    body.layout-horizontal .dropdown-mega .row {
      margin: 0px;
    }
  
    body.layout-horizontal .dropdown-mega .col-sm-6 {
      padding: 0px;
    }
  
    body.layout-horizontal .dropdown-menu.dropdown-mega ul > li > a, body.layout-horizontal .dropdown-menu > li > a {
      color: rgba(0, 0, 0, 0.5);
    }
    body.layout-horizontal .dropdown-menu.dropdown-mega ul > li > a:hover, body.layout-horizontal .dropdown-menu > li > a:hover {
      color: black;
    }
  
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
      padding: 9px 20px;
    }
  
    .ui-dialog {
      width: 90% !important;
    }
  }
  
  

  .metisMenu {
    /* padding-bottom: 30px; */
    padding-top: 90px;
  }

  .metisMenu::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  .metisMenu::-webkit-scrollbar-track {
    background: #f4f5fa; 
  }
   
  /* Handle */
  .metisMenu::-webkit-scrollbar-thumb {
    background: rgb(194, 193, 193);
  }
  
  /* Handle on hover */
  .metisMenu::-webkit-scrollbar-thumb:hover {
    background: #888; 
  }


  .metisMenu li {
    border-left: 4px solid transparent;
  }
  .metisMenu .arrow {
    float: right;
    line-height: 1.42857;
    padding-top: 2px;
  }
  .metisMenu .fa.arrow:before {
    content: "\F106";
  }
  .metisMenu .active > a > .fa.arrow:before {
    content: "\F107";
  }
  
  .metisMenu > li.nav-heading {
    padding: 12px 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 12px;
  }
  
  .metisMenu.nav > li > a {
    padding: 0px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 14px;
  }
  .metisMenu.nav > li > a:hover, .metisMenu.nav > li > a:focus {
    /* color: white; */
    background: transparent;
  }
  .metisMenu.nav > li > a i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
    width: 20px;
  }

  .nav-second-level.nav li a, .nav-thrid-level.nav li a {
    padding: 5px 10px 5px 10px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
  }
  .nav-second-level.nav li a:hover, .nav-second-level.nav li a:focus, .nav-thrid-level.nav li a:hover, .nav-thrid-level.nav li a:focus {
    color: white;
    background: transparent;
  }
  
  .nav-second-level.nav > li > a {
    padding-left: 40px;
  }
  
  .nav-third-level.nav > li > a {
    padding-left: 50px;
  }
  
  .metisMenu.nav > li.active {
    background-color: rgba(0, 0, 0, 0.1);
    border-left-color: #23b7e5;
  }
  .metisMenu.nav > li.active > a {
    color: white;
  }
  
  .metisMenu.nav > li:last-child a {
    border-bottom: 0px;
  }
  
  @media (max-width: 550px) {
    .admin-logo {
        padding-left: 25px;
        
    }


  
    .profilePictureRightMargin{
      margin-right: 30px!important;
    }
    
    .chatMenu{
      display: block!important;
    }
    .chatContainer{

      width: 100%!important;
    }

    .userDashboardTransactionTable
    {
      padding-left: 0px!important;
      padding-right: 0px!important;
    }

    .contactsContainer {
      display: none!important;
      position: absolute;
      width: 100%!important;
    }

    .content1920{
      width:100%!important;    
  }

    .CashChartTile{
      width: 100%!important;
    }

    
    .welcomeBalance{
      text-align: left!important;
      margin-top: 20px;
    }

    .admin-logo img{
        height: 50px!important;   
    }

    .left-nav-toggle
    {
        position: absolute;
        left: 5px;
    }

}

.welcomeBalance{
  text-align: right;;
}

.pageHeading{
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    font-size: 25px;

    letter-spacing: 0.1px;
    color: #171725;
    opacity: 1;
}


.welcomeHeader{
    padding: 30px;
    width: 100%;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F6F7FB;
    border-radius: 6px;
    opacity: 1;
    margin-top: 50px; display: flex; flex-wrap:nowrap; align-items: center;
}

.welcomeHeader .welcomeNote{

    text-align: left;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.11px;
    color: #171725;
    opacity: 1;
}


.welcomeHeader .lastLogin{
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #7E84A3;
    opacity: 1;
}

.welcomeHeader   .balanceLabel{
    text-align: left;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #5A607F;
    opacity: 1;
}

.welcomeHeader  .balanceAmount{
    text-align: left;
    letter-spacing: 0.12px;
    color: #131523;
    opacity: 1;
    font-size: 29px;
    font-weight: 600;
    line-height: 43px;
}


.welcomeHeader .statementButton{
    width: 181px;
    height: 58px;
    /* UI Properties */
    background: #0D0049 0% 0% no-repeat padding-box;
    border: 1px solid #D7DBEC;
    opacity: 1;
}

.welcomeHeader .statementButton .buttonTitle{
    text-align: left;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    opacity: 1;                                                                          
}



.tileContainer
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tile{
    width: 320px;
    height: 158px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #15223214;
    border-radius: 6px;
    opacity: 1;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.tile  .title{
    line-height: 45px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #5A607F;
    opacity: 1;
    margin-bottom: 10px;
}

.tile  .amount{
    text-align: left;
    letter-spacing: 0.12px;
    color: #131523;
    opacity: 1;
    line-height: 60px;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tile  .percentage, .investmentChartTile .percentage{
    text-align: left;
    letter-spacing: 0.11px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;

    opacity: 1;
}

.tile  .percentage.positive, .investmentChartTile .percentage.positive{
    color: #3DD598;
}

.tile  .percentage.negative, .investmentChartTile .percentage.negative{
    color: #F0142F;
}

.tile  .arrow, .investmentChartTile .arrow{
    width: 17px;
    height: 17px;
    opacity: 1;
    vertical-align: text-bottom;
}

.tile .arrow.up{
    background: transparent url('/Images/ic-arrow-narrow-up.png') 0% 0% no-repeat padding-box;
}

.tile .arrow.down{
    background: transparent url('/Images/ic-arrow-narrow-down.png') 0% 0% no-repeat padding-box;
}

.tile .comparison, .investmentChartTile .comparison{
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: #7E84A3;
    opacity: 1;
    vertical-align: text-bottom;
}




.investmentChartTile{

    height: 409px!important;
}





.CashChartTile{
    width: 997px;
    height: 409px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #15223214;
    border-radius: 6px;
    opacity: 1;
}

.InvestmentGrowthChartile{
  width: 891px;
  height: 518px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #1C295A09;
  border: 1px solid #EAEDF7;
  border-radius: 10px;
  opacity: 1;
}


.tradingPanelAndMasterAccountHistoryContainer{
  width: 410px;
  height: 518px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tradingPanelTile{
  padding: 25px;
  width: 100%;
  height: 252px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}

.masterAccountHistoryTile{
  padding:25px;
  width: 100%;
  height: 244px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}


.IntraDayPLAndPendingWidthdrawalsContainer{
  width: 413px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.IntradayPLTile{
  width: 410px;
  height: 206px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}

.pendingWidthdrawalsTile{
  width: 410px;
  height: 212px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}


.requestTile{
  padding:25px;
  width: 410px;
  height: 440px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}

.newInvestorTile{
  padding:25px;
  width: 410px;
  height: 440px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}

.groupDetailsTable{
  width: 100%;
  max-height: 659px;
  padding: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
}


.userDashboardTransactionTable{
    width: 997px;
    max-height: 659px;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #15223214;
    border-radius: 6px;
    opacity: 1;
}

.customTable{
    width: 100%;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #15223214;
    border-radius: 6px;
    opacity: 1;
}


table > thead > tr
{
    background: #F5F6FA 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 40px!important;
}

.table > thead > tr > th {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1.02px;
    color: #131523;
    text-transform: uppercase;
    opacity: 1;
    border-bottom: 15px solid transparent!important;
}

.table > tbody > tr > td {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #131523;
    opacity: 1;
    border-top: none!important;
}

.dataTables_paginate {
    margin-top:30px!important;
    float: left !important;
  }

  div.dt-buttons {
    float: right;
    margin-bottom: 30px;
}

.pagination > .active > a{
    background: transparent;
    color: black;
    border: 1px solid lightgray;
}
.exportButton{
    background: transparent;
    border: 1px solid lightgray;
}

.tradaingVerticalWidget{
    width: 319px;
    height: 659px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
}

.tableTitle{
    text-align: left;
    letter-spacing: 0.11px;
    color: #171725;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}


.blueButton{
  width: 180px;
  height: 45px;
  background: #0D0049 0% 0% no-repeat padding-box;
  border: 1px solid #D7DBEC;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
  line-height: 45px; 
  text-align: center;
  cursor: pointer;
}

.blueButton .buttonTitle{
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 400;                                                                          
}

.whiteButton{
  width: 180px;
  height: 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D7DBEC;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  cursor: pointer;

}


.whiteButton .buttonTitle{
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #5A607F;
  opacity: 1;
  font-weight: 400;
}

.selectbox {
  background: #fff;
  color: #1d3b4a;
  padding: 8px;
  line-height: 18px;
  border-radius: 4px;
  border-width: 0 1px 4px;
}

.formContainer{
  width: 660px;
  height: 476px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
  padding: 60px;
  margin-bottom: 20px;
}

.plForm{
    width: 610px;
    height: 500px;
    background: none;
    box-shadow: none;
    display: inline-table;
}

.formContainer .title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.64px;
  color: #131523;
  text-transform: none;
  opacity: 1;
}

.beneficiaryFormButtonContainers{
  text-align: center;
  padding: 20px;
  background-color: transparent;
}

.control-label{
  text-align: left!important;
  letter-spacing: 0.2px;
  color: #131523;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.form-group{
  float: left;
  margin-bottom: 25px;
  width: 100%;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.form-control{
  height: 37px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
}


.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#808080;
  opacity: 0.8;
}

.ng-modal-dialog {
  background-color: #fff;
  border-radius: 4px;
  z-index:10000;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ng-modal-dialog-content {
  padding:10px;
  text-align: left;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #40C491;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #40C491;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
  100% {
      stroke-dashoffset: 0
  }
}

@keyframes scale {

  0%,
  100% {
      transform: none
  }

  50% {
      transform: scale3d(1.1, 1.1, 1)
  }
}

@keyframes fill {
  100% {
      box-shadow: inset 0px 0px 0px 30px #40C491
  }
}



.crosskmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #F1F9FF;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.crossmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #0C0042;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #F1F9FF;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.crossmark__cross {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
  100% {
      stroke-dashoffset: 0
  }
}

@keyframes scale {

  0%,
  100% {
      transform: none
  }

  50% {
      transform: scale3d(1.1, 1.1, 1)
  }
}

@keyframes fill {
  100% {
      box-shadow: inset 0px 0px 0px 30px #F1F9FF
  }
}

.performanceControlsContainer{
  display: flex;
  flex-direction: row;
 justify-content: space-between; 
}

.performanceDropdown{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D7DBEC;
  border-radius: 4px;
  opacity: 1;
}

.performancDataContainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.performancDataContainer .chartContainer{
  width: 899px;
  height: 575px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
  padding: 45px;
  margin-bottom: 10px;
}


.performancDataContainer .parametersContainer{
  width: 429px;
  height: 577px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #15223214;
  border-radius: 6px;
  opacity: 1;
  padding-top: 55px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.performancDataContainer .parametersContainer .title{
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.13px;
  color: #2C2C2C;
  text-transform: uppercase;
  opacity: 1;
}



.performancDataContainer .parametersContainer .parameterWrapper{
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
}

.performancDataContainer .parametersContainer .parameterWrapper .name{
  width: 216px;
  height: 12px;
}

.performancDataContainer .parametersContainer .parameterWrapper .value{
  width: 50;
  height: 12px;
}


.performancDataContainer .parametersContainer .parameterWrapper .name .data, .performancDataContainer .parametersContainer .parameterWrapper .value .data{
  font: 16px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.11px;
  color: #5A607F;
  opacity: 1;
}

.chatContainer{
  width: 1380px;
  height: 688px;
  display: flex;
  flex-direction: row;  
}


.chatContainer .contactsContainer{
  width: 314px;
  height: 688px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}


.chatContainer .contactsContainer .title{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.87px;
  color: #171725;
  text-transform: uppercase;
  opacity: 1;
}

.chatContainer .contactsContainer ul {
  list-style: none;
  padding: 0px;
  width: 314px;
  margin: 0px;
}

.chatContainer .contactsContainer ul li {
  height: 75px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  
}

.chatContainer .contactsContainer ul li .userDetail {
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #D1D1D1;  
  height: 75px;;
  cursor: pointer;
}

.chatContainer .contactsContainer ul li .userDetail .img {
  width: 41px;
  height: 41px;
  background: #E0E0E0 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-right: 25px;
  border-radius: 50%;
  margin-left: 10px;
}

.chatContainer .contactsContainer ul li .userDetail .name{
  text-align: left;
  font: normal normal normal 14px/22px Poppins;
  letter-spacing: 0.1px;
  color: #131523;
  opacity: 1;
}


.chatContainer .chatBoxContainer{
  width: 1066px;
  height: 688px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 30px;
}

.chatContainer .chatBoxContainer .chatUser{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.11px;
  color: #131523;
  opacity: 1;
}

.conversationContainer{
  height: 470px;
  width: 100%;
  overflow-y: scroll;

}

.chatContainer .chatBoxContainer .messageDate{
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #D1D1D1; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
}

.chatContainer .chatBoxContainer .messageDate span{
  background:#FAFAFA; 
  padding:0 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.09px;
  color: #A3A3A3;
  opacity: 1;
}


.chatContainer .chatBoxContainer .messageDetailContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.chatContainer .chatBoxContainer .messageDetailContainer .img {
  width: 41px;
  height: 41px;
  background: #E0E0E0 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-right: 15px;
  border-radius: 50%;
  margin-left: 10px;
}


.chatContainer .chatBoxContainer .messageDetailContainer .userTextWrapper{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EBEBEB;
  border-radius: 21px;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}


.chatContainer .chatBoxContainer .messageDetailContainer .userTextWrapper .text{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #131523;
  opacity: 1
}

.chatContainer .chatBoxContainer .messageDetailContainer .myTextWrapper{
  background: #E3EEFF 0% 0% no-repeat padding-box;
  border: 1px solid #EBEBEB;
  border-radius: 21px;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: right;
}


.chatContainer .chatBoxContainer .messageDetailContainer .myTextWrapper .text{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #0C0B5C;
  opacity: 1
}

.userConsecutivedMessage{
  margin-left: 66px!important;
}

.myConsecutivedMessage{
  margin-right: 66px!important;
}


.myMessage{
  justify-content: end!important;
}

.writeMessageContainer
{
  width: 100%;
  height: 134px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  opacity: 1;
}

.writeMessageContainer .saySomething
{
  max-width: 100%;
  background: transparent;
  height: 80px;
  border: none;
  outline: none;
  resize: none;

}

.userSettingCotainer{
  width: 767px;
}

.collapseContainer
{
  width: 100%;
  opacity: 1;
  padding: 25px;
  padding-left: 0px;
  border-bottom: 1px solid #C9C9C9;;
}

.collapseContainer .header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.collapseContainer .title{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.11px;
  color: #171725;
  opacity: 1;
}

.collapseContainer .arrow{
  color: #C9C9C9;
  opacity: 1;
}

.collapseContainer .content{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 50px;
}

.userprofileContainer{
  width: 100%;
  display: flex;
}

.userprofileContainer .profilePiBox{
  width: 96px;
  height: 99px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E0E0E0;
  opacity: 1;
}

.userprofileContainer .profilePiBox .profilePiPhoto{
  max-width: 96px;
  max-height: 99px;
}

.userprofileContainer .uploadPhotoLink{
  text-decoration: underline;
  font-size: 10px;
  letter-spacing: 0.07px;
  color: #3A3A46;
  opacity: 1;
}

.userprofileContainer .name{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #171725;
}

.userprofileContainer .contactDetails{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #171725;
}

.documentUploadContainer{
  width: 100%;
}

.documentUploadContainer .documentDetailsContainer{
  padding-top: 15px;
  padding-left: 8px;
  padding-bottom: 15px;
  padding-right: 25px;
  align-items: center;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  margin-left: 60px;
}


.documentUploadContainer .documentTitle{
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #171725
}


.documentUploadContainer .documentView{
  max-width: 68px;
  max-height: 44px;
  background: #0D0049 0% 0% no-repeat padding-box;
  border: 1px solid #D7DBEC;
  opacity: 1;  
}


.documentUploadContainer .updateDocumentLink{
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #3A3A46;
  text-transform: uppercase;
  opacity: 1;
  
}



.preferenceContainer{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.preferenceContainer .optionLabel{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #171725;
  opacity: 1;
}

.preferenceContainer .optionStatus{
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.09px;
  color: #939393;
  opacity: 1;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0E0049;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0E0049;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.settingsUserSecurityContainer{
  /* width: 500px; */
  display: flex;
}

.editProfileContainer .modal-dialog {
  width: 625px;
  height: 649px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D7DBEC;
  opacity: 1;
}

.customModal{
  width: 100%;
  padding: 40px;
  padding-left: 60px;
}

.modal-content {
  box-shadow: none! important;
  border: none!important;
  display: flex;
}

.customModal .title{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.09px;
  color: #171725;
  opacity: 1;
}

.customModal .form-group
{
  margin-bottom: 12px;
}
.customModal .control-label{
  text-align: left;
  letter-spacing: 0.1px;
  color: #171725;
  opacity: 1;
  font-size: 14px;
}

.customModal .form-control{
  max-width: 390px;
  width: 100%;
  height: 37px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #171725;
  opacity: 1;
}

.hideElement
{
  display: none;
}

.showElement
{
  display: block!important;
}

#daterange{
  cursor: pointer;
}

.chatMenu {
  display: none;

}

.profilePictureRightMargin{
  margin-right: 75px;
}

.content1920{
    width:88%;    
}

.hideWatermarks{
    height: 20px;
    background-color: white;
    width: 140px;
    position: absolute;
    bottom: 8px;
    left: 15px;
    z-index: 99!important;
}

.rightSideButtonsContainer
{
  margin-left: auto;
}

.sideBySideFormContainer
{
  flex-wrap: nowrap;
}

#adminTitleContainer .tile{
  width: 303px;
  height: 150px;
}


.tileHeadingContainer{
  display: flex;
  justify-content: space-between;
}

.tileHeading{
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.11px;
  color: #131523;
  opacity: 1;
}

.viewLabel{
  font-size: 14px;
  color:#5A607F;
  margin-right: 10px;
}

.subMenuContainer{
  height: auto!important;
  transition: height 2s;
  /* padding-bottom: 20px; */
}

.subMenuContainer .subMenu{
    list-style: none;
    display: none;
    border-left: 1px solid #c4cfe0;
    margin-left: 70px;
    padding-left: 15px;
}


.subMenuContainer .subMenu li a{
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #171725;
  line-height: 30px;
}

.subMenu > li.active > a{
  font-weight: bold!important;
}


.investorAvatar{
  width: 42px;
  height: 42px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgray;
}

.avavtarCaption{
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.investorName{
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #131523;
  opacity: 1;
}

.investorContact{
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #7E84A3;
  opacity: 1;
}


.transferRequestDesc{
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #131523;
  opacity: 1;
}

.transferRequestDate{
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.09px;
  color: #5A607F;
  opacity: 1;
}

.viewDetailsLink{
  text-decoration: underline;
  font: 12px;
  line-height: 18px;
  letter-spacing: 0.09px;
  color: #5A607F;
  opacity: 1;
}

.masterAccountTransactionDesc{
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #131523;
  opacity: 1;
}


.tileScroll{
  overflow-y: auto;
  padding-right: 15px;
}

.tileScroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.tileScroll::-webkit-scrollbar-track {
  background: #f4f5fa;
  opacity: 0.44; 
}
 
/* Handle */
.tileScroll::-webkit-scrollbar-thumb {
  background: #e6e9f4;
  opacity: 1;
}

/* Handle on hover */
.tileScroll::-webkit-scrollbar-thumb:hover {
  background: #d9dce7; 
}

.dataTables_filter > label > .form-control {
  height: 34px!important;
  margin-right: 5px;
}
