﻿@charset "utf-8";
/* CSS Document */
/*test*/

.overflow {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
	
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

.display{
	display:block;
}

p, img, div, h1, h2, h3, h4, h5, h6, ul, li, ol, span, html, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type:none;
}


body, html{
	height:100%;
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;
	font-size:13px;	
	background-color:#ecf0f5;
    font-weight:normal;
	color: #555;
	}
.cursor
{
cursor:pointer;
}	
.div{
	
	height:100%;	
}

.header
{
   background-color:#25a2b2; 
   
   position:fixed; 
   z-index:5; 
   padding:5px 0; 
   top:0; 
   width:100%;
   height:60px;
}
.active-icon{
    color:black;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.field-icon-system-setup {
    float: right;
    margin-left: 25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 35px;
	bottom:5px;
}
.icon-change-password {
    margin-left: -25px;
    position: relative;
    z-index: 2;
}
.logo {  
    color: #FFFFFF;
    float: left;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    width: 200px;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
	}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {

.logo
{
  font-size: 25px;
  width: 90px;
  padding:0 0 0 10px;
 }
	}


.footer
{
    background-color:#fff; 
	height:50px; 
	position:fixed; 
	padding:0 30px; 
	bottom:0; 
	width:100%;
	line-height:50px;
    border-top:1px solid #ccc
}
.height
{
height:100%;
}


.sidenav1 {
    height: 95%;
    width: 250px;
    position: fixed;
   
    top: 0;
    left: 0;
    background-color: #05363c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav1 ul
{
}
.sidenav1 ul li
{

}
.sidenav1 ul li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #b7b7b7;
    display: block;
    transition: 0.3s;
	
}
.sidenav1 ul li a:active
{
 color: #b7b7b7;
 text-decoration: none;
}
.sidenav1 ul li a span
{
margin-left:10px;
}
.sidenav1 ul li a:hover {
    color: #f1f1f1;
	text-decoration:none;
}

.sidenav1 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main1 {
    transition: margin-left .5s;
    margin-left:250px;
	padding-top:55px;
	line-height:25px;
}
.viewer-filename {
    float: left;
    font-size: 14px;
    color: white;
    background-color: darkgray;
    margin: 0 15px 0 0;
    padding: 0 15px;
}
@media screen and (max-height: 450px) {
  .sidenav1 {padding-top: 15px;}
  .sidenav1 a {font-size: 18px;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 900px) {

.sidenav1 {
   
    width: 0px;
}
#main1 {
    transition: margin-left .5s;
    
	margin-left:0px;
	/*padding-top:60px;*/
	font-size:13px;
	
	line-height:25px;
}
}
.window-div
{
    background-color:#FFFFFF;
	height:92%; 
	padding:12px 20px 50px 20px;
	margin:25px;
	border-radius: 3px;
	border-top: 3px solid #d2d6de;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	overflow:hidden;
	
	
}

.view-icon
{
   background-color:#d0d5db;
   height:50px;
   padding:0 10px;
   line-height:50px;
   /*overflow:hidden;*/
}



/*custom left drop-down*/

.navbar1 {
    overflow: hidden;
	float:right;
    margin-right:25px;
	
}


.navbar1 a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.navbar1 a {
   
    padding: 14px 3px;
    
}
}
.dropdown1 {
    float: right;
    overflow: hidden;
	/*min-width:140px;*/
}

.dropdown1 .dropbtn1 {
    cursor: pointer;
    font-size: 14px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: transparent;
    margin: 0;
}



.navbar1 a:hover, .dropdown1:hover .dropbtn1, .dropbtn1:focus, {
    background-color: #367fa9;
}

.dropdown1-content {
    display: none;
    position: absolute;
	top:60px;
	right:25px;
    background-color: #f9f9f9;
    width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	
}

.dropdown1-content a {
    float: none;
    color: black;
    /*padding: 12px 16px;*/
	padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size:13px;
}
.dropdown1-content a:hover {
    background-color: #ddd;
}
.dropdown1-content 
{
background-color:#25a2b2;

border-top:1px solid white;
}
.dropdown1-content p
{
    color: #fff;
   
    font-size: 15px;
    margin-top: 2px;
	text-align:center;
	padding:15px 0;
}
.dropdown1-content small
{
font-size: 13px;
 color: rgba(255, 255, 255, 0.8);
}


.dropdown1-content ul
{
background-color:#f9f9f9;
padding:10px;

}
.dropdown1-content ul li
{
list-style-type:none;
margin:6px 0;
}

.show1 {
    display: block;
}
.dropdown-button
{
background-color:#f9f9f9;

}
.dropdown-button ul
{
padding:0;
margin:0;
}
.dropdown-button ul li
{

list-style-type:none;
/*padding-bottom:20px;*/
}

/*small-profile-image*/
.profile-image
{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -5px;
    text-align: center;
   
    color: #fff;
    font-size: 18px;
	background-color:#09C;
	}
.user-image
{

    
    border-radius: 50%;
	text-align: center;
   
    color: #fff;
    font-size: 18px;
    padding: 2px 0px;
	
	margin-top:10px;
	
	
}
.user-image-div
{
width:90px;
height:90px;
margin:auto;

}
.border-section {
    border: 1px solid #d0d5db;
    overflow: hidden;
    /*padding: 10px 20px 0 20px;
    margin-left:25px;*/
}
.profile-image-left {
margin-bottom:20px;	
}
.profile-image-left img {
 float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: -10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	margin-left:20px;
	}
.profile-image-left span
{
color:#FFFFFF;
font-size:12px;
padding-left:5px;
}
/*drop-down overlay section*/
* {box-sizing: border-box;}

.container1 {
  position: relative;
  }

.image1 {
  display: block;
  width: 90px;
  height: 90px;
}

.overlay1 {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 50px 50px;
  cursor:pointer;
 
}
.overlay1 a
{
color:#fff;
text-decoration:none;
line-height:0;
padding:14px 0;
margin:auto;
width:50px;
}
.overlay1 a:hover
{
color:#fff;
text-decoration:none;
background:transparent;
}
.container1:hover .overlay1 {
  opacity: 1;
}

/*show-error*/
.view-icon-right
{
float:right;
}
.view-icon-right ul
{
list-style-type:none;
}
.view-icon-right ul li
{
float:left;
margin:0 13px;
}
.view-icon-right ul li a
{
color:#999999;
font-size:14px;
}
.view-icon-right ul li a:hover
{
color:#666666;
}
.show-error
{
float:left;
display:block;
}



.view-icon-right-mobile
{
float:right;
display:none;
}
.view-icon-right-mobile ul
{
list-style-type:none;
}
.view-icon-right-mobile ul li
{
float:left;
margin:0 13px;
}
.view-icon-right-mobile ul li a
{
color:#999999;
font-size:14px;
}
.view-icon-right-mobile ul li a:hover
{
color:#666666;
}
.show-error
{
float:left;
display:block;
}
/*left-dropdown-navigation*/


