/***************************************************************************************************************
* Joseph Collins
* NO ELIMINAR NI MODIFICAR ESTE BLOQUE, ESTO DEBE ESTAR AL PRINCIPIO DE LA GUIA SIEMPRE
****************************************************************************************************************/
@import "/assets/css/bootstrap.min.css";
@import "/assets/css/datepicker.css";
@import "/assets/font-awesome/css/font-awesome.min.css";
@import "/assets/css/animate/animate.css";
@import "https://fonts.googleapis.com/css?family=Oswald:400,700";
/*************************************************** Global ****************************************************/
body {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #ffffff;
}
a { color: #064677; }
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    color: #767e90;
}
input, select, textarea, div, table, td, th, p, a, button, ul, ol, code, pre, li,
.input-group-addon {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 !important;
    text-shadow: none !important;
}
textarea, .textarea{
    width: 100%;
    border: 1px solid #ccc;
}
hr .hr{
    margin-top: 5px;
    margin-bottom: 15px;
}
table, .table{
    margin-bottom: 0px;
}
.table > tbody > tr:first-child > td, .table > tbody > tr:first-child > th{
    border-top: transparent !important;
}
/************************************************** Paragraph ****************************************************/
a.link-unstyled{ text-decoration: none; }
/**************************************************** Layout ****************************************************/
.sidebar {
    display: none;
}
.main {
    margin-top: 0;
}
/************************************************* Grid System **************************************************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    /*padding-right: 0px;
    padding-left: 0px;*/
}
/************************************************** Top Navbar **************************************************/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default{
    min-height: 62px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ffffff;
    color: #767e90;
}
/*************************************** Responsive Module Navbar **************************************************/
.navbar-modules .navbar-nav > li > a {
    color: #064677;
    border-left: 1px solid #e7e7e7;
}
.navbar-modules .navbar-nav > li > a:hover,
.navbar-modules .navbar-nav > li > a:focus {
    background-color: #f1f1f1;
    color: #767e90;
}
.navbar-modules .navbar-nav > .active > a,
.navbar-modules .navbar-nav > .active > a:hover,
.navbar-modules .navbar-nav > .active > a:focus {
    background-color: #767e90;
    color: #ffffff;
    font-weight: bold;
}
/* fix para version preliminar responsiva */
.navbar-modules .container-fluid{
    padding-right: 15px;
}
/* fin fix */
.nav > li > a {
    padding: 20px 10px;
}
/************************************************* Mobile Navbar **************************************************/
/*.navbar-toggle {
    margin-top: 15px;
}*/
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
    border: transparent !important;
}
/************************************************* Mobile Sidebar **************************************************/
.slideout-menu {
    position: fixed;
    left: 0;
    top: 51px;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 280px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    z-index: 100;
    display: none;
}
.slideout-panel {
    position: relative;
    z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
}
/*************************************************** Tab Widget  **************************************************/
.tab-content{
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: -1px;
    background-color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    color: #767e90;
    font-weight: bold;
}
/********************************************** Messages Inbox / View  *********************************************/
.is_new{
    font-weight: bold;
}
/********************************************* Google Calendar Widget  *********************************************/
.google-calendar{
    width: 100%;
    height: 350px;
}
/************************************************* Form Input Custom  **********************************************/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*************************************************** Font Colors  **************************************************/
.fc-a{
    color: #767e90;
}
.fc-b{
    color: #337ab7;
}
.fc-c{
    color: #cccccc;
}
.fc-d{
    color: #ffffff;
}
.fc-e{
    color: #f1f1f1;
}
.fc-f{
    color: #999;
}
.fc-g{
    color: #444;
}
.fc-h{
    color:#F90;
}
.fc-i{
    color: #000000;
}
/************************************************ Background Colors  ************************************************/
.bg-a{
    background-color: #767e90;
    color: #ffffff;
}
.bg-b{
    background-color: #337ab7;
    color: #ffffff;
}
.bg-c{
    background-color: #cccccc;
}
.bg-d{
    background-color: #ffffff;
    color: #333;
}
.bg-e{
    background-color: #f1f1f1;
    color: #000000;
}
.bg-f{
    background-color: #999;
    color: #fff;
}
.bg-g{
    background-color: #444;
    color: #fff;
}
.bg-h{
    background-color: #F90;
    color: #000000;
}
.bg-i{
    background-color: #000000;
    color: #ffffff;
}
/*************************************************** Separators  **************************************************/
.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.sep-l0 {
    margin-left: 0
}

.sep-l5 {
    margin-left: 5px
}

.sep-l10 {
    margin-left: 10px
}

.sep-l15 {
    margin-left: 15px
}

.sep-l20 {
    margin-left: 20px
}

.sep-l25 {
    margin-left: 25px
}

.sep-r0 {
    margin-right: 0
}

.sep-r5 {
    margin-right: 5px
}

.sep-r10 {
    margin-right: 10px
}

.sep-r15 {
    margin-right: 15px
}

.sep-r20 {
    margin-right: 20px
}

.sep-r25 {
    margin-right: 25px
}

.sep-0 {
    margin-top: 0
}

.sep-3 {
    margin-top: 3px
}

.sep-5 {
    margin-top: 5px
}

.sep-10 {
    margin-top: 10px
}

.sep-15 {
    margin-top: 15px
}

.sep-20 {
    margin-top: 20px
}

.sep-25 {
    margin-top: 25px
}

.sep-i3 {
    padding: 3px
}

.sep-i5 {
    padding: 5px
}

.sep-i10 {
    padding: 10px
}

.sep-i15 {
    padding: 15px
}

.sep-i20 {
    padding: 20px
}

.sep-i25 {
    padding: 25px
}
/************************************************ Border Styles ************************************************/
.no-borders{
    border: transparent !important;
}
/************************************************ Jquery-ui Styles ************************************************/
.ui-sortable{
    margin-left: -40px;
}
/************************************************** Login Styles **************************************************/
.login{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/assets/img/login/isei-background.png) no-repeat;
    background-size: cover;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}
.login-container {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    padding-top: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.5);
}
.login-form{
    width: 300px;
    margin: 0 auto;
}
.fa-user-fix{
    width: 13px;
    height: 14px;
}
/*******************************************************************************************************************
* Joseph Collins
* NO ELIMINAR, ESTO DEBE ESTAR AL FINAL DE LA GUIA SIEMPRE, NO A LA MITAD
*******************************************************************************************************************/

/************************************************** Mobile Query **************************************************/
@media(min-width:320px) and (max-width:767px) {
    h1, .h1{ font-size: 24px; }
    h2, .h2{ font-size: 22px; }
    h3, .h3{ font-size: 20px; }
    h4, .h4{ font-size: 18px; }
    h5, .h5{ font-size: 16px; }
    h6, .h6{ font-size: 14px; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ffffff;
        color: #767e90;
    }
    .login{
        background-image: none;
        background-color: #eee;
    }
}
@media (max-width:991px) {

    /*.curso {
        width: 100%;
    }
    .container-fluid {
        padding-right: 15px;
        padding-top: 15px;
    }*/
}
@media (min-width:991px) {

    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding-top: 15px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
    .main {

    }
}