
/* All Pages
==============================*/

html,

body {
    height: 100%;
}

.phases {
    background-Image: url(../../images/background_login.png);
    background-repeat: repeat;
	background-position: left top;
	text-align: left;
}

h3 code {
  font-size: 14px;
  font-weight: normal;
}

fieldset {
    margin-top: 15px;
}

body > .navbar {
  font-size: 13px;
}

form { 
    margin-bottom: 0px !important; 
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -51px;
}

#wrap > .container {
	padding-top: 30px;  /* Padding to distribute the page Margin from top to botton in order to have the bar and titles on place!!!! */
}


#push,
.push {
    height: 60px;
}

.text-error { 
    color: #c40a17;  /* RED Text For Wrong Input FIELDS */
}

.errormarked {
	color: #000;  /* White Text For Wrong Input */
}


.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
	color: #000; /* Black Replace the Has-error Class in asengine.js */
	font-weight: 500;
	font-style: italic;	
}



.text-success { 
    color: #468847; 
}

.required { 
    color: #a00; 
    font-weight: bold;
}


.alert { 
    margin-bottom: 0px; 
}


.flags-wrapper {
    position: absolute;
    z-index: 2000;
    top: 8px;
    right: 40px;
}

.header-flags-wrapper {
    float: left;
    margin-top: 2px;
}

.flags-wrapper a, .header-flags-wrapper a { text-decoration: none; }

.flags-wrapper img, .header-flags-wrapper img { width: 41px; }


.glyphicon {
	color: #cdae51;  /* THIS IS THE COLOR FOR THE GLYPHICON  #cdae51 */
}

.glyphicon-pushpin, 
.glyphicon-heart {
	color: #3F2B22;
}

.pull-right.img-responsive {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
}

.btn-info {
    background-color: #cdae51;
    border-color: #3F2B22;
    color: #FFFFFF;  /*   #FFFFFF   THIS IS THE COLOR FOR THE GLYPHICON IN SMARTPHONES #cdae51 */
}


.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff; /*  ffffff */
  background-color: #3F2B22;
  border-color: #333;
}


div.hidden
{
   display: none
}

.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
/* Login Page
================================*/


#form-details .form-group, 
#form-changepassword .form-group {
    width: 565px;
}

/* CAG :Added */
#loginDialog {
	background-image: url(../../images/loginform.png);
	background-repeat: no-repeat;
}

#loginContent{
	background-image: url(../../images/loginform.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity:92%;
}


#wellFormat{
	background-color: Transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#loginModal .modal-header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

#loginLegend {
	color: #FFF;
}

.modal-backdrop { 
    /*background-color: #fff !important; */
	background-Image:url(../../images/background_login.png);
    background-repeat: no-repeat;
	background-position: left top;
	
}


.modal { 
    border: none; top: 7% !important; 
    overflow-y: auto; 
}


/*
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.fade {
    opacity: 0.55;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
*/

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.90 !important;
}

.fade {
    opacity: 0.25;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}






.high-opacity {
    opacity: 0.85;
}

.fade:hover {
    opacity: 1;
}


.social-login {
    text-align: center;
    padding-top: 20px;
}

.button-login {
    text-align: center;
    padding-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.social-login a:hover { text-decoration: none; }
.social-login img {
    width: 140px;
    margin-left: 5px;
    height: 31px;
    cursor: pointer;
}


.nav-login {
	list-style-type: none;
	overflow:hidden;
	margin:0px;
	padding: 0;
	height: 32px;
	/* background:#001EA0;  */
}

.nav-login li {
	float: left;
	padding:7px;
	margin:1px;
	background-color:#dddada; /* #8bcff7 Blue BACKGROUND COLOR FOR EACH TAB dddada */
	boder:1px solid #000;
	-moz-border-radius-topleft: 15px; /* Mozilla */
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius:7px;/* Safari and Chrome */
	-webkit-border-top-right-radius:7px;
	border-radius-topleft: 15px; /* IE9 */
	border-radius-topright: 15px;
	border-top-left-radius: 8px;  /* GENERIC OPERA */
	border-top-right-radius: 8px;
	color:#4a4646;
	font-weight: bold;

}

.nav-login li a {
	display:block;
	color: #000;
	floaf:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	outline:0;
	text-align:center;
	font-weight: 500;
}

.nav-login li a:hover {
	color:#00F;  /* 00F GENERIC OPERA */
	background-color:#8bcff7;
	font-weight: 500;
}

.nav-login li:hover {
	color:#070707;
	background-color:#8bcff7;
}

.nav-login li.active{
	color:#070707;
	background-color: #ffc000;
	font-weight: 500;
}

.nav-login li.active a {
	color:#4a4646;font-weight: bold;
	
}

.nav-login li.active:hover {
	color:#070707;
	background-color: #8bcff7;
	text-decoration: none;
	cursor: default;
}


.tab-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	background-image: url(./ajax-loader.gif);
}

