html, body {width:100%;height:100%;}
#body {
    background:url(images/bg.jpg) no-repeat fixed;
    background-size: cover;
}
 
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 175px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
.logincontent{
text-align: justify;
    background: #f1f1f1;
    box-shadow: 1px 2px 10px #666;
    padding: 5px;
    border: #fff 15px solid;
    margin-top: 20%;
    border-bottom-width: 55px;
    transform: rotate(7deg);
}
.logincontent h2{margin-top:0px;}
.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    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: 500px;
    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;
	height: 759px;
}

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

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a:hover  {
    border-bottom: 3px solid #7a40ec !important; 
   color: #000000;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.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 {
        z-index: 1;
        position: absolute;
        width: 175px;
        margin-top: 51px;
    }

    .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;
}

.btn-primary.btn-outline {
    color: #32274a;
}

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

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

.btn-warning.btn-outline {
    color: #33284a;
}

.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;
}

.login-panel {
    margin-top: 0;
}

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

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

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: #33284a;
}

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

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

.panel-yellow a:hover {
    color: #df8a13;
}
.logoBox{
	height:150px;
	max-width:150px;
	background:#FFFFFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.logoBox img{
	width:100%;
    margin: auto;
}
.frame {
  height: 150px; /*can be anything*/
  width: 150px; /*can be anything*/
  position: relative;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
.frame img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar-brand img {
  float: none;
  margin: auto;
  top: 0px;
  bottom: 0px;
  position: absolute;
}
/*.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eee;
}
a {
  color: #26478c;
  text-decoration: none;
}*/
a {
  color: #000000;
  text-decoration: none;
}

img.loginFav {
    display: block;
    margin-left: auto;
    margin-right: auto ;
	margin-top:30px;
}
.btn-primary {
  background-color: #7a40ed;
  border-color: #32274a;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #32274a;
  border-color: #285e8e;
  color: #fff;
}
 
.panel-default-2 > .panel-heading-1 {
  background: #505050; /* Old browsers */
background: -moz-linear-gradient(top, #505050 0%, #2e2e2e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #505050 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #505050 0%,#2e2e2e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #505050 0%,#2e2e2e 100%); /* IE10+ */
background: linear-gradient(to bottom, #505050 0%,#2e2e2e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
  border-color: #ddd;
  color: #FFFFFF;
  
}
.panel-default {
	border-color: #fff;
}
.panel-default > .panel-heading {
   border-bottom: 3px solid #7a40ec;
   color: #000000;
   background-color: 
}


 
.panel-heading {
  padding: 5px 15px !important;
}
.titlebar-btn{
    margin-top:2px;
}
.page-header {
  margin: 20px 0 20px !important;  
}
.btn-circle {
  border-radius: 4px;
  font-size: 12px;
  margin: 1px;
  padding: 2px 5px;
  text-align: center;
}
input, button, select, textarea {    
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #d5d5d5;
}

.cboxDes {
    background: #587fb4;
    border: 1px solid #587fb4;
    padding: 8px 20px;
    color: #FFFFFF;
}
.login-panel .form-control {
    height: 60px;
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    font-family: 'Open Sans';
    border: none;
    box-shadow: none;
    box-shadow: 0 0 5px #666;
}
.login-panel {
    background: transparent;
    border: none;
    box-shadow: none;
}
.login-panel .panel-heading {
    display: none;
}

.btn-custom {
    border-radius: 10px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
    background: #FFBE68;
    transition: 0.2s all linear;
    box-shadow: 0 0 5px #666;
}
.btn-custom:hover,
.btn-custom:focus {
    outline: none;
    background: #e17f1b;
color:#fff
}
.login-wrapper {
    
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.custom-heading {
    font-family: "Montserrat";
    font-weight: bold;
    color: #fff;
    font-size: 29px;
    margin-top: 40px;
}
.page-title {
    font-family: "Play Fair Display";
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 25px;
}
.page-title span {
    display: block;
    margin-bottom: 10px;
}
.page-title img {
    display: inline-block;
}

@media(min-width:1024px) {
.login-panel form {
    margin-top: 80%;
}
}
@media(min-width:640px) and (max-width:991px) {
.col-md-3.col-sm-6, .col-md-5.col-sm-6 {
    margin-left: 30%;
}
}

 .loginform{
		margin-top:150px !important;
		margin-left:700px !important;
 }

.loginmargin{
    margin-top: 100px;   
}
.login-wrap .panel-body {
    padding: 36px;
}
.login-wrap .panel {
    background: #f6f6f6;
    border-bottom: none;
}
.login-wrap .panel-heading {
    border: none;
    text-align: center;
    text-transform: uppercase;
    background: #33284a;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.login-wrap .panel-heading h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
.login-wrap .form-control {
    border-color: #dedede;
    height: 40px;
    box-shadow: none;
}
.login-wrap #captImg {
    margin: 0;
    max-width: 112px;
}
.login-wrap #captImg img {
    max-width: 100%;
}
.login-wrap .refreshCaptcha {
    padding: 8px 16px;
}
.login-wrap .panel-footer {
    text-align: center;
    font-size: 13px;
}
.dataTables_paginate .paginate_button {
    background: #f2f2f2;
    padding: 5px 12px;
    margin-left: 8px;
    border-radius: 4px;
    color: #555;
}
.dataTables_paginate .ellipsis {
    margin-left: 8px;
}
.dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next {
    background: #7a40ed;
    color: #fff;
}
.dataTables_paginate .paginate_button.current {
    color: #fff;
    background: #555;
}
.dataTables_paginate .paginate_button:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #555;
}
.no-margin-h {
    margin-left: 0;
    margin-right: 0;
}
.c-profile-header {
    background: #B18735;
    padding-top: 30px;
    padding-bottom: 15px;
}
.c-profile-header h3 {
    color: #fff;
    font-size: 30px;
}
.c-profile-body {
    padding-top: 48px;
}
.c-profile-body .cp-info-block h4 {
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
}
.c-profile-body .cp-info-block p {
    font-size: 16px;
    color: #555;
}
.cp-info-block {
    margin-bottom: 20px;
}
.company-logo {
    float: left;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50px;
    margin-right: 20px;
}

/* Notifications */
.header-notification .notification-icon {
    display: inline-block;
    padding: 6px 7px;
    background: #d6ecff;
    font-size: 16px;
    border-radius: 3px;
    color: #32274a;
    vertical-align: bottom;
}
.header-notification .notification-content-inner {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding-left: 8px;
}
.header-notification .notification-content b {
    display: block;
    color: #333;
    font-size: 14px;
}
.navbar-top-links .dropdown-menu li a.header-notification {
    padding: 4px 20px 7px;
}
.notification-content {
    display: inline-block;
    width: calc(100% - 35px);
}
.navbar-top-links .dropdown-menu li a.header-notification:hover {
    background: #fafcff;
}
.notification-content .remove-notification {
    font-size: 14px;
    font-weight: 900;
    display: block;
    padding: 2px 8px;
    position: relative;
    top: 6px;
}