﻿/*	GENERAL
========================================*/

body {
    background-color: #e7e7e7;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    scrollbar-face-color: #121212;
}

::-moz-selection {
    background: #1c222b;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #1c222b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1c222b;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #121212;
}

::-webkit-scrollbar-thumb {
    background-color: #3498db;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #34495e;
    text-decoration: none;
}

    a:hover {
        color: #34495e;
    }

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.box {
    background-color: #fff;
    padding: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/*	HEADER
========================================*/

.header-top .navbar {
    background-color: #50aab2;
    border-bottom: 4px solid #316b70;
}

    .header-top .navbar .navbar-brand {
        color: #ecf0f1;
    }

.header-top .navbar-left.top-menu {
    margin-top: 13px;
}

.header-top .navbar-right.top-menu {
    margin-top: 9px;
}

    .header-top .navbar-right.top-menu input.form-control {
        background-color: #2980b9;
        border: 1px solid #2980b9;
        margin-top: 2px;
        color: #fff;
    }

        .header-top .navbar-right.top-menu input.form-control:focus {
            background-color: #3498db;
        }

    .header-top .navbar-right.top-menu li.dropdown > a {
        margin-left: 10px;
    }

    .header-top .navbar-right.top-menu li.dropdown ul.dropdown-menu li a i.fa {
        margin-right: 10px;
    }

.header-top .navbar-inverse .navbar-nav > .open > a,
.header-top .navbar-inverse .navbar-nav > .open > a:hover,
.header-top .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #316b70;
}

.header-top ul.top-menu > li > a {
    color: #fbfcfc;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 2px 6px;
    margin-right: 15px;
}

.header-top .badge.bg-success {
    background: #1abc9c;
}

.header-top .notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.header-top .dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header-top .notify-arrow-green {
    border-color: transparent transparent #1abc9c;
    border-bottom-color: #1abc9c !important;
    border-top-color: #1abc9c !important;
}

.header-top .notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.header-top ul li {
    list-style: none;
}

.header-top .dropdown-menu.extended li p.green {
    background-color: #1abc9c;
    color: #fff;
}

.header-top .dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
}

.header-top .dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
    border-radius: 4px;
}

    .header-top .dropdown-menu.extended li a > i.fa {
        margin-right: 8px;
    }

.header-top .dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.header-top .dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.header-top .dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.header-top .progress {
    box-shadow: none;
    background: #f0f2f7;
}

.header-top #top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.header-top .badge.bg-important {
    background: #e74c3c;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.header-top .notify-arrow-red {
    border-color: transparent transparent #e74c3c;
    border-bottom-color: #e74c3c !important;
    border-top-color: #e74c3c !important;
}

.header-top .notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.header-top .dropdown-menu.extended li p.red {
    background-color: #e74c3c;
    color: #fff;
}

.header-top .dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.header-top .dropdown-menu.inbox li a .subject {
    display: block;
}

    .header-top .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .header-top .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.header-top .dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.header-top .dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.header-top .badge.bg-warning {
    background: #f1c40f;
}

.header-top.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.header-top .notify-arrow-yellow {
    border-color: transparent transparent #f1c40f;
    border-bottom-color: #f1c40f !important;
    border-top-color: #f1c40f !important;
}

.header .notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.header-top .dropdown-menu.extended li p.yellow {
    background-color: #f1c40f;
    color: #fff;
}

.header-top .notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

.header-top .top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.header-top .log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

#header {
    background: url("images/bg-header.JPG") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 15px solid #f2f2f2;
}

    #header .overlay {
        background: rgba( 80, 170, 178, 0.6);
        padding-top: 50px;
        padding-bottom: 60px;
    }

    #header .navbar-toggle {
        background-color: #2980b9;
        color: #ecf0f1;
    }

        #header .navbar-toggle .icon-bar {
            background-color: #3498db;
            width: 100%;
        }

    #header button {
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 0;
    }

    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
        text-align: center;
    }

        #header .navbar-collapse ul.nav > li {
            margin-right: 16px;
            margin-top: 20px;
        }

            #header .navbar-collapse ul.nav > li > a {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                font-size: 10pt;
                color: #FFF;
            }

        #header .navbar-collapse ul.nav li a:hover,
        #header .navbar-collapse ul.nav li a:focus,
        #header .navbar-collapse ul.nav li a:active {
            background-color: rgba( 80, 170, 178, 0.9);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

    #header .nav .open > a,
    #header .nav .open > a:hover,
    #header .nav .open > a:focus {
        background-color: rgba(41, 128, 185, 0.9);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    #header .navbar-collapse ul.nav li a i.fa {
        text-align: center;
    }

    #header .navbar-collapse ul.nav li.active {
        background-color: rgba(80, 170, 178, 0.9);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #header .navbar-collapse .dropdown-menu {
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border: none;
        overflow-x: hidden;
    }

        #header .navbar-collapse .dropdown-menu li a {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            color: #34495e;
            padding-left: 5px;
            padding-right: 5px;
        }

            #header .navbar-collapse .dropdown-menu li a:hover {
                color: #ecf0f1;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

            #header .navbar-collapse .dropdown-menu li a i.fa {
                margin-right: 5px;
            }

/*	MAIN
==============================================*/

#main {
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: -55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 4px solid #ddd;
}

#home-content .col-lg-8 {
    margin-bottom: 25px;
}

#home-content .custom-bar-chart {
    margin-bottom: 45px;
}

#home-content .panel-default {
    border: 2px solid #fff;
}

    #home-content .panel-default .panel-body {
        background-color: #ecf0f1;
    }

#home-content #author img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #bdc3c7;
}

#home-content #author p {
    margin-top: 20px;
}

#home-content #author i.fa {
    border: 2px solid #95a5a6;
    color: #95a5a6;
    width: 30px;
    height: 30px;
    padding-top: 7px;
}

    #home-content #author i.fa:hover {
        background-color: #95a5a6;
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

/*	STATE OVERVIEW
	==========================================*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: right;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0;
        color: #c6cad6;
    }

    .state-overview .value h1 {
        font-weight: 300;
    }

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-border: 2px dotted #fff;
    -moz-border: 2px dotted #fff;
    -ms-border: 2px dotted #fff;
    -o-border: 2px dotted #fff;
    border: 2px dotted #fff;
    width: 85px;
    height: 85px;
    padding-top: 17px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 31px;
}

.state-overview .terques {
    background: #1abc9c;
}

.state-overview .red {
    background: #e74c3c;
}

.state-overview .yellow {
    background: #f1c40f;
}

.state-overview .purple {
    background: #9b59b6;
}

.state-overview section.panel {
    border: none;
}

/* BUTTON
	==========================================*/