fieldset.login-title {
	color:#FFF;
	font-size:18px;
	
	box-shadow:  0px 0px 0px 0px #000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: 1em;	
}

legend.login-title {
	border-style:none;
	text-align: center !important;
	width:auto;
	color:#FFF;
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0.0em;
}
	


/* Index Page
======================================*/

.navbar {
  background-color: #448cdd;  /*  BLUE 448cdd Default 0f006f  */
  border-color: #030033;  /* 030033 Default 0f006f  */
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  font-weight: bold;
  
}
.navbar .navbar-brand {
  color:#ffffff;  /* COLOR OF THE FONT FOR MIRALAOBRA.COM TITLE @@@@@@@@@@@@@@@@@@@@@@@ fc7406  ffffff */
  font-family:Verdana, Geneva, sans-serif;
  font-size:16px;
  font-weight: bold;
}

.navbar-brand:hover {
    color: #5e5e5e;
    text-decoration: none;
    background-color: transparent;
}
.navbar-fixed-top {
    background:#ffc000;  /* 448cdd   3D96F9  448cdd 2f75c3 BACKGROUND TITLE BAR FOR FLAGS AND USER NAME @@@@@@@@@@  YELLOW ffc000 125eb2 #3CF*/
	
}


.comments { 
    margin-top: 20px; 
}
.comments h3 {
    margin-bottom: 25px; 
}
.comments p { 
    text-align: justify; 
}

.comments-comments blockquote {
    margin: 0 0 15px !important;
}

.leave-comment {
    margin-top: 20px;
}

.leave-comment textarea { 
    width: 100%; 
    height: 100px; 
}

/* Users page
=======================================*/

.users-wrapper {
    padding-top: 33px;
}

.users-table {
    margin-top: 15px;
    border: 1px solid #F1F1F1;
}

.dataTables_wrapper {
    margin-top: 25px;
}

select[name='users-list_length'] {
    border: 1px solid #DFDFDF;
    padding: 5px 0 5px 7px;
}

#users-list_filter input[type=text] {
    padding: 5px 0 5px 3px;
    border: 1px solid #DFDFDF;
}

.roles-input {
margin-top: 33px;
margin-bottom: 17px;
}

.roles-input input {
margin-bottom: 0;
}

.roles-input button {
margin-left: 10px;
}

.roles-table, .roles-table thead {
  border: 1px solid #F1F1F1;
}

.roles-table th, .roles-table td {
  text-align: center;
}

.btn-user { 
  max-width: 100px; 
}

#modal-user-details .dl-horizontal dt {
    border: 1px solid #DFDFDF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    padding: 5px;
    background-color: #F4F4F4; /*  #F4F4F4 */
}
#modal-user-details .dl-horizontal dd {
    border: 1px solid #DFDFDF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    padding: 5px;
    margin-left: 158px !important;
    height: 32px;
    padding-left: 10px;
}

#modal-user-details .modal-body {
    padding: 0 20px;
}

.form-horizontal .control-label, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    font-weight: normal;
}

#confirm-modal h5.text-success {
    font-size: 16px;
    text-align: center;
}

#confirm-modal h4.text-success {
    font-size: 22px;
    text-align: center;
}


#ajax-loading, .ajax-loading {
    padding: 20px;
    display: none;
}


.ajax-loading .text {
    font-size: 18px;
    margin-top: 5px;
}
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


/* INDEXTAB PAGE AND MENU
======================================*/

  .nav .dropdown {
	margin-right: 10px;
  }
  
  .nav .dropdown-toggle {
	background-color: #448cdd;
	font-size: 18px;
	color: #FFF;
	height: auto;
	width: auto;
  }

 .navbar .breadcrumb {
	float: left;
	margin: 7px 10px;
  }
  
/*END INDEXTAB
======================================*/



/* Footer
-------------------------------------------------- #f5f5f5; */

.footer {
  text-align: center;
  /* border-top: 1px solid #e5e5e5; */
  background-color: Transparent;
  height: 0px;
  color:white;
  opacity:50%;
}

.footer p {
	margin: 0px 0 0 0;
}

/* Icons
====================================== */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}


