/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */




body {
    background-color: #ffffff;
    font-family: 'Amaranth', sans-serif;
}

#wrapper {
    width: 100%;
    position: relative;
    float: left;
}

#page-wrapper {
    position: relative;
    top: 130px;
    float: right;
    width: calc(100% - 250px);
    padding: 0 15px;
    background-color: #fff;
    padding-bottom: 60px !important;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
/*@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        height: auto;

    }
}*/
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin: 30px 10px;
}
.navbar-top-links .dropdown-menu.dropdown-user li{
    margin:10px;
}

.navbar-top-links li a {
    padding: 11px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}


.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto !important;
    max-height: 100%;
    min-height: 100%;
    padding-bottom: 200px;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        border-right: 1px solid #e7e7e7;
        z-index: 1;
        position: absolute;
        width: 250px;
        height: 100%;
        background-color: #3c4681;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.sidebar {
    border-right: 1px solid #e7e7e7;
    z-index: 1;
    position: fixed;
    top: 130px;
    width: 250px;
    height: 100%;
    background-color: #ffa000;
}
.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.sectionLogin{
    opacity: 0;
}
.sectionLogin.animate{
    opacity: 1;
    transition: all 2s;
}

button.btn-block,
.sectionLogin input.two,
.sectionLogin input.one{
    opacity: 0;
    display: none;
}
button.btn-block.zoomInUp,
.sectionLogin input.two.zoomInUp,
.sectionLogin input.one.zoomInUp{
    opacity: 1;
    display: block;
    transition: all 1s;
}
.sectionLogin img{
    opacity: 0;
}
.sectionLogin img.bounceInDown{
    opacity: 1;
}
.sectionLogin .panel-body {
    min-height: 198px;
}
.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.navbar-primary{
    background-color: #ffffff;
    height: auto;
    position: fixed;
    float: left;
    width: 100%;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img{
    display: block;
    width: auto;
    height: auto;
    max-height: 100px;
}
.nav>li>a{
    font-weight: bold;
    color: #555;
    background-color: #fff;
    border-radius: 5px;
}

.nav>li>a:hover{
    opacity: 0.5;
}
/*.sidebar-nav>li>a:focus i,
.nav>li>a:hover i,
.nav>li>a.active i{
    color: #ffffff !important;
}*/
.hover{
    width: 80px; 
    margin: 10px; 
    cursor: pointer; 
    display: inline-block; 
    text-align: center;
    position: relative;
}
.hover i{
    position: absolute;
    top: 4px;
    right: 4px;
    display: none;
}
.hover:hover i{
    display: block;
}
.hover:hover img{
    opacity: 0.7;
}
.modal-dialog{
    z-index: 9999;
}
.navbar-toggle .icon-bar{
    background-color: #000525;
}
.navbar-toggle{
    margin-top: 26px;
}
@media(max-width: 768px){
    div.dataTables_filter input{
        width: auto;
    }
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc{
    background: none !important;
}

/*------ bootstrap-----------*/

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #403739;
    border-color: #403739;
}
.btn-primary{
    background-color: #757575;
    border-color: #757575;
    color: #ffffff;
}
.btn-primary:focus, .btn-primary:hover {
    opacity: 0.6;
}
.btn-primary.color{
    border: none;
    cursor: auto;
}
.btn-primary.color:active,
.btn-primary.color:focus{
    box-shadow: none;
}
.btn-default {
    color: #fff;
    background-color: #3c4681;
    border-color: #3c4681;
    outline: none;
}
.btn-default:hover{
    color: #fff;
    background-color: #202054;
    border-color: #202054;
}
.btn-success {
    color: #fcfcfc;
    background-color: #ff1a25;
    border-color: #ff1a25;
}
.btn-success:focus,
.btn-success:hover{
    color: #fff;
    background-color: #d8161f;
    border-color: #d8161f;
}
.page-header {
    margin-bottom: 30px;
    float: right;
    width: 100%;
    text-align: left;
    transition: all 0.5s;
}
#saveBtn{
    margin: 30px 0px;
}

.alert {
    margin-bottom: 0px; 
    border-radius: 0px; 
    margin-bottom: 10px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
}