.btn.btn-rounded {
    border-radius: 20px;
}

.btn-default.btn-drop {
    border-bottom: 4px solid #95a5a6;
}

.btn-primary.btn-drop {
    border-bottom: 4px solid #16a085;
}

.btn-success.btn-drop {
    border-bottom: 4px solid #27ae60;
}

.btn-info.btn-drop {
    border-bottom: 4px solid #2980b9;
}

.btn-warning.btn-drop {
    border-bottom: 4px solid #f39c12;
}

.btn-danger.btn-drop {
    border-bottom: 4px solid #c0392b;
}

.btn.btn-social {
    border: none;
    border-color: transparent;
}

/* BREADCRUMB
	==========================================*/

.breadcrumb {
    background-color: #e7e7e7;
    border-bottom: 3px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .breadcrumb li a {
        color: #34495e;
    }

    .breadcrumb > li + li:before {
        font-family: FontAwesome;
        content: '\f054';
    }

    .breadcrumb.breadcrumb-primary li a,
    .breadcrumb.breadcrumb-success li a,
    .breadcrumb.breadcrumb-info li a,
    .breadcrumb.breadcrumb-warning li a,
    .breadcrumb.breadcrumb-danger li a {
        color: #fff;
    }

    .breadcrumb.breadcrumb-primary li.active,
    .breadcrumb.breadcrumb-success li.active,
    .breadcrumb.breadcrumb-info li.active,
    .breadcrumb.breadcrumb-warning li.active,
    .breadcrumb.breadcrumb-danger li.active {
        color: #ddd;
    }

    .breadcrumb.breadcrumb-primary {
        background-color: #1abc9c;
        border-bottom: 3px solid #16a085;
    }

    .breadcrumb.breadcrumb-success {
        background-color: #2ecc71;
        border-bottom: 3px solid #27ae60;
    }

    .breadcrumb.breadcrumb-info {
        background-color: #3498db;
        border-bottom: 3px solid #2980b9;
    }

    .breadcrumb.breadcrumb-warning {
        background-color: #f1c40f;
        border-bottom: 3px solid #f39c12;
    }

    .breadcrumb.breadcrumb-danger {
        background-color: #e74c3c;
        border-bottom: 3px solid #c0392b;
    }
/*	Cruid
	==========================================*/
table .ui-sortable > tr > td.table-sorter {
    cursor: move;
    width: 2%;
    background-color: #dfdfdf;
}

table .ui-sortable > tr:nth-child(2n+1) > td.table-sorter {
    cursor: move;
    background-color: #bbbbbb;
}

.col-action-1 {
    width: 3%;
}

.col-action-2 {
    width: 7%;
}

.col-action-3 {
    width: 10%;
}

.col-action-4 {
    width: 12%;
}

.topScroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 20px;
}

.topScrollTableLength {
    height: 20px;
}
/*	PAGINATION
	==========================================*/

.pagination.pagination-inverse li a {
    background-color: #34495e;
    color: #fff;
    border-color: #2c3e50;
}

    .pagination.pagination-inverse li a:hover {
        background-color: #2c3e50;
        color: #fff;
        border-color: #2c3e50;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pagination.pagination-inverse li.active a {
    background-color: #2c3e50;
}

.pagination.pagination-primary li a {
    background-color: #1abc9c;
    color: #fff;
    border-color: #16a085;
}

    .pagination.pagination-primary li a:hover {
        background-color: #16a085;
        color: #fff;
        border-color: #16a085;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pagination.pagination-primary li.active a {
    background-color: #16a085;
}

.pagination.pagination-success li a {
    background-color: #2ecc71;
    color: #fff;
    border-color: #27ae60;
}

    .pagination.pagination-success li a:hover {
        background-color: #27ae60;
        color: #fff;
        border-color: #27ae60;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pagination.pagination-success li.active a {
    background-color: #27ae60;
}

.pagination.pagination-info li a {
    background-color: #3498db;
    color: #fff;
    border-color: #2980b9;
}

    .pagination.pagination-info li a:hover {
        background-color: #2980b9;
        color: #fff;
        border-color: #2980b9;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pagination.pagination-info li.active a {
    background-color: #2980b9;
}

.pagination.pagination-warning li a {
    background-color: #f1c40f;
    color: #fff;
    border-color: #f39c12;
}

    .pagination.pagination-warning li a:hover {
        background-color: #f39c12;
        color: #fff;
        border-color: #f39c12;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pagination.pagination-warning li.active a {
    background-color: #f39c12;
}

