﻿.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #FFCCCC;
}

h1 {
    margin-bottom: 25px;
}

.validation-summary-errors {
    color: #F00;
}

    .validation-summary-errors li {
        list-style-type: none;
    }

.reset_pass tr td input[type="password"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px #555555 inset;
    color: #808083;
    font-size: 14px;
    font-weight: normal;
    outline: medium none;
    padding: 6px 4px;
    width: 100%;
}

.confirm-ok {
    color: #235a18;
    font-size: 15px;
    font-weight: bold;
    border-style: solid;
    border-color: #235a18;
    border-width: 1px;
    background-color: #b2e29f;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 40px;
    margin-right: 40px;
}

/*.export_report_button{
    display: none;
}*/

#period-select-form img {
    position: relative;
    margin-left: 3px;
    top: 5px;
}

#period-select-form input {
    position: relative;
    top: -3px;
}

.logout {
    text-align: right;
    margin-right: 25px;
    margin-bottom: 5px;
    text-decoration: none;
}

.form_to_show input[type="submit"] {
    margin-bottom: 10px;
}

.info_container select {
    width: 367px;
    height: auto;
    padding: 5px 10px;
    color: #000000;
    font-size: 17px;
    font-family: 'calibriregular';
    border: 1px solid #dadadb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    transition: border linear .2s;
    -webkit-transition: border linear .2s;
    -moz-transition: border linear .2s;
    -ms-transition: border linear .2s;
    -o-transition: border linear .2s;
}

input:read-only {
    background-color: #EBEBE4;
}

.report_left ul {
    margin-left: 0;
}

.report_right {
    width: 805px;
}

.phone_ri {
    padding-right: 42px;
}

html {
    overflow-y: scroll;
}

.leads-result {
    margin-top: 10px;
}

    .leads-result table {
        margin-top: 10px;
    }


    .leads-result th {
        background: #e8e9ed !important;
        color: #4c4747;
        font-size: 15px;
        text-align: center;
    }

    .leads-result td, .result-data th {
        border-bottom: 1px solid #cac9c9;
        border-right: 1px solid #cac9c9;
    }

.leads-result, .result-data td {
    background-color: #f4f4f4;
}

    .leads-result tr:first-child th,
    .leads-result tr:first-child td {
        border-top: 1px solid #cac9c9 !important;
    }


    .leads-result th:first-child {
        border-left: 1px solid #cac9c9 !important;
    }

    .leads-result th.lead-header {
        border-left: none;
        background-color: #febc76 !important;
    }

        .leads-result th.lead-header:nth-child(2n) {
            border-right: none;
        }




.call-leads-box {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    padding: 15px 8px;
    margin-bottom: 20px;
}

    .call-leads-box.assigned-to-me {
        background-color: #bedeaa;
    }

    .call-leads-box.assigned-to-another {
        background-color: #d9d9d9;
    }

    .call-leads-box .column {
        text-align: left;
        float: left;
        padding-right: 5px;
    }


.call-leads-take-btn {
    background: #295829;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
}

.call-leads-return-btn {
    background: #ff0000;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
}


.call-leads-modal {
    display: none;
    padding: 25px;
    cursor: default;
}

    .call-leads-modal .success-btn {
        background: #14a920;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border: none;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        border-radius: 4px;
        padding: 10px;
        cursor: pointer;
    }

    .call-leads-modal .danger-btn {
        background: #ff0000;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border: none;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        border-radius: 4px;
        padding: 10px;
        cursor: pointer;
    }
/*#region bubbles */

.bubble-3-sm {
    width: 33%;
    float: left;
}

.bubble {
    width: 184px;
    height: 187px;
    font-size: 26px;
    line-height: 187px;
    color: #000;
    margin: auto;
}

.bubble-sm-blue {
    background: url(images/total_blue.png) no-repeat center;
}

.bubble-sm-orange {
    background: url(images/total_orange.png) no-repeat center;
}

.bubble-sm-green {
    background: url(images/total_green.png) no-repeat center;
}


/*#endregion */

/* toggle switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
  
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f3b0b0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 85px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #c3e5c0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {

    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    
}

#period-select-form button {
    position: relative;
    top: -3px;
}

.form_to_show button {
    margin-bottom: 10px;
}

.form_to_show button {
    background: #121e65;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -ms-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
    transition: background linear .2s, color linear .2s;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider .on{
    position: relative;
    top: 7px;
    left: 20px;
    color: green;
    font-weight: bold;
    cursor: pointer;
}

.slider .off{
    position: relative;
    top: 7px;
    left: 45px;
    color: red;
    font-weight: bold;
}
/* end toggle switch*/

/*#region Tabs */

.tabs{
    margin: 25px 15px 0 15px;
	border:1px solid #cac9c9;
	padding:1px;
}
.tabs ul{
	background:#e8e9ed;
}
.tabs ul li{
	width:16.6%;
	border-right:1px solid #c1c0c3;
}
.tabs ul li:last-child{
	border:none;
	width:16%;
}
.tabs ul li a{
    margin-right:0px;
    border:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	text-align:center;
	color:#4c4747;
	font-family: 'calibriregular';
	font-weight:normal;
	text-transform:uppercase;
	font-size:15px;
	padding:10px 5px;
    text-decoration:none;
}
.tabs ul li a:focus,
.tabs ul li a:hover,
.tabs ul li.active>a,
.tabs ul li.active>a:focus,
.tabs ul li.active>a:hover{
    cursor:pointer;
    background: #f4f4f4;
    border:none;
    border-bottom-color: transparent;
	border-bottom:2px solid #121e65;
}

.tabs ul {
    background: #e8e9ed;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.tabs ul li {
    width: 16.6%;
    border-right: 1px solid #c1c0c3;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
/*#endregion */

.form_to_show h1 {
    color: #4c4747;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #cac9c9;
    padding-bottom: 17px;
}

.filter_by_rim_r{
	padding-top:20px;
	text-align:left;
}
.filterby_rim_r{
	float:left;
	width:102px;
	background:#dddfe6;
	padding:20px 10px;
}
.source_device_rim_r{
	float:left;
	width:592px;
	background:#e8e9ed;
	padding:16px 10px;
}
.source_rim_r{
	float:left;
	width:40%;
}
.device_rim_r{
	float:left;
	width:60%;
}
.filter_by_rim_r label{
	padding:0px;
	padding-top:3px;
	text-align:right;
}
.source_pad_rim_r{
	padding:0px 5px !important;
}

/* Sortable tables */
table.sortable thead {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

table.sortable td::after, td.sorttable_sorted::after, td.sorttable_sorted_reverse::after {
    margin-left: 10px;
    content: "  ";
    display: inline-block;
    width: 10px;
    height: 12px;
}

td.unsort::after {
    background: url('images/updown.png');
    background-size: contain;
}

td.sorttable_sorted::after {
    background: url('images/down.png');
    background-size: contain;
}

td.sorttable_sorted_reverse::after {
    background: url('images/up.png');
    background-size: cover;
}

#sorttable_sortfwdind,
#sorttable_sortrevind {
    display: none;
}