/* Main Containers */
/*kill the transitions on any descendant elements of .notransition*/
.notransition * { 
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -o-transition: none !important; 
  -ms-transition: none !important; 
  transition: none !important; 
}

/* Loader GIF*/
#loader_container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0.92);
}

#loader_gears{
	position: absolute;
    top: 35%;
    left: 45%;
    margin-top: -35px;
    margin-left: -45px;
    width: 100px;
    height: 100px;
	z-index:99999999;
}
.card{
	border-radius: 0px;
	padding: 10px 10px 10px 10px;
	background: #fff;
}
/* Left containers */
.container_left{
	display: block;
	position: relative;
	width: calc( 100% - 341px);
	height: calc(100% - 20px);
	margin: 8px;
	float: left;
	border: none;
	background-size: 30%;
	background-repeat: no-repeat;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}
.container_left:hover{
	overflow-y:scroll;
}
.top_bar_type_1{
	display:block;
	width:calc(100% - 321px);
	margin: 8px 8px 0px 8px;
	height:43px;
	padding-top:0px;
	background-color:#FFF;
	-webkit-box-shadow: 0 1px 3px #7d8a93;
	box-shadow: 0 1px 3px #7d8a93;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.top_bar_type_2{
	display: block;
	width: calc(100% - 10px);
	margin: 0px;
	height: 43px;
	padding-top: 0px;
	line-height: 43px;
	font-size: 14px;
	padding-left: 10px;
	overflow:hidden;
}
.filter_form_from_btn{
	display: none;
	position: absolute;
	width: 300px;
	height: auto;
	position: absolute;
	margin-left: -1px;
	margin-top: 43px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	border: 1px solid #e3e4e5;
	border-top: none;
	z-index: 7;
	background: #FFF;
	box-shadow: 0px 3px 5px 0 #7d8a93;
	-webkit-box-shadow: 0px 3px 5px 0 #7d8a93;
}



/* Right containers */
.right_cp{
	display:block;
	position:absolute;
	top:56px;
	width:320px;
	right:0px;
	background-color:#FFF;
	height:calc(100% - 54px);
	float:right;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	overflow:hidden;
	box-shadow: 0px 3px 5px 0 #7d8a93;
	-webkit-box-shadow: 0px 3px 5px 0 #7d8a93;
}
.right_cp:hover{
	overflow-y:scroll;
}

.right_cp_menu{
	display:block;
	position:absolute;
	top:56px;
	width:275px;
	right:0px;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 95px);
	background-color: #FDFDFD;
	float:right;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	box-shadow: 0px 3px 5px 0 #7d8a93;
	-webkit-box-shadow: 0px 3px 5px 0 #7d8a93;
}