.pagination.pagination-danger li a {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

    .pagination.pagination-danger li a:hover {
        background-color: #e74c3c;
        color: #fff;
        border-color: #e74c3c;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pagination.pagination-danger li.active a {
    background-color: #e74c3c;
}

.pagination.pagination-square li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.pagination.pagination-separated li a {
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.pagination.pagination-squarated li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;
}

.pager.pager-primary li a {
    background-color: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
}

    .pager.pager-primary li a:hover {
        background-color: #16a085;
        color: #fff;
        border-color: #16a085;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pager.pager-success li a {
    background-color: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

    .pager.pager-success li a:hover {
        background-color: #27ae60;
        color: #fff;
        border-color: #27ae60;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pager.pager-info li a {
    background-color: #3498db;
    color: #fff;
    border-color: #3498db;
}

    .pager.pager-info li a:hover {
        background-color: #2980b9;
        color: #fff;
        border-color: #2980b9;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pager.pager-warning li a {
    background-color: #f1c40f;
    color: #fff;
    border-color: #f1c40f;
}

    .pager.pager-warning li a:hover {
        background-color: #f39c12;
        color: #fff;
        border-color: #f39c12;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pager.pager-danger li a {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

    .pager.pager-danger li a:hover {
        background-color: #c0392b;
        color: #fff;
        border-color: #c0392b;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.pager.pager-square li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/*	JUMBOTRON
	==========================================*/

.jumbotron.jumbotron-sm {
    padding: 20px;
}

    .jumbotron.jumbotron-sm h1 {
        font-size: 26pt;
    }

    .jumbotron.jumbotron-sm p {
        font-size: 12pt;
    }

.jumbotron.jumbotron-primary {
    background-color: #1abc9c;
    color: #fff;
}

.jumbotron.jumbotron-succes {
    background-color: #2ecc71;
    color: #fff;
}

.jumbotron.jumbotron-info {
    background-color: #3498db;
    color: #fff;
}

.jumbotron.jumbotron-warning {
    background-color: #f1c40f;
    color: #fff;
}

.jumbotron.jumbotron-danger {
    background-color: #e74c3c;
    color: #fff;
}

.jumbotron.jumbotron-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/*	THUMBNAIL
	==========================================*/

#demo-thumbnail .thumbnail img {
    height: 200px;
}

.thumbnail.thumbnail-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.thumbnail.thumbnail-no {
    border: none;
}

    .thumbnail.thumbnail-no img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

/*	PANEL
	==========================================*/

.panel-heading a {
    text-decoration: none;
}

/*	ICON
	==========================================*/

.icon-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding-left: 7.1px;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}

.icon-square {
    padding-top: 7px;
    padding-left: 6.5px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}

.icon-rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 6px;
    padding-left: 7px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}

.icon-default {
    background-color: #bdc3c7;
    color: #fff;
    border-color: #bdc3c7;
}

.icon-primary {
    background-color: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
}

.icon-success {
    background-color: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.icon-info {
    background-color: #3498db;
    color: #fff;
    border-color: #3498db;
}

.icon-warning {
    background-color: #f1c40f;
    color: #fff;
    border-color: #f1c40f;
}

.icon-danger {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

.bs-glyphicons {
    margin-left: 0;
    margin-right: 0;
}

.bs-glyphicons {
    margin: 0 -19px 20px -16px;
    overflow: hidden;
}

.bs-glyphicons-list {
    padding-left: 10px;
    list-style: none;
}

.bs-glyphicons li {
    float: left;
    width: 24.6%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.fontawesome-icon-list {
    margin-top: 22px;
}

    .fontawesome-icon-list .fa-hover a {
        display: block;
        color: #222222;
        line-height: 32px;
        height: 32px;
        padding-left: 10px;
        -webkit-border-radius: 4px;
        -mox-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .fontawesome-icon-list .fa-hover a .fa {
            width: 32px;
            font-size: 14px;
            display: inline-block;
            text-align: right;
            margin-right: 10px;
        }

/*	ALERT
	==========================================*/

.alert.alert-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-bordered.alert-success {
    background-color: #fff;
    border-left: 10px solid #2ecc71;
    border-top: #fff;
    border-right: #fff;
    border-bottom: #fff;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-bordered.alert-info {
    background-color: #fff;
    border-left: 10px solid #3498db;
    border-top: #fff;
    border-right: #fff;
    border-bottom: #fff;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-bordered.alert-warning {
    background-color: #fff;
    border-left: 10px solid #f1c40f;
    border-top: #fff;
    border-right: #fff;
    border-bottom: #fff;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-bordered.alert-danger {
    background-color: #fff;
    border-left: 10px solid #e74c3c;
    border-top: #fff;
    border-right: #fff;
    border-bottom: #fff;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-outline.alert-success {
    background-color: #fff;
    border: 1px solid #2ecc71;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-outline.alert-info {
    background-color: #fff;
    border: 1px solid #3498db;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-outline.alert-warning {
    background-color: #fff;
    border: 1px solid #f1c40f;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alert.alert-outline.alert-danger {
    background-color: #fff;
    border: 1px solid #e74c3c;
    color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .alert.alert-bordered.alert-success i.fa,
    .alert.alert-bordered.alert-info i.fa,
    .alert.alert-bordered.alert-warning i.fa,
    .alert.alert-bordered.alert-danger i.fa,
    .alert.alert-outline.alert-success i.fa,
    .alert.alert-outline.alert-info i.fa,
    .alert.alert-outline.alert-warning i.fa,
    .alert.alert-outline.alert-danger i.fa {
        color: #34495e;
    }

/*	MEDIA OBJECT
	==========================================*/

.media {
    margin-top: 15px;
}

.media-list {
    margin-top: 15px;
}

.media img {
    width: 50px;
    height: 50px;
}

/*	SLIDER
	==========================================*/

.slider.slider-horizontal {
    width: 100% !important;
}

#RGB {
    height: 20px;
    background: rgb(128, 128, 128);
}

#RC .slider-selection {
    background: #FF8282;
}

#RC .slider-handle {
    background: red;
}

#GC .slider-selection {
    background: #428041;
}

#GC .slider-handle {
    background: green;
}

#BC .slider-selection {
    background: #8283FF;
}

#BC .slider-handle {
    border-bottom-color: blue;
}

#R, #G, #B {
    width: 300px;
}

#eg .slider-selection {
    background: #BABABA;
}

/*	FORM
	==========================================*/

.iconic-input {
    position: relative;
}

    .iconic-input i {
        color: #CCCCCC;
        display: block;
        font-size: 16px;
        height: 16px;
        margin: 8px 5px 8px 10px;
        position: absolute;
        text-align: center;
        width: 16px;
    }

    .iconic-input input {
        padding-left: 30px !important;
    }

.m-bot15 {
    margin-bottom: 15px;
}

.input-group-addon-default {
    background-color: #bdc3c7;
    color: #fff;
    border: 1px solid #bdc3c7;
    border-color: #bdc3c7;
}

.input-group-addon-primary {
    background-color: #1abc9c;
    color: #fff;
    border: 1px solid #1abc9c;
    border-color: #1abc9c;
}

.input-group-addon-success {
    background-color: #2ecc71;
    color: #fff;
    border: 1px solid #2ecc71;
    border-color: #2ecc71;
}

.input-group-addon-info {
    background-color: #3498db;
    color: #fff;
    border: 1px solid #3498db;
    border-color: #3498db;
}

.input-group-addon-warning {
    background-color: #f1c40f;
    color: #fff;
    border: 1px solid #f1c40f;
    border-color: #f1c40f;
}

.input-group-addon-danger {
    background-color: #e74c3c;
    color: #fff;
    border: 1px solid #e74c3c;
    border-color: #e74c3c;
}