/* Style the sidenav links and the dropdown button */
.dropdown-btn-left {
    padding: 10px 8px 10px 33px;
    text-decoration: none;
    font-size: 15px;
    color: #b7b7b7;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.dropdown-btn-left span
{
margin-left:10px;
}

/* On mouse-over */
 .dropdown-btn-left:hover {
    color: #f1f1f1;
	background-color:#013036 ;
}


/* Add an active class to the active dropdown button */
.active {
    /*background-color: #222d32;*/
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container-left {
    display: none;
    background-color: #14444a;
    padding-left: 8px;
}
.dropdown-container-left ul{
   
}
.dropdown-container-left ul li{
 
}
.dropdown-container-left ul li a{
 color:white;
 float:none  
}


/* Optional: Style the caret down icon */
.fa-caret-down-left {
    float: right;
    padding-right: 8px;
}

.left-dropdown
{
padding:0 5px;  width:100%;

}
.left-dropdown ul
{
}
.left-dropdown ul li
{
}
.left-dropdown ul li a
{
font-size:15px;
}
.left-dropdown ul li span
{
margin-left:10px;
}
/*copy-right-section*/
.copy-right-section
{
float:left;
font-size:12px;

}
.right-footer-section
{

cursor: pointer;
color: #3c8dbc;
font-Weight: 300;
float:right;
}
.right-footer-section ul
{
list-style-type:none;
}
.right-footer-section ul li
{
float:left;
font-size:14px;
padding:0 5px;
}
/*eda license pannel*/
.eda-license-pannel {
    background-color: #FFFFFF;
    padding: 0 15px 15px 15px;
    color: White;
    position: absolute;
    bottom: 45px;
    box-shadow: 2px 2px 10px #777;
    right: 50px;	
	}
.eda-license-pannel ul
{
list-style-type:none;
padding:0 3px;
margin:20px 0 0 0;
border-top:1px solid #eaeaea;
border-right:1px solid #eaeaea;
border-left:1px solid #eaeaea;
overflow:hidden;
width:100%;
}
.eda-license-pannel ul li
{
float:left;
clear:both;
padding:0;
margin:0;
line-height:25px;
border-bottom:1px solid #eaeaea;
width:100%;
}
.eda-license-pannel ul li span
{
float:left;
color:#000;
font-size:12px;
padding-left: 7px;
border-left: 1px solid #eaeaea;
}
.eda-license-pannel ul li p
{
    font-size: 12px;
    width: 100px;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: normal;
	color: #5c5c5c;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
	}
.button-close
{
padding:0;
margin:0;
line-height:15px;
}
/*scrollbar-slider*/
.simplebar, [data-simplebar-direction] {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
    display: none;
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
    overflow-x: scroll;
    overflow-y: auto;
}

.simplebar-track {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 10px;
    width: 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: #6c6e71;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.simplebar-track:hover .simplebar-scrollbar {
    /* When hovered, remove all transitions from drag handle */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px;
}

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
#myElement{
  height:80%;
  width:100%;
}


/*login-page*/
.login-background
{
background:url(../images/login-background.jpg);
background-size:cover;
background-repeat:no-repeat;
height:100%;
background-position: center center;
background-attachment: fixed;

-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
}
.login-section
{
margin:15% 0 0 0;
}
.login-form
{
width:100%;
overflow:hidden;
background-color:#e0e5e8;

padding:40px;

}
.login-form ul
{
list-style-type:none;

}
.login-form ul li
{
display:block;

}
.login-form ul li span
{
width:16%;
line-height:30px;
float:left;
}
.change-password {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    color: #666666;
    font-size: 13px;
    float: left;
    height: 34px;
}
 .login-text-box
{
width: 84%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom:20px;
	line-height:30px;
	color:#666666;
	font-size:13px;
	float:left;
	height:30px;
	
}
.login-text-box-error
{
border:1px solid red;
width: 84%;
    padding: 0 10px;
   
    border-radius: 4px;
	margin-bottom:20px;
	line-height:30px;
	color:#666666;
	font-size:13px;
	float:left;
	height:30px;
}
.login-form ul li ul 
{
padding:0;
margin:0;
clear: both;
overflow: hidden;
}
.login-form ul li ul li
{
float:right;
margin-top:10px;
}
.login-form ul li ul li .reset
{
padding:10px 20px;
background-color:#478d4a;
color:white;
border-radius:4px;
border:0;
float:left;
margin:0 20px;
}
.login-form ul li ul li .submit
{
padding:10px 20px;
background-color:#25a2b2;
color:white;
border-radius:4px;
border:0;
float:left;

}
 .margin
{
padding-top:15px;
}

.login-form ul li .checkbox
{
float:left;
width:20px;
}
.login-form ul li .remember
{
float:left;

}
.login-form ul li .remember a
{
text-decoration:none;
color:#373737;

}
.login-form ul li .forgot-pwd
{
float:right;


}
.login-form ul li .forgot-pwd a
{
text-decoration:none;
color:#373737;
padding:0 5px;
}
.login-header
{

}
.login-header .img
{
margin:auto; width:64px;
}

.login-header p
{
color:#afafaf;
text-align:center;
padding:10px 0;
}


 .icon
{
width:30%;
margin:auto;
}


/*login-text*/
.login-text
{
margin:10% 0 0 0;

}
.login-text ul
{
list-style-type:none;
}
.login-text ul li
{

}
.login-text ul li h1
{
color:#9cafb9;
font-size:60px;
text-align:center;
}
.login-text ul li h1 span
{
color:#FFFFFF;
font-size:65px;
text-align:center;
}
.login-text ul li p
{
color:#cdd8de;
font-size:20px;
text-align:center;
}
.login-text ul li .img1
{
float:left;
margin:15% 5%;
}
.login-text ul li .img2
{
margin:15% 5%;
float:left;
}
@media only screen and (max-width: 1280px) {
 .login-section
{
 margin:8% 0 0 0;
 }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.login-section
{
margin:20% 0 20% 0;
}
.login-form 
{
 padding: 0 15px;
 }
.login-form ul
{
padding:25px 0px;
}
.login-form ul li span
{
width:30%;
}
.login-form ul li .text-box
{
width: 68%;
font-size:10px;
margin-bottom:10px;

}
.login-header
{
margin-top:75%;
}


}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.login-section
{
margin:5% 0 0 0;
}

.login-form 
{
 padding: 0 15px;
 }
.login-form ul
{
padding:25px 10px;
}
.login-form ul li span
{
width:30%;
}
.login-form ul li .text-box
{
width: 68%;
font-size:10px;

}
.login-header
{
margin-top:15%;
}

.login-text ul li h1
{
font-size:48px;
}

.icon
{
width:45%;
margin:auto;
overflow:hidden;
}

}

