/* 
    Document   : style
    Created on : Mar 25, 2016, 12:18:22 PM
    Author     : suresh
    Description:
        Purpose of the stylesheet follows.
*/


/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

body {
    font-size: 12px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.heading,
.message {
    font-size: 14px;
}

.navbar {
    min-height: unset;
}

.message {
    text-align: center;
}

.spacer5 {
    height: 5px;
    width: auto;
    clear: both;
    display: block;
}

.spacer10 {
    height: 10px;
    width: auto;
    clear: both;
    display: block;
}

.spacer20 {
    height: 20px;
    width: auto;
    clear: both;
    display: block;
}

.spacer30 {
    height: 30px;
    width: auto;
    clear: both;
    display: block;
}

.spacer40 {
    height: 40px;
    width: auto;
    clear: both;
    display: block;
}

.logout {
    position: fixed;
    right: 3px;
    top: 3px;
    z-index: 999999;
    background: #fbfbfb;
    ;
    padding: 4px 4px 4px 10px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
}

.logout p {
    margin: 0;
    color: #737373;
}

.btn-danger {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}

.ima-records {
    margin: 20px 0;
}

#pad-top {
    margin-top: 13%;
}

.table {
    margin-bottom: unset !important;
}

table #data .btn {
    padding: 2px 6px;
}

.logo-box {
    text-align: center;
    padding: 30px 0px 20px 0px;
    margin-top: 15px
}

.demo-wrapper iframe::-webkit-scrollbar {
    width: 12px;
}

.demo-wrapper iframe::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.demo-wrapper iframe::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.demo-wrapper iframe::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.form-control {
    border-radius: 2px;
    font-size: 12px;
}

#page-content-wrapper h1 {
    font-weight: 400;
    font-size: 24px;
}

.ima-to {
    padding-top: 2%;
}

.form-group {
    margin-bottom: 24px;
}

label {
    margin-bottom: 8px;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}

.ima-fixed {
    position: fixed;
    bottom: 1%;
    right: 6%;
    width: 40px;
    height: 40px;
    background: #ded4d4;
    border-radius: 50%;
    font-size: 26px;
    padding: 3px 4px 4px 9px;
}

.ima-fixed2 {
    position: fixed;
    bottom: 1%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: #ded4d4;
    border-radius: 50%;
    font-size: 26px;
    padding: 2px 3px 3px 10px;
}

#deleteClient:hover,
#deletePoject:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -137px!important;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 3px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-menu .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.icon-chevron-left {
    background-position: -432px -72px!important;
}

.icon-chevron-right {
    background-position: -456px -72px!important;
}

.dropdown-menu {
    z-index: 99999;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.muted {
    color: #999999;
}

.loader {
    text-align: center;
}

.excel-img {
    width: 26%;
    margin-left: 5px;
    height: auto;
    cursor: pointer;
}

.error {
    font-size: 12px;
    color: #fb0202;
}

.right-border {
    border-right: 2px solid #b7b1b1;
}

@media only screen and (max-width: 640px) {
    /* CSS Responsive table */
    table.responsive,
    table.responsive thead,
    table.responsive tbody,
    table.responsive th,
    table.responsive td,
    table.responsive tr {
        display: block;
    }
    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.responsive tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    table.responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    table.responsive td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 40%;
        padding-right: 10px;
        text-align: left;
        word-wrap: break-word;
    }
    table.responsive tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.responsive td:before {
        content: attr(data-content);
        height: 50px;
    }
    table.responsive td.small-padding {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 35%;
    }
    table.responsive td.medium-padding {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 35%;
    }
    table.responsive td.large-padding {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 35%;
    }
    #footer {
        display: none;
    }
    #page-content-wrapper h1 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h3 {
        font-size: 14px;
    }
    .logout {
        width: 137px;
        float: right;
        position: relative;
        z-index: 1;
    }
    #wrapper.toggled #sidebar-wrapper {
        border-right: 1px solid #ece3e3;
    }
    .nav>li>a {
        padding: 8px 8px;
    }
    .excel-img {
        width: 14%;
        position: absolute;
        top: 7px;
        right: -12px;
    }
    .tab-content .tab-pane .btn {
        width: 90%;
        margin-top: 5%;
    }
    .dropdown-menu {
        left: -10px!important;
    }
    .dropdown-menu .btn {
        padding: 2px 9px;
    }
    .ima-fixed {
        right: 16%;
    }
    .table {
        margin-bottom: 20%;
    }
}


/* custom css */

.logo-box {
    padding: 8px 0px 5px 0px !important;
    margin-top: unset !important;
}

.jquery-accordion-menu ul li a {
    padding: 10px 22px !important;
    font-size: 12px !important;
}

#footer_menu {
    font-size: 10px !important;
    font-weight: 500 !important;
}

#footer_menu .author {
    font-size: 11px !important;
    font-weight: 500 !important;
}

#ima-sidebar-menu #navbar {
    width: 210px !important;
}

.toggle {
    margin-left: 5px !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom-color: #ddd !important;
    border-radius: unset !important;
}

table {
    margin-bottom: 5px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle !important;
}

#profile-section .card {
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    padding: 4rem;
}

#profile-section p {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 210px !important;
    }
    #page-content-wrapper {
        padding: 25px 10px !important;
        position: relative;
    }
}

@media (max-width: 768px) {
    .logout {
        width: fit-content !important;
        left: 8px !important;
        top: 8px !important;
    }
    .navbar-toggle {
        margin-right: 8px !important;
    }
    #page-content-wrapper {
        padding: 15px 0px !important;
    }
}

@media (max-width: 640px) {
    #page-content-wrapper .nav-tabs>li>a {
        padding: 12px 15px !important;
    }
    table.responsive th,
    table.responsive .hide-table-row {
        display: none !important;
    }
    #profile-section .card {
        box-sizing: border-box;
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
        padding: 1rem;
    }
    #profile-section .profile-header .emp-img {
        width: 80px;
    }
}