.custom-header {
    background-color: #1abc9c;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

/*	CUSTOM CHART
	==========================================*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 4.3%;
        margin: 0px 2%;
        float: left;
        text-align: center;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #bfc2cd;
            color: #bfc2cd;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -ms-border-radius: 5px 5px 0 0;
            -o-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }



            .custom-bar-chart .bar .value:hover {
                background: #e8403f;
                color: #fff;
            }

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

    .y-axis li {
        border-top: 1px dashed #dbdce0;
        display: block;
        height: 58px;
        width: 100%;
    }

        .y-axis li:last-child {
            border-top: none;
        }

        .y-axis li span {
            display: block;
            margin: -10px 0 0 -25px;
            padding: 0 10px;
            width: 40px;
        }

.y-axis {
    color: #555555;
    text-align: right;
}

.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #fff;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
                color: #55f2e7;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: normal;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        -ms-border-radius: 0px 0px 4px 4px;
        -o-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../img/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*	PERSONAL TASK
	=========================================*/

.task-thumb {
    width: 90px;
    float: left;
}

    .task-thumb img {
        border: 5px solid #bdc3c7;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

.task-thumb-details {
    display: inline-block;
    margin: 20px 0 0 10px;
}

.task-progress {
    float: left;
}

    .task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
        color: #e74c3c;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .task-thumb-details p, .task-progress p {
        padding-top: 5px;
        color: #a4aaba;
    }


.personal-task tbody tr td {
    padding: 11px 15px;
    border-color: #eeeff1;
}

    .personal-task tbody tr td i {
        font-size: 20px;
        color: #c7cbd4;
    }

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

    .personal-task.table-hover > tbody > tr:hover > td i {
        color: #39b5aa;
    }

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

    .task-option select {
        height: 35px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        padding: 8px;
        color: #a4abbb;
    }

.progress-panel {
    padding-bottom: 5px;
}

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

    .panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
        color: #47596f;
        background: #fff;
    }

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

    .panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        -ms-border-radius: 0 4px 0 0;
        -o-border-radius: 0 4px 0 0;
    }

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*	BADGE
	==========================================*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}

/*	TIMELINE
	==========================================*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline:before {
        background-color: #C7CBD6;
        bottom: 0px;
        content: "";
        left: 50%;
        position: absolute;
        top: 0;
        width: 2px;
        z-index: 0;
    }

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h1 {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .timeline-desk .panel {
        display: block;
        margin-left: 25px;
        position: relative;
        text-align: left;
        background: #F4F4F4;
    }

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

    .timeline-desk h1.red, .timeline-desk span a.red {
        color: #EF6F66;
    }

    .timeline-desk h1.green, .timeline-desk span a.green {
        color: #39B6AE;
    }

    .timeline-desk h1.blue, .timeline-desk span a.blue {
        color: #56C9F5;
    }

    .timeline-desk h1.purple, .timeline-desk span a.purple {
        color: #8074C6;
    }

    .timeline-desk h1.light-green, .timeline-desk span a.light-green {
        color: #A8D76F;
    }

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

    .timeline-desk .album a {
        margin-right: 5px;
        float: left;
    }

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*	EASY PIE CART
	==========================================*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel.revenue {
    border: none;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }

    ;
}


.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
    list-style: none;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
            -webkit-border-radius: 0px 0px 0px 4px;
            -moz-border-radius: 0px 0px 0px 4px;
            -ms-border-radius: 0px 0px 0px 4px;
            -o-border-radius: 0px 0px 0px 4px;
            border-radius: 0px 0px 0px 4px;
            text-decoration: none;
        }

        .panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
            -webkit-border-radius: 0px 0px 4px 0px;
            -moz-border-radius: 0px 0px 4px 0px;
            -ms-border-radius: 0px 0px 4px 0px;
            -o-border-radius: 0px 0px 4px 0px;
            border-radius: 0px 0px 4px 0px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
            text-decoration: none;
        }

            .panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }

/*	REVENUE
	==========================================*/

.revenue-head {
    background: #1abc9c;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

    .revenue-head span {
        background: #16a085;
        padding: 16px;
        -webkit-border-radius: 4px 0px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        -ms-border-radius: 4px 4px 0px 0px;
        -o-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

        .revenue-head span i {
            font-size: 18px;
        }

    .revenue-head h3 {
        display: inline;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 300;
    }

    .revenue-head span.rev-combo {
        background: #16a085;
        padding: 16px;
        line-height: normal;
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
        -ms-border-radius: 0px 4px 0px 0px;
        -o-border-radius: 0px 4px 0px 0px;
        border-radius: 0px 4px 0px 0px;
    }

/*	FORM WIZARD
	==========================================*/

.stepy-tab {
    text-align: center;
}

    .stepy-tab ul {
        display: inline-block;
        list-style: none;
    }

        .stepy-tab ul li {
            float: left;
        }

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;
    text-decoration: none;
}

.step {
    clear: left;
}

    .step label {
        display: block;
    }


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

    .stepy-titles li span {
        display: block;
    }

    .stepy-titles li.current-step div {
        color: #fff;
        cursor: auto;
        background: #1abc9c;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .stepy-titles li div {
        font-size: 16px;
        font-weight: 300;
        background: #eee;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

/*	DATA TABLES
	==========================================*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length, .dataTables_filter {
    padding: 15px;
}

.dataTables_info {
    padding: 0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding: 5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

    .dataTables_filter label input {
        width: 78%;
    }

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination {
    margin-top: 20px !important;
}

    .dataTables_paginate.paging_bootstrap.pagination li {
        float: left;
        margin: 0 1px;
        border: 1px solid #ddd;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        list-style: none;
    }

        .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
            color: #c7c7c7;
        }

        .dataTables_paginate.paging_bootstrap.pagination li a {
            color: #797979;
            padding: 5px 10px;
            display: inline-block;
            text-decoration: none;
        }

        .dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
            color: #797979;
            background: #eee;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;
}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*	Charts
	==========================================*/

.demo-xchart {
    height: 400px;
    width: 100%;
}

/*	GMAPS
	==========================================*/

.gmaps {
    height: 300px;
    width: 100%;
}

/*	BLANK PAGE
	==========================================*/

.blank-page {
    height: 700px;
}

/*	404 Page
	==========================================*/

#wrapper-404 {
    background-color: #1abc9c;
}

    #wrapper-404 .errorpage {
        margin-top: 10%;
        margin-bottom: 10%;
        text-align: center;
        color: #ecf0f1;
    }

        #wrapper-404 .errorpage i.fa {
            font-weight: 300;
            font-size: 200pt;
            color: #16a085;
        }

        #wrapper-404 .errorpage h1 {
            font-weight: 300;
            font-size: 68pt;
            margin-bottom: 20px;
        }

        #wrapper-404 .errorpage .btn.btn-primary {
            border: 1px solid #16a085;
        }

            #wrapper-404 .errorpage .btn.btn-primary:hover {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

