.loading {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 60px);
    z-index: 1;
    background-color: #2B3035;
    color: white;
    padding: 20px;
    margin-left:40px;
    border-radius: 10px;
    font-size: medium;
}

#appVersion span {
   /*font-family: New Times Roman;*/
   color: white;
   position: fixed;
   bottom: 10px;
   left:15px;

}

.image {
   position: relative;
   width: 100%;
}

.welcome{
   position: absolute;
   top: 20px;
   left: 0;
   width: 100%;
}

.jumbotron {
    background-color: rgba(238,238,238,0.9);
}

.invisible { display:none; }

.splash {
    background: url('img/splashp.jpg') no-repeat center center fixed;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.mainPanel2 {
    /*background: url('img/splash.png'); */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

/*.ng-scope{
    overflow: scroll;
}*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.infopanel {
    margin-left:auto; margin-right:auto;
    margin-top:20px;
    max-width: 500px;
}

.greypanel {
    margin-left:auto; margin-right:auto;
    -webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤1.6 */
            border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

    -webkit-box-shadow: 2px 2px 4px 0px #9f9f9f;
      box-shadow: 2px 2px 4px 0px #9f9f9f;

    background-color: #eeeeee;
    padding: 10px;
}

.yellowpanel {
	margin-left:auto; margin-right:auto;
	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤1.6 */
          	border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
        -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
   	padding: 5px;
}

.heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin-right: 10px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin-right: 10px;
}

.imageCenter {

    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}

.imageBorder {
    position: relative;
    width: 80px;
    height: 80px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-right: 5px;
    border: thin solid #e7e7e7;
    background-color: white;
    vertical-align: middle;
    margin-right: auto
}

.center {
    text-align:center;
}

.invisible { display:none; }

.panel3d {
    max-width: 500px;
}

.sidebar { display:none; }
.overlaybtn {}
.jsondetailpanel {padding: 5px;}
.brand {display:none;}


/* First breakpoint at 576px 50em */
/* Inherits mobile styles, but floats containers to make columns */
@media all and (min-width: 800px){
        .main2 {margin-left: 210px; height: 800px; display:block; max-width:400px}
        .main {padding-left: 250px;
                transition: all 0.4s ease 0s;}
	.sidebar2 {float: left; display:block; width:200px}
        .sidebar {
            position:absolute;
            top: 0px;
            left:0px;
            /*height: 100%;*/
            overflow-y: auto;
            z-index: 1000;
            transition: all 0.4s ease 0s;
          }
        .overlaybtn {display:none; visibility: hidden;}
        .jsondetailpanel {padding: 13px;}
        .brand {display:block;}
}

/*------- Sidebar ------ */
#navbar-branding {
  left: 0px;
  width: 200px;
  height: 50px;
  background: #31373d;
}

#wrapper {
  padding-left: 200px;
  transition: all 0.4s ease 0s;
}

.wrapper-footer{
    margin-left: 200px;
}

#sidebar-wrapper {
  margin-left: -200px;
  left: 200px;
  width: 200px;
  background: #31373d;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.welcomeMsgDIV {
    margin-left: 200px;
    transition: all 0.4s ease 0s;
}

#page-content-wrapper {
  width: 100%;
}

.page-content {
  margin-top: 50px;
 }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}

@media (max-width:991px) {

#wrapper {
  padding-left: 0;
  transition: all 0.4s ease 0s;
}

@media (max-height: 500px){
  #welcomeText p{
    font-size: 10px;
  }
}

#sidebar-wrapper {
  left: 0;
  transition: all 0.4s ease 0s;
}

.welcomeMsgDIV {
    margin-left: 0px;
    transition: all 0.4s ease 0s;
}

#wrapper.active {
  position: relative;
  /*left: 250px;*/
  transition: all 0.4s ease 0s;
}

.wrapper-footer{
    margin-left: 0px;
}

#wrapper.active #sidebar-wrapper {
  /* left: 250px; */
  /* width: 200px; */
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

    busy div.alert.alert-warning.load {
        position: absolute;
        z-index: 1000;
        left: 46%;

    }
}
/*------- Sidebar ------ */


.carousel-inset{
    padding: 50px;
}

/*span.glyphicon{
    padding-left:  5px;
    padding-right:  10px;
    font-size: 20px;
    font-weight: bold;
}
*/
.thumb {
	margin-bottom: 30px;
}

li.ng-scope{
    color : white;
}

.widen{
    -webkit-transition: all 1s;
}

.hideThumb{
    display : none;
}

.card{
    font-weight:  600;
}

.close:focus{
    outline: none;
}

div#page-wrapper.ng-scope{
    padding-left: 0;
    padding-right: 0;
}

/**.cardThumb{
    width: 400px;
    height: 400px;

}**/

.menu-ico{
    margin-left: 10px;

}

.menu-text {
    padding-right:  4px;
}

/* overwrite bootstrap breakpoint for 767 */
/*
@media (max-width: 900px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
*/


.menu{
    padding-top: 14px;
}

.menu li {
    width: 100%;
}

.menu li a{
    color : white;
    margin-left: 10px;
    border-bottom: 1px solid #494949;
    background-color: #31373D;
}

.menu li a:hover{
    background-color: #31373D;
}

div.alert.alert-warning.load{
    width: 90px;
    height: 50px;
    position: absolute;
    z-index: 1000;
    top : 50px;
    left : 50%;
    font-size: 10px;
    font-weight: bold;
}

div.inset.ng-scope{

    padding-top : 0;

}
.alert{

    outline: none;

}

.alert:focus{

    outline: none;

}


#nav-heading{
    color : #fff;
}


.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear;
  &.ng-enter {
    opacity: 0;
    &.ng-enter-active {
      opacity: .5;
    }
  }
  &.ng-leave {
    opacity: .5;
    &.ng-leave-active {
      opacity: 0;
    }
  }
}

label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
input {
    width: 13px;
    /* height: 13px; */
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.aside {
    background: #31373D;
    width:  300px;
}

.aside .aside-dialog .aside-body{
    padding: 0px;
}

@media (max-width:991px)
{
    .navbar-toggle{
        margin-left:15px;
        display:block!important;
        float:left
    }
    .bs-sidebar.affix{
        position:static!important
    }

}

ol.breadcrumb li:last-child::before{
    color: #f5f5f5
}

.ta-toolbar {
    margin-bottom: 20px;
}

.dowloadItems {
    font-size: 7em;/* Added this to size toolbox icons in the css and not in the html */
    /* height: 10em; this was causing issues in the toolbox screen, user needing to scrolldown below the view prot to see other icons*/
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
}

.downloadFiles {
	margin: 15px;
	display: block;
	color : #333;
	padding: 0;
}

.downloadFiles span {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.downloadFiles h4 {
	margin: 0;
	font-size: 16px;
    margin-top: 7px;
    cursor: pointer;
}

#round-btn {
    position: fixed;
    cursor: pointer;
    width: 55px;
    height: 55px;
    right: 20px;
    z-index: 999;
    border-radius: 100%;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#csv_upload { width: 291px; }

.round-btn {
    position: fixed;
    cursor: pointer;
    margin-bottom: 60px;
    width: 55px;
    height: 55px;
    right: 20px;
    z-index: 999;
    border-radius: 100%;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    /* margin-right: 20px; */
}
