/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}

.portlet-body #DivViewMode .navbar {
    background-color: #43525c;
}
    */

.navbar-form {
    padding: 10px 0px;
}

/*Added by Waqas, to show the labels in view mode before editing is done*/
.form-control-view {
    background-color: transparent !important;
    border: 0px solid #e5e5e5 !important;
}


#topMenu {
    margin-right: 8px;
}

.ShowToAdd {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.ShowToRemove {
    position: absolute;
    color:#9B191D;
    right: 5px;
    top: -5px;
    cursor: pointer;
    display:none;
}

.spacelr {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control-view {
    background-color: #f2f2f2 !important;
}

.form-control.select2-container, .input-group input {
    z-index: 1 !important;
}

.brandlogos {
    text-align: center;
    margin-top: 50px;
}

.brandheading {
    font-size: 18px;
    margin-bottom: 20px;
}

.brandlogos img {
    margin-right: 30px;
}

    .brandlogos img.last {
        margin-right: 0px;
    }

.IconActiveBG {
    background-color: #3a9fd8;
    color: #FDFDFD;
    margin-top: -2px !important;
    padding: 5px;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.IconAddBG {
    cursor:pointer;
    background-color: #e5e5e5;
    margin-top: -2px !important;
    color:#999 !important;
    height: 23px;
    width: 22px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.IconAddBG:hover {
    cursor:pointer;
    background-color: #838383;
    margin-top: -2px !important;
    height: 23px;
    width: 22px;   
    color:#FFF !important;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.IconInactiveBG {
    background-color: #C3C3C3;
    color: #999;
    margin-top: -2px !important;
    height: 25px;
    width: 25px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.IconViewBG {
    cursor: pointer;
    color: #5C5C5C!important;
    height: 28px;
    width: 34px;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border: 1px solid #DDD;
}

.IconViewBG:hover {
    cursor: pointer;
    background-color: #ccc;
    color: #696969 !important;
    height: 28px;
    width: 34px;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border: 1px solid #ccc;
}

.IconActionBG  {
    cursor: pointer;
    background-color: #5C5C5C;
    color: #fff !important;
    height:28px;
    border-radius: 0px 5px 5px 0px !important;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.IconActionBG > a  {
    color: #fff !important;
}

.table .btn {
    margin-right: 0px;
}

.portlet {
    margin-bottom: 2px;
}

 /* .form-control {
    height:30px;
} */

.btn-xs {
    padding: 1px 0px !important;
}

.btn-cs {
    padding: 1px 5px !important;
}

.fa-heading {
  padding-top:20px;
}

.portlet-title {
    cursor: pointer;
}


@media (max-width: 768px) {
    .table-scrollable {
        overflow-x: auto;
        overflow-y: auto;
    }
}

@media (max-width: 480px) {
    .brandlogos {
        margin-bottom: 50px;
    }
    .table-scrollable {
        overflow-x: auto;
        overflow-y: auto;
    }
}

.dark.btn, .dark.btn:active, .dark.btn:link, .dark.btn:visited {
    background-color: #3a9fd8;
    color: #fff;
    font-size: 11px;
    border:1px solid #318CC0;
}

.dark.btn:hover {
    box-shadow: 1px 3px 3px #bbb;
    background-color: #318CC0;
    border:1px solid #318CC0;
}

.dark.btn {
    font-size: 11px;
    color: #fff;
    background-color: #3A9FD8;
}

.grey-steel.btn, .grey-steel.btn:active, .grey-steel.btn:link, .grey-steel.btn:visited {
    font-size: 11px !important;
    background-color: #3a9fd8;
    color: #fff;
}

.menuborder {
    border-top: 1px solid #E2E2E2;
}

.menulink {
    text-align: center;
    color: #428BCA !important;
}

.menulink a, .menulink a:link, .menulink a:visited, .menulink a:active {
    font-size: 85% !important;
    color: #428BCA !important;
}
.menulink a:hover {
    color: #428BAA !important;
}

.menulink a i {
    font-size: 90% !important;
    color: #428BCA !important;
}

#showhide {
	display: none;
}

.linkshow, .linkhide {
    cursor:pointer;
    padding:10px 0px;
    margin: 10px 0px 10px 0px;
    font-weight:bold;
}
.linkshow a:hover, .linkhide a:hover  {
    text-decoration:none;
}


.form-control { 
    height: 32px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  line-height: 2.428571;
  padding: 4px;
}

.select2-container .select2-choice {
  height: 28px !important;
}

select[multiple], select[size] {
  height: 28px;
}

label input {
    height:32px;
}

#DDLUser, #BtnFetchData {
  height: 24px;
  margin-top: 5px;
  width:100%;
  border: 1px solid #999;
}

#BtnFetchData {
  background-color:#3A9FD8;
  color:#fff;
  border:1px solid #0092da;
}

.txtcntr {
    text-align: center;
}

#TxtObjective {
    z-index:0;
}

.has-error .form-control {
  border-color: #a94442;
  background-color:#FFE4E4;
  color:#222;
}

.page-top, .page-logo {
    border-bottom: 4px solid #3C9ED7;
}

.page-footer {
    border-top: 1px solid #C3C3C3;
}

.btn-arrow-link {
  margin-top: 5px;
}
.portlet.light .portlet-body {
  padding-bottom: 15px;
}

.go-top {
    display: inline !important;
}
.supportfooter {
    margin-right:20px;
    margin-bottom:5px;
}
.page-footer .page-footer-tools {
  margin-top: -4px;
}
/* Login Page CSS  */

.signupspace {
		margin-right: 20% !important;
	}
	.signuplink {
		padding-top: 40px;
		font-weight: bold;
	}
	.signuplink a {
		padding: 8px;
		background-color: #0092da;
		text-decoration: none;
		color: #fff;
		margin-left: 10px;
	}
	.loginfooter {
		background-color:#0092da;
		height: 200px;
		margin-top: 20px;
	}
	.loginfooter {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 280px;
	  background-color: #E0E0E0;
	}
	
	.login {
	  background-color: #fff !important;
	}
	
	.toploginspace {
		margin-top: 150px !important;
	}
	.loginlogopspace {
		margin-top: 20px;
		margin-left: 20%;
	}
	.footer-container {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.socialicons {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
		margin-top: 35px;
	}
	.socialicons li {
		list-style: none;
		float: left;
	}
	.socialicons li a i {
		font-size: 34px;
	}
	.socialicons li a i, .social-icons li a:active i, .social-icons li a:link i {
		color: #444;
	}
	.socialicons li a:hover i {
		color: #0092da;
	}
    .page-header.navbar .page-logo {
      background: #F5F5F5;
    }
    .page-header.navbar .page-logo a, .page-header.navbar .page-logo a:link, .page-header.navbar .page-logo a:active {
      color: #F5F5F5;
    }
    @media (max-width:900px) {
        .toploginspace {
            margin-top:25px !important;
        }
    }

    /*  User Guide Classes here */

    #popupbg {
    padding: 20px;
    background-color:rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

#guide01, #guide02, #guide03, #guide04, #guide05 {
    display: none;
}

.guidetxtbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #000;
    padding: 20px;
    background-color:rgba(255, 255, 255, 0.8);
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border: 1px solid #Fff;
    margin-top: 200px;
}

#ArrowsGuides {
    width: 180px;
    margin-left: auto;
    margin-right: auto; 
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px !important;
    border:2px solid rgba(0, 0, 0, 0.2);
}

