/*
* Custom CSS
* Algie Rosario - 09265310089
*/

.login-box {
	margin-top: 50%;
  }

@media only screen and (max-width: 600px) {
  .login-box {
	margin-top: 40%;
  }
}

.page-sidebar{
	width: 200px;
}

.navbar .logo-box {
	width: 200px;
}

.menu.accordion-menu {
	width: 200px;
}

.page-sidebar-fixed.page-header-fixed .page-inner{
	padding: 60px 0 50px 200px;
}

/*
* PROFILE PAGE START
*/
.profile-cover{
	background: none !important;
	height: 0px !important;
}

.profile-image {
	margin: 0px 20px 20px !important;
}

.profile-image img{
	box-shadow: 0 0 0 5px #b3b9c3 !important;
}


/*
* PROFILE PAGE END
*/

/*
* DASHBOARD
*/
.info-box .info-box-stats {
	float: none;		
}

/*
* DASHBOARD END
*/

/*
* BUTTONS START
*/

.btn-info, .btn-info:visited {
	background-color: #4E5E6A;
	border-color: #4E5E6A;
}

.btn-info:hover, .btn-info:active, btn-info:focus {
	color: #fff;
    background-color: #323c44 !important;
    border-color: #363b4b !important;
}

/*
* BUTTONS END
*/

/*
* PANELS START
*/

.panel-info .panel-heading {
	background: #4E5E6A;
}

/*
* PANELS END
*/

/*
* DATATABLES START
*/
table.dataTable thead .sorting{background-image:url("../images/standard/sort_both.png")}
table.dataTable thead .sorting_desc{background-image:url("../images/standard/sort_desc.png")}
table.dataTable thead .sorting_asc{background-image:url("../images/standard/sort_asc.png")}
/*
* DATATABLES END
*/

/*
* DROPZONE START
*/
.dropzone {
	min-height: 215px;
}

.dz-image img{
	width: 100% !important;
	height: 120px !important;
}

.dropzone .dz-preview .dz-image {
	width: 155px;
}
/*
* DROPZONE END
*/

/*
* SELECT2 START
*/
.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 5px !important;
}
/*
* SELECT2 END
*/

/*
* 3d Bold Navigation START
*/
.cd-nav-container {
	background-color: #fbfbfb;
}

.cd-nav{
	background-color: #ffffff;
}

.cd-nav li{
	border: 1px solid #ffffff;
}

.no-touch .cd-nav li a:hover, .cd-nav li.cd-selected a {
	background: #E9EDF2;
}

.cd-nav-container header{
	border-bottom: 1px solid #fbfbfb;
}

/*
* 3d Bold Navigation END
*/

/*
* SWTICHER START
*/
.cd-switcher {
  text-align: center;
}
.cd-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #22BAA0;
}
.cd-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cd-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #5f5f5f;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cd-switcher input[type="radio"]:checked+label {
    color: #fff;
}

.cd-switcher .cd-switch {
  /* floating background */
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #22BAA0;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

.no-js .cd-switcher {
  display: none;
}
/*
* SWITCHER END
*/

/*
* Read more or less
*/
.parrafContract {
    max-height: 100px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}