/*	500 PAGE
	==========================================*/

#wrapper-500 {
    background-color: #e74c3c;
}

    #wrapper-500 .errorpage {
        text-align: center;
        color: #ecf0f1;
        margin-top: 10%;
        margin-bottom: 10%;
    }

        #wrapper-500 .errorpage i.fa {
            font-weight: 300;
            font-size: 200pt;
            color: #c0392b;
        }

        #wrapper-500 .errorpage h1 {
            font-weight: 300;
            font-size: 68pt;
            margin-bottom: 20px;
        }

        #wrapper-500 .errorpage .btn.btn-danger {
            border: 1px solid #c0392b;
        }

            #wrapper-500 .errorpage .btn.btn-danger:hover {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

/*	PRINCING TABLE
	==========================================*/

.princing-table {
    margin-top: 40px;
}

    .princing-table .princing-body {
        background-color: #fff;
        color: #34495e;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .princing-table .princing-body .princing-head {
            padding: 25px 25px 0 25px;
        }

            .princing-table .princing-body .princing-head h1 {
                font-weight: 300;
                font-size: 14pt;
                margin-bottom: 25px;
            }

            .princing-table .princing-body .princing-head h2 {
                background-color: #34495e;
                color: #ecf0f1;
                padding: 25px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
                border-radius: 10px;
                font-weight: 300;
                font-size: 28pt;
            }

                .princing-table .princing-body .princing-head h2 span {
                    font-weight: 400;
                    font-size: 12pt;
                    margin-bottom: 25px;
                    color: #16a085;
                }

        .princing-table .princing-body ul {
            list-style: none;
            padding: 20px 20px 0 20px;
            margin-bottom: 25px;
        }

            .princing-table .princing-body ul li {
                border-bottom: 1px solid #ecf0f1;
                color: #34495e;
                padding-top: 10px;
                padding-bottom: 10px;
            }

        .princing-table .princing-body .princing-footer {
            padding: 25px;
        }

            .princing-table .princing-body .princing-footer .btn:hover,
            .princing-table .princing-body.princing-active .princing-footer .btn:hover {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

        .princing-table .princing-body.princing-active {
            background-color: #1abc9c;
            color: #ecf0f1;
            margin-top: -20px;
        }

            .princing-table .princing-body.princing-active .princing-head {
                padding: 30px 25px 0 25px;
            }

                .princing-table .princing-body.princing-active .princing-head h2 {
                    background-color: #16a085;
                }

                    .princing-table .princing-body.princing-active .princing-head h2 span {
                        color: #ecf0f1;
                    }

            .princing-table .princing-body.princing-active ul {
                margin-top: 20px;
            }

                .princing-table .princing-body.princing-active ul li {
                    border-bottom: 1px solid #16a085;
                    color: #ecf0f1;
                }

            .princing-table .princing-body.princing-active .princing-footer {
                padding: 30px 25px 35px 25px;
            }

/*	INVOICE
	==========================================*/

.invoice .invoice-main {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

    .invoice .invoice-main .invoice-head {
        margin-bottom: 50px;
        color: #34495e;
    }

        .invoice .invoice-main .invoice-head h1 {
            font-weight: 300;
        }

    .invoice .invoice-main .invoice-body ul {
        list-style: none;
        text-align: right;
    }

        .invoice .invoice-main .invoice-body ul > li {
            background-color: #1abc9c;
            color: #ecf0f1;
            margin-bottom: 10px;
            padding: 10px 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius;
            4px border-radius: 4px;
        }

.footer-invoice {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
}

/*	PROPERTY LIST
	==========================================*/

#property-list img {
    width: 100%;
    height: 170px;
    border: 5px solid #ecf0f1;
    margin-bottom: 7px;
}

#property-list hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#property-list h4.title-real-estates a {
    color: #f39c12;
}

    #property-list h4.title-real-estates a:hover {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        color: #f1c40f;
    }

#property-list h4 span {
    color: #f1c40f;
}

#real-estates-columns img {
    border: 5px solid #ecf0f1;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

#real-estates-columns .title-realestates-columns h4 a {
    color: #1abc9c;
    font-weight: 300;
    font-size: 18pt;
    text-decoration: none;
}

    #real-estates-columns .title-realestates-columns h4 a:hover {
        color: #16a085;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

#real-estates-columns .title-realestates-columns hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#real-estates-columns .btn:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#real-estates-detail #author img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #ecf0f1;
    margin-bottom: 10px;
}

#real-estates-detail #author p {
    margin-top: 10px;
}

#real-estates-detail .sosmed-author i.fa {
    width: 30px;
    height: 30px;
    border: 2px solid #bdc3c7;
    color: #bdc3c7;
    padding-top: 6px;
    margin-top: 10px;
}

    #real-estates-detail .sosmed-author i.fa:hover {
        background-color: #bdc3c7;
        color: #34495e;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

#real-estates-detail .slides li img {
    height: 450px;
}

#real-estates-detail .flex-control-nav li img {
    height: 100px;
}

#real-estates-detail .flexslider {
    margin: 0;
}
/*	LIST
	==========================================*/
.list .list-category .list-category-tittle {
    border-bottom: solid 1px #aeaeae;
    background-color: #eaeaea;
    padding: 7px 20px;
}

.list .list-item {
    width: 49.79%;
    border-bottom: solid 1px #aeaeae;
    display: inline-block;
}

@media only screen and (max-width : 360px) {
    .list .list-item {
        width: 100%;
        border-bottom: solid 1px #aeaeae;
        display: inline-block;
    }
}

.list .list-item:nth-child(2n) {
    border-left: solid 1px #aeaeae;
}

.list .list-item .list-item-text {
    padding: 7px 20px;
}

.list .list-item .list-item-status {
    background-color: #aeaeae;
    padding: 7px 20px;
    float: right;
}
/*	CHECK LIST
	==========================================*/
.check-list {
    width: 100%;
}

    .check-list:before, .check-list:after {
        display: table;
        content: " ";
    }

    .check-list:after {
        clear: both;
    }

    .check-list .check-list-item {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        border-bottom: solid 1px #ccc;
    }

    .check-list .check-list-title {
        line-height: 36px;
        font-weight: 700;
        padding-left: 30px;
        height: 42px;
    }

    .check-list .check-list-control {
        display: inline-block;
        width: 32px;
        text-align: center;
        background-color: #ddd;
        float: right;
        height: 42px;
    }

        .check-list .check-list-control .ui.checkbox input[type="checkbox"] {
            top: -6px;
            left: 0 px;
        }

        .check-list .check-list-control .ui.checkbox label {
            padding-left: 0px;
        }
