/*cany*/

body, html {
    width: 100%;
    height: 100%;
    font-family: Roboto!important;
    margin: 0;
}

body {
    background: #F3F9FD;
    overflow: auto;
    min-width: 920px!important;
}

header {
 	height: 56px;
    padding: 12px;
    margin: 0!important;
}

header h4 {
    position: absolute;
    top: 32px;
    left: 45px;
}

.c1-window-body {
    padding: 40px;
}

button {
	color: #666;
}

button .fa {
	color:#5386C2;
}

button:hover .fa {
	color:#5386C2;
}

/*LOGIN*/
.login-container {
    width: 340px;
    margin: 0 auto;
    padding-top: 80px;
}

.login-container .btn-primary {
    color: #fff;
    background-color: #3fade6;
    border: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
}



/* DASHBOARD */

.select-container {
	margin: 0 auto; 
	width: 450px;
}

.circle {
    border: 1px solid #52B9C2!important;
    border-radius: 50px;
    padding: 20px;
    height: 100px;
    width: 100px;
    line-height: 60px;
}
.circle-button {
    text-decoration: none!important;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 100px;
}

.circle-button h4 {
    line-height: 24px;
    font-weight: normal;
}


.color-turkuaz {
	color:#52B9C2!important;
}


/*generic*/
.o-n {
	outline:none!important;
}

.btn:focus {
	outline:none!important;
}

.form-group-plus {
    margin-bottom: 30px!important;
}

/*header breadcrumb*/

.panel.panel-primary>.panel-heading {
    background-color: #52B9C2;
    color: #fff;
    border-color: transparent;
}

.c1-window-heading {
    background-color: #52B9C2!important;
    height: 51px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 13px;
    color: #fff!important;
}

.panel .panel-heading .breadcrumb {
    padding: 0;
    margin: 0;
}

.breadcrumb {
	background:none;
	padding:0;
}

.breadcrumb li:first-child {
    margin-right: 12px;
    width: 180px;
    border-right: 1px solid #88D1E0;
}

.breadcrumb li:first-child a, .panel-title {
    font-size: 16px;
    margin-left: 5px;
}

.breadcrumb>li a {
    text-decoration: none;
    color: #fff;
}

.breadcrumb li:first-child .fa {
    display: none!important;
}

.breadcrumb>li .fa {
    font-size: 18px;
}

.breadcrumb>li:nth-child(2) {
    text-decoration: underline;
}

.breadcrumb>.active {
    color: inherit;
    font-weight: 700;
    font-size: 1em;
}


.disabledButton {
	opacity: .5;
}


/*preloader*/

#loadingbar {
    content: '/f1ce';
    font-family: FontAwesome;
    font-size: 90px;
    width: 100%!important;
    display: none;
    position: fixed;
    z-index: 999999!important;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0!important;
    left: 0!important;
    text-align: center;
}

#loadingbar span {
    color: #52B9C2;
    margin: 18% auto;
}

.min-width-50 {
	min-width:50px!important;
}


label.assigned {
	background-color: #e69494;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: normal!important;
    width:95px;
    text-align:center;
}

label.unassigned {
    background-color: gray;
    padding: 3px 10px;
    width:95px;
    border-radius: 10px;
    color: #fff;
    font-weight: normal!important;
    text-align:center;
}

#customer_management_list tbody tr.selected {
	background-color: #FFF!important;
}