 body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;   
    
}
h1, h3, h3, h4 { 
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1 {
  
	padding-top: 0px;
  margin-top: 0px;
  font-size: 35px;
  font-weight: 600;
}

h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size:15px;
}

table {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;   
}
.modal-dialog{
    overflow-y: initial !important
}

.modal-content  {    
    background-color: #f6f6f6;
}
.modal-footer{
	padding-top: 15px;
	padding-bottom: 10px;		
}
.modal-body { 
    padding: 15px;
    padding-bottom: 0;
    overflow-y: auto;
    background-color: #FFFFFF;   
    max-height: calc(99vh - 115px);
}

.modal-header {
	padding:10px;
}
.custom-modal {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.dropdown-menu.multi-column {
   	width: 720px;
     padding:15px;
     background-color: #E8e8e8;
  
}
.filter{
	width:100%;
	height: 100%;
}
.filter-head {	
	float: right;
	clear: none;
	
}
.bt-filter-head {
	clear: both;
}


.dropdown-menu.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-width:100px;
    background-color: #E8e8e8;
}
.dropdown-menu.multi-column .dropdown-menu a {
  font-size:12px;
  font-weight:100px;
}

.dropdown-menu.multi-column .dropdown-menu a{
	padding:5px;
}
.navbar {
  -webkit-box-shadow :none;
  box-shadow: none;
}
.navbar-brand{
	font-family: 'Armata', cursive;	
	font-size:38px;
	padding-left:0px;
	padding-top:18px;
}

.login-title{
	font-family: 'Armata', cursive;	
	font-size:38px;
	padding-top:15px;
	color:#FFFFFF;
}

.modal-title {
  color:#474747;
  font-size: 25px;
  padding: 0px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

a.toolbar {
  padding-top: 5px;
	color : #0e0d0d;
}

a.toolbar:hover {
	text-decoration: underline;
}

.btn, .btn-primary, .btn-info, .btn-success {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
  padding-right: 15px;	
}
.btn-primary {
  background-image: none;
  background-color: #E8E8E8;
  border-color:#CCCCCC;
  color: #474747 !important;
}
.btn .caret {
  border-top-color: #474747;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,  .open>.dropdown-toggle.btn-primary {
  color: #474747 !important;
  background-image: none  !important;
  background-color: #E8E8E8  !important;
  border-color: rgb(172, 172, 172)  !important; /*set the color you want here*/
}

.newTrasnBtn{
	padding :10px;
}
.gd-footer {
	padding:10px;
	border-top: solid 1px #CCCCCC;	

}
.cheader-color {
  background-color: #E8e8e8;
}
.lpanel {
	padding-top:5px;
	padding-left:15px;
	padding-right:0px;	
  background-color: rgb(68, 66, 66);
	margin-bottom: -99999px; 
  padding-bottom: 99999px;	
  border-left: solid 5px rgb(58, 212, 255);
  width: 225px;
  position: top;
}
.lpanel a {
	color: #FFFFFF;
	font-weight: 5000;
	text-decoration: none;
}
.lpanel a:hover {	
	color: #f0cdcd;
}
.loginUserInfo {
  background-color : rgb(224, 224, 224);	
  color: #333333;
  padding-right: 5px; 
  padding-top: 4px; 
  height:25px;     
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
}
.navbar-nav>li>a {
  padding-top:5px !important; 
  padding-bottom:5px !important;
  color: #474747 !important;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active {
  background-color: #CCCCCC !important;
}

.vega-content {
  padding:10px;
  padding-top: 40px;

	
	margin-bottom: '-99999px'; 
	padding-bottom: '99999px' ;
}

.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px;
}
.permission-div {
    border: solid #f6f6f6 1px;
    overflow: auto;
    height: 350px;
}
.classWithPad { margin:10px; padding:10px; }
.padding-5px { padding:5px; margin: 5px; }

.rpt-body {
  overflow: auto;	
	background-color: #eaeaea;
	text-align: center;	
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #CCCCCC;
}
.modal.right .modal-dialog {
	position: fixed;
	margin-top: 30px;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}
.border {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom:5px;
	background-color: #f6f6f6; 
}
.nodata {
	border: solid 1px CCCCCC;	
	height: 600px;
	background: #FFFFFF;
}

.dashboard-heading {
	padding: 0px;
	margin:0px;	
	color: 999999;
	font-size: 20px;
}
.squre-bg {
  font-family: 'Armata', sans-serif;
  font-weight: bold;
	font-size: 30px;
	padding: 0px;
	margin:0px;
}

.dashboard-info {	
	font-size: 15px;
	padding: 0px;
	margin:0px;
}
.glyphicon.glyphicon-refresh {
    font-size: 75px;
}
pre{
 	border: none;
 	padding:0px;
 	background-color: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 13px;    
    margin:0px;
}

hr {
       border-top: 1px solid #CCCCCC !important;
       margin-bottom:5px !important; 
       margin-top:5px !important;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.bold-text {
  font-weight: bold;
}

.full-width {
  width: 100%;
}

.complete-word {
  white-space:nowrap;
}

.black-heading {
  color: black;
}

[class*="col-"].scrollable {
  max-height:"70vh"; 
  overflow-y: 'auto';
}

.table-bordered > tbody > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th {
  border: 2px solid #dddddd;
  background-color: #f9f9f9;
}

.table-bordered-bold > tbody > tr > td {
  border: 2px solid #dddddd;
}

.table-bordered-bold > thead > tr > th {
  border: 2px solid #dddddd;
  background-color: #f9f9f9;
}
.table-striped td {
  background-color: #FFFFFF;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.addNewLink, .addNewLink:hover, .addNewLink:active, .addNewLink:focus {
  text-decoration: none;
}
.input-group-addon.primary {
  color: rgb(255, 255, 255);
  background-color: rgb(50, 118, 177);
  border-color: rgb(40, 94, 142);
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
  background-color: #666;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:disabled + .slider {
  background-color: #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px !important;
}

.slider.round:before {
  border-radius: 50% !important;
}
.equal {  
  display: -webkit-flex;
  display: flex;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* side navigation*/
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}