/* Sidenav for Docs
====================================== */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #9b9999;  /* THIS IS FOR THE FRAME OF THE LEFT MENU BOX */
  color: #777;
  
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  border: 1px solid #9b9999;  /* THIS IS FOR THE FRAME OF THE LEFT MENU BOX */
  background-color: #e9e9e9;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .glyphicon-chevron-right,
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #e9e9e9;
  color:#333;
}

bs-docs-sidenav a:hover .glyphicon-chevron-right,
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  /*background-image: url(../img/glyphicons-halflings-white.png);*/
  opacity: 1;
}

.bs-docs-sidenav .active .glyphicon-chevron-right,
.bs-docs-sidenav .active a:hover .glyphicon-chevron-right {
  opacity: 1;
}

.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


<!---- TOOL BAR COLAPSE FOR THE NAV MENU  991px fo small sizes an 1199px for medium----->



@media (max-width: 991px) {
	
    .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;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}



<!----- RADIO BUTTONS STYLES ----->


label.btn span {
  font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}

label input[type="radio"] ~ i.fa.fa-check-circle-o {
  display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
  color: #448cdd;
  display: inline;
}

label:hover input[type="radio"] ~ i.fa {
  color: #448cdd;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #448cdd;
  display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
  color: #448cdd;
}

div[data-toggle="buttons"] label.active {
  color: #448cdd;
}

div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div[data-toggle="buttons"] label:hover {
  color: #448cdd;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* PHASES & FOLDERS IMAGES */


.thumbnail{
     border:none !important;
     background: transparent !important;
     box-shadow:none !important;
  }
  
.img-thumbnail{background-color:transparent};

.orangefolder, .orangefolder:visited { /* Phases  */
	width:170px;
	height:120px;
	display: block;
	color: #001745;
	text-decoration: none;
	text-align:center;
	position: relative;
	cursor:pointer;
	font-size:18px;
	background-image: url(../images/orange_folder.png);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px -10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.orangefolder:hover { 
	background-color: #8AB4E1
	color: #FFF;
	font-weight: bold;
	color: #000f8d;
}

.webcamfolder, .webcamfolder:visited { /* Phases  */
	width:190px;
	height:180px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	position: relative;
	cursor:pointer;
	font-size:16px;
	background-image: url(../images/WEB_CAM.png);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px -7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	margin: 0px;
}

.webcamfolder:hover { 
	background-color: #8AB4E1
	color: #FFF;
	font-weight: bold;
	color: #FF0;
}

.albumfolder, .albumfolder:visited { /* Phases  */
	width:190px;
	height:170px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align:center;
	position: relative;
	cursor:pointer;
	font-size:16px;
	background-image: url(../images/PhotoAlbum.png);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 7px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.albumfolder:hover { 
	background-color: #8AB4E1
	color: #FFF;
	font-weight: bold;
	color: #FFF;
}

.timelapsefolder, .timelapsefolder:visited { /* Phases  */
	width:190px;
	height:205px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	position: relative;
	cursor:pointer;
	font-size:16px;
	background-image: url(../images/Timelapse.png);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: 0px 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.timelapsefolder:hover { 
	background-color: #8AB4E1
	color: #FFF;
	font-weight: bold;
	color: #F60;
}


.toolbox, .toolbox:visited { /* Phases  */
	width:156px;
	height:120px;
	display: block;
	color:#FFF; /* #001745 */
	text-decoration: none;
	text-align:center;
	position: relative;
	cursor:pointer;
	font-size:18px;
	background-image: url(../images/Red_ToolBox.png);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px -8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 2px;
}

.toolbox:hover { 
	background-color: #8AB4E1
	color: #FFF;
	font-weight: bold;
	color: #00FFFF;
}


.milkyWay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	text-transform: capitalize;
}

.milkyWayActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}


.leftsideTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.sketchMenu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


.caption {
	width:100%;
	bottom: 5em;
	position: relative;
	display: block;
	color: #001745;
	text-decoration: none;
	text-align:center;
	position: absolute;
	cursor:pointer;
	font-size:18px;
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px -10px;

	
}

.caption h4 {
	color: #000f8d;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	display: inline-block;
}


/* END PHASE FOLDER */


/* BREADCRUMB STYLES http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */


.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 2px;
  left: 100%;
  z-index: 3;
}


.btn-breadcrumb .btn {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.btn-breadcrumb .btn:hover {
	background:#ffc000; /** Light Blue 98e7fc*/
	color:#354052;
}

.btn-breadcrumb .btn:first-child {
	padding:7px 6px 6px 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.btn-breadcrumb .btn:first-child:hover {
	background:#ffc000; /** Light Blue 98e7fc*/
	color:#354052;
}

.btn-breadcrumb .btn:last-child {
	background:#ffc000; /** Orange f77d19  blue 0000cb */
	color:#354052;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 3em;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 24px;
}


/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 15px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 15px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 15px solid #ebebeb;
  
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 15px solid #adadad;
  
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}


/**********
iPad 3
**********/


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
 	
   .btn-breadcrumb > *:nth-last-child(-n+4) { /*  -n+5 is the number of breadcrumbs max to show in the breadcrumbs line !!!!! @@@@@@@@@@@@@@@  */
        display:block;
    } 
	
    .btn-breadcrumb > * div {
        max-width: 190px;
    }

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 
  	
    .btn-breadcrumb > *:nth-last-child(-n+3) { /*  -n+4 is the number of breadcrumbs max to show in the breadcrumbs line !!!!! @@@@@@@@@@@@@@@  */
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 80px;
    }

}



/* All smartphones  ----------- */


@media only screen 
and (min-width : 300px) 
and (max-width : 950px) 
and (orientation : landscape) {
 	
   .btn-breadcrumb > *:nth-last-child(-n+4) { /*  -n+4 is the number of breadcrumbs max to show in the breadcrumbs line !!!!! @@@@@@@@@@@@@@@  */
        display:block;
    } 
	
    .btn-breadcrumb > * div {
        max-width: 110px;
    }

}

@media only screen 
and (min-width : 300px) 
and (max-width : 950px) 
and (orientation : portrait) { 
  	
    .btn-breadcrumb > *:nth-last-child(-n+3) { /*  -n+4 is the number of breadcrumbs max to show in the breadcrumbs line !!!!! @@@@@@@@@@@@@@@  */
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 95px;
    }

}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
  	
    .btn-breadcrumb > *:nth-last-child(-n+8) {  /*  -n+8 is the number of breadcrumbs max to show in the breadcrumbs line !!!!! @@@@@@@@@@@@@@@  */
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 270px;
    }

}