.form-textbox {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #9b9b9b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
.profile
{
float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
   
    text-align: center;
    
    color: #fff;
    font-size: 18px;
	background-color:#3CC;
	}
	
	
.right-icon
{
  padding:0 10px;
  overflow:hidden;
   padding-bottom:10px;
}
.right-icon ul
{
list-style-type:none;
}
.right-icon ul li
{
float:left;
margin:0 5px;
}
.right-icon ul li a
{
color:#999999;
font-size:14px;
cursor: pointer;
}
.right-icon ul li a:hover
{
color:#666666;
cursor: pointer;
}


.right-icon-mobile
{
  padding:0 10px;
  overflow:hidden;
   padding-bottom:30px;
   display:none;
}
.right-icon-mobile ul
{
list-style-type:none;
}
.right-icon-mobile ul li
{
float:left;
margin:0 5px;
}
.right-icon-mobile ul li a
{
color:#999999;
font-size:14px;
cursor: pointer;
}
.right-icon-mobile ul li a:hover
{
color:#666666;
cursor: pointer;
}
.window-heading-text
{
font-size:14px;
margin-top:0;
color:#333333;
}

/*form-section*/

.form-width
{
width:90%;
overflow-y:auto;
height:90%;
overflow-x:hidden;
}
.multi-file-up-form-width
{
width:90%;
overflow-y:auto;
height:80%;
overflow-x:hidden;
}
.add-dept
{
width:90px; height:90px; border-radius:50%; border:1px solid #e0e0e0; padding:20px; display:block; margin:auto;
}
.add-dept-form 
{
}
.add-dept-form ul
{
list-style-type:none;
}
.add-dept-form  ul li
{
list-style-type:none;
margin-bottom:15px;
}
.add-dept-form  ul li p
{
margin:0;
padding:0 0 2px 0;
}

.add-dept-form-no-pic
{
}
.add-dept-form ul
{
list-style-type:none;
}
.add-dept-form-no-pic  ul li
{
list-style-type:none;
margin-bottom:15px;
}
.add-dept-form-no-pic  ul li p
{
margin:0;
padding:0 0 2px 0;
}

/*-----------------------*/


.select-dropdown-li
{
margin-bottom:0;
line-height:23px;
}


.overlay-add-dept {
  position: absolute; 
  bottom: 0; 
  left:0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  border-radius: 0 0 65px 65px;
  cursor:pointer;
 
}
.overlay-add-dept a
{
text-decoration:none;
color:white;
}
.overlay-add-dept a:hover
{
text-decoration:none;
color:white;

}
.container1:hover .overlay-add-dept{
  opacity: 1;
}
.form-texarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #9b9b9b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
.select-admin
{
/* padding-top:30px;*/
  padding-top:30px;
}
.select-admin ul
{
}
.select-admin ul li
{
list-style-type:none;
color:#555;

}
.select-admin ul li p
{
/*float:left;*/
}
.select-admin-folder {
    padding-top: 12px;
}
.save
{
float:left;
    padding: 4px 10px;
    background-color: #25a2b2;
	/*background-color:f2efef*/
    color: white;
    border-radius: 4px;
    border: 0;
    float: left;
    margin: 10px 5px;
}
.cancel
{

    background-color: #fd9811;
	/*background-color:e0dfdf;*/
   
}

.select-admin ul li .checkbox
{
float:left;
margin:7px 0 0 10px;

}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {

.form-width
{
width:100%;
height: 75%
}
.multi-file-up-form-width
{
width:100%;

height:55%;

}
.add-dept
{
 margin:auto;
 margin-bottom: 15px;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.form-width
{
/*width:90%;*/

}
.multi-file-up-form-width
{
width:90%;
height:75%;
}
.add-dept
{
 margin:auto;
 margin-bottom:15px;

}
.add-dept-form 
{
margin-left:15%;

}
.file-info
{
/*margin-left:15%;*/

}

}
@media only screen and (min-device-width : 1280px) and (max-device-width : 1440px) {

.form-width
{
/*width:90%;*/
width:100%;

}
.multi-file-up-form-width
{
width:90%;
height:73%;
}
.add-dept
{
 margin:auto;
}
.add-dept-form 
{
margin-left:5%;
}
}

/*select-admin-form*/
.admin-image-div
{

}
.admin-image-div ul
{
padding:0;
margin:0;
}
.admin-image-div ul li
{
list-style-type:none;
float:left;
width:120px;
margin:10px 30px 20px 20px;
height:180px;
}
.admin-image-div ul li p
{
text-align:center;
padding:10px 0 0 0;
margin:0;
line-height:19px;
}
.admin-image-div ul li p span
{
text-align:center;
padding:10px 0 0 0;
margin:0;

}
.admin-image-div ul li .check
{
float:left;
margin-top:15px;

}
.admin-image-div ul li img

{
  border-radius: 50%;
	text-align: center;
   
    color: #fff;
    font-size: 18px;
    padding: 2px 0px;
	border:2px solid white;
	margin-top:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.orange
{
background-color:#fd9811;
}
/*Pastel colors starts*/
.purple
{
background-color:#859bbd;
}

.light-yellow
{
background-color:#bbbd85;
}
.light-pink
{
background-color:#cea9af;
cea9af
}
.brown
{
background-color:#c5a057;
}
.light-sea-green
{
background-color:#85bdbc;
}
.light-gray
{
background-color:#afbcbc;
}
.dark-gray
{
background-color:#828274;
}
.light-red
{
background-color:#f1c1b5;
}
.light-creame
{
background-color:#e3d2b5;
}
.green
{
background-color:#25a2b2;
}
/*Pastel colors end*/


/*profile color start*/
.profile-orange
{
background-color:#f39c12;
}
.profile-green
{
background-color:#8cb225;
}
.profile-yellow
{
background-color:#ffc600;
}
.profile-light-red
{
background-color:#f7776c;
}
.profile-brown
{
background-color:#a0700e;
}
.profile-blue
{
background-color:#00a4d0;
}
.profile-purple
{
background-color:#cc99ff;
}
.profile-dark-purple
{
background-color:#ac54a0;
}
.profile-mid-green
{
background-color:#00a65e;
}
/*Profile color end*/

.button-right
{
float:right;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.admin-image-div
{
margin:auto;
height:120px;
width:120px;
}
.admin-image-div ul li {
    
    height: 140px; 
}
.select-admin
{
 padding-top:0px;
}
.select-admin ul li
{
margin-top:25px;
}

}
@media only screen and (max-width: 600px) {
   .button-right
{
float:left;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.button-right
{
float:left;
}
}
/*Upload files*/
.upload-stylling
{
color:green;
font-size:16px;
}
.upload-form 
{
}
.upload-form ul
{
}
.upload-form  ul li
{
list-style-type:none;
margin-bottom:15px;
float:left;
}
.upload-form  ul li p
{
margin:0;
padding:0 0 5px 0;
}
.button-margin
{
margin-left:25px;
}

.upload-width
{
width:30%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

.upload-width
{
width:100%;
}

.button-margin
{
margin-left:0px;
}
}

/*selectbox with search*/
.bootstrap-select {
	width: 220px;
}

.bootstrap-select>.dropdown-toggle {
	width: 100%;
	padding-right: 25px
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.fit-width {
	width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
	outline: 0!important
}

.bootstrap-select.btn-group.bs-container {
	position: absolute
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	overflow-x:auto;
    width:0px;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
	display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

select.bs-select-hidden,
select.selectpicker {
	display: none!important
}

select.mobile-device {
	position: absolute!important;
	top: 0;
	left: 0;
	display: block!important;
	width: 100%;
	height: 100%!important;
	opacity: 0
}
.table-height
{
height:84%;
overflow-y:auto;
clear:both;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .table-height {
        height:74%;
        overflow-y:scroll;
    }
}

.report-table-height {
height:84%;
overflow:auto;
clear:both;
}
.window-div-form
{
width:85%;
background-color:#FFFFFF;
	height:92%; 
	padding:12px 20px 20px 20px;
	margin:25px;
	border-radius: 3px;
	border-top: 3px solid #d2d6de;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	
	
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
.window-div-form
{

width:90%;
height:90%; 
}

.window-div
{
    height:90%;
	width:90%;
	overflow:auto;	
}
.table-height
{
height:78%;
overflow-y:scroll;
}
}
@media only screen and (min-device-width : 480px) and (max-device-width : 1024px)
{
.window-div-form
{
width:90%;
height:70%; 
}
}
@media only screen and (min-device-width : 1280px) and (max-device-width : 1440px)
{
.window-div-form
{
width:90%;
height:90%; 

}

}


/*table-rightclick-button*/
.table-right
{

}
.table-right ul
{
padding:0;
margin:0;
}
.table-right ul li
{
list-style-type:none;
float:left;
margin:0 5px 25px 5px;
padding:0
}
.table-right ul li i
{
 padding-right: 5px;
 vertical-align: middle;
}
.btn-default1 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
	font-size:13px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
.table-right ul li {
margin:0 5px 10px 5px;
}
.table-right ul
{
padding:0;
margin:0 0 5px 0;
}
.admin-image-div ul li
{
    margin: 10px 30px 20px 0;
}
}

.context-i
{
padding:5px 8px 5px 0;
}
.active-inactive
{
margin-right:30px; width:150px; float:right;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px)
{
.active-inactive
{
float:left;
margin-bottom:30px;

}
}
/*Dual-list-box*/
.list-alphabet
{
}
.list-alphabet ul
{
}
.list-alphabet ul li
{
list-style-type:none;
float:left;
margin:0 4px;
}
.list-alphabet ul li a
{
font-size:13px;
text-decoration:none;
cursor:pointer;
}


.system-profile
{
width:47.5%; margin:0 2.5% 0 0; float:left;
}
.user-active
{
float:left;
margin:2px 5px 0 0;
}


.admin-image
{
width:130px;
margin:auto;
}
.admin-image ul
{
padding:0;
margin:0;
}
.admin-image ul li
{
list-style-type:none;
float:left;
margin:10px 30px 20px 20px;
}
.admin-image ul li .text-div
{
text-align:center;margin-top:10px; line-height:17px;
}

.admin-image ul li img

{
  border-radius: 50%;
	text-align: center;
   
    color: #fff;
    font-size: 18px;
    padding: 2px 0px;
	border:2px solid white;
	margin-top:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table-row-color
{
background-color:#cbeded;vertical-align: middle;
}
.table-row-scroll
{
overflow-x:scroll; clear:both; width:100%;
}
.minor_green {background-color: #cbeded;}
/*add a tag section*/
.add-tag
{
height:130px;
overflow-y:scroll;
}
.add-tag ul
{
padding:0;
margin:0;
list-style-type:none;
}
.add-tag ul li
{
list-style-type:none;
float:left;
margin:2px 0px 5px 5px;
padding:0;

}
.add-tag-p
{

padding:0;
margin:0;
color:#555555;

}
.add-tag-p span
{

padding:0;
margin:0;
}

.view-files-form 
{
margin-top:20px;
}
.view-files-form ul
{
list-style-type:none;
}
.view-files-form  ul li
{
list-style-type:none;
margin-bottom:15px;

}
.view-files-form  ul li p
{
margin:0;
padding:0 0 2px 0;
color:#555555;
float:left;
width:25%;
}

.form-field-width
{
width:95%;
}

.view-files
{

}
.view-files ul
{
list-style-type:none;
}
.view-files  ul li
{
list-style-type:none;
margin-bottom:3px;
}
.view-files ul li p
{
margin:0;
padding:0;
line-height:20px;
}
.view-files ul li h3
{
margin:0;
padding:0 0 5px 0;
}
.form-input-width
{
width:97.5%;
}
.form-input-margin
{
padding-bottom:10px;
}


.tag-slider-input
{
float:left;
margin:2px 0 0 5px;
padding:0;
}

.SearchTextBoxTag {
    padding-left: 2px;
    border-radius: 3px;
    display: block;
    border-radius: 4px;
    width: 80%;
    height: 28px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
    border-color: #d2d6de;
    /*margin-left: 19px;*/
	}
	.onmousehover-search-margin
	{
	padding-top:10px;
	margin:0;
	}
	.tag-scroll
	{
	overflow-y:auto; height:100px;
	margin-top:10px; 
	}
	.form-width-tag
    {
    width:100%;
	height:95%;
	display:block;
	
	}
	.tag-tree-view
	{
	clear:both;
	padding-left:40px;
	padding-right:10px;
	height:85%;
    overflow-y:scroll;
	
	}

.tag-button1
{
float:left;
    padding: 2px 10px;
    background-color: #25a2b2;
	/*background-color:f2efef*/
    color: white;
    border-radius: 4px;
    border: 0;
    float: left;
	font-size:12px;
    
}
.tag-button2
{
float:left;
    padding: 2px 10px;
    background-color: #fd9811;
	 color: white;
    border-radius: 4px;
    border: 0;
    float: left;
	font-size:12px;
	/*background-color:e0dfdf;*/
   
}
/*related files form*/
.form-window-small
{
width:80%;

height:92%;
overflow:hidden;

background-color:#FFFFFF;
	 
	padding:12px 20px 20px 20px;
	margin:15px;
	border-radius: 3px;
	border-top: 3px solid #d2d6de;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.related-table-height
{
height:65%;
overflow-y:auto;
clear:both;
padding-right:5px;
}
.selectpicker-mid
{
width:40%;
float:left;
margin-bottom:20px;
}
.selectpicker-text
{
width:150px;
float:left;
margin-bottom:20px;
}
.error-color
{
color:red;
}
.form-width-no-scroll{
    width: 95%;
    /*height: 90%;*/
	height:80%;
    overflow-x: hidden;
}
.view-files-table-scroll
{
height:80%; overflow-y:auto;
}
.file-info-margin-adjust
{

}


@media only screen and (min-device-width : 1280px) and (max-device-width : 1440px)
{
.form-window-small
{
width:90%;
height:93%;
padding: 12px 20px 35px 20px;
}

.related-table-height
{
height:58%;

}
.tag-tree-view 
{
height:80%;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
.related-table-height
{
height:58%;

}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px)
{
.form-window-small
{
width:95%;
height:78%;
}

.file-info-margin-adjust
{
margin-left:5%;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
.form-window-small
{
width:90%;
height:90%;
}


}
/*tree view*/

.tree-view
{
}
.tree-view ul
{
}
.tree-view ul li
{
}
.tree-view ul li ul li
{
padding-left:10px;
}

.file-info
{

}
.file-info ul
{
}
.file-info ul li
{
float:left;
list-style-type:none;
/*margin-right:20px;*/
    border-bottom: 1px solid #eaeaea;
    padding: 2px 0;
	line-height:25px;
}
.file-info ul li h3
{
padding:0;
margin:0;
color:#555555;
font-size:21px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px){

.file-info ul li h3
{
font-size:19px;
padding-bottom:10px;
}
}
.container-without-height
{
    width: 95%;
    overflow-x: hidden;
}

.file-info-div
{
background-color: #fff;
    padding: 0 15px 15px 15px;
    
    position: absolute;
	z-index:500;
    
    box-shadow: 2px 2px 10px #777;
	left:140px;
	top:35px;
	width:38%;
}
.file-info-tag
{
background-color: #fff;
    padding: 0 15px 15px 15px;
    
    position: absolute;
	z-index:500;
    
    box-shadow: 2px 2px 10px #777;
	left:190px;
	top:35px;
	width:38%;
}
.edit-view{
margin-right:15%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){

.file-info-div
{
width:100%;
left:0px;
}
.file-info-tag
{
width:100%;
left:10px;
}

}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px){

.file-info-div
{
width:73%;
left:100px;
}
.file-info-tag
{
width:65%;
left:150px;
}

}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px){

.edit-view{
float:right;

}

}
.text-color-black
{
color:#000;

}
.add-tag-padding
{
padding-top:8px;
}
.date-picker-text
{
font-size:13px;color: #555;font-family: 'Open Sans', sans-serif; font-weight:normal;margin-bottom:0; padding-bottom:0;
}
.date-picker-width
{
width:100%; margin-left:15px;
}
.div-ngview {
height:82.5%;
}
.margin-adjust
{
margin-top:20px;
}
.margin-adjust-left
{
margin-left:20px;
}
.center-block-lookup
{
margin-top:35px;
}
/*Thumbnil view*/
.thumbnil-div
{

}
.thumbnil-div ul
{
padding:0;
margin:0;
}
.thumbnil-div ul li
{
list-style-type:none;
float:left;
width:100px;
/*margin:10px 30px 20px 20px;*/
height:110px;
}
.thumbnil-div ul li p
{
text-align:center;
padding:10px 0 0 0;
margin:0;
line-height:19px;
}
.logo-style
{
font-size: 16px;
    cursor: pointer;
    
    color: #E7EFF8;
	}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.file-info
{
/*margin-left:15%;*/

}
.view-files-form 
{
/*margin-left:15%;*/

}
}
/*Dashbosrad css*/
.card-container
{
margin:40px 0 0 0;
}
.card
{
border-radius: 6px;
    color: #333333;
    background: #fff;
	margin-bottom:30px;
	min-height:100px;
	padding:15px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	/*height:140px;*/
	}
	
.card-area-section
{
border-radius: 6px;
    color: #333333;
    background: #fff;
	margin-bottom:30px;
	/*min-height:230px;*/
	min-height:255px;
	padding:15px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    overflow:hidden;

	}
	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.card-area-section
	{
	height:250px;
	
	}
	}
	@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	.card
{
margin-bottom:40px;
	}
	
	}
	@media only screen and (max-width: 1280px) {
	.card
{
	padding:10px;
	}
	}
.card-text
{
margin-top:26px;
}
.card-text ul
{
list-style-type:none;
padding:5px 0;
}
.card-text ul li
{
text-align:right;
}
.card-text ul li span
{
color:#999999;
padding:0;
margin:0;
}
.card-text ul li h4
{
font-size:25px;
float:right;
}
.card-icon
{
border-radius: 3px;
    
    padding: 15px;
    margin-top: -40px;
    margin-right: 15px;
    float: left;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);	
}
.path-position
{
position: absolute; top: 160px; left: 45%; color:#1373c6; 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.path-position
{
position: absolute; top: 175px; left: 20%; 
}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 800px) {
.path-position
{
position: absolute; top: 168px; left: 30%;
 
}
}

.dashboard-green
{
background-color:#4ba74f;
}
.dashboard-red
{
background-color:#e73e3a;
}

.dashboard-blue
{
background-color:#0fb6cb;
}
.dashboard-border-bottom
{
border-bottom:1px solid #ededed; 
}
.dashboard-margin-adjust
{
margin-top:40px;
}
.dashboard-margin-adjust-piechart
{
margin-top:10px;
}
.dashboard-margin-adjust-piechart-text {
font-size:17px;
margin-top:0;
color:#333333;
}
.dashboard-scroll
{
/*overflow-y: scroll;*/
    height: 140px;
    clear: both;
}
.border-orange
{
border-top:3px solid #fc9005;
}
.border-violet
{
border-top:3px solid #9c27b0;
}
.border-red
{
border-top:3px solid #e63d3a;
}
.border-blue
{
border-top:3px solid #14bace;
}



/*Tag slider*/

.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}



.errorText
{
color: red;  display: none; font: bold; font-size:14px;
}
.successText
{
display: none; color: green;  font: bold; font-size:14px;
}

.tag
{

}
.tag ul
{
padding:0;
margin:0;
overflow:hidden;
}
.tag ul li
{
padding:0;
margin:0;
display:block;
clear:both;
}
.tag ul li p
{
float:left;

}
.tag ul li a
{
float:left;
text-decoration:none;
color:#1373c6;
cursor:pointer;
}

.table-background
{
background-color:#FFFFFF; color:#000000;
}
.dashboard-base
{
 margin:15px; overflow:hidden; overflow-y:auto; height:100%;
 border-bottom: 1px dashed #9b9b9b;
}
.add-tag-margin
{
margin-top:10px;
margin-left:5px;
}
.change-button
{
margin-top:5px;
}
.dashboard-scroll-other {
    overflow-y: auto;
    height: 165px;
    clear: both;
}
.modal-form-width {
    width: 99%; 
    overflow-y: auto;
    height: 82%;
    overflow-x: hidden;
    margin-top:10px;
}

.skip-stylling
{
line-height:16px; font-size:17px;
color:#1373c6;
}
.skip-stylling a
{
color:#1373c6;
text-decoration:none;
}
.black-color
{
color:#000;
}
.custom-modal-header
{
border:none;
padding-top:28px;
}
.align-center
{
text-align:center;
}
.edit-left
{
float:right;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.edit-left
{
float:left;
}
}
.add-dept-select-admin
{

}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
.add-dept-select-admin
{
margin-left:1%;
}
}

.li-width
{
margin:10px;
}
.li-width li
{
width:100%;
}

.file-info-icon
{
float:right;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.file-info-icon
{
/*float:none;*/
width:1%;
padding-top:5px;
}
}

.checkbox-right
{
float:right;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.checkbox-right
{
float:left;
}
}


.select-display
{
display:none;
}
.select-remove
{
}
.select-remove p
{
}
@media only screen and (min-device-width : 320px) and (max-device-width : 800px) {
.select-remove
{
}
.select-remove p
{
display:none;
}
.select-display
{
display:block;
}
}

.user-image-file-info
{

 
	
	
}
.image-file-info {
   
    border-radius: 50%;
	text-align: center;
	cursor:pointer;
   
    color: #fff;
    font-size: 18px;
    padding: 2px 0px;
	border:3px solid rgba(255,255,255,0.2);
	margin-top:10px;
  display: block;
  width: 90px;
  height: 90px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.add-dept1
{
 width: 90px;
  height: 90px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
.add-dept1
{
margin:auto auto 25px auto;

}
}

.online-color
{
color:#29a72b;
}
.offline-color
{
color:#999999;
}
.info-color
{
color:#FF9900;
}
.error-field{display:none;color:red;}





/*date-picker*/
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}


.form-textbox-error {
  
    border: 1px solid red;
   
}

.error-position
{
position: absolute; top: 160px; left: 45%; color:red; 
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.error-position
{
position: absolute; top: 175px; left: 20%; 
}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 800px) {
.error-position
{
position: absolute; top: 168px; left: 30%;
 
}
}
.view-files-error
{
position: absolute;  margin-left: 30%; color:red; 
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.view-files-error
{
position: absolute; margin-top:75px; margin-left: 20%; 
}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 800px) {
.view-files-error
{
position: absolute; margin-top:40px; margin-left: 30%;
 
}
}

/*Add-a tag section*/

.bootstrap .tags {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /*min-height:100px;
  overflow-y:scroll;*/
   
}

.bootstrap .tags.focused {
  /*border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);*/
 border:none;
}
/*input:focus {
outline:0px;
border:none;
box-shadow:none;
}*/
.bootstrap .tags .tag-item {
  /*background: #428bca;*/
  /*border: 1px solid #357ebd;*/
  border-radius: 4px;
  color: #fff;
/* background-color: #acbbc3;*/
}

.bootstrap .tags .tag-item.selected {
  /*background: #d9534f;*/
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}

.bootstrap .tags .tag-item button {
  background: transparent;
  color: #000;
  opacity: .4;
}

.bootstrap .autocomplete {
  border-radius: 4px;
}

.bootstrap .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #e9e9e9;
}

.bootstrap .autocomplete .suggestion-item em {
  font-weight: normal;
  background-color: #ffff00;
}

.bootstrap .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #ffff00;
}
/*.input ::placeholder { 
color: red;
opacity: 1; 
}*/




