﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*
    UTILITY
*/
.no-margin {
    margin: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

.navbar-default.mynavbar {
    background-color: #2294f2 !important;
}

    .navbar-default.mynavbar .brand {
        text-align: left;
        width: 260px;
        font-size: 36px;
        font-weight: 800;
        padding: 5px 30px !important;
        text-align: center;
    }

.inner_logo {
    width: 100% !important;
    height: 70px !important;
}
.offcanvas-active .navbar-default.mynavbar .brand {
    left: 0 ;
}
.navbar-default.mynavbar .brand{
    left: -260px;
}
.navbar-default.mynavbar .navbar-nav > li > a {
    color: #fff;
}

.navbar-default.mynavbar .fa {
    color: #fff;
}

.sidebar.mysidebar .nav i {
    margin-right: 10px;
    font-size: 28px;
}

#wrapper #sidebar-nav, #wrapper .main {
    padding-top: 40px !important;
}

.panel.panel-headline .panel-heading .panel-title {
    margin-bottom: 8px;
    border-bottom: 1px solid #dddddd;
    height: 46px;
    font-size: 30px !important;
    font-weight: normal;
}

body {
    background-color: #F3F5F8 !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 18px !important;
    color: #676a6d !important;
}

.panel .panel-body a {
    color: #2294f2;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 5px;
}

div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 5px;
    width: 75px;
    display: inline-block;
}