/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
  	
    .btn-breadcrumb > *:nth-last-child(-n+8) { /*  -n+8 is the number of breadcrumbs max to show in the breadcrumbs line !!!!! @@@@@@@@@@@@@@@  */
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 300px;
    }

}


/* END OF BREADCRUMB STYLES http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */


/* BOOTLEAF PARAMETERS FOR LEAFLET HANDLE */

html, body, #container {
  height: 100%;
  width: 100%;
 
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#sidebar {
  width: 350px;
  height: 100%;
  max-width: 100%;
  float: left;
  -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}

.white {
	color: #FFFFFF;
}

.feature-row {
  cursor: pointer;
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 10px;
  
}
.navbar-header .navbar-icon { /* TITLE FOR MIRALAOBRA MENU WITH ICON AND FLAGS */
  line-height: 50px;
  height: 50px;
  color:#FFFFFF;
  
}
.navbar-header a.navbar-icon {
  margin-left: 15px;
  margin-right: 10px;
  padding-top: 12px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}


/* BOOTLEAF PARAMETERS FOR LEAFLET HANDLE */

/* SHOWPHOTO HANDLE THE FAVORITES CHECKBOX AND BUTTONS */

input[type=checkbox]{display: none;}
input[type=checkbox]:checked+.so{
	background-image:url(../../images/onebit_30.png);
	background-repeat:no-repeat;
	background-color:#FFF;	/* border-radius:50%; */
}
input[type=checkbox]:checked+.so+label{color: red;}
.so{
	margin: 0px;
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #333;
	background-color: #0ab5d1;
	border-radius: 5px;
	background-image: url(../../images/heart-icon28.png);
	background-position: center;
	background-repeat: no-repeat;
}
.show{margin-left: 30px;}
.had{
	margin: 5px auto;
	width: 70%;
	border: 1px solid #333;
	height: 40px;
	padding-top:5px;
	padding-left:3px;
	background-color: #fafaef;
}
.checkFav{
	float: left;
	margin-left:1px;
	width:100%;
	padding-top:0px;
}


.buttonHolder{
  text-align: center;
}

.buttonSingle{
  text-align: center;
}
.buttonHolder a{
  margin-right: 45px;
  margin-left: -15px;
}
	 
/* END OF SHOWPHOTO HANDLE THE FAVORITES CHECKBOX AND BUTTONS */

/* ZOOM PHOTO 	height: 800px;
	width: 1200px;
 */


#myContainerEmail {
	height: 400px;
	width: 600px;
	padding: 0px;
	margin:auto;
	border:1px;
	border-style:solid;
	border-color:#696969;
}

/* ZOOM PHOTO  */




  