.sidebar-nav>ul>li>a{
    font-weight: normal;
    color: #ffffff;
    padding: 22px 15px;
    background-color: #ffa000;
    border-radius: 0px;
}

.sidebar-nav>ul>li>a>i{
    margin-right: 5px;
}
/*.sidebar-nav>ul>li>a:focus, .sidebar-nav>ul>li>a:hover{
    background-color: #fff;
    color: #555 !important;    
}*/



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #160e10;
    border-color: #160e10;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.pagination>li>a, .pagination>li>span{
    color: #243746;
}

/**/

.userIcon{
    color: #3c4681;
    font-size: 36px;
    margin-top:-4px;
}

.uploadFileArea{
    width: 100%;
}

.fileRules{
    font-size: 11px;
    padding-top: 6px;
}

.progress-bar-success {
    background-color: #160e10;
}


.fullPage{
    width: 100%;
    float: left;
    background: url(/public/img/delecto/bgLogin.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    overflow: hidden;
}
.fullPage .paintCenter{
    width: 100%;
    float: left;
    height: auto;
}
.fullPage .paintCenter img{
    margin: 0 auto;
    width: 800px;
    opacity: 0;
    transition: all 1s;
}
.fullPage .paintCenter img.animate{
    width: 225px;
    opacity: 1;
    transition: all 0.5s;
}
/*.detailsCont{
    float: left;
    width: 100%;
    padding-bottom: 50px;
}*/


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
}

.actionsIcon a{
    float: left;
    margin-left: 10px;
    color: #3c4681;
}
.actionsIcon a .glyphicon-trash{
    color: #d22723;
}
.actionsIcon a .glyphicon-pencil{

    color: #4cae4c;
}
.mainPage .textMain {
    margin-bottom: 30px;
    float: right;
    width: 100%;
    text-align: left;
    transition: all 0.5s;
}

.addBtn {
    margin-bottom: 30px;
    width: 100%;
    float: right;
}
.sectionLogin img{
    margin: 0 auto;
    width: 200px;
}
.sectionLogin .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*.form-control:focus {
    border-color: #ffe101;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px 0px rgb(255, 225, 1), 0 0 8px rgb(255, 225, 1);
    box-shadow: inset 0 0px 0px rgb(255, 225, 1), 0 0 8px rgb(255, 225, 1);
}*/



.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}






@media (min-width:768px) and (max-width:1400px) {
    .sidebar-nav>ul>li>a {
        padding: 15px 15px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .sidebar-nav>ul>li>a {
        padding: 15px 15px;
    }
    table.table-bordered tbody th, table.table-bordered tbody td {
        float: left;
        width: 100%;
        display: grid;
    }
    tr {
        float: left;
        width: 100%;
        border: none;
    }
    .actionsIcon{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #page-wrapper .col-md-4{
        width: 60%;
    }
    .sidebar {
        overflow: auto;
        padding-bottom: 130px;
    }

}
@media (min-width:300px) and (max-width:768px) {
    .sidebar-nav>ul>li>a {
        padding: 15px 15px;
    #page-wrapper {
        position: relative;
        top: 115px;
        float: right;
        width: calc(100% - 0px);
        padding: 0 15px;
        background-color: #fff;
        padding-bottom: 60px !important;
    }
    .sidebar-nav>ul>li>a {
        padding: 15px 15px;
    }
    table.table-bordered tbody th, table.table-bordered tbody td {
        float: left;
        width: 100%;
        display: grid;
    }
    tr {
        float: left;
        width: 100%;
        border: none;
    }
    .actionsIcon{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #page-wrapper .col-md-4{
        width: 60%;
    }
    .sidebar {
        overflow: auto;
        padding-bottom: 130px;
        border-right: 1px solid transparent;
        z-index: 1;
        position: fixed;
        top: 115px;
        width: 250px;
        height: 100%;
        background-color: transparent !important;
    }
    #page-wrapper .col-md-4{
        width: 80%;
    }
    .sidebar {
        padding-bottom: 0px;
        max-height: 0px;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 999;
    }
    .sidebar.open{
        padding-bottom: 130px;
        max-height: 1000px;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .detailsCont{
        float: left;
        width: 100%;
    }


    }
}