table.dataTable thead > tr > th.sorting {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #ececec 100%);
    background: -webkit-linear-gradient(top, #f6f6f6 0%,#ececec 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ececec',GradientType=0 );
}
.table-responsive{border:0px solid #ddd;}
div.dataTables_wrapper {
        /*width: 1800px;*/
        margin: 0 auto;
        min-width:100%;
    }
table.dataTable tbody tr.even {
    background: #f1f4f9;
}

table.dataTable tbody tr.odd {
    background: #fff;
}
    table.dataTable tbody tr.odd td:last-child {
        display:flex;
    }
    table.dataTable tbody tr.even td:last-child {
        display: flex;
    }
table.dataTable tbody tr.odd td:last-child.dataTables_empty{
        display:table-cell;
    }

.dataTables_wrapper .dataTables_paginate .fg-button {
    background: #2294f2;
    color: #ececec;
    margin: 0 5px;
    padding: 2px 10px !important;
}

    .dataTables_wrapper .dataTables_paginate .fg-button:hover {
        background: #2b343e;
        color: #ececec;
    }

table.dataTable.no-footer {
    margin-top: 0px;
}

.dataTables_wrapper .ui-toolbar {
    overflow: auto;
    background: #f6f6f6;
    padding: 16px 15px 4px 16px !important;
    margin-top: 12px;
}

.table-wrapper {
    overflow: auto;
    width: 100%;
}

.newbtn {
    background: #2294f2;
    color: #fff !important;
    border-radius: 3px;
    /*padding: 5px 10px 8px;*/
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display:inline-block;
}
.my-emp-anchor .newbtn {
    padding: 5px 10px;
    
}
.newbtn a {
    color: #fff !important;
    padding: 8px 10px 8px;
}

    .newbtn:hover {
        background: #2b343e;
    }
    .newbtn a.fa-plus:before {
        padding-right: 10px;
        vertical-align: middle;
    }
    .newbtn .fa-angle-double-left:before {
        padding-right: 10px;
        
    }
.fontWhite {
    color: #fff;
}
.fontBlack{color:#000f;}


.panel-body form {
    background: #f6f6f6;
    padding: 55px 55px 55px 55px;
    border: 0px;
    overflow: hidden;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 21px;
    font-weight: 400;
}

.form-control {
    border: 1px solid #d8d8d8 !important;
    font-size: 18px;
    background: #fff !important;
    box-shadow: none !important;
    padding: 5px 10px !important;
    height: 40px;
}

input[type="checkbox"] {
    width: 30px; /*Desired width*/
    height: 30px; /*Desired height*/
}

.addicon:before {
    content: "\f067";
    color: #fff;
}

.redbtn {
    background: #f14949;
    color: #fff !important;
    border-radius: 3px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

    .redbtn a {
        color: #fff !important;
        padding: 8px 10px;
        display: inline-block;
        cursor: pointer;
    }

    .redbtn:hover {
        background: #2b343e;
    }

.greenbtn {
    background: #1a9d06;
    color: #fff !important;
    border-radius: 3px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

    .greenbtn a {
        color: #fff !important;
        padding: 8px 10px;
        display:inline-block;
    }

    .greenbtn:hover {
        background: #2b343e;
    }


.bluebtn {
    background: #2294f2;
    color: #fff !important;
    border-radius: 3px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

    .bluebtn a {
        color: #fff !important;
        padding: 8px 10px;
        display: inline-block;
    }

    .bluebtn:hover {
        background: #2b343e;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: transparent !important;
    color: #fff;
}

.homebg {
    background: url("/imgs/background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loginform .form-group .form-control {
    max-width: 100% !important;
}

.auth-box {
    background-color: hsla(0, 0%, 0%, 0.22) !important;
   height: auto !important;
}
.reset input{max-width:100% !important}
.mylogin .logo {
    font-size: 35px !important;
    color: #fff;
}
.auth-box h4 { color: #fff;}
.form-horizontal .control-label.forgotme{color: #fff;}
.mylogin .lead {
    color: #fff;
}

.fancy-checkbox input[type="checkbox"] + input[type="hidden"] + span {
    color: #fff;
    font-size: 16px;
}

footer {
    position: fixed!important;
    bottom: 0 !important;
    right: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    width: 100%;
    background: #2b343e;
    color:#fff;
}

















@media screen and (max-width: 640px) {
    .navbar-default #navbar-menu {
         float: none !important; 
    }
}
@media only screen and (max-width: 767px) {
    .main-content {
        padding: 40px 0px !important;
    }

    .panel .panel-heading, .panel .panel-body, .panel .panel-footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .panel-body form {
        padding: 10px !important;
    }
    .navbar-nav > li > a {
    padding: 28px 20px !important;
}
    .navbar-default.mynavbar .navbar-nav > li > a{text-align:right}
}



.small-box p {
    font-size: 24px !important;
}

.loginLogo {
    padding: 20px 0;
    text-align: center;
}

    .loginLogo img {
        /*width:130px;*/
        width: 100%;
        /*max-width:500px;*/
    }

/*chat*/
.chat-footer {
    background: #2294f2;
}

.chat-footer .chat-footer-content {
margin-bottom: 20px;
overflow: hidden;
}

.chat-footer .chat-footer-content textarea, .chat-footer .chat-footer-content select {
    max-width: 100%;
    max-height: 100px;
    color: #000;
    width: 100%;
}

.chat-footer .chat-footer-content textarea {
    height: 100px;
    resize: none;
}
.chat-wrapper{    padding-left: 10px !important;
    padding-right: 10px !important;}

.chat-newicon {padding: 5px 14px; background: #ffffff; float: left; color: #000; margin: 10px 10px 10px 0px; border: 1px solid #d0d0d0;}

.chat-newicon a {
color: #000 !important;
margin-left: 5px;
}

.chat-newicon .fa-file-pdf-o {
color: #bd260a;
}

.chat-newicon .fa-file-word-o {
color: #2294f2;
}

.chat-newicon .fa-file-photo-o {
color: #8f0abd;
}

.chat-newicon .fa-file-excel-o {
color: #2da106;
}

.chat-body .header {
    color: #1a9d06 !important;
    font-size: 20px;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        /*border-bottom: 1px dotted #B3A9A9;*/
        position: relative !important;
        padding: 10px 10px 0; border-radius: 11px;
        background :#d9eaff;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }


        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .chat .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }

  .chat-wrapper.panel-body {
        overflow-y: scroll;
        height: 400px;
    }

.mychatbg {
    background: #efefef !important;
    
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.whitebtn {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 60px;
}

.mystatus .col-sm-3 {
    color: #2b343e !important;
    font-weight: bold;
}

.myrespon .col-sm-3 {
    color: #2b343e !important;
    font-weight: bold;
}

.avatarsize {
    width: 50px;
}
.title-head {
    background: #2b343e;
    padding: 9px 20px;
    margin: 0 0 -1px 0;
}
.title-head h3{
        color: #ffffff;
}

.form-control input:read-only {
    background-color: yellow;
}

/* add sitebar*/
.auth-box .content{width: 98% !important;padding: 16px 0px 36px;}
/*
#wrapper .sidebar {width: 97px !important ;}
.layout-fullwidth #wrapper .sidebar {
    left: 0 !important ;
}
#wrapper .main{left: -36px !important;}
#wrapper .main{width: calc(100% - 143px) !important;}*/
.layout-fullwidth #wrapper .sidebar {
    left: -200px !important;
}
.layout-fullwidth #wrapper .main {
    width: 96% !important;
}
.layout-fullwidth #wrapper .sidebar .nav> li a {
    text-align: right;
    padding: 18px 13px !important;
    transition-delay:60s;
    transition: all 0.2s ease-in-out;
}


.layout-fullwidth #wrapper .sidebar .nav span{ display:none;}