﻿body.login #login {
    padding: 30px 0 0;
}

body.login {
    background: none repeat scroll 0 0 #fafafa;
}
body {
    background: none repeat scroll 0 0 #fdfdfd;
    color: #7c7c7c;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
body.login #login .wrapper.signup {
    max-width: 600px;
}

body.login #login .wrapper {
    margin: 0 auto;
    max-width: 354px;
    min-width: 300px;
    position: relative;
}

body #login h1 {
    color: #428bca;
    display: block;
    font-size: 20pt;
    /*padding: 0 0 20px;*/
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
}

body #login h1 i:before {
    color: #7c7c7c;
    left: auto;
    position: relative;
    top: auto;
}

body.login #login *::-moz-placeholder {
    color: #ccc;
}

a {
    color: #428bca;
    outline: 0 none !important;
}

.widget {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 0 0 #f7f7f7, 0 5px 4px -4px #d8d8d8;
    margin: 0 auto 15px;
    position: relative;
}

body #login .widget .widget-head {
    padding: 0 5px 0 0;
}
.widget .widget-head {
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 1px 0 0 #f7f7f7, 0 5px 4px -4px #d8d8d8;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 15px 0 0;
    position: relative;
}

.widget .widget-head .heading {
    color: #7c7c7c;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
}

.pull-right {
    float: right;
}

body #login .widget .widget-head .btn {
    margin: -4px 0 0 5px;
}
.widget .widget-head a {
    text-shadow: none;
}

.widget .widget-body {
    padding: 15px;
}


body #login .widget .widget-head .btn {
    margin: -4px 0 0 5px;
}



.btn {
    font-weight: 600;
}

.btn-inverse {
    background-color: #53575d;
    background-image: linear-gradient(to bottom, #5d6168, #45484d);
    background-repeat: repeat-x;
    border: 1px solid #45484d;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 0 0 1px #2d2f32;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-inverse:hover {
	color: #ffffff;
	background: none repeat scroll 0 0 #45484d;
}


body.login #login label.password {
	display: block;
}

body.login #login .repassword {
    float: right;
    font-size: 12px;
    font-weight: 400;
}



body #login .widget .widget-footer {
    height: 40px;
    line-height: 40px;
}
.widget .widget-footer {
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid #ebebeb;
    height: 25px;
    line-height: 25px;
}

body.login #login .widget .widget-footer p {
    color: #7c7c7c;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px 0 35px;
    width: auto;
}


body.login #login .widget .widget-footer .glyphicons i:before {
    color: #c3c3c3;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    width: 20px;
}


body.login #login p:last-child {
    margin: 10px 0 0;
}

.row-merge > [class*="col"] ~ [class*="col"]:after {
    background: none repeat scroll 0 0 #d8d8d8;
	margin-left: -15px;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
}

.btn-icon-stacked {
    padding: 5px 5px 5px 45px;
    text-align: left;
}

.btn-icon-stacked span {
    display: block;
    font-size: 13px;
    line-height: normal;
}

.btn-icon-stacked i {
    display: block;
    height: 34px;
    left: 25px;
    position: absolute;
    top: 150px;
    width: 34px;
}

.btn-icon-stacked i:before {
    left: auto;
    position: relative;
    text-align: center;
    top: auto;
}
/************************************************/
/* 					CONTENIDOS 					*/
/************************************************/
body > .container-fluid.fixed {
    border-radius: 5px 5px 0 0;
}
body > .container-fluid.fixed {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: 30px auto;
    width: 94%;
}
body > .container-fluid {
    background: none repeat scroll 0 0 #fafafa;
    padding: 0;
}

.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.container-fluid:after {
    clear: both;
}
.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.navbar.main, .navbar.main .wrapper {
    border-radius: 5px 5px 0 0;
}
.navbar.main {
    background-color: #f2f3f4;
    border-top: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 0 #f0f0f0;
    height: 34px;
    margin: 0;
    position: relative;
}

.navbar.main .wrapper {
    min-width: 320px;
}

.navbar.main .btn-navbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f2f3f4;
    border-color: -moz-use-text-color #ffffff -moz-use-text-color #d8d8d8;
    border-image: none;
    border-radius: 0;
    border-style: none solid;
    border-width: medium 1px;
    box-shadow: 1px 0 0 0 #ffffff inset, -1px 0 0 0 #d8d8d8 inset;
    display: block;
    float: none;
    height: 33px;
    left: 228px;
    line-height: 33px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 1px;
}

