﻿/*page*/
body.page-simple {
	background: none #f3f3f4;
}
body.page-white {
	background-image: none !important;
	background-color: #FFF !important;
}

.page-menu {
	clear: both;
    padding: 5px 15px 5px 20px;
    background: #337ab7;
}
.page-menu-right {
	float: right;
    margin-top: 3px;
	color: #FFF;
    vertical-align: middle;
}
.page-toplinks {
    float: left;
    padding: 0;
    margin: 0 0 0 5px;
    list-style: none;
}
    .page-toplinks > li {
        display: inline-block;
        padding-right: 2px;
        padding-left: 2px;
    }
        .page-toplinks > li > a > img {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        .page-toplinks > li > a:hover > img {
            opacity: .7;
            filter: alpha(opacity=70);
        }
.page-font-size > li {
    padding-right: 1px;
    padding-left: 1px;
}
.page-social {
    float: left;
}
.page-social-text {
    float: left;
    padding-top: 4px;
    margin-left: 5px;
}
.page-container {
	margin: 0 auto;
}
.page-wrapper {
	float: left;
	position: relative;
	width: 100%;
}
.page-central-content {
	float: right;
	width: 80%;
	min-height: 500px;
	background-color: #f3f3f4;
	z-index: 1;
}
.page-left {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
    background-color: #2f4050;
	z-index: -1;
}
.page-left-column {
	clear: both;
	float: left;
	width: 20%;
	overflow: hidden;
	padding-bottom: 15px;
    background-color: #2f4050;
}
.page-content-top {
    padding: 10px 15px 7px 20px;
    color: #777;
    background-color: #f3f3f4;
    border-bottom: 1px solid #e7eaec;
}
.page-date {
    float: left;
    font-size: 1.1em;
    margin-top: 7px;
    margin-bottom: 3px;
}
.page-date > img {
	margin-right: 6px;
	vertical-align: text-bottom;
}
.page-content-links {
    float: right;
    margin-bottom: 0;
}
.page-content-links > li{
    margin-bottom: 3px;
}
.page-username {
    font-weight: 600;
}
.page-avatar {
    height: 30px;
    width: auto;
}
.page-logout,
.page-aviso {
    margin-right: 20px;
}

.page-cursos {
    clear: both;
    padding: 10px 20px;
    border-bottom: 1px solid #e7eaec;
    background-color: #FFF;
    text-align: right;
}
.page-content-heading {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7eaec;
    background-color: #FFF;
}
.page-icon {
	background-color: #337ab7;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
}
.page-icon > img {
	margin-top: 10px;
    margin-left: 10px;
    width: 40px;
}
.page-migas {
	color: #666;
	padding-top: 5px;
}
.page-migas > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-migas > ol > li {
  display: inline-block;
}
.page-migas > ol > li::after {
  content: "›";
  padding: 0 5px;
}
.page-migas > ol > li > a {
	color: #777;
	text-decoration: none;
}
.page-migas > ol > li > a:hover {
	text-decoration: underline;
}
.page-quicklinks {
    float: right;
    margin-left: 10px;
}
.page-title > h1 {
	color: #666;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.page-content {
	padding: 0 5px 5px 5px;
}
.page-filtros > h2 {
    padding: 9px 10px 4px 0;
    margin: 0;
}
.page-footer {
	clear: both;
	text-align: center;
	vertical-align: middle;    
	margin-bottom: 10px;
    padding: 20px 15px 15px;
    background-color: #fff;
    border-top: 1px solid #e7eaec;
}

@media screen and (max-width:767px) {
    .page-menu {
        padding: 0;
    }
    .page-wrapper {
        float: none;
    }
    .page-left,
    .page-left-column .page-subnav,
    .page-icon {
        display: none;
    }
    .page-left-column {
        padding: 0;
    }
    .page-left-column,
    .page-central-content {
        float: none;
        width: auto;
    }
    .page-quicklinks {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .page-migas {
        clear: both;
    }
	.page-date {
		margin-bottom: 10px;
		float: right;
	}
	.page-content {
		padding-right: 0;
        padding-left: 0;
	}
}

@media print {
    .page-wrapper {
        float: none;
    }
    .page-central-content {float: none; width: 100%;}

    .page-header,
    .page-header2,
    .page-menu,
    .page-left-column,
    .page-content-top,
    .page-cursos, 
    .page-migas,
    .page-quicklinks,
    .page-icon,
    #itpageMainMsg,
    .page-filtros,
    .page-footer {
        display: none;
    }
    .page-content-heading {
        border-bottom: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .page-content,
    .page-content > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

#skipnav > a {
    padding: 6px;
    position: absolute;
    top: -100px;
    left: 0;
    color: #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skipnav > a:focus {
    position: absolute;
    left: 0;
    top: 0;
    background: #BF1722;
    outline: 0;	
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

/*nav principal*/
.page-nav {
	list-style-type: none;
	margin: 0;
    padding: 0;
	font-weight: bold;
    display: block;
	width: 100%;
}
.page-nav > li {
    display: block;
    padding: 0;
}
.page-nav > li > a {
	display: block;
	color: #f7f7f7;
	padding: 7px;
	white-space: nowrap;
	text-decoration: none;
}

.page-nav > li.active > a,
.page-nav > li > a:hover,
.page-nav > li > a:focus,
.page-nav > li > a:active {
	color: #fff;
	background: #293846;
}

/*responsive-nav*/
.nav-collapse .page-nav > li {
	font-size: 1.1em;
}
.nav-collapse .page-nav > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}
.nav-collapse .page-subnav {
    margin-left: 20px;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  margin-left: 1.4em;
}
a.nav-toggle:hover,
a.nav-toggle:focus,
a.nav-toggle:active {
    color: #FFF;
    text-decoration: none;
}
.nav-toggle:before {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    content: "≡";
    text-indent: 0;
    speak: none;
    vertical-align: sub;
    margin-right: 5px;
}
.nav-toggle.active {
    float: none;
}
.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
  vertical-align: baseline;
}

@media screen and (min-width:768px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  .nav-collapse,
  .page-nav > li {
    float: left;
  }
}

/*nav secundaria*/
.page-subnav .sub-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.page-subnav .nav-item-label > a {
    display: block;
    color: #a7b1c2;
    font-weight: 600;
    text-decoration: none;
}
.page-subnav .nav-item-label > a:hover {
    text-decoration: underline;
    color: #FFF;
    background-color: #293846;
}
.page-subnav .nav-item-label > a { 
    padding: 14px 20px;
}
.page-subnav .nav-level-2 .nav-item-label > a {
  padding: 7px 10px;
  padding-left: 47px;
}
.page-subnav .nav-level-3 .nav-item-label > a {
  padding-left: 70px;
}
.page-subnav .nav-item-label > a > .img-icon {
    margin-right: 8px;
}
.page-subnav .nav-level-1 > .nav-item.active .nav-item-label {
  background-color: #293846;
}
.page-subnav .nav-level-1 > .nav-item.active {
  border-left: 4px solid #286090;
  background-color: #293846;
}
.page-subnav .nav-item.active > .nav-item-label > a {
    color: #FFF;
}
.page-subnav .nav-item-caret {
    float: right;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.page-subnav .nav-item-caret,
.page-subnav .nav-item-label > a > .img-icon {
    opacity: .6;
    filter: alpha(opacity=60);
}
.page-subnav .nav-item.active.expandida .nav-item-caret,
.page-subnav .nav-item > .nav-item-label > a:hover > .nav-item-caret,
.page-subnav .nav-item.active > .nav-item-label > a > .img-icon,
.page-subnav .nav-item > .nav-item-label > a:hover > .img-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-subnav .nav-item.expandida .nav-item-caret {
    background-image: url(Default/icons-nav/item_close.png);
}
.page-subnav .nav-item.contraida .nav-item-caret {
    background-image: url(Default/icons-nav/item_open.png);
}
.nav-collapse .page-subnav {
    background-color: #2f4050;
    margin-bottom: 2px;
}
.nav-collapse .page-subnav .nav-level-1 > .nav-item {
    border-bottom: 1px solid #fff;
}
.nav-collapse .page-subnav .nav-item-label > a { 
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width:768px) and (max-width:991px) {
    .page-subnav .nav-item-label > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .page-subnav .nav-level-2 .nav-item-label > a {
        padding-left: 24px;
    }
    .page-subnav .nav-level-3 .nav-item-label > a {
        padding-left: 36px;
    }
}

/*login-box*/
.login-box-content {
    padding: 15px;
}
    .login-box-content .btn-lg {
	    font-size: 1.7em;
        border-radius: 4px;
        padding-left: 3px;
        padding-right: 3px;
    }
.login-box-pie {
    margin-top: 15px;
    text-align: left;
}
.login-box-demo {
    color: #FFF;
}
    .login-box-demo > .demo-clave {
        color: #ffcc66;
        font-style: italic;
    }

.login-box-left-column {
    padding: 14px 20px;
    background-color: #293846;
}
    .login-box-left-column > .login-form {
        color: #FFF;
    }
    .login-box-left-column > .login-box-pie > a {
        color: #a7b1c2;
    }
    .login-box-left-column > .login-box-pie > a:hover {
        color: #FFF;
    }
    .login-box-left-column > .login-box-pie > a > .img-icon {
        opacity: .6;
        filter: alpha(opacity=60);
    }
    .login-box-left-column > .login-box-pie > a:hover .img-icon {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.loginscreen-box {
    width: 300px;
}
.loginscreen-box .login-box-pie {
    text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
    .login-box-content .btn-lg {
	    font-size: 1.5em;
        border-radius: 4px;
        padding: 8px 2px;
    }
}

/*banners*/
.top-banner {
    text-align: left;
    margin: 0 -0.5em 10px -0.5em;
    overflow: hidden;
}
.top-banner-swf  {
    text-align: left;
}
.top-banner .nivo-slider{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.left-column-banners {
    text-align: center;
    margin: 20px auto 5px auto;
}
    .left-column-banners > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
.left-column-banner {
    margin-bottom: 15px;
}
.left-column-banner-flash {
	margin: 0 auto 15px auto;
	width: 90%;
	border: solid 1px #293846;
}
.left-column-banner-img > img,
.left-column-banner-img > a > img {
	max-width: 100%;
	height: auto;
}

/*ibox*/
.ibox {
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-heading {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}
	.ibox-heading .progress {
		height: inherit;
	}
.ibox-title {
    display: inline-block;
    font-size: 1.3em;
    color: #555;
    margin: 0 0 7px;
    padding: 0;
}
.ibox-content {
    clear: both;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
.ibox-content > .list-inline > .list-inline-item {
	width: 31%;
}
	.ibox-content > .list-inline .list-group-item-text {
		line-height: 1.5em;
		padding-left: 1.5em;
		font-size: .95em;
	}
.ibox-precontent {
    background-color: #f3f6fb;
    padding: 15px 20px;
    border-bottom: none;
}
.ibox-footer,
.ibox-header {
    color: inherit;
    background: #ffffff;
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
}
.ibox-header .pager {
    margin: 0;
}
.ibox-header > .toolbar,
.ibox-footer > .toolbar,
.ibox-view > .ibox-content > .dl-horizontal:last-child {
    margin-bottom: 0;
}
@media (max-width:767px) {
	.ibox-content {
		overflow-x: auto;
	}
    .ibox-content > .list-inline > .list-inline-item {
	    width: auto;
    }
}
@media print
{
	.ibox-header,
	.ibox-footer {
	    display: none;
	}
    .ibox-content {
        padding-right: 0;
        padding-left: 0;
    }
}

/*items*/
.items > .item {
    margin: 1em 0;
}
    .items > .item:after {
        display: block;
        content: ' ';
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }
    .items > .item:first-child {
        margin-top: 0;
    }
    .items > .item:last-child {
        margin-bottom: 0;
    }
    .items > .item > .item-pic {
	    float: left;
	    width: 110px;
    }
        .items > .item > .item-pic > img{
	        max-width: 100px;
	        padding: 1px;
	        background: #fff;
        }
    .items > .item > .item-content {
	    margin-left: 115px;
    }
    .items > .item > .item-content > .item-header {
        font-size: 1.3em;
        font-weight: 700;
        margin: 0 0 7px;
        padding: 0;
    }
    .items > .item > .item-content > item-description {
        margin-top: .6em;
        font-size: 1em;
        line-height: 1.4285em;
    }
    .items > .item > .item-content p:last-child {
        margin-bottom: 0;
    }
    .items > .item > .item-content > .item-meta {
        margin: 5px 0;
        font-size: 1em;
        line-height: 1em;
        color: #777;
    }
    .items > .item > .item-content > .item-extra {
        margin: 5px 0 0;
    }

/*miscursos*/
.miscursos > .micurso {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: #e7eaec solid 1px;
}
    .miscursos > .micurso:after {
        display: block;
        content: ' ';
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }
    .miscursos > .micurso:first-child {
        margin-top: 0;
    }
    .miscursos > .micurso:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .miscursos > .micurso > .micurso-pic{
	    float: left;
	    margin-right: 15px;
    }
    .micurso-content > .micurso-header {
        font-size: 1.1em;
    }
    .micurso-content > .micurso-meta {
        margin: 5px 0;
        font-size: 1em;
        line-height: 1em;
        color: #777;
    }
    .micurso-content > .micurso-extra {
        margin: 5px 0 0;
    }

/*test*/
.test {
    clear: both;
    margin-top: 20px;
}
.test-sumary {
    padding-left: 20px;
    border-left: 4px solid #337ab7;
}
.test > .test-submit {
    text-align: left;
    margin-top: 20px;
}

.test > fieldset > legend {
    font-size: 1.3em;
    border: none;
}
.test-count-questions {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
}
.test-questions {
    padding-left: 0;
    list-style: none;
}
    .test-questions > .test-question {
        clear: both;
        margin: 20px 0;
        border-bottom: 1px solid #e7eaec;
    }
        .test-questions > .test-question:first-child {
            margin-top: 0;
        }
        .test-questions > .test-question:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }
            .test-question > .test-question-num {
	            float: left;
	            font-weight: bold;
                width: 50px;
                overflow: hidden; 
            }
                .test-question > .test-question-num > .test-question-weight {
                    margin-top: 10px;
                    text-align: center;
                }
            .test-sumary .test-question > .test-question-num {
	            float: none;
                width: auto;
            }

            .test-question > .test-question-content {
                margin-left: 60px;
            }
            .test-sumary .test-question > .test-question-content {
                margin-left: 0;
            }
                .test-question > .test-question-content > .test-question-text {
                    margin-bottom: 15px;
                }
                .test-question > .test-question-content > .test-question-text > .test-question-object {
                    padding-bottom: 10px;
                }
                .test-question > .test-question-content .test-question-attachment {
                    padding: 10px 0 0 10px;
                }
                .test-question > .test-question-content > .test-question-answers {
                    margin-bottom: 15px;
                }
                    .test-question-answers fieldset.options {
	                    border: solid 1px #ccc;    
	                    padding: 10px;
                        margin-bottom: 15px;
                    }
                    .test-question-answers fieldset.options:last-child {
                        margin-bottom: 0;
                    }
                    .test-question-answers fieldset.options > legend {
	                    font-size: 1.0em;
                        font-weight: normal;
                        color: #777;
	                    padding: 0 5px;
                        margin-bottom: 0;
                        width: auto;
	                    background-color: #FFF;
                        border: none;
                    }
                    .test-question-answers .list-inline > li {
                        padding-right: 15px;
                        vertical-align: top;
                    }
.test-question-ordenar  {list-style-type: none; margin: 0; padding: 0;}
.test-question-ordenar > li {margin: 3px 0; padding: 5px; cursor: pointer;}
.test-question-ordenar.ui-sortable-disabled > li {cursor: no-drop;}
.test-question-ordenar > li > span {float: left;}
.test-question-ordenar > li > img {vertical-align: top;}
.test-question-parejas-drag {margin: 3px 0; padding: 5px; cursor: move;}
.test-question-parejas-drag-img {width:auto; float:left; margin-right:5px;}
.test-question-parejas-drag > span { float:left; }	
.test-question-parejas-drop {margin: 3px 0; padding: 5px;}
.test-question-parejas-drop-img {width: auto; float: left; margin-right: 5px; white-space: nowrap; border-width: 2px !important;}
.test-question-parejas-drop > img {vertical-align: top;}
.test-question-arrastrar-drag { float: left; margin-right: 5px; padding: 1px; padding-left:1.5em; cursor: move;}
.test-question-arrastrar-drag > span { position: absolute; margin-left: -1.3em; }	
.test-question-arrastrar-drop {width:17px; height:17px; border:solid 2px #000; background-color: #FFF; overflow: visible;}
.test-question-arrastrar-drop-imagen-container {overflow-x: auto;}
.test-question-drop-init {width: 100%;}
.test-question-table-sobre-imagen {border: 0; text-align: center; margin: 0 auto;}
.test-question-table-sobre-imagen > tbody > tr > td {white-space: nowrap; margin:0 auto; text-align: center; vertical-align: bottom;}
.test-question-respuesta-escrita {white-space: pre-wrap; padding: 6px 12px; color: #555; background-color: #fff; border: 1px solid #ccc; border-radius: 4px;}
.test-question-elegir > li > .checkbox > label > * {vertical-align: top;}
.test-question-rellenar-huecos {line-height: 3}

#test-countdown {
    padding: 5px 10px;
    text-align: center;
    max-width: 150px;
    cursor: move;
}
#test-countdown-holder {
    position: fixed;
    top: 0;
    right: 10px;
}

@media screen and (max-width:767px) {
    .test-question > .test-question-content {
        margin-left: 10px;
    }
}

/*mailbox*/
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}
.mail-box-header h2,
.mail-box-header h3 {
  margin-top: 0;
  font-size: 1.3em;
}
.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 1.1em;
}
.mail-attachment {
  padding: 10px 0 0 10px;
}
.mail-box > .mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
}

/* Social feed */
.social-feed-list {
    padding-left: 0;
    list-style: none;
}
.social-feed-box {
  border: 1px solid #e7eaec;
  background: #fff;
}
.social-feed.feed-nivel1 > .social-feed-box,
.social-feed.feed-nivel2 {
    margin-bottom: 15px;
}
.one-thread {
    border-bottom: 1px solid #e7eaec;
}
.one-thread .social-feed-box {
  border-bottom: none;
}
.one-thread .social-feed.feed-nivel1 > .social-feed-box,
.one-thread .social-feed.feed-nivel2 {
    margin-bottom: 0;
}
.social-action {
  margin: 15px;
}
.social-avatar {
  padding: 15px 15px 0 15px;
}
.social-avatar .avatar {
  width: 40px;
  margin-right: 10px;
}
.social-body {
  clear: both;
  padding: 15px;
}
.social-body-content {
  overflow-x: auto;
  font-size: 1.1em;
}
.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9;
}
.social-comments .social-comments .social-feed-box {
  border-top: 0;
}
.social-comments .social-comments {
  margin-left: 3%;
}
.social-rate {
  padding: 5px;
  margin-top: 10px;
  background: #f9f9f9;
  border: 1px solid #e7eaec;
}
.social-btn-group {
    margin-top: 10px;
}
@media (max-width:767px) {
    .social-comments .social-comments {
      margin-left: 3px;
    }
}
@media print {
    .avatar.no-avatar,
    .social-action,
    social-rate-edit,
    .social-btn-group {
        display: none;
    }
}

/*news*/
.news-header h2,
.news-header h3 {
    margin-top: 0;
    font-size: 1.3em;
    color: #555;
}
.news-pic {
	float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*steps*/
.steps {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.2em;
}
    .steps > ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .steps > ol > li {
        display: inline-block;
        width: auto;
        margin: 0 0.5em 0.5em;
        padding: 8px;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .steps > ol > li.disabled {
        background: #eee;
        color: #aaa;
    }
    .steps > ol > li.current {
        background: #296EAA;
        color: #fff;
    }
    .steps > ol > li.done {
        background: #4BA84B;
        color: #fff;
    }
    .steps > ol > li.done a {
        color: #fff;
    }
@media screen and (max-width:767px) {
	.steps > ol > li {
		width: 100%;
	}
}

/*timeline*/
.list-timeline {
    padding-left: 0;
    list-style: none;
}
.timeline-item .date > img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8;
}
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}
.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px;
}
.timeline-item:first-child .content {
    border-top: none;
}
.timeline-item .content:hover {
  background: #f6f6f6;
}

/*temario*/
body.temario-frame {
	background-image: none !important;
	background-color: #fff !important;
}
.temario-nav-top {
    height: 35px;
}
.temario-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 2px;
    background-color: #f3f3f4;
}
.list-temario-nav > li > .btn-sm {
    padding: 4px;
}
.temario-box {
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.temario-box-items-finales {
    margin-bottom: 20px;
}
.temario-img-tree {
    float: left;
    margin-right: 4px;
}
.temario-box-heading {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    margin-bottom: 0;
    padding: 14px 15px 7px 7px;
}
.temario-box-title {
    font-size: 1.3em;
    color: #555;
    margin: 0 0 7px;
    padding: 0;
}
.temario-box-tools {
    color: inherit;
    background: #ffffff;
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
}
.temario-box-content {
    clear: both;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
.temario-box-items-finales .temario-box-content {
    border-style: solid solid none;
    border-width: 4px 0 0;
    border-color: #e7eaec;
}
.temario-box-frame {
    white-space: normal;
}
    .temario-box-frame > .temario-box-heading {
        padding-left: 0;
        padding-right: 0;
    }
    .temario-box-frame > .temario-box-content {
        padding: 0;
    }
ul.temario-items {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}    
ul.temario-items-root {
    padding-left: 0;
    margin-left: 0;
}
.temario-item {
	padding: 3px;
    margin-top: 5px;
}
.temario-item-m-l {
    margin-left: 20px;
}
.temario-caption-item {
    font-weight: 600;
}
.temario-tipo-item {
    font-style: italic;
    color: #555;
}
.temario-item-alert {
    padding: 10px;
    margin-top: 3px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.temario-box-text {
    margin-top: 0;
    margin-bottom: 0;
}
.temario-item-active {
    padding: 5px;
    background-color: #EBFFDF;
}

body.temario-top {
	background-image: none !important;
	background-color: #f3f3f4 !important;
    padding: 3px;
}
.temario-top-content {
    font-size: 1.0em;
}
.temario-top-content > .breadcrumb {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 5px 0 0;
    margin-bottom: 0;
}
.temario-top-content .temario-top-info {
    padding: 5px 10px;
    font-weight: bold;    
    background-color: #FFF;
}

/*chat*/
body.chat-users,
body.chat-message-form {
	background-image: none !important;
	background-color: #FFF !important;
}
.chat-discussion {
	background-image: none !important;
	background-color: #eee !important;
}
body.chat-users > .page-content,
body.chat-message-form > .page-content,
body.chat-discussion > .page-content {
    padding: 0 !important;
}
body.chat-users{
    padding: 2px;
}
.users-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #676a6c;
}
.chat-user {
    clear: both;
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec;
}
.chat-user > a {
	text-decoration: none;
    color: inherit;
}
.chat-user > a:hover {
	text-decoration: underline;
    color: inherit;
}
.ibox-chat {
    margin-bottom: 0;
}
.ibox-chat > .ibox-content {
    padding-bottom: 0;
    padding-top: 7px;
}
.ibox-chat > .ibox-heading {
    padding-top: 7px;
    padding-bottom: 7px
}
.ibox-chat > .ibox-heading > .ibox-title {
    margin-bottom: 0;
    font-size: 1.1em;
}
.chat-discussion-content  {
    padding-bottom: 15px;
    padding-top: 15px;
}
.chat-message-suceso {
	color: #777;
}
.chat-message {
  padding: 3px 0;
}
.chat-message > .message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  color: #676a6c;
}
.chat-message.own > .message {
    background-color: #F2FFEA;
}
.chat-message .message-date {
  float: right;
}
.message-date {
  font-size: 0.9em;
  color: #888888;
}
.message-content {
  display: block;
  overflow-x: auto;
}

/*calendar*/
.table-calendar {
	border: 0;
    font-size: 1em;
    border-spacing: 2px;
    border-color: #ddd;
    background-color: #FFF;
	width: 100%;
}
.calendar-day-header,
.calendar-day,
.calendar-arrow {
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    border: solid 1px #ddd;
}
.calendar-day-header {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    font-weight: 600;
    color: #555;
}
.calendar-arrow {
    width: 2%;
    vertical-align: middle;
    text-align: center;
    background-color: #f3f6fb;
}
.calendar-day {
    vertical-align: top;
    height: 50px;
}
.calendar-day-other-month {
    background-color: #f3f3f4;
}
.calendar-today {
    background: #fcf8e3;
}
.calendar-day-number {
    text-align: right;
}
.calendar-day-number > a {
    color: inherit;
}
.calendar-day-number > a:hover {
    text-decoration: none;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.calendar-events {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 0;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}
.calendar-event {
    margin-top: 2px;
    padding: 4px 6px;
    font-size: .9em;
    line-height: 1.3;
    border-radius: 3px;
    color: #FFF;
    background-color: #337ab7;
    border-color: #337ab7;
}
    .calendar-event > a {
        color: inherit;
        text-decoration: none;
    }
    .calendar-event > a:hover {
        color: inherit;
        text-decoration: underline;
    }
.calendar-event-not-start {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.calendar-event-not-end {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
    .calendar-event-not-end:after {
        float: right;
        color: #FFF;
        content: "»";
    }
.calendar-event-time {
    font-weight: 600;
}
@media print {
    .calendar-arrow {
        display: none;
    }
}

/*faq*/
.faq-list > li {
    margin-bottom: 15px;
}
.faq-list > li:last-child {
    margin-bottom: 0;
}
.faq-pregunta {
    font-weight: 600;
    font-size: 1.1em;
}
.faq-respuesta {
    margin-top: 5px;
    font-size: 1.1em;
}
.faq-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.faq-header h2 {
    font-size: 1.4em;
    font-weight: 300;
    color: #555;
    margin-bottom: 4px;
}

/*view*/
.view-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.view-title > strong,
.view-title > h2,
.view-title > h3,
.view-title > h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #555;
    margin-bottom: 2px;
}

/*grid*/
.grid-info {
    padding-top: 8px;
}
.grid-filtros > strong {
    padding: 4px 10px 4px 0;
}
.grid-filtros > .nav-pills > li > a {
    padding: 4px 8px;
}
@media print {
    .grid-search,
    .grid-filtros {
        display: none;
    }
}

/*edit*/
.edit-inputs > * {
    vertical-align: middle;
}
.edit-inputs > .btn {
    vertical-align: top;
}
.edit-label .control-label,
.edit-lista-label.control-label {
    width: 100%;
    font-weight: 700;
}
.edit-inputs.edit-label .control-label {
    width: initial;
}
label > .required {
    color: #FF0000;
}
@media (min-width:1200px) {
    .edit-label-right {
        text-align: right;
    }
}

/*toolbar*/
.toolbar {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
}
    .toolbar > li {
        display: inline-block;
        margin: 0 3px 2px 0;
    }
    .toolbar > li:first-child {
        margin-left: 0;
    }
@media print {
    .toolbar {
        display: none;
    }
}

/*.middle-box*/
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}
    .middle-box > h1 {
        font-size: 15em;
        font-weight: normal;
    }
    .customerror-desc {
        font-size: 1.1em;
    }
.preinscripcion-identificacion-box {
    max-width: 600px;
    padding: 0 20px 20px 0;
}
.password-box {
    max-width: 460px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .preinscripcion-identificacion-box {
        padding-right: 0;
    }
}

/*count-info*/
.count-info {
    position: relative;
}
    .count-info .badge {
        line-height: 12px;
        padding: 2px 5px;
        position: absolute;
        top: -7px;
        left: 58%;
    }

/*avatar*/
.avatar-nombre > .avatar {
    width: 50px;
    margin-right: 10px;
    float: left;
}
.avatar-xs {
  width: 30px;
}

/*treeview*/
.treecontrol {
	margin: 5px 0 10px 5px;
}
.treeview li > * {
    vertical-align: middle;
}
.treeview li > a {
	text-decoration: none;
}
.treeview li > a:hover{
	text-decoration: underline;
}
.treeview li > img {
	margin-right: 2px;
}
.treeview li > .folder-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-image: url(Default/icons-files/folder_open.png);
    background-repeat: no-repeat;
}
.treeview li.collapsable > .folder-icon {
    background-image: url(Default/icons-files/folder_open.png);
}
.treeview li.expandable > .folder-icon {
    background-image: url(Default/icons-files/folder.png);
}

/*aviso-cookies*/
.aviso-cookies {
	background-color: #F1F1F1;
	border-bottom: 1px outset #dfdfdf;
	bottom: 0;
	left: 0;
	text-align: center;
	top: auto;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.aviso-cookies > p {
	font-size: 1.0em;
	margin: 0 auto;
	padding: 15px 20px;
	position: relative;
	text-align: left;
}
.aviso-cookies .aviso-cookies-ocultar {
    float: right;
}

/*utils*/
.img-icon {
	margin-right: 2px;
}
.heading-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-scrollauto {
    max-height: 400px;
    overflow-y: auto;
}
@media print {
    .text-scrollauto {
        max-height: initial;
        overflow-y: visible;
    }
}

.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-autocomplete-loading {
    background: white url("../imagenes/roller.gif") right center no-repeat;
}
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
}

/*atnova link*/
.atnova-firma > a.atnova-link {
	font-weight: bold;
	color: #FF6000;
	text-decoration: none;    
}
.atnova-firma > a.atnova-link:hover {
	color: #FF6000;
	text-decoration: underline;
}
a.atnova-link > img {
    vertical-align: top;
}
.atnova-firma > a.atnova-word {
	color: #000000;
	text-decoration: none;
}
.atnova-firma > a.atnova-word:hover {
	color: #000000;
	text-decoration: underline;
}

@media screen and (max-width:530px) {
	.page-central-content,
	body.page-simple {
		background-color: #fff;
	}
	.page-title h1 {
		font-size: 1.7em;
	}
    .page-content-top,
    .page-content-heading,
    .page-cursos {
        padding-right: 10px;
        padding-left: 10px;
    }
    .temario-box-content, 
	.ibox-content {
        padding-right: 0;
        padding-left: 0;
	}
	.ibox-edit .ibox-content {
        padding-right: 15px;
        padding-left: 0;
	}
    .ibox-footer,
    .ibox-header {
        padding-left: 0;
        padding-right: 0;
    }
}

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