/*settings tab*/
.dropdown-btn-left1 {
    padding: 10px 8px 10px 33px;
    text-decoration: none;
    font-size: 15px;
    color: #b7b7b7;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.dropdown-btn-left1 span
{
margin-left:10px;
}

/* On mouse-over */
 .dropdown-btn-left1:hover {
    color: #f1f1f1;
	background-color:#013036 ;
}


/*task tab*/
.dropdown-btn-left2 {
    padding: 10px 8px 10px 33px;
    text-decoration: none;
    font-size: 15px;
    color: #b7b7b7;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-btn-left2 span {
    margin-left: 10px;
}

/* On mouse-over */
.dropdown-btn-left2:hover {
    color: #f1f1f1;
    background-color: #013036;
}

/* Add an active class to the active dropdown button */


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container-left1 {
    display: none;
    background-color: #14444a;
    padding-left: 8px;
}
.dropdown-container-left1 ul{
   
}
.dropdown-container-left1 ul li{
 
}
.dropdown-container-left1 ul li a{
 color:white;
 float:none  
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container-left2 {
    display: none;
    background-color: #14444a;
    padding-left: 8px;
}
.dropdown-container-left2 ul {
}

.dropdown-container-left2 ul li {
}

.dropdown-container-left2 ul li a {
    color: white;
    float: none
}
.reload-width
{
width:29%;
}
@media only screen and (min-device-width : 1280px) and (max-device-width : 1440px) {
.reload-width
{
width:35%;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.reload-width
{
width:100%;
}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
.reload-width
{
width:45%;
}
}
/*mobile-menu*/



.mobile-menu
{
/*width:100%;*/

width: 75%;
border: 1px solid #cbcdd0;
overflow: hidden;
background-color: aliceblue;
z-index: 1;
position: fixed;
border-radius: 5px;
padding: 0 0 10px 10px;
margin-top: 5px;

}
.mobile-menu ul
{
padding:0;
margin:0;
}
.mobile-menu ul li
{
padding:15px 4px 0 4px;
margin:0;
float:left;

}
.mobile-menu ul li a
{

}
.mobile-menu ul li a:hover
{
}
.mobile-display
{
display:none;

}
.mobile-clear
{
clear:both;
display:none;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.table-right
{
display:none;
}
.mobile-display
{
display:block;
}
.mobile-clear
{
clear:both;
display:block;
}
}
.color-gray
{
color:#828274;
}


/*relatedfiledrpdwn */
#relatedfiledrpdwn.small {
width: 104px;
}
#relatedfiledrpdwn.medium {
width: 164px;
}
#relatedfiledrpdwn.large {
width: 300px;
}
#relatedfiledrpdwn.xlarge {
width: 380px;
}
#relatedfiledrpdwn > select {
display: none !important;
}
#relatedfiledrpdwn > a.dropdown-toggle {
border-radius: 0;
line-height: 28px;
box-shadow: none;
background: #ffffff;
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
border: 1px solid #d0d5db;
border-radius:5px;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
color: #888;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 34px;
}
#relatedfiledrpdwn > a.dropdown-toggle.disabled,
#relatedfiledrpdwn > a.dropdown-toggle.disabled:hover {
cursor: not-allowed;
color: #aaa;
background: #eee;
}
#relatedfiledrpdwn > a.dropdown-toggle:hover, 
#relatedfiledrpdwn.open > a.dropdown-toggle {
color: #333;
}
#relatedfiledrpdwn.open > a.dropdown-toggle {
border-bottom: 0;
line-height: 29px;
}
.control-group.error #relatedfiledrpdwn > a.dropdown-toggle {
border-color: #f09784;
color: #d68273;
}
#relatedfiledrpdwn > a.dropdown-toggle > span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
/*white-space: nowrap;*/
white-space: pre;
line-height:33px;
font-size:14px;
}
#relatedfiledrpdwn > a.dropdown-toggle > b {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
#relatedfiledrpdwn > a.dropdown-toggle > b:before {
content: "\f0d7";
display: inline-block;
font-family: FontAwesome;
font-size: 12px;
position: relative;
top: -1px;
left: 1px;
}
#relatedfiledrpdwn.open > a.dropdown-toggle > b:before {
content: "\f0d8";
}
#relatedfiledrpdwn > .dropdown-menu {
margin-top: 0;
border-color: #aaa;
border-top: 0;
padding-bottom: 0;
width: auto;
min-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
width:35%;
}
#relatedfiledrpdwn > .dropdown-menu > .custom-select-searchRelatedFile {
position: relative;
z-index: 1010;
margin: 0;
padding: 0 4px;
white-space: nowrap;
line-height:20px;
}

