@CHARSET "UTF-8";

html 
{
    min-height:100%;
    font-family: pt_sansregular, arial;
}
body 
{
    min-width:900px;
    min-height:100%; 
    margin: 0;
    padding: 0;
}
.bodydiv 
{
    position:relative;
    min-width:100%;
    min-height:100%;
    margin-bottom:30px;
}

.top_header
{
    position: relative;
    left: 0;
    right: 0;
    top:0;
    background-color: rgb(221,221,221);
    min-width:100%;
    width:auto;
    height:60px;
    text-align:center;
    line-height:60px;

    color: #040404;
    /* text-shadow:-1px 0 #009900, 0 1px #009900, 1px 0 #009900, 0 -1px #009900; */

    font-size:larger;
}

.header_logo
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-left:10px;
}

.user_info
{
    text-shadow:none;
    font-size:medium;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 20px;
    text-align: right;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0px 10px;
}
.language_select
{
    text-shadow:none;
    font-size:medium;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: auto;
    height: 30px;
    text-align: right;
    line-height: 20px;
    padding: 0px 10px;
}
.menu_bar
{
    min-width:100%;
    width:auto;
    /*height:30px;*/
    border-top: 1px solid RGB(77,77,77);
    border-bottom: 1px solid RGB(77,77,77);
    background-color: RGB(85,85,85);
}

div.action_bar, div.action_bar2
{
    padding-left:20px;
    /* margin-bottom:2px; */
    /* font-size: 16px; */
}
div.action_bar>div, div.action_bar_item
{
    min-width:80px;
    text-align:center;
    font-size:smaller;
    padding:1px;
    cursor:pointer;
    color: #0c479d;
    text-decoration: none;
    margin-right:2px;
    padding:1px 10px;
    display:inline-block;
}
div.action_bar>div:hover, div.action_bar_item:hover
{
    background-color: #DFDFDF;
}
div.action_bar_item_not_button
{
    min-width:80px;
    text-align:center;
    padding:1px;
    margin-right:2px;
    padding:1px 10px;
    display:inline-block;
}
.menu_button_current,
.menu_button,
.menu_button_logout
{
    min-width: 80px;
    height:30px;
    text-align:center;
    line-height:30px;
    cursor:pointer;
    font-size: smaller;
    border: 1px solid RGB(200,200,200);
    list-style: none;
}

.menu_button_current,
.menu_button
{
     float:left;
}
.menu_button_logout
{
    float:right;
}

.menu_button_current
{
    background-color: #343434;
    color: #040404;
}
.menu_button_logout:hover,
.menu_button:hover
{
    background-color: #343434;
}


