﻿iframe {
    *min-height: 1000px;
}

.table th, .table td {
    padding: 0 5px;
}

.pagination {
    border: 1px solid #000000;
    height: 30px;
    margin: 13px 0;
}

    .pagination tr {
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
    }

    .pagination td {
        border: 0;
        vertical-align: middle;
        background-color: #ffffff !important;
    }

        .pagination td:first-child, .pagination tr:hover td, .pagination td:hover {
            background-color: #fff;
        }

    .pagination a:hover, .pagination .active a {
        background-color: #f5f5f5;
    }

    .pagination a, .pagination span {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border: 1px solid #ddd;
        line-height: 20px;
        border-image: none;
        *border-style: solid;
        float: left;
        padding: 0 14px;
        text-decoration: none;
    }

    .pagination span {
        color: #999999;
    }

    .pagination a:hover {
        background-color: #f5f5f5;
    }

th {
    color: #ffffff;
    background-color: #555555 !important;
}

.btn-toolbar {
    margin: 0;
}

.lblScore {
    color: #fff;
    display: inline-block;
    background-color: #468847;
    border-radius: 10px;
}

select, input {
    width: 150px;
}

    select, input[type="text"] {
        height: 25px;
        line-height: 25px;
        margin: 2px;
        padding: 0 !important;
    }

.controls li {
    position: relative;
    left: 1.4rem;
    vertical-align: text-top;
}

.table th, .table td {
    padding: 0 5px;
    vertical-align: middle !important;
}

.ui-dialog {
    margin: 20px auto;
    top: 30px !important;
}

.ui-dialog-titlebar-close {
    background-image: url('images/close.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    height: auto;
    width: auto;
    padding: 12px;
}

.ui-dialog-buttonset button {
    background-color: #87b87f !important;
    border-color: #87b87f;
}

#gridReAnnounced {
    font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}

.multiselect {
    line-height: 25px;
}

.multiselect-selected-text {
    line-height: 25px !important;
    font-size: 12px;
}

ul.multiselect-container li {
    margin-right: 7%;
}

select {
    padding: 0;
    /*width: 150px;*/
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
}

.imgState {
    text-align: center;
    vertical-align: middle;
    padding: 2px 5px !important;
}

#divRequest a {
    float: left;
    margin-right: 5px;
}

.lblScore {
    color: #fff;
    display: inline-block;
    background-color: #468847;
    border-radius: 10px;
}

.cursorpoint {
    cursor: pointer;
    color: #fff;
}

#mapRequest {
    height: 300px;
    width: 30%;
    float: left;
    border-top: 1px solid #000;
    background-color: #f1eee8;
}

input[type="text"], select {
    padding: 0;
    height: 25px;
    line-height: 25px;
    min-height: 25px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 5px;
    text-align: right;
}
#panel-right {
    position: absolute;
    z-index: 100;
    margin: 0 20px 20px;
    width: 25%;
    right: 20px;
    direction: rtl;
    float: right;
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 2px;
}

#panel-right-bottom {
    position: absolute;
    z-index: 100;
    margin: 0 20px 20px;
    width: 25%;
    right: 20px;
    bottom: 20px;
    direction: rtl;
    float: right;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 2px;
    cursor: pointer;
}

    #panel-right-bottom span {
        display: block;
        float: right;
        border: 1px solid #dddddd;
        padding: 2px;
        color: #0073ea;
        margin: 2px;
    }

#menubar {
    height: 20px;
}

.txtAddress {
    padding: 5px;
    border: 1px solid #d3d3d3;
    width: 85%;
}

.imgAdd {
    display: block;
    padding: 3px 1px;
    float: left;
    cursor: pointer;
}

.btnSave {
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: middle;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

input, select {
    padding: 3px;
    border: 1px solid #d3d3d3;
}

#divAddEvent {
    background: none repeat scroll 0 0 #E0E0ED;
    list-style: none outside none;
    margin: 0;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 5px;
}