.navbar.main .btn-navbar .icon-bar {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 1px 0 #d8d8d8;
}

.navbar .btn-navbar .icon-bar {
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}

.navbar.main .topnav:last-of-type {
    margin-right: 35px;
}
.navbar.main .topnav, .navbar.main .topnav ul {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #ffffff;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.navbar.main .topnav > li {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #d8d8d8;
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0;
    position: relative;
}

.navbar.main .topnav > li > a.glyphicons {
    padding: 0 10px;
}
.navbar.main .topnav > li > a {
    color: #7c7c7c;
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    text-decoration: none;
    transition: background 0.5s ease 0s;
}

.navbar.main .topnav > li.open.dd-1 > .dropdown-menu.pull-right:before, .navbar.main .topnav > li.open.dd-1 > .dropdown-menu.pull-right:after {
    left: auto;
    margin: 0;
    right: 7px;
}
.navbar.main .topnav > li.open.dd-1 > .dropdown-menu:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.25);
    border-image: none;
    border-right: 11px solid transparent;
    border-style: solid;
    border-width: 0 11px 11px;
    content: "";
    display: block;
    height: 0;
    left: 7px;
    position: absolute;
    top: -11px;
    width: 0;
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.navbar.main .topnav > li.open.dd-1 > .dropdown-menu.pull-right:after {
    right: 8px;
}

.navbar.main .topnav > li.open.dd-1 > .dropdown-menu:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ffffff;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    height: 0;
    left: 8px;
    position: absolute;
    top: -10px;
    width: 0;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.navbar.main .topnav > li.open.dd-1 .dropdown-menu.pull-right {
    border-radius: 0;
}
.navbar.main .topnav > li.open.dd-1 .dropdown-menu {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    margin: 5px 0 0;
}
.navbar.main .topnav > li.open.dd-1 > .dropdown-menu {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.navbar.main .topnav > li.open:last-child .dropdown-menu {
    right: 0;
}

.navbar.main .topnav .dropdown-menu {
    border-radius: 0;
}
.navbar.main .topnav, .navbar.main .topnav ul {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #ffffff;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.navbar.main .topnav > li.open.dd-1 .dropdown-menu li {
    border-color: #f3f3f3;
}


.navbar.main .topnav > li.open.dd-1 .dropdown-menu li a:not(.btn), .navbar.main .topnav > li.open.dd-1 .dropdown-menu li span {
    background: none repeat scroll 0 0 #fff;
    color: #939494;
    transition: background 0.1s ease-in-out 0s;
}
.navbar.main .topnav > li.open .dropdown-menu li:first-child > a, .navbar.main .topnav > li.open .dropdown-menu li:first-child > a:hover, .navbar.main .topnav > li.open .dropdown-menu li:first-child > span {
    border-top: medium none;
}
.navbar.main .topnav > li.open .dropdown-menu li > a, .navbar.main .topnav > li.open .dropdown-menu li > a:hover, .navbar.main .topnav > li.open .dropdown-menu li > span {
    background: none repeat scroll 0 0 #363432;
    color: #c8c8c8;
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
}

.navbar.main .topnav > li.open.dd-1 .dropdown-menu li a:not(.btn) i:before, .navbar.main .topnav > li.open.dd-1 .dropdown-menu li span i:before {
    color: #cccccc;
    top: 7px !important;
}

.navbar.main .topnav > li.open.dd-1 .dropdown-menu li {
    border-color: #f3f3f3;
}
.navbar.main .topnav > li.open .dropdown-menu li {
    border-bottom: 1px solid #4a4947;
}


body > .container-fluid.fixed #wrapper {
    border-radius: 5px 5px 0 0;
}
#wrapper {
    border-top: 1px solid #d8d8d8;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#menu {
    background: none repeat scroll 0 0 #f2f3f4;
    border-right: 1px solid #d8d8d8;
    box-shadow: 0 0 3px 2px #f0f0f0;
    float: left;
    left: 0;
    margin-bottom: -99999px;
    overflow: visible;
    padding-bottom: 99999px;
    position: absolute;
    top: 0;
    width: 230px;
}


body > .container-fluid.fixed #content {
    border-radius: 0 5px 0 0;
}
#content {
    background: none repeat scroll 0 0 #fafafa;
    margin: 0 0 0 230px;
    min-height: 761px;
    min-width: 320px;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
}