a.menu_button_link
{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

a.menu_button_link:link,
a.menu_button_link:visited{
    /*background-color: #fff;*/
    color: #DFDFDF;
    text-decoration: none;
}

.object_table
{
    background-color:#ffffff;
    border:1px solid #c3c3c3;
    border-collapse:collapse;
    min-width: 100%;
    font-size:12px;
}
.object_table th
{
    background-color:#e5eecc;
    border:1px solid #c3c3c3;
    padding:3px;
    cursor:pointer;
    vertical-align:middle;

}
.object_table td 
{
    padding:3px;
    border:1px solid #c3c3c3;
    cursor:pointer;
}

.object_table_non_clickable td
{
    cursor:default;
}
.blur_table_margin
{
    margin: 50px;
}

.object_table tr:hover 
{
    background-color:#e5eecc;
}


.blur_div 
{
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    text-align:center;
    z-index: 1000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    overflow:auto;
}
.blur_table_div 
{
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    text-align:center;
    z-index: 1000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    overflow:auto;
}
.dialog_wo_form
{
    background-color: #fff;
    position: relative;
    margin: 20px auto;
    padding: 0;
    width: 400px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    text-align:center;
}
.checkbox_canvas
{
    margin-left: 230px;
}
form.dialog_form 
{
    background-color: #fff;
    position: relative;
    margin: 20px auto;
    padding: 0;
    width: 466px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    text-align:center;
    display:none;
}
.digi_inputs
{
    margin-left: 40px;
    text-align: left;
}
.tricheckbox_td
{
    padding: 3px; padding-right:15px; text-align: left;
}
#mass_device_update_form
{
    width: 500px;
}
form.dialog_form_2col_ex
{
    width: 800px;
}
form.dialog_form_ex_gsm_op_group
{
    width: 640px;
}



fieldset.operator_list,
fieldset.dialog_form  
{
    clear: both;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: dotted;
    padding: 10px;
    margin: 1px;
}

div.dialog_form_title
{
    height: 25px;
    font-weight:bold;
    width: 100%;
    font-size:120%;
    background-color: #555555;
    color:white;
}


div.dialog_form_2col
{
    width: 50%;
    float:left;
}

div.dialog_form_2col_gsm_op_group_normal
{
    width: 400px;
    float:left;
}

div.dialog_form_2col_gsm_op_group
{
    width: 240px;
    float:left;
}
fieldset.dialog_form>label, fieldset.dialog_form>.inline_columns>label
{ 
    display: block;
    float: left; 
    width: 150px; 
    padding: 0; 
    margin: 5px 0 0;
    text-align: right; 
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
fieldset.dialog_form>.inline_columns>label
{ 
    width: 135px; 
}
fieldset.dialog_form>input,select,textarea, fieldset.dialog_form>.inline_columns>input,select,textarea
{
    float:left;
    width:200px;    
    margin:5px 0 0 10px;
    height: 18px;
    border:1px black solid;
    padding:0px;
    text-indent: 2px;
}
fieldset.dialog_form>textarea
{
    float:left;
    width:200px;    
    margin:5px 0 0 10px;
}
fieldset.dialog_form>textarea
{
    min-height: 80px;
    resize: none;
}
.dialog_form_control
{
    float:left;
    width:200px;    
    margin:5px 0 0 10px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    font-size: 100%;
}

fieldset.dialog_form>input.error, fieldset.dialog_form>select.error, fieldset.dialog_form>textarea.error,
input.error, select.error, textarea.error
{
    border:1px red solid;
}

fieldset.dialog_form>label.error
{
    width: auto;
    float:right;
    color:red;
    font-size: 10px;
    margin-top:0px;
    margin-right: 20px;
}
fieldset.dialog_form>br
{
    clear:both;
}
.dialog_form input#reset
{
    margin-left:0px;
}
.dialog_buttons
{
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right:auto;
    padding:10px 0px;
}
.dialog_buttons > span
{
    margin: 0px 5px;
    height: 26px;
    line-height: 26px;
    padding:0px 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px #000 solid;
    background-color: white;
    cursor:pointer;
    display:inline-block;  

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
fieldset.dialog_form>input[type="checkbox"], fieldset.dialog_form>.inline_columns>input[type="checkbox"]
{
    width:20px;    
    margin:5px 0 0 10px;
}

.dialog_form_error
{
    width: auto;
    font-size: small;
    color: red;
    display: none;
    text-align: right;
    font-weight: bold;
    padding: 5px 10px 0px 10px;
    clear: both;
    margin: 0px;
}

div.loading-invisible
{
    display:none;
}


div.loading-visible
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    background:#fff;
    _background:none;
    opacity:.75;

}

img.loading-img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



label.operator_label_1
{
    float:left;
    width:160px;

}
label.operator_label_2
{
    float:left;
    width:160px;
    margin-left: 50px;
}
select.operator_list
{
    float:left;
    width:160px;
    margin:0px;
    min-height:250px;
}

select.vehicle_model_list
{
    margin:0px;
    min-height:250px;
    width:100%;
}

label.vehicle_model_list
{
    margin:0px;
    width:100%;
    
}
div.vehicle_model_list
{
    float:left;
    width:42%;
    margin:0px;
    padding:5px;
}
div.vehicle_model_list_middle
{
    float:left;
    width:10%;
}
button.vehicle_model_list_button
{
    width: 30px;
    height: 30px;
    margin: auto;
}
text.vehicle_model_list
{
     width: 100%;
     margin:0px;
}
textarea.vehicle_model_list
{
     width: 100%;
     height: 200px;
     margin:0px;
}
.vehicle_model_list_assign
{
     width: 100%;
     margin-top:5px;
     margin-bottom:20px;
}

.operator_list_buttons
{
    display:inline;
    float:left;
    width:50px;
}

.operator_list_buttons > button
{
    width:30px;
    height:30px;
}

.search_form
{
    width:100%;
}

.search_form fieldset 
{
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin: 10px;
}

.search_form>fieldset>div>input 
{
    border: 1px solid #808080;
}
.search_form>fieldset>div>label
{
    width: 150px;
    display: inline-block;
    margin-right: 5px;
    text-align: right;
}
.search_form>fieldset>div
{
    display: inline-block;
}

.search_form>fieldset>button 
{ 
    margin-left: 50px;
}

.tab_bar
{
    padding-top:1px;
    width:100%;
    padding-left:5px;
    height:20px;
}

.tab_bar > div
{
    border:1px solid black;
    min-width:30px;
    text-align:center;
    font-size:smaller;
    float:left;
    cursor:pointer;
    color: #0c479d;
    text-decoration: none;
    margin:2px;
    padding:0px 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab_bar > div:hover
{
    background:yellow;
}
.selected_tab_button
{
    background:yellow;
}
.dialog_form_window
{
    clear:both;
    overflow: auto;
    display: block;
}
.list_whole_column
{
    margin:0px 5%;
    width:90%;
}
label.list_whole_column
{
    margin:0px 5%;
    width:90%;
}
select.list_whole_column
{
    margin:0px 5%;
    width:90%;
}

.retranslator_table, .outputs_table
{
    vertical-align:middle;
    text-align:center;
}
.retranslator_table th, .outputs_table th
{
    padding:1px 10px;
    vertical-align:middle;
}

.retranslator_table select, .outputs_table select
{
    margin: auto;
    width: 200px;
}
.retranslator_table input, .retranslator_table input
{
    margin: auto;
    width: 350px;
}

.realtime_label
{
    display: inline-block;
    width: 150px;
    text-align: right;
    height: 20px;
}

.realtime_value
{
    display: inline-block;
    width: 300px;
    margin-left: 5px;
    height: 20px;
    font-size:smaller;
}

.realtime_inputs_table
{
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    margin-left: 100px;
}

.realtime_inputs_table_input_cell_on,
.realtime_inputs_table_input_cell_off
{
    width: 40px;
    height: 40px;
    border: 1px solid #c3c3c3;
    color: white;
    font-size: smaller;
}

.realtime_inputs_table_input_cell_on
{
    background-color: green;
}
.realtime_inputs_table_input_cell_off
{
    background-color: red;
}
.realtime_inputs_table_label_cell
{
    height: 40px;
    border: 1px solid #c3c3c3;
    font-size: medium;
    text-align: left;
    background-color: white;
    color: black;
    width: auto;
}

.info_cell_warning_colors
{
    background-color: rgb(255, 240, 240);
    /* color:black; */
    font-size:smaller;
    font-weight: bold;
    color: rgb(255, 80, 80);
}
.info_cell_error_colors
{
    background-color: red;
    color:white;
    font-size:smaller;
}
.info_cell_normal
{
    background-color: '';
    color:'';
    font-size:smaller;
}

.instruction_box
{
    font-size:smaller;
    text-align:justify;
    background-color:#FFFFE0;
    border: 1px dotted #FFA07A;
    font-style: italic;
    padding:5px;
}

textarea.operator_entry
{
    margin-top:15px;
    float:left;
    width:280px;
}
button.operator_entry
{
    margin-top:25px;
    margin-left:15px;
    float:left;
}

.changed_row
{
    background-color: #F0F8FF;
    border: 2px solid orange;
}

.device_preform_button
{
    float: left;
    margin: 5px 15px 0 10px;
    height: 26px;
    line-height: 26px;
    padding:0px 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px #000 solid;
    background-color: white;
    cursor:pointer;
    display:inline-block;  
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.object_table_container
{
    margin:0px;
    padding:0px 20px;

}

.loading_blur
{
    display:none;
    position:absolute;
    top:0;
    left:0;
    right: 0px;
    bottom: 0px;
    margin:0px;
    background: url('loader2.gif'), rgba(255,255,255,0.95);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.search_form
{
    width:100%;
}
.search_form fieldset 
{
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    /*padding: 10px;*/
    margin: 10px;
    font-size: 12px;
}
.search_form>fieldset>div
{
    display: inline-block;
    margin-bottom: 5px;
}
.search_form>fieldset>div>label
{ 
    /*display: block;*/
    min-width: 80px; 
    padding: 0; 
    margin-left: 5px;
    text-align: right; 
}
.search_form>fieldset>div>input 
{ 
    min-width: 80px; 
    margin-left: 5px;
}
.search_form>fieldset>div>select  /*to be the same as other search for inputs*/
{ 
    float: none;
    margin-left: 5px;
    height: 19px;
    width: 171px;
}
.search_form_button
{ 
    margin-left: 55px;
    margin-top: 5px;
    height: 26px;
    line-height: 26px;
    padding: 0px 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px #808080 solid;
    background-color: white;
    cursor:pointer;
    display:inline-block;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.search_form_button:hover
{ 
    background-color: #dfdfdf;
}
.search_tableloader
{
    background: url('loader.gif');
    background-position: left center;
    background-repeat:no-repeat;
    height: 48px;
    display: none;
}
.button_upload
{
    width:16px;
    height: 16px;
    cursor:pointer;
    background: url('upload.png');
    background-position: center center;
    background-repeat:no-repeat;
    display:inline-block;
}

.button_download
{
    width:16px;
    height: 16px;
    cursor:pointer;
    background: url('download.png');
    background-position: center center;
    background-repeat:no-repeat;
    display:inline-block;
}
.button_delete_retranslator, .button_delete_digital_output, .icon-remove
{
    width:16px;
    height: 16px;
    cursor:pointer;
    background: url('remove.png');
    background-position: center center;
    background-repeat:no-repeat;
    display:inline-block;
}

/* tables */
table.tablesorter {
    width: 100%;
    text-align: center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right:21px;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

th.not_sortable
{
    
}

.page_control_start, .page_control_end, .page_control_next, .page_control_previous
{
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}

.page_control
{
    display:none;
    padding:5px;
    text-align: center;
}

.page_control_start
{
    background-image: url(control_start.png);
}

.page_control_end
{
    background-image: url(control_end.png);
}

.page_control_next
{
    background-image: url(control_fastforward.png);
}

.page_control_previous
{
    background-image: url(control_rewind.png);
}

.page_control_info
{
    height: 20px;
    display: inline-block;
    width: auto;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    
}
.user_msg
{
    background-color: #fff;
    position: relative;
    margin: 50px auto;
    padding: 0;
    width: 560px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    text-align:center;
}
.user_msg_title
{
    background-color: red;
    font-weight: bold;
    font-size: 18px;
    color: white;
}
.user_msg_message
{
    padding: 10px;
}
#tab_hardware_info input
{
    width: 500px;
}
#tab_hardware_info label
{
    width: 200px;
}
#tab_hardware_info table
{
    font-size: 11px;
    border-width: 1px;
    margin-top: 5px;
    padding-left: 8px;
    width: 500px;
    height: 45px;
}
#tab_hardware_info td
{
    border-style: solid;
    border-width: 1px;
}
#tab_hardware_info tr
{
    
}

.option_error
{
    color: red;
    font-weight: bold;
}

.login_box
{
    width:340px;
    margin-left: -150px ;
    left:50%;
    position:absolute; 
    top:50%; 

    margin-top:-120px;
    border:1px;
    border-color:black;
    border-style:solid;
}
.login_box p
{
    width:100%;
    vertical-align:middle;
}

.login_box label
{
    display: block;
    width: 130px;
    text-align: right;
    float: left;
    margin-right: 10px;
}

.login_box_button
{
    margin-left: 140px;
}

label.error_search_form
{
    width: auto;
    color:red;
    font-size: 10px;
    margin-top:0px;
    margin-right: 20px;
}
input[type="text"].error_search_form
{
    border-color: red;
}
.number_field
{
    width: 50px;
}

.search_form_control
{
    width:200px;    
    margin:5px 0 0 10px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    font-size: 100%;
    display: inline-block;
}

.selection_control_outerspace
{
    width:200px;    
    margin:5px 0 0 10px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    font-size: 100%;
    display: inline-block;
}

.outerspace
{
    padding-left:20px;
}

.search_form_device
{
    width:100%;
}

.search_form_device fieldset 
{
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin: 10px;
}

.search_form_device_imei_part
{
    width: 200px;
    float: left;
    height: 100%;
    font-size: 12px;
}

.search_form_device_imei_part>input 
{
    border: 1px solid #808080;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    width: 100%;
    width: calc(100% - 2px);
}

.search_form_device_imei_part>textarea 
{
    border: 1px solid #808080;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    height: 100px;
    width: 100%;
    width: calc(100% - 2px);
    resize: none;
}

.search_form_device_controls
{
    float: left; 
    width: calc(100% - 210px);
    height: 100%;
    margin-left: 10px;
    font-size: 12px;
}

.search_form_device_controls>div>input 
{
    border: 1px solid #808080;
}

.search_form_device_controls>div>.date_control 
{
    width: 82px;
}


.search_form_device_controls>div
{
    display: inline-block;
    margin-bottom: 5px;
}

.search_form_device_controls>div>label
{
    width: 150px;
    display: inline-block;
    margin-right: 5px;
    text-align: right;
}

.search_form_device>fieldset>button 
{ 
    margin-left: 50px;
}
.menu_bar_inner
{
    float:left;
    width:calc(100% - 100px);
}
div.inline_columns {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    float: left;
}
ul.connectedSortable {
    list-style-type: none;
    width: 200px;
    border: 1px #808080 solid;
    padding-left: 0px;
    margin: 0px;
    height: 200px;
    overflow-x: auto;
}
#assignDealersFirmware_form {
    width: 459px;
    position: relative;
}

ul#subdealer_list {
    list-style-type: none;
    width: 200px;
    border: 1px #808080 solid;
    padding-left: 0px;
    margin: 0px;
    height: 200px;
    overflow-x: auto;  
    margin-left: auto;
    margin-right: auto;
}

ul#subdealer_list li {
    cursor: pointer;
}
ul#subdealer_list li .tick_icon {
    height: 17px;
    float: right;
    margin-right: 5px;
    display: none;
}

/*FAQ and NEWS start ;;*/

#faq_form table, #news_form table 
{
    min-width: 440px;
    text-align: left;
}
#faq_form label, #news_form label, #news_form input
{
    margin-left: 10px;
}
#faq_form textarea, #news_form textarea 
{
    margin: 5px 0px 20px 10px;
    min-width: 415px;
    max-width: 415px;
    min-height: 100px;
    max-height: 200px;
}
#faq_form select, #news_form select
{
    margin-bottom: 20px;
}


#faq_table .faq_controls, #news_table .news_controls {
    display: none;
}

#faq_table .faq_div, #news_table .news_div {
    margin-top: 10px;
    max-width: 80%;
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
#faq_table .faq_question, #news_table .news_title {
    box-sizing: border-box;
    line-height: 1.8;
    display: inline;
}
#faq_table .faq_answer, #news_table .news_body {
    padding-bottom: 30px;
}
#faq_table img.icon_visibility, #news_table img.icon_visibility {
    margin-right: 8px;
}

    /*Custom for NEWS start*/
    h1.news_header
    {
        margin-left: 20px;
        display: inline;
    }
    .inline_display.action_bar{
        display: inline;
    }
    #news_table .news_date
    {
        font-size: 73%;
    }
    /*Custom for NEWS finnish*/
/*FAQ and NEWS finnish ;;*/

/*Import XML settings form*/
#file_size_span {
    margin-top: 15px;
    float: left;
}
#importxml_form .file_input {
    height: 21px;
}
#importxml_form #duplicates_table {
    width: 100%;
}
#importxml_form #duplicates_fieldset {
    display: none;
}
#importxml_form legend {
    font-size: 12px;
    text-align: left;
}
#importxml_form #duplicates_fieldset span {
    color: red;
}
.border_color_red {
    border-color: red !important;
}

/*modal-row row css*/
.modal-row {
    display: block;
    padding: 2px 5px;    
    text-align: left;
}
.modal-row .dialog_form_control, .modal-row select {
    float: none;
    display: inline-block;
}
.modal-row label {
    width: 40%;
    display: inline-block;
    vertical-align: super;
}
.modal-row input[type="checkbox"] { 
    height: 16px;
    width: 16px;
}
.modal-row input { 
    margin-left: 10px;
}
.used_by_devices_count {
    color: red;
}
.manual-links-row {
    margin-left:10px;
    margin-right:10px;
    height: 40px;
}