#search_result {
    background: none repeat scroll 0 0 #eee;
    list-style: none outside none;
    margin: 0;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    padding: 5px;
}

ul#search_result li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    line-height: 25px;
    padding: 5px 5px 5px 0;
    width: 100%;
}

    ul#search_result li:hover {
        background-color: #ccc;
        color: #f61238;
    }
/* Generic context menu styles */
.contextMenu {
    position: absolute;
    width: 120px;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #EEE;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
    font: 11px Tahoma;
    float: right;
    direction: rtl;
}

    .contextMenu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .contextMenu a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 20px;
        height: 20px;
        background-position: 95px center;
        background-repeat: no-repeat;
        outline: none;
        padding: 1px 5px;
        padding-right: 28px;
        cursor: pointer;
    }

    .contextMenu li:hover a {
        color: #FFF;
        background-color: #3399FF;
    }

    .contextMenu li:disabled a {
        color: #AAA;
        cursor: default;
    }

    .contextMenu li:hover:disabled a {
        background-color: transparent;
    }

    .contextMenu li.separator {
        border-top: solid 1px #CCC;
    }

    .contextMenu li.pin a {
        background-image: url(images/pin_blue.png);
    }

    .contextMenu li.ruler a {
        background-image: url(images/ruler.png);
    }

    .contextMenu li.copy a {
        background-image: url(images/page_white_copy.png);
    }

    .contextMenu li.paste a {
        background-image: url(images/page_white_paste.png);
    }

    .contextMenu li.delete a {
        background-image: url(images/page_white_delete.png);
    }

    .contextMenu li.quit a {
        background-image: url(images/door.png);
    }

    .contextMenu li.route a {
        background-image: url(images/map1.png);
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    padding: 5px;
    width: 86%;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 5px;
    width: 86%;
}

.panel_call {
    pointer-events: auto;
    top: 0px;
    position: fixed;
    z-index: 800;
    left: 0;
    width: 240px;
    max-height: 100%;
    overflow: auto;
    padding: 0px;
    box-shadow: 1px 1px 20px #555;
    direction: rtl;
}

#min_panel {
    display: block;
    margin-top: 80px;
    margin-bottom: 35px;
}

.callNumber {
    margin: 3px 2px 3px 0;
    padding: 5px 25px 5px 0;
    background: url('img/actions/phone2.png') no-repeat scroll right center transparent;
    direction: rtl;
}

.callAddress {
    margin: 3px 2px 3px 0px;
    padding: 5px 25px 5px 0px;
    background: url('img/actions/addr2.png') no-repeat scroll right center transparent;
    direction: rtl;
}

.callHead {
    border-bottom: 1px solid #EEE;
}

.callID {
    text-align: center;
    font: bold 14px tahoma;
    color: #F00;
}

.clear {
    clear: both;
}

.call_type_bg_default {
    background: url('img/actions/call.png') no-repeat scroll left center #EEE;
}

.call_type_bg_pesky {
    background: url('img/actions/pesky.png') no-repeat scroll left center #EEE;
}

.call_type_bg_action {
    background: url('img/actions/action.png') no-repeat scroll left center #EEE;
}

.callBox {
    font-size: 11px;
    width: 220px;
    z-index: 800;
    box-shadow: 1px 1px 10px #555;
    overflow: hidden;
    margin-top: 5px;
}

    .callBox:hover {
        cursor: pointer;
        opacity: 0.5;
    }

#lstVehicle {
}

#panel-right {
    position: absolute;
    z-index: 100;
    margin: 0 20px 20px;
    width: 25%;
    right: 20px;
    direction: rtl;
    float: right;
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 2px;
    font: 11px Tahoma;
}

.txtAddress {
    padding: 5px;
    border: 1px solid #d3d3d3;
    width: 85%;
}

#search_result {
    background: none repeat scroll 0 0 #eee;
    list-style: none outside none;
    margin: 0;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    padding: 5px;
}

