﻿.item {
    background: #333;
    text-align: center;
    height: 200px !important;
}

.carouselP {
    margin-top: 20px;
    height: 50px;
}

.bs-example {
    margin: 20px;
}

.blueSag {
    color: #2fa4e7;
    border-color: rgba(30,87,153,1);
}

.panelblog {
    margin: 0px auto;
    border-color: #8a191b;
    padding: 20px 40px;
    border: 1px solid rgba(30,87,153,1);
    background-color: rgba(255,255,255,0.99);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #aaa;
    -moz-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa;
}

.navbar-blank{
    background-color:#fff;
}

.LinkBlancos{
    color:#fff;
}

.greenSag {
    color: #4ecc23;
    border-color: #00ff21;
}

.NoResize {
    max-width: 699px;
}

.login {
    width: 600px;
    height: 300px;
    background-color: -moz-linear-gradient(top, rgba(125,185,232,0.57) 0%, rgba(125,185,232,0.59) 5%, rgba(32,124,202,0.78) 49%, rgba(41,137,216,0.78) 50%, rgba(30,87,153,1) 100%); /* FF3.6+ */
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0.57)), color-stop(5%,rgba(125,185,232,0.59)), color-stop(49%,rgba(32,124,202,0.78)), color-stop(50%,rgba(41,137,216,0.78)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background-color: -webkit-linear-gradient(top, rgba(125,185,232,0.57) 0%,rgba(125,185,232,0.59) 5%,rgba(32,124,202,0.78) 49%,rgba(41,137,216,0.78) 50%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background-color: -o-linear-gradient(top, rgba(125,185,232,0.57) 0%,rgba(125,185,232,0.59) 5%,rgba(32,124,202,0.78) 49%,rgba(41,137,216,0.78) 50%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
    background-color: -ms-linear-gradient(top, rgba(125,185,232,0.57) 0%,rgba(125,185,232,0.59) 5%,rgba(32,124,202,0.78) 49%,rgba(41,137,216,0.78) 50%,rgba(30,87,153,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125,185,232,0.57) 0%,rgba(125,185,232,0.59) 5%,rgba(32,124,202,0.78) 49%,rgba(41,137,216,0.78) 50%,rgba(30,87,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#917db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    border-radius: 40px;
    padding: 40px;
    margin: 0 auto 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

    .login h1 {
        font-weight: 100;
        text-align: center;
        font-size: 2.3em;
    }


.textLogin {
    font-size: x-large;
}

.TextboxLogin {
    width: 100%;
    height: 45px;
}



.TamanoTextBox {
    width: 225px;
}

.SideBar {
}

.copyright {
    font-size: 13px;
    color: black;
    bottom: -2px;
}


@media (min-width: 300px) and (max-width: 767px) {
    .carousel {
        max-height: 100px;
        margin-bottom: 20px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 3;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        max-height: 100px;
        background-color: #fff;
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-height: 100px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel {
        max-height: 150px;
        margin-bottom: 20px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 5;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        max-height: 150px;
        background-color: #fff;
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-height: 150px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel {
        max-height: 200px;
        margin-bottom: 20px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        max-height: 200px;
        background-color: #fff;
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-height: 200px;
    }
}

.RatingRadioButtonList > input.filled {
}

.RatingRadioButtonList > input.empty {
}

table span.blue input {
    -webkit-appearance: initial;
    background-image: url(../img/Star-On.png);
    background-size: contain;
    width: 20px;
    height: 20px;
}

table span.red input {
    -webkit-appearance: initial;
    background-image: url(../img/Star-Of.png);
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*Estilo de PostIt*/
.panel
{
    min-height:70px;    
    border:1px solid #aaaaaa;
    
}
.postit {
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #F8B500 0%, #fbdf93 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #F8B500 0%, #fbdf93 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #F8B500 0%, #fbdf93 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8B500), color-stop(100, #fbdf93));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #F8B500 0%, #fbdf93 100%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom, #F8B500 0%, #fbdf93 100%);
    padding: 10px;
    font-family: 'Gloria Hallelujah', cursive;    
    color: #000;
    /*-moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);*/
    box-shadow: 0px 2px 2px #333;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
    font-size: xx-small;
    /*width: 20%;*/
    /*height: 133px;*/
    position: relative;
    resize: both;    
    overflow: auto;
    margin: 10px;
    width: 90%;
}

    .postit .titulo {
        font-size: x-small;
        align-content: center;
    }

    .postit a:link, .postit a:visited{
        color:black
    }

    
.panel  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.postit .titulo .collapse{
	background:url(../img/collapse.png) no-repeat top right;
}
/*FIN Estilos PostIt*/



.panel-todo {
  border-color: #E6332A;
}
.panel-todo > .panel-heading {
  color: #fff;
  background-color: #E6332A;
  border-color: #E6332A;
}
.panel-todo > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-todo > .panel-heading .badge {
  color: #dff0d8;
  background-color: #E6332A;
}
.panel-todo > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}


.panel-doing {
  border-color: #E94E1B;
}
.panel-doing > .panel-heading {
  color: #fff;
  background-color: #E94E1B;
  border-color: #E94E1B;
}
.panel-doing > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-doing > .panel-heading .badge {
  color: #dff0d8;
  background-color: #E94E1B;
}
.panel-doing > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}


.panel-waiting {
  border-color: #F9B233;
}
.panel-waiting > .panel-heading {
  color: #fff;
  background-color: #F9B233;
  border-color: #F9B233;
}
.panel-waiting > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-waiting > .panel-heading .badge {
  color: #dff0d8;
  background-color: #F9B233;
}
.panel-waiting > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* Corporate visual refresh: modern, responsive, non-functional overrides */
:root {
  --sag-blue-900: #022a50;
  --sag-blue-800: #1e5799;
  --sag-blue-700: #2f6db2;
  --sag-blue-600: #2fa4e7;
  --sag-surface: #ffffff;
  --sag-surface-soft: #f4f8fc;
  --sag-text: #1b2a3a;
  --sag-muted: #62788f;
  --sag-border: #d9e3ef;
  --sag-shadow: 0 12px 30px rgba(2, 42, 80, 0.12);
}

body {
  color: var(--sag-text);
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.5;
}

.Fondo {
  background: linear-gradient(140deg, #012342 0%, #033f73 45%, #0a5c9d 100%);
  min-height: 100vh;
}

.HOMEfondo,
body.admin-shell .container,
.panelblog {
  background: var(--sag-surface);
  border-radius: 14px;
  box-shadow: var(--sag-shadow);
}

.HOMEfondo {
  overflow: hidden;
}

.top-header {
  padding: 6px 8px 12px;
  border-bottom: 1px solid var(--sag-border);
  margin-bottom: 10px;
}

.brand-logo {
  max-height: 76px;
  width: auto;
}

.top-quick-links {
  margin-top: 10px;
  font-size: 13px;
}

.top-quick-links a {
  color: var(--sag-blue-700);
  font-weight: 600;
}

.top-quick-links a:hover,
.top-quick-links a:focus {
  color: var(--sag-blue-900);
  text-decoration: none;
}

.navbar.navbar-inverse,
.sag-navbar {
  background: linear-gradient(90deg, var(--sag-blue-900), var(--sag-blue-700));
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(2, 42, 80, 0.18);
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #e5f5ff;
  background-color: rgba(255, 255, 255, 0.08);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.navbar-inverse .dropdown-menu {
  border: 1px solid var(--sag-border);
  border-radius: 10px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
}

.navbar-inverse .dropdown-menu > li > a {
  padding: 7px 18px;
  color: var(--sag-text);
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
  background-color: var(--sag-surface-soft);
  color: var(--sag-blue-900);
}

.main-content-wrap {
  padding: 10px 4px 18px;
}

#MainSideBar img,
.img-thumbnail {
  border-radius: 10px;
  border: 1px solid var(--sag-border);
  box-shadow: 0 8px 18px rgba(2, 42, 80, 0.1);
}

.site-footer {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--sag-border);
}

.copyright {
  color: var(--sag-muted);
  font-size: 12px;
}

.panel,
.well,
.jumbotron {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(2, 42, 80, 0.08);
}

.btn {
  border-radius: 8px;
  transition: all 0.2s ease;
}

.btn-primary,
.btn-info {
  border-color: transparent;
  background: linear-gradient(120deg, var(--sag-blue-700), var(--sag-blue-600));
}

.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  filter: brightness(0.95);
  box-shadow: 0 4px 12px rgba(47, 164, 231, 0.3);
}

.form-control,
.input-sm,
.input-lg,
select,
textarea {
  border-radius: 8px;
  border-color: #c9d8e8;
  box-shadow: none;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--sag-blue-600);
  box-shadow: 0 0 0 3px rgba(47, 164, 231, 0.15);
}

.table {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.table > thead > tr > th {
  background-color: #eaf3fb;
  color: var(--sag-blue-900);
  border-bottom-width: 1px;
}

.login {
  max-width: 640px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 16px 28px rgba(2, 42, 80, 0.22);
}

@media (max-width: 991px) {
  .Fondo {
    padding-top: 18px;
  }

  .HOMEfondo,
  body.admin-shell .container,
  .panelblog {
    border-radius: 10px;
  }

  .top-header {
    padding-bottom: 6px;
  }

  .top-quick-links {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 4px;
  }

  .navbar.navbar-inverse,
  .sag-navbar {
    border-radius: 8px;
  }

  .main-content-wrap {
    padding-top: 6px;
  }

  .login {
    padding: 20px;
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  .brand-logo {
    max-height: 58px;
  }

  .HOMEfondo,
  body.admin-shell .container,
  .panelblog {
    margin-left: 8px;
    margin-right: 8px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: rgba(255, 255, 255, 0.18);
  }

  #MainSideBar {
    margin-top: 20px;
  }

  .site-footer {
    text-align: center;
  }

  .site-footer .pull-right {
    float: none !important;
    margin-bottom: 10px;
  }

  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}



.panel-done {
  border-color: #409E3B;
}
.panel-done > .panel-heading {
  color: #fff;
  background-color: #409E3B;
  border-color: #409E3B;
}
.panel-done > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-done > .panel-heading .badge {
  color: #dff0d8;
  background-color: #409E3B;
}
.panel-done > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}



.panel-close {
  border-color: #1D79B7;
}
.panel-close > .panel-heading {
  color: #fff;
  background-color: #1D79B7;
  border-color: #1D79B7;
}
.panel-close > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-close > .panel-heading .badge {
  color: #dff0d8;
  background-color: #1D79B7;
}
.panel-close > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}