/*	PROYECCION
	==========================================*/
.proyeccion-container {
    border: solid 1px #ccc;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

    .proyeccion-container .Dia-container {
        border: solid 1px #ccc;
        margin-top: 10px;
        border-radius: 5px;
        position: relative;
    }

        .proyeccion-container .Dia-container .topScroll {
            width: 67%;
            margin-left: 33%;
        }

        .proyeccion-container .Dia-container .columna-izquierda {
            border-right: solid 1px #ccc;
            display: inline-block;
            height: 100%;
            width: 33%;
            vertical-align: top;
        }

        .proyeccion-container .Dia-container .Dia-title {
            border-right: solid 1px #ccc;
            height: 100%;
            padding: 5px 10px;
            width: 66.66%;
            text-align: center;
        }

        .proyeccion-container .Dia-container .header div {
            border: solid 1px #ccc;
            border-left: none;
            border-bottom: none;
            height: 100%;
            width: 33.33%;
            padding: 5px 10px;
            display: inline-block;
        }

    .proyeccion-container .columna-izquierda .header div:last-child {
        border-right: none;
        width: 33.35%;
    }

    .proyeccion-container .Dia-container ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .proyeccion-container .Dia-container ul li {
            border-bottom: solid 1px #ccc;
            height: 31px;
        }

            .proyeccion-container .Dia-container ul li div {
                display: inline-block;
                list-style: none;
                padding: 5px;
                width: 33.33%;
                vertical-align: middle;
                text-align: center;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

    .proyeccion-container .Dia-container .columna-derecha {
        width: 67%;
        display: inline-block;
        overflow-x: auto;
    }

    .proyeccion-container .Dia-container .mes {
        width: 430px;
        display: inline-block;
        vertical-align: top;
    }

        .proyeccion-container .Dia-container .mes.par {
            background-color: #e0e0e0;
        }

        .proyeccion-container .Dia-container .mes ul {
            width: 350px;
        }

    .proyeccion-container .mes .header div {
        border: solid 1px #ccc;
        border-left: none;
        border-bottom: none;
        height: 100%;
        width: 25%;
        padding: 5px 10px;
        display: inline-block;
    }

    .proyeccion-container .mes .mes-title {
        border-right: solid 1px #ccc;
        height: 100%;
        padding: 5px 10px;
        width: 100%;
        text-align: center;
    }

    .proyeccion-container .mes div {
        display: inline-block;
        list-style: none;
        width: 20%;
        vertical-align: middle;
        text-align: center;
    }

        .proyeccion-container .mes div.header {
            display: inline-block;
            width: 100%;
            padding: 5px;
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px #ccc;
            border-top: solid 1px #ccc;
            border-bottom: solid 1px #ccc;
        }

        .proyeccion-container .mes div.data {
            display: inline-block;
            width: 100%;
            min-height: 31px;
            padding: 5px;
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px #ccc;
            border-bottom: solid 1px #ccc;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            .proyeccion-container .mes div.data.next-group {
                background-color: #b1b1b1;
                color: #443f3f;
                cursor: pointer;
            }

            .proyeccion-container .mes div.data.end {
                color: #f62b00;
            }

                .proyeccion-container .mes div.data.end.last-grupo {
                    background-color: #b1b1b1;
                    color: #443f3f;
                    cursor: pointer;
                }

/*	Photobooth
	==========================================*/
#container {
    display: inline-block;
    width: 100%;
    background-color: transparent;
}

#take-photo {
    height: 0;
    padding-bottom: 100%;
    background-color: silver;
}

/*#take-photo ul li {
        margin: 0;
        padding: 0;
        
        font: 11px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #444;
    }*/

#photo img {
    width: 100%;
}
/*	Phone
	==========================================*/
.form-horizontal .form-inline .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
/*	Select List
	==========================================*/

.two-columns-selection .column {
    width: 45.66666667%;
    margin-right: 20px;
    display: inline-block;
}

    .two-columns-selection .column .title {
        border-radius: 5px 5px 0px 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-left: solid 1px #ccc;
        display: block;
        padding: 5px;
        text-align: center;
        background-color: #d6d6d6;
    }

.two-columns-selection ul.ui-selectable {
    list-style: none;
    padding: 2px;
    height: 144px;
    max-height: 144px;
    overflow-y: auto;
    border: solid 1px #ccc;
    border-radius: 0px 0px 5px 5px;
    background-color: #eee;
}

    .two-columns-selection ul.ui-selectable li {
        list-style: none;
        padding: 2px 2px 2px 10px;
        margin-bottom: 2px;
        border: solid 1px #ccc;
        border-radius: 2px;
        background-color: #fff;
        cursor: pointer;
    }

        .two-columns-selection ul.ui-selectable li:hover {
            background-color: #f5f5f5;
        }

.two-columns-selection div.message {
    padding: 0px 20px;
}
/*	POPUP
	==========================================*/
.popup {
    position: absolute;
    overflow: auto;
    background-color: #fff;
    border: solid 7px rgba(0,0,0,0.5);
    border-radius: 8px;
    z-index: 2000;
}

#popup-proyeccion {
    width: 50%;
    height: 90%;
    top: 5%;
    left: calc(50%/2);
}

    #popup-proyeccion .jumbotron h1 {
        font-size: 4.3vw;
    }

#popup-atrasos {
    width: 45%;
    height: 40%;
    top: 27%;
    left: calc(60%/2);
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1999;
}
/*	PROFORMAS
	==========================================*/
