/*
 * Following CSS codes are used only for demo purpose thus you can remove them completly whenever you want. 
 */

.toggle-switch .ts-label {
    min-width: 85px;
}
.toggle-switch .ts-r-label {
    margin-left: 30px;
}

.media-demo .media {
    margin-bottom: 25px;
}

.media-demo .media .media {
    margin-top: 25px;
}

.dropdown-basic-demo {
    display: inline-block;
    margin: 0 15px 20px 0;
}

.dropdown-basic-demo .dropdown-menu {
    display: block;
    position: relative;
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 0;
}

.dropdown-btn-demo .dropdown, .dropdown-btn-demo .btn-group, .btn-demo .btn {
    display: inline-block;
    margin: 0 5px 7px 0;
}

.modal-preview-demo .modal {
    position: relative; 
    display: block; 
    z-index: 0; 
    background: rgba(0,0,0,0.1);
}

.margin-bottom > *{
    margin-bottom: 20px;
}

.popover-demo .popover {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 0 10px 30px;
    z-index: 0;
}

.color-block {
    color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
    font-weight: 500;
}

.color-block span {
    display: block;
}

.color-block .color {
    font-size: 14px;
   }

.color-block .code {
    margin: 5px 0;
}

.color-block .less {
    font-size: 11px;
}

.color-block-small {
    width: 100px;
    color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
}

.animation-demo .row {
    margin: 25px -6px 0;
    margin-bottom: -10px;
}

.animation-demo .card-body img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.animation-demo .col-xs-6 {
    padding: 0 6px;
    margin-bottom: 12px;
}

.animation-demo .btn {
    width: 100%;
    text-transform: none;
}

.bs-item {
    background: #fff;
    margin-bottom: 30px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.bs-item:before {
    display: inline-block;
    content: "";
    height: 100px;
    width: 1px;
    vertical-align: middle;
}

.btn-colors > .btn {
    min-width: 112px;
}

.btn-demo > .btn, .btn-group-demo > .btn-group {
    margin: 0 5px 10px 0;
}



.icons-demo .card-body .zmdi, .card-body .socicon {
    font-size: 23px;
    vertical-align: middle;
    color: #333;
    margin-right: 10px;
}

.icons-demo .card-body .col-sm-4 {
    padding: 0 7px;
}

.icons-demo .card-body .col-sm-4 p {
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 0;
}

.icons-demo .card-body .col-sm-4 p:hover {
    background: #eee;
    cursor: pointer;
}

.notifications .btn {
    width: 100%;
    margin-bottom: 20px;
}

.datepicker-demo .dd-block {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 25px;
    vertical-align: top;
}

.curser-pointer-nh {
	cursor: pointer;
}

.curser-pointer {
    cursor: pointer;
}

.curser-pointer:hover
{
    box-shadow: 0px 0px 50px #9E9E9E;
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
}

.mouse-pointer {
	cursor: pointer;
}

.border-green {
	border: 1px solid green;
}

.border-red {
	border: 1px solid red;
}

.border-green:not(.btn-link) {
	box-shadow: none;
}

.border-red:not(.btn-link) {
	box-shadow: none;
}

.border-green:hover:hover,
.border-green:focus:hover,
.border-green.focus:hover,
.border-green:active:hover,
.open > .dropdown-toggle.border-green:hover,
.border-green:hover:focus,
.border-green:focus:focus,
.border-green.focus:focus,
.border-green:active:focus,
.open > .dropdown-toggle.border-green:focus,
.border-green:hover.focus,
.border-green:focus.focus,
.border-green.focus.focus,
.border-green:active.focus,
.open > .dropdown-toggle.border-green.focus {
  border: 1px solid green;
  box-shadow: none;
}

.border-red:hover:hover,
.border-red:focus:hover,
.border-red.focus:hover,
.border-red:active:hover,
.open > .dropdown-toggle.border-red:hover,
.border-red:hover:focus,
.border-red:focus:focus,
.border-red.focus:focus,
.border-red:active:focus,
.open > .dropdown-toggle.border-red:focus,
.border-red:hover.focus,
.border-red:focus.focus,
.border-red.focus.focus,
.border-red:active.focus,
.open > .dropdown-toggle.border-red.focus {
  border: 1px solid red;
  box-shadow: none;
}

.form-control > .option-default {
	 color: #a2a2a2 !important;	
}

.bgm-lightgray{
	background-color: #c0c0c0;
}

.bgm-whitesmoke{
	background-color: whitesmoke;
}

.card-header[class*="bgm-"] h2 {
  color: #000000;
}

.card-header[class*="bgm-"] h2 small{
	color : #aeaeae;
}

.boxshadow-none {
	box-shadow: none;
}

.blue-background-placeholderclass {
	border: 1px dashed #C8EBFB !important;
    box-sizing: border-box !important;
    background-color: #C8EBFB !important;
    border-radius: 10px !important;
}