#relatedfiledrpdwn > .dropdown-menu > .custom-select-searchRelatedFile > input {
width: 100%;
height: 30px;
margin: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 4px 20px 4px 5px;
border-radius: 0;
-webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6);
-moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6);
box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6)
}
#relatedfiledrpdwn > .dropdown-menu > .custom-select-searchRelatedFile:after {
content: "\f002";
display: inline-block;
color: #888;
font-family: FontAwesome;
font-size: 14px;
position: absolute;
top: 4px;
right: 10px;
}
#relatedfiledrpdwn > .dropdown-menu > ul > li {
float:left; margin:0px;
width:100%;
}
#relatedfiledrpdwn > .dropdown-menu > ul {
border-color: #aaa;
border-top: 0;
margin: 4px 0;
padding: 0;
list-style: none;
background-color: #fff;
overflow-x: hidden;
overflow-y: auto;
max-height: 240px;
padding-right: 14px;
}
#relatedfiledrpdwn > .dropdown-menu > ul > li > a {
font-size: 13px;
margin-bottom: 1px;
margin-top: 1px;
display: block;
padding: 3px 8px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333;
cursor: pointer;
width: 100%;
white-space:pre;
}
#relatedfiledrpdwn > .dropdown-menu > ul > li > a:hover, 
#relatedfiledrpdwn > .dropdown-menu > ul > li > a:focus {
color: #fff;
text-decoration: none;
background-repeat: repeat-x;
}
#relatedfiledrpdwn > .dropdown-menu > ul > li > a:hover {
background: #4f99c6;
}
#relatedfiledrpdwn > .dropdown-menu > ul > li > a:focus {
background: #2283c5;
}
#relatedfiledrpdwn > .dropdown-menu > ul > li.empty-result > em {
text-align: center;
padding: 4px 8px;
display: block;
}
#relatedfiledrpdwn > .dropdown-menu > .custom-select-action > button {
border-radius: 0;
background-image: none;
}


/*related-thumbnail*/
.eda-Thumbnail-pannel {
    width: 250px;
    background-color: #FFFFFF;
    padding: 5px 0 5px 5px;
    color: White;
    position: absolute;
    top: 100px;
    box-shadow: 2px 2px 10px #777;
	right:4.7%;
	height:200px;
	overflow-y:scroll;
	z-index:5;
}

.eda-Thumbnail-pannel ul
{
margin:0; padding:0; width:100%;
list-style-type:none;
}
.eda-Thumbnail-pannel ul li
{
 float:left; 
 margin:5px;
}
.eda-Thumbnail-pannel ul li p
{
 font-size:12px; color:#000; float:left; padding-left:5px;
}
.eda-Thumbnail-pannel ul li h5
{
 font-size:12px; color:#000;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.eda-Thumbnail-pannel {
    width: 60%;
    right:24%;
	
}
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
.eda-Thumbnail-pannel {
    width: 250px;
    right:26%;
	
}
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1440px) {
.eda-Thumbnail-pannel {
    width: 250px;
    right:18%;
	
}
}
.mobile-margin
{
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.mobile-margin
{
padding-top:5px;
}
}
.save-modal {
    display: inline-block;
    padding: 0px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
   
	font-size:14px;
	background:transparent;
}


.display-error
{
float:left;
display:block;
}

.panorama-viewer {
    height:100%
}

.api-property
{
 width:90px;
 height:20px;
 background-color: #ffffff;
 color:#000;
 display:block;
 margin:0 15px;
 border:0;
 color:black;
}
.search-api-cad {
    width: 160px;
    color:#000;
    border: 1px solid #a0b1b1;
    border-radius: 4px;
    
   
    background-repeat: no-repeat;
   /* padding: 4px 20px 4px 20px;
    margin:13px 0px;
   -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;*/
}
.search-api-cad:focus
{
width:100%;
}
.my-style-1 {
  background-color: #DBD9D9 !important
 
}
.active-workflow {
    background-color: #fcca03 !important;
}
.blue {
    color:#470ca5;
}
.selected {
    background-color: #cfeaff !important;
}

.systemadmin-table-scroll
{


}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.systemadmin-table-scroll
{
overflow-y:scroll;
padding-bottom:20px;
height:230px;
}
}



/*login mobile*/
.logo-mobile
{
display:block;
}

.login-user-icon
{
width:64px;
height:64px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

.login-text
{
margin:10% 0 0 0;

}
.login-text ul
{
list-style-type:none;
}
.login-text ul li
{

}
.login-text ul li h1
{

font-size:35px;

}
.login-text ul li h1 span
{

font-size:33px;

}
.login-text ul li p
{

font-size:12px;

}
.login-text ul li .img1
{
float:left;
margin:15% 5%;
height:32px;
width:32px;

}
.login-text ul li .img2
{
margin:15% 5%;
float:left;
height:32px;
width:32px;

}
.login-header {
    margin-top: 20%;
}
.login-header .img
{
margin:auto; width:48px;
}
.login-user-icon
{
width:48px;
height:48px;
}
.logo-style
{
font-size: 18px;
    
	}
.tag-margin
{
display:block;
margin-bottom:60px;
}
.form-width-no-scroll{
    width: 95%;
    height: 80%;
    overflow-x: hidden;
}
.view-icon-right-mobile
{

display:block;
}
.view-icon-right
{
display:none;

}
.right-icon-mobile
{
 display:block;
}
.right-icon
{
display:none;
}
}

/*forgot-password form*/
.login-section
{
margin:15% 0 0 0;
}

.pwd-form
{
width:100%;
overflow:hidden;
background-color:#e0e5e8;

padding:40px;

}
.pwd-form ul
{
list-style-type:none;

}
.pwd-form ul li
{
display:block;

}
.pwd-form ul li span
{
width:27%;
line-height:30px;
float:left;
color:#555555d1;
}
.pwd-form ul li .text-box
{
width: 73%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom:20px;
	line-height:30px;
	color:#666666;
	font-size:13px;
	float:left;
	height:30px;
	
}
.pwd-form ul li ul 
{
padding:0;
margin:0;
}
.pwd-form ul li ul li
{
float:right;
margin-top:10px;
}
.pwd-form ul li ul li .reset
{
padding:10px 20px;
background-color:#478d4a;
color:white;
border-radius:4px;
border:0;
float:left;
margin:0 20px;
}
.pwd-form ul li ul li .submit
{
padding:10px 20px;
background-color:#25a2b2;
color:white;
border-radius:4px;
border:0;
float:left;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.login-section
{
margin:20% 0 20% 0;
}

.pwd-form 
{
 padding:15px;
 }
.pwd-form ul
{
padding:25px 0px;
}
.pwd-form ul li span
{
width:50%;
}
.pwd-form ul li .text-box
{
width: 50%;
font-size:10px;

}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.login-section
{
margin:5% 0 0 0;
}

.pwd-form 
{
 padding:15px;
 }
.pwd-form ul
{
padding:25px 10px;
}
.pwd-form ul li span
{
width:43%;
}
.pwd-form ul li .text-box
{
width: 56%;
font-size:10px;
}
.pwd-text ul li h1
{
font-size:48px;
}
}
@media only screen and (min-device-width : 1280px) and (max-device-width : 1366px) {
.login-section
{
margin:10% 0 0 0;
}
.reg-section
{
margin:10% 10% 0 10%;
}
}
.list-box-show-hide
{
display:inline;
}