.proforma {
    border: solid 1px #000;
    font-size: 10pt;
    margin-bottom: 20px;
}

    .proforma .tittle {
        margin: 7px 0px -10px 0px;
        text-align: center;
        font-size: 13px;
        color: #008080;
    }

    .proforma .box {
        border: solid 1px #000;
        margin: 18px;
        padding: 10px 0px;
    }

    .proforma .NumProforma {
        border: solid 1px #000;
        width: 58%;
        display: block;
        margin: 13% 20px 8px 26%;
        border-radius: 5px;
        background: #008080;
        color: #FFF;
        text-align: center;
    }

    .proforma .fecha {
        border: solid 1px #000;
        width: 85%;
        display: block;
        margin: 0px 30px 0px 0px;
        border-radius: 5px;
    }

        .proforma .fecha .dia {
            border-right: solid 1px #000;
            width: 32%;
            display: inline-block;
            text-align: center;
        }

        .proforma .fecha .mes {
            border-right: solid 1px #000;
            width: 32%;
            display: inline-block;
            text-align: center;
        }

        .proforma .fecha .año {
            width: 32%;
            display: inline-block;
            text-align: center;
        }

        .proforma .fecha span {
            width: 100%;
            display: block;
        }

    .proforma .table {
        margin: 0px 20px 0px 20px;
        width: 94.5%;
    }

        .proforma .table tr th {
            border: solid 1px #000;
            color: #fff;
            text-align: center;
            background-color: #008080;
        }

        .proforma .table tr td.td-no-border-bottom {
            border-bottom: solid 1px #fff !important;
        }

        .proforma .table tr td {
            border: solid 1px #000;
        }

            .proforma .table tr td.money-symbol {
                padding: 8px 8px 8px 3px;
                border-right-color: transparent;
            }
            .proforma .table tr td.money {
                padding: 8px 3px 8px 8px;
                text-align:right;
            }
            .proforma .table tr td.subtittle {
                padding: 4px 4px 4px 2px;
                border-right-color: transparent;
            }
            .proforma .table tr td.separator-symbol {
                padding: 4px 4px 4px 2px;
                border-right-color: transparent;
            }


        .proforma .table tr.gray td {
            background-color: #E6E6E6;
        }

        .proforma .table tr.total td {
            background-color: #008080;
            color: #fff;
        }

        .proforma .table .table {
            margin: -8px 0px;
            width: 100%;
        }

            .proforma .table .table tr td {
                border: none;
            }

            .proforma .table .table .table {
                width: 100%;
                border-bottom: solid 1px #000;
            }

                .proforma .table .table .table tr td {
                    padding: 1px 9px;
                    font-size:11px;
                }

    .proforma .creadaPor {
        margin: 10px 0px 10px 20px;
        padding: 5px;
        border: solid 1px #000;
        border-radius: 5px;
        background-color: #008080;
        color: #fff;
    }

        .proforma .creadaPor span {
            font-size: 12px;
            display: block;
            text-align: center;
        }

    .proforma .nota {
        margin: 10px 20px 10px 0px;
        padding: 5px 19px;
        border: solid 1px #000;
        background-color: #E6E6E6;
        font-size: 9px;
        text-align: center;
    }

    .proforma p {
        margin: 0;
    }
/*	ESTADO DE CUENTA
	==========================================*/
.table-estado-cuenta {
    border: solid 1px #e7e7e7;
}

    .table-estado-cuenta th {
        padding: 5px 10px !important;
    }

    .table-estado-cuenta .movimientos {
        background-color: #E7E7E7;
        padding: 4px 1px 0px 30px;
    }
/*	Reporte Ventas
	==========================================*/
.table-reporte-ventas {
    border: solid 1px #e7e7e7;
}

    .table-reporte-ventas th {
        padding: 5px 10px !important;
    }

    .table-reporte-ventas .movimientos {
        background-color: #E7E7E7;
        padding: 4px 1px 0px 30px;
    }
/*	CALIFICACIONES
	==========================================*/
.reprobado {
    background-color: #e33232 !important;
    color: #fff;
}

#alumno-panel {
    position: relative;
}

#alumno-table {
    text-align: center;
}

    #alumno-table th {
        text-align: center;
    }

        #alumno-table th.block {
            position: absolute;
            left: 0;
            top: auto;
            background-color: #fff;
            border: none;
            border-right: solid 1px #c0c0c0;
        }

    #alumno-table td.block {
        position: absolute;
        width: 5em;
        left: 0;
        top: auto;
        background-color: fff;
        border: none;
        border-right: solid 1px #c0c0c0;
    }

        #alumno-table td.block:nth-of-type(2n+1) {
            background-color: #f9f9f9;
        }

    #alumno-table th.promedio {
        background-color: #e7e7e7;
        text-align: center;
    }

    #alumno-table tr:nth-of-type(2n+1) td.promedio {
        background-color: #cacaca;
    }

    #alumno-table tr td.promedio {
        background-color: #e7e7e7;
    }

    #alumno-table tr td.alumno {
        text-align: left;
    }
/*	AGENDA
	==========================================*/
table#EvaluacionesAplicarHoy, table#EvaluacionesDespues, table#EvaluacionesAntes {
    margin-top: 10px;
}
/*	COBROS
	==========================================*/
#alumno-table .alert {
    padding: 3px;
    color: #fff;
    background-color: #959595;
}
/*	Reporte Calificaciones
	==========================================*/
.table-rpt-calificaciones-asistencia {
    border: solid 1px #000;
}

    .table-rpt-calificaciones-asistencia td.header {
        border: none;
        padding: 1px 8px;
        text-align: left;
    }

    .table-rpt-calificaciones-asistencia th {
        border: none !important;
    }

    .table-rpt-calificaciones-asistencia td {
        text-align: center;
    }

    .table-rpt-calificaciones-asistencia th.asistencia {
        border: solid 1px #3a4680 !important;
        text-align: center;
        background-color: #a0a9d4;
    }

    .table-rpt-calificaciones-asistencia th.calificacion {
        border: solid 1px #43803a !important;
        text-align: center;
        background-color: #a7d4a0;
    }

    .table-rpt-calificaciones-asistencia th.alumno {
        border: solid 1px #aa5312 !important;
        text-align: center;
        background-color: #f2b486;
    }

    .table-rpt-calificaciones-asistencia td.alumno {
        text-align: left;
    }
/*	Reporte Cronograma
	==========================================*/
.table-rpt-cronograma {
    border: solid 1px #000;
}

    .table-rpt-cronograma td.header {
        border: none;
        padding: 1px 8px;
        text-align: left;
    }

    .table-rpt-cronograma td.temario, .table-rpt-cronograma th.temario {
        width: 50%;
    }
/*	DISTRIBUCION DE AULAS
	==========================================*/
#table-Distribucion-aulas .table {
    margin: 0;
}

    #table-Distribucion-aulas .table th {
        width: 150px;
    }

    #table-Distribucion-aulas .table td {
        padding: 0;
        width: 150px;
    }

        #table-Distribucion-aulas .table td.filled-inicio {
            background: #1abc9c;
        }

        #table-Distribucion-aulas .table td.filled {
            background: #ffe300;
        }

        #table-Distribucion-aulas .table td.filled-final {
            background: #db1010;
        }

