body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  position: relative;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  min-height:100vh;
     
}

.page-content > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 30px;
}

/* Footer */
.MenuConvocatoria{
    position: fixed; z-index: 10; width: 100%; top: 0px; 
}
footer{
   background-color:#2c3742;
   box-shadow:inset 0px 0px 3px #111;
   color:#fff;
   font-size:14px;
   line-height:25px;
   padding:10px 0px 10px 0px;
   bottom: 0px;
}

footer a{
   color:#eee;
   text-decoration:none;
   border-bottom:1px dotted #888;
}

footer a:hover{
   color:#aaa;
   text-decoration:none;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .copy{
   font-size:13px;
   margin:15px 0px;
}

/* Logo & Navigation */

.header{
   height:50px;
   background-color: #2c3742;
}

.header .logo h1{
   font-size:30px;
   margin:0px;
   padding:10px 0px;
}

.header .logo h1 a{
   color:#fff;
   font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
   color:#fff;
   text-decoration:none;
   border:0px;
}

.header .form{
   margin-top:10px;
   width:100%;
   max-width:300px;
   margin:10px auto;
}

.header .navbar *{
   box-shadow:none !important;
}

.header .navbar .label{
   font-size:12px;
   padding:4px 8px;
   margin:0px 2px;
   border-radius:15px !important;
}

.header .navbar{
   background:none !important;
   border:0px !important;
}

.header .navbar i{
   margin-right:3px;
}

.header .navbar .nav > li > a{
   color:#fff !important;
   font-size:13px !important;
   border-bottom:0px !important;
   margin-top:0px !important;
   font-weight:bold;
}

.header .navbar-nav>.open>a,.header  .navbar-nav>.open>a:hover,.header  .navbar-nav>.open>a:focus {
   background:none !important;
}

.header .navbar-collapse{
   border:0px !important;
}

.header .navbar-header{
   width:43px;
   margin:0 auto;
}

.header .navbar-header button{
   color:#fff !important;
   padding:5px 10px;
}

.header .navbar-toggle{
   background-color: #1dc1da !important;
   border:1px solid #0fa6bc !important;
}

.header .navbar-toggle:hover, .header .navbar-toggle:focus {
   background-color: #0fa6bc !important;
   border:1px solid #0fa6bc !important;
}

.header .dropdown-menu{
   border-radius:6px !important;
   background:#fff !important;
}

.header .dropdown-menu li{
   font-size:13px;
   padding:6px 15px;
   border-bottom:1px dashed #f3f3f3;
}

.header .dropdown-menu li a {
   color:#888;
   padding-left:0px !important;
}

.header .dropdown-menu li:last-child{
   border:0px;
}

.header .dropdown-menu li a:hover{
   background:none !important;
   color:#666 !important;
   border:0px !important;
}

.header .dropdown-big{
   min-width:300px;
}

.header .dropdown-big .dropdown-head{
   padding:7px 15px;
   background:#fcfcfc;
   border-bottom:1px solid #ddd;
   margin-top:-5px;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
}

.header .dropdown-big .dropdown-title{
   font-size:13px;
   font-weight:bold;
   color:#999;
}

.header .dropdown-big .dropdown-body{
   background:#fff;
}

.header .dropdown-big .dropdown-foot{
   padding:7px 15px;
   background:#fcfcfc;
   border-top:1px solid #ddd;
   margin-bottom:-5px;
   border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
   font-size:12px;
}

.header .dropdown-big .dropdown-foot a{
   color:#888;
}

.header .dropdown-big .dropdown-foot a:hover{
   color:#555;
   border-bottom:0px;
}

.header .navbar-nav .caret{
   border-top-color:#fff !important;
   border-bottom-color:#fff !important;
}

.header .navbar-nav>.open>a .caret,.header  .navbar-nav>.open>a:hover .caret,.header  .navbar-nav>.open>a:focus .caret {
   border-top-color: #fff !important;
   border-bottom-color: #fff !important;
}

/* Sidebar navigation */

.content-box, .content-box-large {
   margin-bottom:30px;
   background:#fff;
   border-radius:10px;
   padding:10px;
   border-left:2px solid #ccc5c5;
   border-top:2px solid #ccc5c5;
   border-right:2px solid #ccc5c5;
   border-bottom:2px solid #ccc5c5; 
}

.content-box-large {
  padding: 20px;
}
.content-box, .content-box-large2 {
   margin-bottom:30px;
   background:#fff;
   border-radius:1px;
   border-left:2px solid #ccc5c5;
   padding-top:0px;
}


.box-with-header {
  border-top: none;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.content-box-header {
  min-height: 40px;
   font-size: 16px;
   background:#f5f5f5;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
}

.content-box-header:after {
  clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidebar .nav li.open ul{
   display:block;
}

.sidebar .nav > li {
	margin: 0;
   border-bottom:1px dashed #eee;
}

.sidebar .nav > li:last-child{
   border-bottom:0px;
}

.sidebar .nav > li li {
	margin: 0;
}

.sidebar .nav > li li a{
   padding-left:25px;
}

.sidebar .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	color: #999;
	display: block;
   font-weight:bold;
   background:none;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > a > i{
   margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 10px 8px 40px;
	color: #999;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > ul > li.active > a{
   background:#fff;
   border-top:0px;
   color:#555;
}

.sidebar .nav > li > ul > li > a:hover{
   background:#fff;
   color:#555;
   border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
	background: #fff;
	color: #555;
   border-bottom:0px;
}

.sidebar .nav li.open > a {
   background:#fff;
   color: #555;
   border-bottom:1px dashed #eee;
}

.sidebar .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidebar .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.login-bg {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
  height: 100%;
}

/*body {
  background-color: #d0d0d0;
}*/

/** Login & Signup **/

.login-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}


.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
}
/*.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #b2bfc7;
  padding-left: 12px;
}*/
/*.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}*/
/*.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}*/

.login-wrapper .box .action {
  position: relative;
  top: 30px;
  padding: 15px 0px;
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 5px;
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.login-wrapper .already p {
  display: inline-block;
  color: #222;
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}


.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
.login-wrapper .box .social a.face_login span.face_icon{
  background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img{
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text{
  color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division{
  display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr{
  border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left{
  top: 13px;
}
.login-wrapper .box .division hr.right{
  bottom: 6px;
    right: 0;
}
.login-wrapper .box .division span{
  color: #666666;
  font-size: 18px;
}

.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
  clear:both;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){

}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   }
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .navbar .nav > li > a:hover{
      background:#0fa6bc;
      border-radius:5px;
   }
   .navbar-toggle {
      margin-right:0px !important;
   }
}

/* Desktop */

@media (max-width: 991px){
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .form{
      margin:10px auto;
   }
   .sidebar, content-box{
      margin-bottom:30px;
      width:100%;
      float:none;
      position:relative;
   }  
   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #eee;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #0fa6bc;
      border-radius:10px;
   }  

}
.align_text{
    position: absolute;
     bottom: 0;
}
    .errorHighlight {
        border: 2px solid #CC0000;
    }

    .textinput {
        border: 1px silver solid;
    }

        .titulares {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background: rgba(12,12,13,.77);
        }
        .box {
            position: relative;
        }

        .ribbon {
            width: 220px;
            height: 220px;
            overflow: hidden;
            position: absolute;
        }

            .ribbon::before,
            .ribbon::after {
                position: absolute;
                z-index: -1;
                content: '';
                display: block;
                border: 5px solid #2980b9;
            }

            .ribbon span {
                position: absolute;
                width: 400px;
                padding: 15px 0;
                background-color: #ff0000;
                box-shadow: 0 5px 10px rgba(0,0,0,.2);
                color: #fff;
                font: 700 18px/1 'Lato', sans-serif;
                text-shadow: 0 1px 1px rgba(0,0,0,.2);
                text-transform: uppercase;
                text-align: center;
            }
        .ribbon-top-left {
            /*/*top: -10px;
            left: -10px;*/*/
        }

            .ribbon-top-left::before,
            .ribbon-top-left::after {
                border-top-color: transparent;
                border-left-color: transparent;
            }

            .ribbon-top-left::before {
                top: 0;
                right: 0;
            }

            .ribbon-top-left::after {
                bottom: 0;
                left: 0;
            }

            .ribbon-top-left span {
                right: -75px;
                top: 70px;
                transform: rotate(-45deg);
            }
              .login-container{
    margin-top: 5%;
    margin-bottom: 5%;
    }
    .login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .login-form-1 h3{
    text-align: center;
    color: #333;
    }
    .login-form-2 {
        padding: 5%;
        
        background-color: #0f69b4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .login-form-2 h3{
    text-align: center;
    color: #fff;
    }
    .login-container form{
    padding: 10%;
    }
    .btnSubmit
    {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
    }
    .login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
    }
    .login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
    }
    .login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    }
    .BorderInferior{
        background:linear-gradient(to right,#0f69b4 0,#0f69b4 40%,#e22c2c 40%,#e22c2c 100%);
    }

    /*menu*/
    .dashboard-sideBar-Menu{
	padding-top: 15px;
       min-height:500px;
}
.dashboard-sideBar-Menu > li,
.dashboard-sideBar-Menu > li > a,
.dashboard-sideBar-Menu > li > ul > li,
.dashboard-sideBar-Menu > li > ul > li > a{
	line-height: 50px;
	font-family: "Times New Roman";
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	position: relative;
}
.dashboard-sideBar-Menu > li > a > i.zmdi-caret-down{
	line-height: 50px;
	transition: all .3s ease-in-out; 
}
.dashboard-sideBar-Menu > li > a{
	padding: 0 15px;
	box-sizing: border-box;
	height: 50px;
	outline: none;
}
.dashboard-sideBar-Menu > li > a:hover{
	background-color: rgba(21, 80, 142, 1);
}
.dashboard-sideBar-Menu > li > ul{
 
	padding-top: 7px;
	height: 0;
	overflow: hidden;

}
.show-sideBar-SubMenu{
	height: auto !important;
	overflow: auto !important;
}
.dashboard-sideBar-Menu > li > ul > li,
.dashboard-sideBar-Menu > li > ul > li > a{
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
.dashboard-sideBar-Menu > li > ul > li{
	padding-left: 27px;
}
.dashboard-sideBar-Menu > li > ul > li > a{
	border-left: 3px solid transparent;
	outline: none;
}
.dashboard-sideBar-Menu > li > ul > li > a:hover{
	border-left: 3px solid #FF5722;
	color: #FF5722;
}
.dashboard-sideBar,
.dashboard-contentPage{
	height: 100%;
	transition: all .3s ease-in-out;
}
/*sideBar*/
.dashboard-sideBar,
.dashboard-sideBar-ct{
	width: 270px;
}
.dashboard-sideBar{

	
	background-image: url('../image/mapa_v2_fondo.png');
	border-right: 1px solid rgba(255, 255, 255, .4);

	overflow: hidden;
}
.dashboard-sideBar-ct{
	position: relative;
	height: 100%;
    width:100%;

	padding: 0 10px;
	padding-bottom: 30px;
}
.dashboard-sideBar-title,
.dashboard-sideBar-title > i{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
}
.dashboard-sideBar-title{
	position: relative;
}
.dashboard-sideBar-title > i{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 40px;
}
.dashboard-sideBar-UserInfo{
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
}
.dashboard-sideBar-UserInfo figure img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.dashboard-sideBar-UserInfo ul{
	margin-top: 15px;
}
.dashboard-sideBar-UserInfo ul > li,
.dashboard-sideBar-UserInfo ul > li > a{
	display: inline-block;
	color: #fff;
}
.dashboard-sideBar-UserInfo ul > li > a{
	outline: none;
	font-size: 20px;
	padding: 7px;
	transition: all .3s ease-in-out;
}
.dashboard-sideBar-UserInfo ul > li > a:hover{
	color: #FF5722;
}
       .sidebar_v2 {
            position: fixed;

            left: 0;
            z-index: 100; /* Behind the navbar */
            margin-bottom: 0;
            box-shadow: inset -2px 0 0 rgba(0, 0, 0, .1);
            min-height:100vh;
        }
        .SubMenuSlim {
            background-color: white;
            padding: 0px;
           
        }

            .tooltip2 {
        position: relative;
        display: inline-block;

    }

        .tooltip2 .tooltiptext {
            visibility: hidden;
            width: 500px;
            background-color: #d9edf7;
            color: #3a87ad;
            text-align: justify;
            border-radius: 6px;
            padding: 5px 0;
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            padding-left: 8px;
            padding-right: 8px;
            border: #3a87ad 1px solid;
  
        }
               .tooltip2 .tooltiptop {
            visibility: hidden;
            width: 500px;
            background-color: #d9edf7;
            color: #3a87ad;
            text-align: justify;
            border-radius: 6px;
            padding: 5px 0;
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            padding-left: 8px;
            padding-right: 8px;
                  top: 30px;
            left: 50%;
            margin-left: -200px;
              border: #3a87ad 1px solid;
        }
                 .tooltip2 .tooltipleft {
            visibility: hidden;
            width: 500px;
            background-color: #d9edf7;
            color: #3a87ad;
            text-align: justify;
            border-radius: 6px;
            padding: 5px 0;
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            padding-left: 8px;
            padding-right: 8px;
                  top: 30px;
            left: 50%;
            margin-left: -410px;
              border: #3a87ad 1px solid;
        }
        .tooltip2:hover .tooltiptext {
            visibility: visible;
        }
          .tooltip2:hover .tooltiptop {
            visibility: visible;
        }
                .tooltip2:hover .tooltipleft {
                    visibility: visible;
                }
          .mainloginCU {
  padding: 1rem 0;
}
.mainloginCU .header-form {
  margin-bottom: 0.5rem;
  padding: 0 1.5rem;
}
.franja {
  width: 168px;
  height: 8px;
  margin-left: 0.6rem;
}
.franja .franjaazul {
  background-color: #0f69b4;
  height: 8px;
  width: 37%;
  display: block;
  float: left;
}
.franja .franjaroja {
  background-color: #eb3c46;
  height: 8px;
  width: 63%;
  display: block;
  float: left;
}
.alert_azul_fia{
    border: #3a87ad 1px solid; 
    font-size:14px;
    color: #3a87ad;
    background-color: #d9edf7;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.alert_azul_fiaHome{
    border: #3a87ad 1px solid; 
    font-size:14px;
    color: #000000;

    background-color: #d9edf7;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.alert_amarillo_fiaHome {
    border: #bebe0e 1px solid;
    font-size: 14px;
    color: #000000;
    background-color: #f5f7ca;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.button_redondo{
    border-radius:70px;

}
.button_redondo:hover{
     color: #fff;
        background-color: #82BC00;
        border-color: #82BC00;

  
}
    .headerv2 {
        position: fixed;
        top: 78px;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 10;
        background-color: white;
        /* border: 10px solid #62a707;*/
        border-bottom: medium solid #369;
        padding-left: 44px;
        padding-top: 5px;
    }

    .Important {
        color: #ff0000;
        font-size: 16px;
        font-weight: bold;
    }
    .headerNewSite {
        top: 0px;
        left: 0;
        width: 100%;
        min-height: 50px;
        z-index: 10;
        background-color: white;
        border-bottom: medium solid #369;
        padding-left: 44px;
        padding-top: 5px;
        font-size: 10px;
    }
    .ui-progress-bar {
        position: relative;
        height: 35px;
        padding-right: 2px;
        background-color: #DADADA;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .ui-progress {
        position: relative;
        display: block;
        overflow: hidden;
        height: 33px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-size: 44px 44px;
        background-color: #74d04c;
        border: 1px solid #4c8932;
        -webkit-animation: animate-stripes 2s linear infinite;
    }

        .ui-progress span.ui-label {
            font-size: 1.2em;
            position: absolute;
            right: 0;
            line-height: 33px;
            padding-right: 12px;
            color: rgba(0,0,0,0.6);
            text-shadow: rgba(255,255,255, 0.45) 0 1px 0px;
            white-space: nowrap;
        }
        .imagenfia{
            max-width:116px;
        }
.DivDisable {
    background-color: #e9ecef;
    opacity: 1;
    width: 98%;
    cursor: pointer;
    margin-bottom: 8px;
    height: 40px;
}
    .DivDisable:hover {

        background-color: #003b5c !important;
        color:#fff 
    }





.barra {
    background-color: #e9ecef;
    opacity: 1;
    width: 95%;
    cursor: pointer;
    margin-bottom: 5px;
}

        /* MODAL*/

        .modal2-open {
    overflow: hidden;
}

    .modal2-open .modal2 {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal2 {
    position: fixed;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal2-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal2.fade .modal2-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal2.fade .modal2-dialog {
        transition: none;
    }
}

.modal2.show .modal2-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal2.modal2-static .modal2-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal2-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal2-dialog-scrollable .modal2-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal2-dialog-scrollable .modal2-footer, .modal2-dialog-scrollable .modal2-header {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal2-dialog-scrollable .modal2-body {
        overflow-y: auto;
    }

.modal2-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal2-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal2-dialog-centered.modal2-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal2-dialog-centered.modal2-dialog-scrollable .modal2-content {
            max-height: none;
        }

        .modal2-dialog-centered.modal2-dialog-scrollable::before {
            content: none;
        }

.modal2-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal2-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal2-backdrop.fade {
        opacity: 0;
    }

    .modal2-backdrop.show {
        opacity: .5;
    }

.modal2-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .modal2-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal2-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal2-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal2-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

    .modal2-footer > * {
        margin: .25rem;
    }

.modal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal2-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal2-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal2-dialog-scrollable .modal2-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal2-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal2-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .modal2-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal2-lg, .modal2-xl {
        max-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal2-xl {
        max-width: 1140px;
    }
}
.border-primary3 {
    border-color: #003b5c !important;
}
.circle {
    /* border-radius: 100%;*/
    /*bottom: 15px;*/
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #1a9518;
   /* background-color: #1a9518;*/
    animation-duration: 5s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}

@keyframes slidein {


    0% {
        border-bottom: 3px solid #1a9518;
        width: 100%;
        height: 100%;

    }

    50% {
        border-bottom: 3px solid transparent;
        width: 100%;
        height: 100%;
    }

}
.imagenElimina {
    width: 30px;
   background-repeat:no-repeat;
    background-image: url("../image/delete.png");
}
.deleteicon .imagenElimina {
    position: absolute;
    top: 10px;
}
.my_sidebar {
    
    position: sticky;
    top: 70px;
}
.sidebar-sticky2 {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.scrumboard {
    margin: 0 auto;
    width: 835px;
}


.column {
    width: 200px;
    float: left;
    border: solid 4px black;
    height: 100vh;
}

.portlet {
    margin: 0 1em 1em 0;
    padding: 0.3em;
}

.portlet-header {
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    position: relative;
}

.portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.portlet-content {
    padding: 0.4em;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}