#footer {
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}

#footer .copy {
    background: none repeat scroll 0 0 #6f6f6f;
    padding: 5px 10px;
}
#content > h1, #content > h2, #content > h3, #content > h4, #content > h5, #content > h6 {
    font-weight: 400;
    margin: 18px 15px 15px;
    text-shadow: 0 1px 0 #ffffff;
}

#menu .appbrand {
    background: none repeat scroll 0 0 #fafafa;
    color: #428bca;
    display: block;
    font-size: 19px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}

#menu .appbrand > span {
    color: #b3b3b3;
    font-size: 13px;
    font-weight: 400;
}


h1, h2, h3 {
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
    color: #7c7c7c;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin: 0 0 5px;
}


h1 span, h2 span, h3 span {
    font-size: 50%;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-transform: none;
    top: -3px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #afafaf;
    font-style: italic;
    font-weight: 400;
    padding: 0 5px;
}

.innerLR {
    padding: 0 15px;
    position: relative;
}



#menu .slim-scroll > ul.menu-0, #menu > ul.menu-0 {
    background: none repeat scroll 0 0 #f2f3f4;
    border-top: 1px solid #d8d8d8;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}


#menu .slim-scroll > ul.menu-0 > li.active, #menu > ul.menu-0 > li.active {
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 #fafafb;
    overflow: visible;
    position: relative;
}
#menu .slim-scroll > ul.menu-0 > li, #menu > ul.menu-0 > li {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 1px 0 0 #fafafb;
    display: block;
    height: 41px;
    line-height: 41px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}


#menu .slim-scroll > ul.menu-0 > li.active > a, #menu > ul.menu-0 > li.active > a {
    box-shadow: 0 1px 0 0 #6aa3d5 inset;
    text-shadow: 0 1px 0 #245682;
}

#menu .slim-scroll > ul.menu-0 > li.active > a, #menu .slim-scroll > ul.menu-0 > li.active:not(.hasSubmenu) > a:hover, #menu > ul.menu-0 > li.active:not(.hasSubmenu) > a:hover, .widget-stats.primary, .btn-primary, .tabsbar:not(.tabsbar-2) ul li.active a {
    background-color: #66a1d4;
    background-image: linear-gradient(to bottom, #7eb0db, #428bca);
    background-repeat: repeat-x;
}
#menu .slim-scroll > ul.menu-0 > li.glyphicons > a, #menu > ul.menu-0 > li.glyphicons > a {
    padding: 0 0 0 10px;
}
#menu .slim-scroll > ul.menu-0 > li.active > a, #menu > ul.menu-0 > li.active > a {
     background-color: #66a1d4;
    background-image: linear-gradient(to bottom, #7eb0db, #428bca);
    background-repeat: repeat-x;
    border: 1px solid #428bca;
    box-shadow: 0 1px 0 0 #6aa3d5 inset;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 #5b892e;
}
#menu .slim-scroll > ul.menu-0 > li a, #menu > ul.menu-0 > li a {
    color: #7c7c7c;
    display: block;
    font-size: 17px;
    font-weight: 600;
    height: 41px;
    line-height: 41px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    width: auto;
}


#menu .slim-scroll > ul.menu-0 > li.active.glyphicons a i:before, #menu > ul.menu-0 > li.active.glyphicons a i:before {
    color: #fff;
}
#menu .slim-scroll > ul.menu-0 > li.glyphicons > a i:before, #menu > ul.menu-0 > li.glyphicons > a i:before {
    color: #7c7c7c;
    font-size: 17px;
    left: 15px;
    top: 12px;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
     color: #ccc;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";    
    float: right; 
    color: grey; 
}
.panel-heading a.collapsed:after {
    content: "\e080";
}

table tr[data-href] {
    cursor: pointer;
}

.panel, .panel-heading {
	border-radius: 0px !important;
}

/* Nuevos paneles */
.panel-unapproved {
    border-color: #ccc;
}
.panel-unapproved > .panel-heading {
    background-image: linear-gradient(to bottom, #000 0px, #5c5c5c 100%);
    background-repeat: repeat-x;
}
.panel-unapproved > .panel-heading {
    background-color: #f5f5f5;
    border-color: #fff;
    color: #fff;
}
.label-unapproved {
    background-color: #000;
}