
.profile{
    border-bottom: 2px solid #687a8c7d;
    padding: 0px 0px 20px 0px;
}
.breadcrumbs{
    float: right;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
}
.toggle{
  width:auto;  
}
.alert.btn-area {
    background: #ededed;
    padding: 9px 8px 0px 0px;
}
.btn-primary {
    color: #fff;
    background-color: #228be6;
    border-color: #2d7fc7;
}
.right{
    float:right;
}
.listPremis {
    background: #fafafa;
    margin: 5px;
    border: 1px solid rgba(42, 63, 84, 0.4196078431372549);
    border-radius: 9px;
    padding: 5px 12px;
}
.top_nav .navbar-right {
    width: 50%;
}
a.product-name {
    font-size: 18px;
}
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #c1c1c1;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    display:block !important;
}
.user-profile-icon {
    height: 100px;
    width: 100px;
    border: 1px solid #9b9a99;
}
.help-block {
    position: absolute;
    margin-top: 1px;
}
#login-form .form-group {
    text-align: left;
}
#login-form .help-block {
    margin-top: -20px !important;
}
.login-btn {
    text-align: left;
}
.login_content div .reset_pass {
    margin-top: 22px !important;
    margin-right: 0px;
    float: right;
}
.has-success .form-control {
    border-color: #ccc;
 }
 a.post-title {
    color: #228be6;
    font-weight: 700;
}
.post-thumb {
    max-width: 293px;
    margin: auto;
}
.field-post-comment_status strong {
    line-height: 25px;
}
.nav>li>a {
    padding: 12px 15px 8px;
}
.nav.side-menu>li {
    border-bottom: 1px solid #203448;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
    background: #2a3f54;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.tabs-left>li>a:hover, .tabs-left>li>a:focus {
    background: #2a3f54;
    color: #fff;
    font-weight: 700;
}
.tabs-left>li>a {
    font-weight: 700;
}
a.collapse-link {
    padding: 0px !important;
    font-size: 21px !important;
    color: #73879c !important;
}
.address .panel_toolbox {
    min-width: 0px;
}
.btn-sm{
    padding: 2px 6px !important;
}
.table{
    background: #fff;
}
.panel_toolbox {
    min-width: 22px;
}
.view-ticket .x_panel {
    border-radius: 6px;
    padding: 10px 10px;
    padding-bottom: 0px;
}
.view-ticket .x_title {
    margin: -6px -10px;
    padding: 0px 10px;
}
.view-ticket .x_content {
    margin-top: 15px;
}
.no-lr-padding{
    padding-left: 0px;
    padding-right: 0px;
}
/********************************/
.form-check label{
	position: relative;
	cursor: pointer;
	color: #73879C;
	font-size: 25px;
        margin-bottom: 0px;
}
input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #8e44ad;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
span.checkbox-text {
    font-size: 13px;
    color: #73879C;
    position: absolute;
    width: 100px;
    top: 8px;
}
/*.modal{
    z-index: 1010 !important;
}*/
/****************************/
.table-borderless td {
    border: none !important;
    padding: 0px 0px !important;
}
.table-borderless {
    margin-bottom: 0px;
}
small {
    float: right;
    color: #73879C !important;
}
.status-btn{
    padding: 3px 5px;
    max-width: 80px;
    min-width: 80px;
    font-weight: 600;
    border: none;
}
.profile-img {
    float: left;
}
.activity-text {
    float: left;
}
.activity p {
    margin: 0px;
}
img.img-responsive.activity-avatar {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    border: 1px solid #9b9a9938;
    margin: auto;
}
.activity {
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}
.activity {
    border-bottom: 1px solid #ededed;
    padding: 5px 0px;
    margin-right: -5px;
    background: rgba(246, 246, 246, 0.33);
}
.row.activity-panel {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -9px;
    min-height: 590px;
    max-height: 590px;
    overflow-y: scroll;
}
.activity:hover {
    background: rgba(236, 236, 236, 0.8);
}
.bootstrap-duallistbox-container select {
    width: 100%;
    height: 300px;
    padding: 0;
    padding-top: 10px;
}
.btn_priority, .btn_priority:hover{
        border-radius: 17px;
        min-width: 69px;
        font-weight: 500;
        box-shadow: 0 0 black;
        color: #fff;
        padding: 2px 0px;
        margin-top: 10px;
}
.btn_low{
    background: #f9f100;
}
.btn_high{
    background: #428bca;
}
.btn_normal{
    background: #30ef00d1;
}
.btn_critical{
    background: #fd0505c7;
}
.btn-closed{
background: #9E7CD7;
color: #fff;
}
.btn-resolve {
    background: #FD6A02;
    color: #fff;
}
.btn-open {
    background: #cf2929;
    color: #fff;
}
.btn-inprocess {
    background: #21a808;
    color: #fff;
}
.btn-forward {
    background: #5bc0de;
    color: #fff;
}
.search-form .form-control {
    padding: 0px 5px;
    font-size: 12px;
    height: 25px;
    color: #73879C;
}
.ticket-subject {
    margin-bottom: 0px;
    color: #3e82c5;
}
p.ticket-text {
    margin-bottom: 0px;
}
address p {
    margin-bottom: 0px;
}
.activity.col-md-12.response {
    background: rgba(220, 224, 255, 0.65);
}
tr.view-ticket.response {
    background: rgba(220, 224, 255, 0.65) !important;
}
p.text-error {
    color: #c93d3d;
}
.error-summary {
    color: #de2a2a;
}
.remove-data {
    color: #fff !important;
    padding: 2px 8px !important;
    margin-bottom: 0px !important;
    margin-right: -10px !important;
}
.modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
#myProgress {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    top:0px;
}

#myBar {
  width: 0%;
  height: 3px;
  background-color: #204d74;
  text-align: center;
  line-height: 30px;
  color: white;
}
.input-group.todo-item {
    margin-bottom: 0px;
}
.todo-item .input-group-addon {
    padding: 3px 0px 0px 2px;
    background: #ffefa4;
    border: none;
}
.todo-item .no-lr-padding {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.todo-text {
    border: none;
    background: #ffefa4;
    box-shadow: none;
    font-size: 15px;
    resize: none;
    color: #92909a;
    padding-left: 0px;
    padding-right: 0px;
    font-family: initial;
}
ul.to_do li {
    padding: 0px;
    background: #ffefa4;
}
.todo-item .form-check label {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 0px;
}
.todo-delete {
    position: absolute;
    right: -6px;
    z-index: 9;
    padding: 0px;
    top: 5px;
    display: none;
}  
.todo-delete .btn.btn-danger {
    padding: 0px 3px 0px 3px;
}
.todo-item:hover .todo-delete{
      display: block;
}
.line-through{
        text-decoration: line-through;
}
ul.dropdown-menu.searched-text {
    margin-top: -1px;
    left: 10px;
    width: 94%;
}
.searched-text>li>a {
    color: #5A738E;
    font-size: 15px;
    padding: 3px 10px;
}
.pagination {
    margin-top: -5px;
}