#ArrowsGuides .ArrowLeft1 i {
    font-size: 28px;
    padding: 10px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

#ArrowsGuides .ArrowRight1 i {
    font-size: 28px;
    padding: 10px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

#ArrowsGuides .GuideDone {
    font-size: 22px;
    font-weight: bolder;
    padding: 10px;
    cursor: pointer;
}


.indicator {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    border: 5px solid #fff !important;
    box-shadow: 0px 0px 10px #fff;
    position: absolute;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

#guide01 .Ind {
    left: 2%;
    top: 6%;
}

#guide02 .Ind {
    left: 2%;
    top: 20%;
}

#guide03 .Ind {
    left: 45%;
    top: -2%;
}

#guide04 .Ind {
    left: 75%;
    top: -2%;
}

#guide05 .Ind {
    right: 5%;
    top: -2%;
}

.sidespace {
  margin: 16px;
  float:right;
 
 }

#ui-id-1, #ui-id-2 {
    background-color: #fff;
    z-index: 999999999;
    width: 172px;
    border: 1px solid #ECECEC;
    padding:0000;
}

#ui-id-1 li, #ui-id-2 li {
    list-style: none;
    padding:5px;
    margin:0px;
    border-bottom: 1px solid #ccc;
    cursor:pointer;
}

#ui-id-1 li:hover, #ui-id-2 li:hover {
    background-color: #ddd;
}
.statusspan span {
    display: none !important;
}

#txtMainSearch {
    height: 34px;
}

/* Top Notification */

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  display: block;
  overflow: hidden;
  padding: 15px 15px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  display: inline-block;
  padding: 0;
  background: none;
  clear: inherit;
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  border: 0;
  margin-top: -1px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
  float: right;
  max-width: 75px;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: right;
  padding: 1px 5px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user {
  padding: 0 0 0 0px;
}

@media (min-width: 768px) {
    .page-boxed .page-header.navbar .top-menu .navbar-nav {
        margin-right: 10px;
    }
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
  margin-right: 0px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
  padding: 24px 5px 24px 5px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
  margin: 0px;
  padding: 28px 16px 19px 0px;
}

@media (max-width: 1005px) {
    .input-large {
        width: 250px !important;
    }
}

h3.form-section {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom:5px;
    font-size:16px;
}

.dataTables_filter {
/*display:none;*/
}

.custom-red a i.cstm {
    color: #E08283 !important;
      margin-top: 3px;
}

#dropdown-menu li {
  padding: 5px 5px;
}

#dropdown-menu li.active {
  background-color:#f6f6f6;
}


#dropdown-menu li > a {
  padding: 0px 0px;
  text-decoration: none;
  display: inline;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
}

#dropdown-menu li > a.first {
  width: 105px;
  display: block;
  float: left;
}
.makedefault {
    color:#428bca !important;

}
.makeundefault {
    color:#888 !important;

}

.tbl-top-btn 
{
    margin-top:20px;
} 

.tbl-top-textbox{
    height:32px;
    border:1px solid #cccdcc;
}

.tbl-top-paging-btn{
    margin-top:25px;
    margin-left:15px;
}