#table-Distribucion-aulas td.filled-inicio .grupo {
    background-color: #1abc9c;
    padding: 10px 20px;
    width: 150px;
    color: #fff;
}

#table-Distribucion-aulas td.filled .grupo {
    background-color: #ffe300;
    padding: 10px 20px;
    width: 150px;
    color: #000;
    min-height: 73px;
}

#table-Distribucion-aulas td.filled-final .grupo {
    background-color: #db1010;
    padding: 10px 10px;
    width: 150px;
    color: #fff;
    min-height: 73px;
}

    #table-Distribucion-aulas .grupo .codigo {
        display: block;
        text-align: center;
    }

    #table-Distribucion-aulas .grupo .instructor {
        display: block;
        text-align: center;
        font-size: 12px;
    }

    #table-Distribucion-aulas .grupo .Cantidad {
        display: block;
        text-align: center;
        font-size: 10px;
    }

.CirsoPorDefinir {
    margin-top: -1px;
}

    .CirsoPorDefinir .checkbox {
        float: right;
        margin-right: 28px;
    }
/*	IMPRECION DE TITULOS
	==========================================*/
#table-titulos .tomo input, #table-titulos .folio input, #table-titulos .asiento input {
    width: 100%;
}
/*	LOGIN
	==========================================*/

.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    .form-login h2.form-login-heading {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        background: #34495e;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
    }

.login-content {
    padding: 10% 20px 20px 20px;
    margin-left: 55%;
    width: 35%;
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #fff;
}

.login-wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: #50aab2;
}

.form-login input[type="text"],
.form-login input[type="password"] {
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-login .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.form-login .checkbox {
    margin-bottom: 14px;
}

.checkbox, .checkbox:hover, .checkbox:focus {
    border: none;
}

.form-login .btn-login {
    background: #1abc9c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #16a085;
    margin-bottom: 20px;
}

.form-login p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}
/*	BOOTSTRAP OVERWRITTE
==============================================*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.ui.checkbox input[type="checkbox"], .ui.checkbox input[type="radio"] {
    margin-top: 7px;
    margin-left: 0px;
}

.ui.progress {
    height: auto;
}
/*	FOOTER
==============================================*/

footer {
    margin-top: 30px;
}

    footer .footer-widget {
        margin-bottom: 20px;
    }

    footer h1.page-header {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        color: #8d9aa5;
        margin-bottom: -1px;
    }

        footer h1.page-header strong {
            color: #34495e;
        }

    footer span.divider-hr {
        width: 100px;
        height: 2px;
        background-color: #7f8c8d;
        display: block;
        margin-top: 0;
    }

    footer .content-widget-footer {
        margin-top: 30px;
    }

        footer .content-widget-footer .icon-footer {
            color: #34495e;
        }

        footer .content-widget-footer .col-sm-8 p {
            color: #7f8c8d;
            font-family: "Open Sans", sans-serif;
            font-weight: 300;
            font-size: 10pt;
        }

        footer .content-widget-footer .icon-footer i.fa {
            font-weight: 400;
            font-size: 60pt;
            margin-bottom: 15px;
        }

.footer-bottom .footer-bottom-widget {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-bottom .footer-bottom-widget p {
        color: #7f8c8d;
    }

    .footer-bottom .footer-bottom-widget .sosmed-footer {
        margin-bottom: 10px;
    }

        .footer-bottom .footer-bottom-widget .sosmed-footer i.fa {
            margin-right: 15px;
            width: 30px;
            height: 30px;
            background-color: #8d9aa5;
            color: #e7e7e7;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            padding-top: 8px;
            padding-left: 9px;
            margin-bottom: 10px;
        }

            .footer-bottom .footer-bottom-widget .sosmed-footer i.fa:hover {
                background-color: #34495e;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

    .footer-bottom .footer-bottom-widget .footer-bottom-links {
        text-align: right;
        margin-top: 5px;
    }

        .footer-bottom .footer-bottom-widget .footer-bottom-links a {
            margin-left: 15px;
            color: #7f8c8d;
            font-size: 11pt;
        }

/*	MEDIA RESPONSIVE
==================================================*/

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */

}

@media only screen and (max-width : 480px) {
    /* Styles */
}

@media only screen and (max-width : 640px) {
    /* Styles */

    .header-top .navbar-nav.navbar-left.top-menu,
    .header-top .navbar-nav.navbar-right.top-menu {
        display: none;
    }

    #header .overlay {
        background: rgba(41, 128, 185, 1);
    }

    #header ul.nav br {
        display: none;
    }

    #header ul.nav li .text-center {
        text-align: left;
        padding-left: 20px;
    }

    #header ul.nav li,
    #header ul.nav li a .text-center,
    #header ul.nav li a i.fa,
    #header ul.nav li.dropdown a.dropdown-toggle,
    #header ul.nav li.dropdown a.dropdown-toggle i.fa {
        color: #fff;
        font-size: 14pt;
    }

        #header ul.nav li.dropdown ul.dropdown-menu li a,
        #header ul.nav li.dropdown ul.dropdown-menu li a i.fa {
            color: #fff;
            padding-left: 25px;
            font-size: 11pt;
            font-weight: 300;
        }

    .state-overview .symbol i {
        color: #fff;
        font-size: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-border: 2px dotted #fff;
        -moz-border: 2px dotted #fff;
        -ms-border: 2px dotted #fff;
        -o-border: 2px dotted #fff;
        border: 2px dotted #fff;
        width: 70px;
        height: 70px;
        padding-top: 13px;
    }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .footer-bottom-widget .footer-bottom-links {
            text-align: center;
        }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) {
    /* Styles */
    #header .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    #header .dropdown:hover .dropdown-menu {
        display: block;
    }

    #header .navbar-nav li > a > .text-center i.fa {
        font-size: 24pt;
    }

    footer .footer-widget .content-widget-footer i.fa {
        font-size: 36pt;
    }

    .footer-bottom .footer-bottom-widget .sosmed-footer i.fa {
        margin-right: 14px;
    }

    .footer-bottom .footer-bottom-widget .footer-bottom-links a {
        margin-left: 2px;
        color: #7f8c8d;
        font-size: 11pt;
    }
}

/* iPads (landscape) ----------- */
@media only screen (max-width : 1024px) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@mediaonly screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}


.horario {
    white-space: nowrap;
}