html,
body {
  height: 100%;
}

div[pagetype=main01] {
    min-height:100%;
    font-family:"Open Sans",Arial,sans-serif;
    background-color: #ffffff;
}

div[pagetype=main02] {
    min-height:100%;
    font-family:"Open Sans",Arial,sans-serif;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-size: .950rem;
    background-color: #ffffff;
}

div[pagetype=main06] {
    min-height:100%;
    font-family:"Open Sans",Arial,sans-serif;
    background:#f5f5f5;
    /*background-image:url('../images/sispa_slide1-1024x1903.png');*/
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center bottom;
}

body[pagetype=login]  {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #f5f5f5;
    }
    
.list-group-item {
    padding: 5px 5px;
}
    
.footer {
  position: fixed;
  bottom: 0px; 
  width: 100%;
  z-index: 150;
  /* Set the fixed height of the footer here */
  height: 25px;
  line-height: 0; /* Vertically center the text there */
  /*background:#ccc;
  background-image:url('../images/sispa_header_02.jpg');
  background-size:cover;*/
}

.main01-breadcrumb{
  margin-bottom: 0px;
  /*margin-left: -20px;*/
  background:transparent;
  font-weight: 400;
  color: #000000;
}

.breadcrumb-item.active{
  color: #F3FF0D;
}
.breadcrumb-item.active a{
  font-weight: 400;
  color: #F3FF0D;
}
.breadcrumb-item a {
  font-weight: 400;
  color: lightgrey;
}

.main01-row01 {
    background:#ccc;
    /*background-image:url('../images/sispa_header_02.jpg');*/
    background-size:cover;
}

.main01-account{
    margin-left:5px;
    margin-right:5px;
    padding: 5px;
    margin-top: 5px;
    color: white;
    background-color: grey;
}

.main01-navBarItem1{
    margin: 5px;
    padding: 1px;
    background-color: black;
}

.main01-navBarItem2{
    margin: 5px;
    padding: 5px;
    background-color: gray;
}

.main01-logoitem{
    width:34px;
    height:34px;
    margin-left:-15px;
}

.main01-systemitem{
    width:34px;
    height:34px;
    margin-left:15px;
}

.main01-useritem {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
    
div[divtype=main01-div01]{
    margin-left: 0px;
}  
    
div[divtype=main01-dropdown]{
    margin-right: -15px;
    float: right;
}


div[divtype=main01-div02]{
    margin-left: -15px;
}
    
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input#inputCliCode {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=email] {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div.vseparator20 { height:20px; }


.sidebarRight {
  font-size: .950rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset 2px 0 0 rgba(0, 0, 0, .1);
}

.sidebarLeft {
  font-size: .950rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -2px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebarLeft .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebarRight .nav-link {
  font-weight: 500;
  color: #333;
}

/*.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}*/

.sidebarLeft .nav-link.active {
  color: #007bff;
}

.sidebarRight .nav-link.active {
  color: #ff0037;
}

.sidebarLeft .nav-link:hover{
  color: #aaaaaa;
}
.sidebarRight .nav-link:hover{
  color: #aaaaaa;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.form-inline > * {
   margin:5px 3px;
}

/***********************************************************************************************************************************************************
Snippets License (MIT license)

Copyright (c) 2013 Bootsnipp.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), 
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
***********************************************************************************************************************************************************/
section{
	padding: 20px 0;
}
section .section-title{
	text-align:center;
	color:#eda426;
	margin-bottom:50px;
	text-transform:uppercase;
	/*border-style: ridge;
	border-width: 3px;*/
}
#what-we-do{
	background: transparent;/*#ffffff;*/
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	background: transparent;/*#ffffff;*/
	border-style: ridge;
	border-width: 1px;
	border-color: #ccc;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #eda426 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #eda426;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f06e";
}
#what-we-do .card .block-2:before{
    content: "\f02d";
}
#what-we-do .card .block-3:before{
    content: "\f0e0";
}
#what-we-do .card .block-4:before{
    content: "\f2c1";
}
#what-we-do .card .block-5:before{
    content: "\f0e8";
}
#what-we-do .card .block-6:before{
    content: "\f0e7";
}
#what-we-do .card .block-7:before{
    content: "\f0eb";
}
#what-we-do .card .block-8:before{
    content: "\f084";
}
#what-we-do .card .block-9:before{
    content: "\f013";
}
#what-we-do .card .block-10:before{
    content: "\f25d";
}
#what-we-do .card .block-11:before{
    content: "\f0ad";
}
#what-we-do .card .block-12:before{
    content: "\f06e";
}
#what-we-do .card .block-13:before{
    content: "\f03e";
}
#what-we-do .card .block-14:before{
    content: "\f247";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}



#itemContextMenu, #el-cmd-context-menu {
  position:absolute;
  z-index:9999;
  background-color:#fff;
  border:2px double black; /*#aaa;*/
  border-radius:5px;
}
#itemContextMenu ul, #el-cmd-context-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#itemContextMenu ul li, #el-cmd-context-menu ul li {
  width:100%;
  height:auto;
  padding: 0px;
  margin-top:5px;
}
#itemContextMenu ul li a, #itemContextMenu ul li a:link, #itemContextMenu ul li a:active, #itemContextMenu ul li a:visited,
#el-cmd-context-menu ul li a, #el-cmd-context-menu ul li a:link, #el-cmd-context-menu ul li a:active, #el-cmd-context-menu ul li a:visited {
  display:block;
  width:100%;
  padding:5px 10px;
  background-color:transparent;
  color:#000;
}
#itemContextMenu ul li a:hover, #itemContextMenu ul li a:focus,
#el-cmd-context-menu ul li a:hover, #el-cmd-context-menu ul li a:focus {
  background-color:#e1e1e1;
  text-decoration: none;
  color:#000;
}

.modal-header{
    background-color: #eee;
}
.modal-footer{
    background-color: #eee;
}