ul#search_result li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    line-height: 25px;
    padding: 5px 5px 5px 0;
    width: 100%;
}

    ul#search_result li:hover {
        background-color: #ccc;
        color: #f61238;
    }

.custom-mouse-position {
    float: right;
}

.contextMenu {
    position: absolute;
    width: 120px;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #EEE;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
    font: 11px Tahoma;
    float: right;
    direction: rtl;
}

    .contextMenu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .contextMenu a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 20px;
        height: 20px;
        background-position: 95px center;
        background-repeat: no-repeat;
        outline: none;
        padding: 1px 5px;
        padding-right: 28px;
        cursor: pointer;
    }

    .contextMenu li:hover a {
        color: #FFF;
        background-color: #3399FF;
    }

    .contextMenu li:disabled a {
        color: #AAA;
        cursor: default;
    }

    .contextMenu li:hover:disabled a {
        background-color: transparent;
    }

    .contextMenu li.separator {
        border-top: solid 1px #CCC;
    }

    /*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

    .contextMenu li.pin a {
        background-image: url(images/pin_red.png);
        background-size: 20px 20px;
    }

    .contextMenu li.ruler a {
        background-image: url(images/ruler.png);
    }

    .contextMenu li.copy a {
        background-image: url(images/page_white_copy.png);
    }

    .contextMenu li.paste a {
        background-image: url(images/page_white_paste.png);
    }

    .contextMenu li.delete a {
        background-image: url(images/page_white_delete.png);
    }

    .contextMenu li.quit a {
        background-image: url(images/door.png);
    }

    .contextMenu li.route a {
        background-image: url(images/map1.png);
    }

    .contextMenu li.routea a {
        background-image: url(images/pin_blue.png);
        background-size: 20px 20px;
    }

    .contextMenu li.routeb a {
        background-image: url(images/pin_green.png);
        background-size: 20px 20px;
    }

.imgAdd {
    display: block;
    padding: 3px 1px;
    float: left;
    cursor: pointer;
}

#divAddEvent {
    background: none repeat scroll 0 0 #E0E0ED;
    list-style: none outside none;
    margin: 0;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 5px;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    padding: 5px;
    width: 86%;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 5px;
    width: 86%;
}

#dialog {
    direction: rtl;
}

.SL_userInfo_cls {
    left: 20px;
    padding-left: 0;
    padding-right: 10px;
    right: auto;
}

.SL_userInfo_cls {
    background: none repeat scroll 0 0 #444;
    border-radius: 4px 4px 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 50px;
    line-height: 20px;
    position: absolute;
    top: 65px;
    width: 50px;
}

    .SL_userInfo_cls:hover {
        top: 60px;
    }

.SL_userInfo_opn {
    float: left;
    left: 20px;
    padding-left: 0;
    padding-right: 10px;
    right: auto;
    width: 63px;
}

    .SL_userInfo_opn.SL_userInfo_opn_hdn {
        display: none;
    }

.SL_userInfo_cls.SL_userInfo_cls_hdn {
    top: 122px;
}

.SL_userInfo_opn {
    background-color: #e9e5e5;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 50px;
    line-height: 77px;
    position: relative;
    top: -29px;
}

#progressBar {
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #292929;
}

    #progressBar div {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #FF8533;
    }

.smsli {
    height: 22px;
    width: 25px;
    background-color: #FF8533;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    color: #fff;
    vertical-align: central;
}

.header {
    border: 3px solid #438eb9;
    border-radius: 10px;
    min-height: 250px;
}

.title {
    background: #438EB9;
    width: -webkit-fill-available;
    text-align: center;
    font-weight: bold;
    font-size: large;
    padding: 20px;
    color: white;
    border-radius: 10px 0 0 0;
}

#Wizard1 {
    margin: 20px auto;
    width: 600px;
}

.stepNotCompleted {
    background: url('../images/circle_red.png') no-repeat center center;
    width: 30px;
    margin-right: 5px;
    color: White;
    font-family: Arial;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

.stepCompleted {
    background: url('../images/circle_green.png') no-repeat center center;
    width: 30px;
    margin-right: 5px;
    color: White;
    font-family: Arial;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

.stepCurrent {
    background: url('../images/circle_yellow.png') no-repeat center center;
    width: 30px;
    margin-right: 5px;
    color: White;
    font-family: Arial;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

.stepBreak {
    width: 3px;
    background-color: Transparent;
}

.wizardProgress {
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}

.wizardTitle {
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

.contentstep {
    border: 3px solid #438eb9;
    padding: 20px;
    border-radius: 10px;
    min-height: 250px;
}

.welcome-card a {
    color: #000;
}

.welcome-card img {
    height: 100px;
    max-width: 100%;
}

.welcome-card p {
    margin-top: 7px;
    font-size: 15px;
}

.card {
    padding: 8px;
    margin-top: 10px;
    min-height: 100%;
}

    .card h6 {
        border-bottom: 1px solid lightgrey;
        padding-bottom: 9px;
    }

.Information {
    border: 1px solid gray;
    padding: 4px;
    min-height: 230px;
    margin-bottom: 8px;
}

.card-link {
    bottom: 5px;
}

    .card-link a {
        color: #000;
    }

    .card-link img {
        width: 28px;
    }

.gridDetails {
    width: 100%;
}

    .gridDetails table {
        height: 100%;
    }

table#requestDetails {
    float: right;
    width: 70%;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
    height: 440px;
}

.reply_wrapper h4 {
    direction: rtl;
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
}

.gridDetails td:last-child {
    font-weight: bold;
}


#mapRequest {
    width: 29.8%;
    float: left;
    height: 440px;
    background-color: #f1eee8;
    border: 1px solid black;
}

.lblrefLabel {
    color: #ffffff;
    padding: 2px 5px;
    margin-bottom: 0;
}

#RefrenceModal {
    top: 5%;
    width: 500px;
}

#section-tabs li:after {
    right: -30%;
}

.subCard {
    float: right;
}

.subCard img, .childCards img{
    max-width: none !important;
}

.picklistColor_ticketseverities_Quick {
    background-color: #cf000e !important;
}

    .picklistColor_ticketseverities_Quick.select2-highlighted {
        white: #ffffff !important;
        background-color: #337ab7 !important;
    }

.picklistColor_ticketseverities_Normal {
    background-color: #34495e !important;
}

    .picklistColor_ticketseverities_Normal.select2-highlighted {
        white: #ffffff !important;
        background-color: #337ab7 !important;
    }

.picklistColor_ticketseverities_NeedTime {
    background-color: #f39d12 !important;
}

    .picklistColor_ticketseverities_NeedTime.select2-highlighted {
        white: #ffffff !important;
        background-color: #337ab7 !important;
    }

.selected {
    border: 5px solid #00b0ff;
}

#GridRequestList th {
    color: #ffffff;
    background-color: #555555 !important;
}

.btn-toolbar {
    margin: 0;
}

input[type="text"], select {
    padding: 0;
    height: 25px;
    line-height: 25px;
    min-height: 25px;
}

textarea {
    padding: 0;
}

.row-fluid [class*="span"] {
    min-height: 25px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.widget-header {
    min-height: 25px;
}

.widget-main {
    padding: 3px;
}

select option {
    padding: 0;
}

select {
    max-width: 250px;
    width: auto !important;
}

#search_result {
    background: none repeat scroll 0 0 #eee;
    list-style: none outside none;
    margin: 0;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    padding: 5px;
}

ul#search_result li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    line-height: 25px;
    padding: 5px 5px 5px 0;
    width: 100%;
}

    ul#search_result li:hover {
        background-color: #ccc;
        color: #f61238;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    padding: 5px;
    width: 96%;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    padding: 5px;
    width: 96%;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 5px 15px 5px 5px;
    width: 93%;
}

.panel_call {
    font-family: Tahoma;
    pointer-events: auto;
    top: 0px;
    position: fixed;
    z-index: 800;
    left: 0;
    width: 170px;
    max-height: 100%;
    overflow: auto;
    padding: 0px;
    *box-shadow: 1px 1px 20px #555;
    direction: rtl;
}

#min_panel {
    display: block;
    margin-top: 80px;
    margin-bottom: 35px;
}

.callNumber {
    *margin: 3px 2px 3px 0;
    padding: 5px 25px 5px 0;
    background: url('img/actions/phone2.png') no-repeat scroll right center transparent;
    direction: rtl;
    font-weight: bold;
}

.callAddress {
    margin: 3px 2px 3px 0px;
    padding: 5px 25px 5px 0px;
    background: url('img/actions/addr2.png') no-repeat scroll right center transparent;
    direction: rtl;
    display: none;
}

.callHead {
    border-bottom: 1px solid #EEE;
    display: none;
}

.callID {
    text-align: center;
    font: bold 14px tahoma;
    color: #F00;
}

.clear {
    clear: both;
}

.call_type_bg_default {
    background: url('') no-repeat scroll left center #FFCE55;
}

.call_type_bg_pesky {
    background: url('') no-repeat scroll left center #FB6E52;
}

.call_type_bg_action {
    background: url('') no-repeat scroll left center #A0D468;
}

.callBox {
    padding: 5px;
    font-size: 11px;
    width: 150px;
    z-index: 800;
    *box-shadow: 1px 1px 10px #555;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 3px;
    border-width: 1px;
    float: right;
    margin-right: 5px;
}

    .callBox:hover {
        cursor: pointer;
        opacity: 0.8;
    }

#txtRequestComment {
    height: 150px !important;
}

.styleTreeGroup {
    border: 1px solid #808080;
    overflow: scroll;
}

.pagination {
    border: 1px solid #000000;
    height: 30px;
    margin: 13px 0;
}

    .pagination tr {
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
    }

    .pagination td {
        border: 0;
        vertical-align: middle;
        background-color: #ffffff !important;
    }

        .pagination td:first-child, .pagination tr:hover td, .pagination td:hover {
            background-color: #fff;
        }

    .pagination a:hover, .pagination .active a {
        background-color: #f5f5f5;
    }

    .pagination a, .pagination span {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border: 1px solid #ddd;
        line-height: 20px;
        border-image: none;
        *border-style: solid;
        float: left;
        padding: 0 14px;
        text-decoration: none;
    }

    .pagination span {
        color: #999999;
    }

    .pagination a:hover {
        background-color: #f5f5f5;
    }

#GridSmsRequestLog th {
    color: #ffffff;
    background-color: #555555 !important;
}

#GridSmsRequestLog {
    margin-bottom: 0;
}

.btn-toolbar {
    margin: 0;
}

.lblScore {
    color: #fff;
    display: inline-block;
    background-color: #468847;
    border-radius: 10px;
}



.controls li {
    position: relative;
    left: 1.4rem;
    vertical-align: text-top;
}

.table th, .table td {
    padding: 0 5px;
    vertical-align: middle !important;
}

.ui-dialog {
    margin: 20px auto;
    top: 30px !important;
}

.ui-dialog-titlebar-close {
    background-image: url('images/close.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    height: auto;
    width: auto;
    padding: 12px;
}

.ui-dialog-buttonset button {
    background-color: #87b87f !important;
    border-color: #87b87f;
}

#gridReAnnounced {
    font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}

.arrowstyle {
    width: 20px;
}

.SearchBtn {
    padding: 5px;
}

.frmTable {
    width: 70%;
    margin: 10px auto;
    border: 1px dotted #000;
    padding: 5px;
}

.frmTable td {
    padding: 10px;
}

#address_result li.selected{
    border: 0;
}