.list-box-show-hide-mobile
{
display:none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.list-box-show-hide-mobile
{
display:inline;
}
.list-box-show-hide
{
display:none;
}
}
.center-block-margin
{
margin-top:60px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.center-block-margin
{
margin-top:30px;
}
}


.tag-icon
{
font-size:17px;cursor:pointer;margin-top: 10px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.truncate {  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
.show-error-mobile
{
display:none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.show-error-mobile
{
float: left;
   
    padding-left: 30px;
    background-color: white;
    position: absolute;
    top: 110px;
    padding: 10px;
    border: 1px solid #eaeaea;    
	text-align:center;
	width:100%;
	z-index:1;
}
.show-error
{
float:left;
display:block;
}
}
.margin-bottom-adjust
{
margin-bottom:10px;
}

.user-active-section{
margin:5px 20px; overflow:hidden;float:left;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.user-active-section{
margin:0px 5px; 
}
}


/*Toggle-switch-section*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  margin-left:5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0b7481;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius:5px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 9px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius:3px;
}

input:checked + .slider {
  background-color: #ccc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}




.switch-section
{
overflow:hidden;
width:100%;
}
.switch-section p
{

    text-decoration: none;
    font-size: 14px;
    color: #fff;
	padding:0;

	}
	
	
		/*loader section*/
	
	#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -75px 0 0 -75px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #25a2b2;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
  #CSPLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -75px 0 0 -75px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #25a2b2;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myloader {
  display: none;
  text-align: center;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	#loader {
 
  left: 55%;
  top: 60%;
  
  width: 100px;
  height: 100px;
 
  
  width: 100px;
  height: 100px;

}
}

.tab-error
{
position:absolute;
color:red;
top:40px;
font-size:14px;
z-index:5;
background-color:#fff;
line-height:18px;
padding:5px;
}
.tab-success {
position:absolute;
color:green;
top:40px;
font-size:14px;
z-index:5;
background-color:#fff;
line-height:18px;
padding:5px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

.tab-error
{
position:absolute;
color:red;
font-size:13px;
top:38px;
left:15px;
line-height:14px;
padding:2px;
}

}



/*registration-section*/
.reg-text-box-error
{
width: 84%;
    padding: 0 10px;
    border: 1px solid red;
    border-radius: 4px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #666666;
    font-size: 13px;
    float: left;
    height: 30px;
}
.reg-section
{
margin:8% 10% 0 10%;
}
.reg-scroll
{

}
.reg-form
{
width:100%;
overflow:hidden;
background-color:#e0e5e8;

padding:40px;

}
.reg-form ul
{
list-style-type:none;

}
.reg-form ul li
{
display:block;
width:48%;
float:left;
margin:0 1%;
}
.reg-form ul li span
{
width:16%;
line-height:30px;
float:left;
}
.reg-text-box
{
width: 84%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom:20px;
	line-height:30px;
	color:#666666;
	font-size:13px;
	float:left;
	height:30px;
	
}
.reg-form ul li ul 
{
padding:0;
margin:0;

overflow: hidden;
float:right;
}
.reg-form ul li ul li
{
float:right;
margin-top:10px;
}
.reg-form ul li ul li .reset
{
padding:10px 20px;
background-color:#478d4a;
color:white;
border-radius:4px;
border:0;
float:left;
margin:0 20px;
}
.reg-form ul li ul li .submit
{
padding:10px 20px;
background-color:#25a2b2;
color:white;
border-radius:4px;
border:0;
float:left;
margin-left:10px;
}
 

.reg-form ul li .checkbox
{
float:left;
width:20px;
}
.reg-form ul li .remember
{
float:left;

}
.reg-form ul li .remember a
{
text-decoration:none;
color:#373737;

}
.reg-form ul li .forgot-pwd
{
float:right;


}
.reg-form ul li .forgot-pwd a
{
text-decoration:none;
color:#373737;
padding:0 5px;
}
.display-button
{
display:none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.reg-section
{
margin:20% 0 20% 0;
}
.reg-form 
{
 padding: 0 15px;
 
 }
.reg-form ul
{
padding:25px 0px;
}
.reg-form ul li
{
display:block;
width:100%;
}
.reg-form ul li ul 
{

float:none;
}
.reg-form ul li ul li {
   
    width: 100px;
	padding-bottom:20px;
	}
.reg-form ul li span
{
width:30%;
}
.reg-text-box
{
width: 68%;
font-size:10px;
margin-bottom:10px;

}
.reg-text-box-error
{
width: 68%;
font-size:10px;
margin-bottom:10px;
}
.display-button
{
display:block;
width:48%;
float:left;

}

.reg-scroll
{
height: 300px;
    overflow-y: scroll;
	
}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
.reg-section
{
margin:4% 7% 0 7%;
}
.reg-form 
{
 padding:15px;
 }
.reg-form ul
{
padding:25px 10px;
}
.reg-form ul p
{
padding-bottom:8px;
}
.reg-form ul li span
{
width:30%;
}
.reg-text-box
{
width: 68%;
font-size:10px;
}
.reg-text-box-error
{
width: 68%;
font-size:10px;
}
}


.reg-background {
    background: url(../images/reg-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sign-up
{
margin-top:20px; float:left; margin-left:10px; float:left;
}
.sign-up a
{
text-decoration:none;
color:#373737;
}

.margin-zero
{
margin:0;
}

.reg-icon-section
{
width: 34%; margin:0 auto 20px auto; overflow:hidden;
}
.reg-icon-section span
{
color: #FFFFFF; font-size: 55px; padding-bottom:0; margin: 0 0 0 25px; line-height:55px;
}
.reg-icon-section p
{
color: #a4f1fb; font-size: 17px; padding:0; margin-left:27px; margin-top:0;
}
.reg-user-icon {
    width: 75px;
    height: 75px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.reg-icon-section
{
width: 100%; margin:0 auto 20px auto; overflow:hidden;
}
.reg-icon-section span
{
 margin: 0 0 0 35px;
}
.reg-icon-section p
{
margin-left:35px; 
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 800px) {
.reg-icon-section
{
width: 55%; margin:0 auto 20px auto; overflow:hidden;
}
.reg-icon-section span
{
 margin: 0 0 0 28px;
}
.reg-icon-section p
{
margin-left:30px; 
}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
.reg-icon-section
{
width: 45%; margin:0 auto 20px auto; overflow:hidden;
}
.reg-icon-section span
{
 margin: 0 0 0 35px;
}
.reg-icon-section p
{
margin-left:37px; 
}
}

.reg-congrats
{
color:#FF6600;
font-size:22px;
}

.reg-success
{
font-size:19px;
}
.reg-text
{
font-size:15px;
}


.progress-form
{
    width: 30.8%;
    margin: 0 2.5% 0 0;
    float: left;
}
.progress-form-pic
{
width: 47.5%;
    margin: 0 2.5% 0 0;
    float: left;
}
.progress-bottom
{
margin:15px 0;

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.progress-form
{
    width: 100%;
   
}
.progress-form-pic
{
width:100%;
  
}
.progress-bottom
{
margin-bottom:20px;

}
}


/*history*/

.history-date
{
border-bottom:1px solid #cecece;

}
.history-section-margin
{
margin-top:10px;
}
.history-time
{
background-color:#d7ecef; /*padding:5px;*/ text-align:center; /*margin-top:5px;*/
}
.history-text
{
margin-top:5px;
}
.history-text p
{
border-bottom:1px solid #cecece; font-size:14px; /*line-height:32px;*/
padding:0;
margin:0;
}
.history-text p code
{
color:#000; cursor:pointer; background-color: yellow;
}

.history-margin
{
margin-top:10px;
}



.progress-width
{
width:75%;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) {
.progress-width
{
width:65%
}
}

.history-form-height
{
display:block;
height:75%;
width: 95%;    
overflow-x: hidden;
}

/*Tag-page*/

.tag-page
{
margin-top:30px;
/*margin-right:20px;*/
}
.tag-page p
{
font-size:15px;
}
/*.tag-page input
{
margin-bottom:15px;
}*/
.tag-page ul
{
list-style: none;
    padding: 0;
    margin-top: 15px;
	height:150px;
overflow:auto;
}
.tag-page ul li
{
    list-style: none;
    float: left;
    margin:5px;
  
    background-color: #d5e6e6;
    border: 1px solid #b3c8c8;
    border-radius: 5px;
}
.tag-page ul li p
{
float: left; 
padding: 0 5px;
margin: 0;
font-size: 13px;
line-height: 20px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 800px) {
.tag-page
{

margin-right:0;
}
.tag-page ul
{

	height:150px;

}
}
@media only screen and (min-device-width : 1440px) and (max-device-width : 1600px) {
.tag-page ul
{

	height:175px;

}
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1280px) {
.tag-page ul
{

	height:100px;

}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.tag-page ul
{

	height:50px;

}
}
.multi-file {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    padding: 15px;
    display: block;
    margin: auto;
	cursor:pointer;
	}
.multi-file-left
{
padding-left:40px;
}	

.muli-file-top-spacing
{
padding-top:0;
margin-top:0;
}
.muli-file-bottom-spacing
{
padding-bottom:0;
margin-bottom:0;
cursor:pointer;
}
.muli-file-left-spacing
{
padding-left:0;
margin-left:0
}
.multi-div-spacing
{
margin:2px 0;
}
.multi-form-status
{
margin-top:30px; font-size:17px; cursor:pointer;
}
.multi-form-scroll
{
height:300px;
overflow-y:auto;
margin:15px 0 25px 0;
}
.multi-form-active
{
color:#25a2b2;
}
.multi-form-button
{
margin-top:0;
}
.add-dept-form-no-pic h3
{
padding-top:0; margin-top:0; float:left; 
}
.multi-form-bottom
{

}
@media only screen and (min-device-width : 600px) and (max-device-width : 700px) {

.multi-form-scroll
{
height:150px;
}
.multi-form-botton
{
margin-top:20px;
}
.add-dept-form-no-pic h3
{
margin-top:30px;
font-size:17px;
float:left;

}
}

.multi-img-display
{
display:block;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.add-dept-form-no-pic h3
{
margin-top:30px;
font-size:17px;
float:left;

}
 .multi-file-left
 {
 padding-left:0;
 }
 .multi-form-button
{
margin-top:20px;
}
.multi-form-scroll
{
height:150px;
}

.multi-img-display
{
display:none;
}
.multi-form-bottom
{
margin:6px 0;
}
.multi-form-status
{
margin-top:20px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.multi-img-display
{
display:none;
}

}
.suggestionsList {
background-color :#FFFFFF;
width:78%;
position:absolute;
height:50px;
margin-left:21px;
z-index:1000;
margin:0px;
overflow-y:auto;
border:1px;
border-radius:2px;
}
.suggestionsList div {
    list-style-type:none;
    padding:2px 20px;
    border:1px solid #eaeaea;
    cursor:pointer;
    color:black;
}
.suggestionsList div p {
    background-color: #d5e6e6;
    border: 1px solid #b3c8c8;
    border-radius: 5px;
    font-size : 13px;
    width: fit-content;
    padding: 0px 5px;
    margin-top : 6px;
}

#fileDetails {
    outline: none;
}
/*tag-arrow*/
.tag-arrow
{
display:none;
}
.arrow {
    font-size: 27px;
    height: 85%;
    width: 4%;
    float: left;
    position: relative;
}
.arrow:hover .tag-arrow {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #999999;
    opacity: 0.5;
    padding: 30px 3px;
    top: 50%;
    border-radius: 4px;
}
/*.tag-arrow:hover
{

}*/

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.arrow
{
display:none;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.save
{

    margin: 2.5px;
}
}
.Overflow-auto{
overflow:auto;
}
/*view-preference*/
.eda-view-pannel {
    width: 250px;
    background-color: #FFFFFF;
    padding: 5px 0 5px 5px;
    color: White;
    position: absolute;
    top: 170px;
    box-shadow: 2px 2px 10px #777;
	right:22%;
	height:170px;

	z-index:5;
}

.eda-view-pannel ul
{
margin:0; padding:0; width:100%;
list-style-type:none;
}
.eda-view-pannel ul p
{
color:#555555;
font-size:16px;
padding:10px 0 0 15px;
}

.eda-view-pannel ul form
{
padding:0  0 5px 25px;
}
.eda-view-pannel ul div span
{
color:#818181;
font-size:15px;
margin-left:10px;
cursor:pointer;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.eda-view-pannel {
    width: 60%;
    right:30%;
	
}
.eda-view-pannel ul p {
font-size:14px;
}
}

@media only screen and (min-device-width : 600px) and (max-device-width : 800px) {
.eda-view-pannel {
    width: 250px;
    right:12%;
	
}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
.eda-view-pannel {
    width: 250px;
    right:15%;
	
}
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1440px) {
.eda-view-pannel {
    width: 250px;
    right:13%;
	
}

}
@media only screen and (min-device-width : 1450px) and (max-device-width : 1600px) {
.eda-view-pannel {
    width: 250px;
    right:17%;
	
}
}

/*view-group*/
.view-color-pannel {
    width: 100px;
    background-color: #FFFFFF;
    padding: 10px;
    color: White;
    position: absolute;
    box-shadow: 2px 2px 10px #777;
	right:60px;
	z-index:1;
    margin-top:35px;
}
.view-color-pannel ul li {
    background-color: #fed142;
    float: left;
    margin: 3.1px;
    width: 15%;
    height: 10px;
	z-index:1;
    border: 1px solid #999;
}
.add-grp-space
{
margin-bottom:20px; margin-left:0;
}
.view-grp-left-height
{
height: 300px;
}
.view-grp-right
{
height:250px;
}
.view-grp-stylling
{
font-size:15px; padding:10px; margin:10px 0; border-radius:5px;
}
.view-right
{
float:right;
}
.view-left
{
float:left;
}


.form-stylling
{

    display: block;
    width: 100%;
	height:280px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
   
    border-radius: 4px;
	overflow:auto;
   
   
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-stylling-right
{
display: block;
    width: 100%;
    height: 250px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.form-stylling
{

 height:200px;
   
}
.view-color-pannel ul li {
 
    width: 25%;
    height: 20px;
   
}
}
.form-width-view-no-scroll{
    width: 95%;
    overflow-x: hidden;
}
@media only screen and (min-device-width : 800px) and (max-device-width : 1024px) {
.form-stylling
{

 height:600px;
   
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 2560px) {
.form-stylling
{

 height:1200px;
   
}
}
/*.comment-height
{
height:100%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.comment-height
{
height:25%;
}
}
.comment-border
{
border-top:1px solid #ccc;
}
.comment-list-type
{
list-style-type:circle;
}
.comment
{
}
.comment ul li
{
font-size:14px;
word-wrap:break-word;
margin-right:10px;
}
.comment ul li ul
{
margin-left:20px;
}
.comment ul li ul li p
{
padding-top:5px; padding-bottom:0; margin-bottom:0; font-weight:bold; font-size:13px;
}
.comment ul li ul li span
{
margin-top:0; padding-top:0;
}
.comment ul li ul li h5
{
padding-top:0px; margin-bottom:10px; font-weight:bold; font-size:14px; margin-top:0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.comment
{
height:60%; overflow-y:auto;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1440px) {
.comment
{
height:30%; overflow-y:auto;
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px) {
.comment
{
height:40%; overflow-y:auto;
}
}*/

.task-table-height
{
height:60%;
overflow-y:auto;
clear:both;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .task-table-height {
        height:74%;
        overflow-y:scroll;
    }
}

.border-orange-report
{
border-top:3px solid #fc9005;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.border-violet-report
{
border-top:3px solid #9c27b0;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.border-red-report
{
border-top:3px solid #e63d3a;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.border-blue-report
{
border-top:3px solid #14bace;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.card-area-section-report {
    border-radius: 6px;
    color: #333333;
    background: #fff;
    margin-bottom: 30px;
    /* min-height: 230px; */
    min-height: 350px;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    overflow: hidden;
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
    .card-area-section-report { 
        min-height:550px;
        
    }
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px) {
    .card-area-section-report { 
        min-height:400px;
        
    }
}
.report-scroll
{
	overflow-y: auto;
    height: 250px;
    clear: both;
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
   .report-scroll{ 
        height:550px;
        
    }
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px) {
   .report-scroll{ 
        height:450px;
        
    }
}
.history-color
{
	float:right; margin-right:50px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.history-color
{
	float:left;
}
}
.content-height {
    height: 235px;
    overflow-y: auto;
    margin-top: 15px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .content-height {
        height: 200px;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
    .content-height {
        height: 300px;
    }
}

@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px) {
    .content-height {
        height: 350px;
    }
}

@media only screen and (min-device-width : 2000px) and (max-device-width : 2560px) {
    .content-height {
        height: 400px;
    }
}
.workflow-content-height {
    height: 205px;
    overflow-y: auto;
    margin-top: 15px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .workflow-content-height {
        height: 200px;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
    .workflow-content-height {
        height: 210px;
    }
}

@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px) {
    .workflow-content-height {
        height: 250px;
    }
}

@media only screen and (min-device-width : 2000px) and (max-device-width : 2560px) {
    .workflow-content-height {
        height: 300px;
    }
}
/*revision row color*/
.proj-A
{
	background-color:#ffb574;
}
.proj-B
{
	background-color:#adfbff;
}
.proj-C
{
	background-color:#ffc0c1;
}
.proj-D
{
	background-color:#cafe9b;
}
.proj-E
{
	background-color:#fff499;
}
.proj-F
{
	background-color:#e9e9f4;
}
.proj-G
{
	background-color:#ffb9a6;
}
.see-all-spacing
{
	margin-right:5px; margin-bottom:20px;
}
.search-thumbnail-info {
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 2px 0px;
    border: 3px solid rgba(255,255,255,0.2);
    margin-top: 10px;
    display: block;
    width: 80px;
    height: 80px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	}
	
.thumbnal-image {
    width: 80px;
    height: 80px;
    padding: 20px;
    display: block;
    margin: auto;
	}
	
.add-field-height
{
height:100%;
overflow-y:auto;
}
/*@media only screen and (min-device-width : 800px) and (max-device-width : 1024px) {
.add-field-height
{
height:60%;
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 2560px) {
.add-field-height
{
height:55%;
}
}*/


.info-single-input
{
width:97%; float:left; margin-bottom:8px; margin-right:5px; height:28px;   /*border:1px solid #ccc;*/
}
.info-double-input
{
width:94%; float:left; margin-right:5px; height:28px;   /*border:1px solid #ccc;*/
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
.info-single-input
{
width:93%; 
}
.info-double-input
{
width:85%; 
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.info-single-input
{
width:87%; 
}
.info-double-input
{
width:75%; 
}
}


.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-top:5px;
  line-height:17px;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.tooltip-left {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}
}

.view-files-scroll
{
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.view-files-scroll
{
overflow-y:scroll;
}
}

.file-information
{
display:block; border:none; box-shadow:none; width:100%; margin:0; padding:0;
}
.file-info-input
{
float:left; width:72%; margin-bottom:10px;
}

@media only screen and (min-device-width : 1920px) and (max-device-width : 2560px) {
.file-info-input
{
width:78.5%;
}
.view-files-form ul li p {

    width: 20%;
}
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {
.file-info-input
{
width:57%;
}
.view-files-form ul li p {

    width: 40%;
	clear:both;
}
}
.pill-right
{
float:right;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
.pill-right
{
float:left;
}
}

/*comment-section*/
.comment-height
{
height:100%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 800px) {
.comment-height
{
height:50%;
}

}
.comment-border
{
border-top:1px solid #ccc;
}
.comment-list-type
{
list-style-type:circle;
}
.comment
{
height:100%;
}
.comment ul
{
padding:0;
margin:0;
}
.comment ul li
{
font-size:14px;
margin-right: 10px;
    word-wrap: break-word;
}
.comment ul li h5
{
font-size:14px;
float:left;
padding:0;
margin:0;
color:#000000;
}
.comment ul li p
{
font-size:13px;
clear:both;
color:#333333;
line-height:16px;
padding-top:5px;
}
.comment ul li span
{
font-size:11px;
padding-left:5px;
color:#666666;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
.comment
{
height:70%; overflow-y:auto; 
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 800px) {
.comment
{
height:60%; overflow-y:auto; 
}
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
.comment
{
height:70%; overflow-y:auto; 
}
}
@media only screen and (min-device-width : 1440px) and (max-device-width : 2560px) {
.comment
{
height:60%; overflow-y:auto; 
}
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 2560px) {
.form-width
{
width:100%;
}
}
/*index-status*/

.status-relative
{
position:relative;
}
.status-absolute
{
position:relative;
bottom:15px;
left:20px;
}
.reg-background
{
background:url(../images/wise-background.png);
background-size:cover;
background-repeat:no-repeat;
height:100%;
background-position: center center;
background-attachment: fixed;

-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.reg
{
/*padding:10% 10% 0 10%;*/
padding:8% 0 0 0;
}

.reg-inner
{
background-color:#efefef;
padding:20px;
border-radius:10px;
}
.reg-inner h2
{
font-size:35px;
text-align:center;
padding:0;
margin:0;
font-weight:bold;
}

.reg-inner span
{
font-size:35px;
text-align:center;
padding:0;
margin:0;
font-weight:bold;
color:#25a2b2;
}
.reg-inner hr
{
 margin: 5px auto;
    width: 300px;
    border: 1px solid #c8c8c8;
    text-align:left;
	}
.reg-inner h3
{
font-size:20px;
text-align:center;
padding:2px 0 25px 0;
margin:0;
}
.reg-inner h3 img
{
padding-right:8px;
}

/*Plan*/
.price-columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }

    .price .header {
        background-color: #25a2b2;
        color: white;
        font-size: 25px;
        position: static;
        height: auto;
    }

    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
    }

        .price li span {
            color: black;
        }

        .price li a {
            text-decoration: none;
            color: #FFFFFF;
        }

    .price .grey {
        background-color: #eee;
        font-size: 20px;
    }

.button {
    background-color: #25a2b2;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.selected-plan {
    background-color: #f0f8ff;
}
@media only screen and (max-width: 600px) {
    .price-columns {
        width: 100%;
    }
}
.reg1-background {
    background: url(../images/wise-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.reg1 {
    /*padding:10% 10% 0 10%;*/
    padding: 8% 0 0 0;
}

.reg1-inner {
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
}

    .reg1-inner h2 {
        font-size: 35px;
        text-align: center;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

    .reg1-inner span {
        font-size: 35px;
        text-align: center;
        padding: 0;
        margin: 0;
        font-weight: bold;
        color: #25a2b2;
    }

.reg-inner hr {
    margin: 5px auto;
    width: 300px;
    border: 1px solid #c8c8c8;
    text-align: left;
}

.reg1-inner h3 {
    font-size: 20px;
    text-align: center;
    padding: 2px 0 10px 0;
    margin: 0;
}

    .reg1-inner h3 img {
        padding-right: 8px;
    }

.reg1-inner p {
    padding-left: 20px;
}

.reg1-inner hr {
    margin: 5px auto;
    width: 300px;
    border: 1px solid #c8c8c8;
    text-align: left;
}

.reg1-inner h4 a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.reg1-inner h4 {
    font-size: 15px;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    color: #333333;
    font-weight: normal;
}
/*wise form error*/
.wise-text-box {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* margin-bottom: 20px;*/
    line-height: 30px;
    color: #666666;
    font-size: 13px;
    float: left;
    height: 30px;
}

.wise-text-box-error {
    width: 100%;
    padding: 0 10px;
    border: 1px solid red;
    border-radius: 4px;
    /*margin-bottom: 20px;*/
    line-height: 30px;
    color: #666666;
    font-size: 13px;
    float: left;
    height: 30px;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 40px;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    /*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.date-time
{
background: transparent;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    width: 100%;
}

.file-upload-height {
    border: 1px solid #eaeaea;
    padding: 20px 10px;
    overflow-y: auto;
    height: 321px;
}
.add-folderlist {
    float: left;
    padding-left: 7px;
    cursor: pointer;
}

.remove-link {
    color: #13c5dc;
}

.remove-link:hover {
        color: #fd9811;
    }
.right-file-fields-highlight {
    background-color: #d5e6e6; /* Match left section */
    border: 1px solid #b8d6f0;
    border-radius: 5px;
    padding: 10px;
    box-shadow: none; /* remove the pink glow if present */
}

.multi-upload {
    background-color: #d5e6e6;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #b8d6f0;
    margin: 0 29px 0 15px;
    border: 1px solid #b8d6f0;
    border-radius: 5px;
}

    .multi-upload p {
        font-size: 18px;
        padding-top: 11px;
    }


/*Work Flow*/
.canvas {
    background-image: url('https://cdnjs.cloudflare.com/ajax/libs/angular-patternfly/4.3.5/imgs/canvas-dot-grid.png');
    background-repeat: repeat;
}
.canvas-editor-container .canvas-editor-toolbox-container .canvas-editor-toolbox .toolbox-item span {
    position: relative;
    top: 4px;
    color: black;
}
.workflow-height {
    height: 310px;
    overflow-y: auto;
    margin-top: 15px;
}

@media only screen and (min-device-width : 600px) and (max-device-width : 800px) {
    .workflow-height {
        height: 610px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1280px) {
    .workflow-height {
        height: 410px;
    }
}

@media only screen and (min-device-width : 1440px) and (max-device-width : 1500px) {
    .workflow-height {
        height: 510px;
    }
}

@media only screen and (min-device-width : 1600px) and (max-device-width : 1900px) {
    .workflow-height {
        height: 660px;
    }
}

@media only screen and (min-device-width : 2000px) and (max-device-width : 2560px) {
    .workflow-height {
        height: 1000px;
    }
}


.workflow-form {
    border-left: 1px solid #ccc;
}

.workflow-margin {
    margin-bottom: 6px;
    overflow: hidden;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .workflow-form {
        border-left: none;
    }
}
    /*Work Flow*/

.workflow-style {
}

.workflow-style p {
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0;
}

.workflow-style ul {
}

.workflow-style ul li {
    font-size: 13px;
    list-style-type: disc;
    padding: 1px 0;
}

.workflow-style-padding {
    padding-bottom: 6px;
}
.warning-adjust {
    float: right;
    width: 71%;
}

.warning-heading {
    float: left;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .warning-adjust {
        float: none;
        width: 100%;
    }

    .warning-heading {
        float: none;
    }
}
.file-highlight {
    background-color: #ecf0f5;
    overflow: hidden;
    padding-bottom: 13px;
}
input[name="editable-select"]:disabled {
    background-color: #ffffff;
}
.dropdown-menu:hover {
    cursor: pointer;
}

.dropdown-menu li {
    padding-left: 10px;
}

.dropdown-menu li:hover {
    background-color: #eeeeee;
}
collapsible1 {
    color: #000;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    background-color: #ffffff;
}

.active,
.collapsible1:hover {
    background-color: #ffffff;
}

.collapsible1 ul {
}

    .collapsible1 ul li {
        font-size: 15px;
        list-style-type: disc;
    }

.content1 {
    padding: 0 27px;
    overflow: hidden;
}

    .content1 a {
        text-decoration: none;
    }

.non-collapsible1 {
    color: #000;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    background-color: #ffffff;
}

    .non-collapsible1 a {
        text-decoration: none;
    }

.workflow-modal-left-height {
    overflow-y: auto;
    height: 465px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .workflow-modal-left-height {
        height: 151px;
    }
}
.workflow-email {
    width: 100%;
    padding: 6px 9px;
    margin: 3px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.workflow-email:focus {
    outline: none;
    border: 1px solid #66afe9;
    box-shadow: 3px 0 5px #d6eafa;
    border-radius: 5px;
}

.workflow-email-text {
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}

.workflow-email-style {
    padding-top: 9px;
    text-align: left;
}

.workflow-textarea {
    border: 1px solid #eaeaea;
    margin-top: 15px;
}
.workflow-email-error {
    width: 100%;
    padding: 6px 9px;
    margin: 3px 0;
    box-sizing: border-box;
    border: 1px solid red;
}


.workflow-tab-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.arrow1 {
    background: #25a2b2;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    transition: all 0.3s ease;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.arrow:hover {
    background: #25a2b2;
}

.tabs-wrapper {
    overflow-x: auto;
    flex-grow: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

.tabs-list {
    display: flex;
    white-space: nowrap;
}

    .tabs-list li {
        margin-right: 10px;
        cursor: pointer;
    }
 