﻿/* Общий эскиз страницы */
html, body, form
{
    margin: 0;
    padding: 0px;
    height: 100%;
    min-height: 100%;
}

A:link
{
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
}
A:hover
{
    color: #000000;
    text-decoration: underline;
}

.wrapper
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 800px;
    position: relative;
    background-color: #f7f7f7;
}
.header
{
    margin-top: 20px;
    height: 83px;
    width: 960px;
    margin: 10px auto 0px auto;
}
.left
{
    float: left;
    width: 200px;
    border-right: #d3d3d3 1px solid;
}
.right
{
    margin-left: 200px;
}
.spacer
{
    height: 40px;
}
.footer
{
    height: 40px;
    margin-top: -40px;
    background-color: #858585;
    position: relative;
}
.clear
{
    clear: both;
}
.backing
{
    background-image: url(Images/bg-workspace.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
    right: 5px;
    height: 150px;
    width: 150px;
    z-index: 1;
}
/********************/
/* Шапка */
.header-container
{
    background-color: #858585;
    background-image: url(Images/bg-logo.png);
    background-repeat: no-repeat;
    padding-left: 150px;
    padding-top: 5px;
}
.header a.home
{
    position: absolute;
    width: 50%;
    height: 80px;
    text-indent: -9999px;
    z-index: 1001;
}
.header .login-info
{
    text-align: right;
    padding: 0px 5px 2px 0px;
}
.header .caption-application, .header .caption-description
{
    font-family: Calibri;
    font-weight: bold;
    padding: 0px;
}
.header .caption-application
{
    font-size: 30pt;
}
.header .caption-description
{
    padding-left: 70px;
    font-size: 12pt;
    margin-top: -5px;
}
/*********/
/* Футер */
.copyright-vendor, .copyright-client
{
    position: absolute;
    font-family: Verdana; /*font-weight:bold;*/
}
.copyright-vendor
{
    right: 5px;
    bottom: 10px;
}
.copyright-client
{
    left: 5px;
    bottom: 10px;
}
/*********/
/* Шрифты */
*
{
    font-family: Verdana, Calibri, Tahoma, Segoe, serif;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 0px;
}
.footer *, .header *
{
    color: black;
}
.container *
{
    color: #232323;
}
/*********/
/* Заголовки */
.caption-application
{
    font-size: 20pt;
}
.caption-description
{
    font-size: 11pt;
}
.caption-small
{
    font-size: 11pt;
}
/*************/
/* Элементы */
div.content-text
{
    padding: 3px;
}
/************/
/* Меню */
.menu-container
{
    padding: 3px 5px;
}
.menu
{
    margin: 10px 0px 0px 10px;
    padding: 0px;
    list-style-type: none;
}

.menu li a:hover
{
    padding-left: 5px;
}
/********/
/* Структурные элементы страницы */
.page-caption
{
    padding: 3px 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: #bbb 1px solid;
    border-right: #bbb 1px solid;
    border-left: #bbb 0px solid;
    background-color: #f2f2f2;
}
/*********************************/
/* UI */
.ui-edit
{
    background-image: url('Images/ui-edit.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
}
.ui-delete
{
    background-image: url('Images/ui-delete.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
}
.ui-calendar
{
    background-image: url('Images/ui-calendar.png');
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}
div input[type="text"].ui-calendar-input
{
    width: 65px !important;
}
.ui-edit a, .ui-delete a
{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.ui-data-grid
{
    border: #bbb 2px solid;
    border-left-width: 1px;
    border-right-width: 1px;
    margin: 5px auto;
    border-collapse: collapse;
}
.ui-data-grid-header
{
    font-weight: bold;
    text-align: left;
    background-color: #d3d3d3;
}
.ui-data-grid td, .ui-data-grid th
{
    padding: 5px;
    text-align: center;
    border: none;
}
.ui-data-grid-row
{
    background-color: White;
    border: #d3d3d3 1px solid;
}
.ui-data-grid-alternate-row
{
    background-color: #e9e9e9;
}
.ui-edit-form
{
    width: 775px;
    margin: 5px 0px;
    padding: 5px;
}
.ui-edit-form input[type="text"], textarea
{
}
.ui-edit-form select
{
    width: 376px !important;
}
.ui-edit-form-row
{
    border-bottom: dashed 1px #bbb;
    margin-bottom: 10px;
    padding-bottom: 3px;
    overflow: hidden;
}

.ui-edit-form-row2
{
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-top: 10px;
    overflow: hidden;
}

.ui-edit-form-row3
{
    margin-bottom: 10px;
    padding-bottom: 3px;
    overflow: hidden;
}

.ui-edit-form-label
{
    border-right: solid 1px #bbb;
    color: #888 !important;
    float: left;
    line-height: 20px;
    padding: 3px 5px;
    text-align: right;
}
ui-edit-form-description
{
    color: #888;
    width: 80%;
    text-align: left;
}

.ui-edit-form-label-label
{
    border-bottom: solid 2px #bbb;
    padding: 3px 5px;
    text-align: left;
    width: 100%;
}

.ui-filter-container
{
    padding: 20px; /*     background-color: rgb(245, 245, 245);     border-color: #e5e5e5;     border-width: 1px;     border-style: solid;     */
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-style: inherit;
}

.ui-filter-container2
{
    padding: 0px; /*     background-color: rgb(245, 245, 245);     border-color: #e5e5e5;     border-width: 1px;     border-style: solid;     */
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-style: inherit;
}

.ui-edit-form-label-modal
{
    border-right: solid 1px #bbb;
    color: #888 !important;
    float: left;
    line-height: 20px;
    padding: 3px 5px;
    text-align: left;
    width: 120px;
}

.ui-edit-form-input
{
    float: left;
    padding: 3px 5px;
    text-align: left;
}

.ui-edit-form-input2
{
    background-color: #F7F7F9;
    height: 100%;
    margin-top: 10px;
    width: 95%;
    border: 1px solid gainsboro;
    padding: 10px 5px;
    text-align: left;
    border-radius: 5px;
}
.ui-edit-form-input input
{
    vertical-align: middle;
}
.ui-login
{
    background-image: url(Images/ui-login.png);
    background-position: -20px 5px;
    background-repeat: no-repeat;
}
.ui-button
{
    display: block;
    whidth: 100px !important;
    height: 20px !important;
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    padding: 1px 1px;
    border: solid 1px #bbb;
    border-left-width: 1px;
    text-decoration: none;
    color: #666 !important;
    text-align: center;
    line-height: 27px;
    border-top-color: #dcdcdc;
    border-right-color: #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-left-color: #dcdcdc;
    border-color: #dcdcdc;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 6px;
}

.ui-button2
{
    display: block;
    height: 40px !important;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    padding: 9px 1px;
    border: solid 1px #bbb;
    border-left-width: 1px;
    text-decoration: none;
    color: #666 !important;
    text-align: center;
    line-height: 27px;
    border-top-color: #dcdcdc;
    border-right-color: #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-left-color: #dcdcdc;
    border-color: #dcdcdc;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 6px;
    margin-top: 16px;
}

.ui-button3
{
    display: block;
    padding: 9px 1px;
    padding-right: 20px;
    text-decoration: none;
    color: #666 !important;
    text-align: right;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 6px;
    margin-top: 16px;
}

.ui-button-small
{
    height: 10px !important;
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    padding: 1px 1px;
    border: solid 1px #bbb;
    border-left-width: 1px;
    text-decoration: none;
    color: #666 !important;
    text-align: center;
    line-height: 27px;
    border-top-color: #dcdcdc;
    border-right-color: #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-left-color: #dcdcdc;
    border-color: #dcdcdc;
    font-size: 8px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 6px;
    height: 10px;
}
.ui-button2-inner
{
    font-size: 20px !important;
}

.ui-button:hover
{
    background-color: #999999;
}

.ui-button2:hover
{
    background-color: #999999;
}
/* f7f7e7 */
/******/
/* Утилитарные определения */
.center
{
    /*margin-left:auto; margin-right:auto;*/
    margin: 0 auto;
}
.center-inline
{
    text-align: center;
    margin-bottom: 5px;
}
/***************************/
/* Элементы */
img
{
    border: none;
}
input[type="text"], input[type="password"], textarea
{
    border: solid 1px #bbb;
    padding: 3px 5px;
}
select
{
    border: solid 1px #bbb;
}
/************/
/* Прикладные элементы */
.ui-edit-form-wrapper
{
    position: relative;
}
.recovery-container
{
    background-color: #f2f2f2;
    border: solid 1px #bbb;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 999;
}
.recovery-container .ui-edit-form-row
{
    border: none;
    margin-bottom: 0px;
}
.recovery-container .total
{
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    padding-top: 3px;
}
.recovery-container .total .ui-edit-form-label
{
    font-weight: bold;
}
.recovery-container .ui-edit-form-label
{
    border: none;
    text-align: left;
    width: 125px;
}
.recovery-container .ui-edit-form-label input, .recovery-container .ui-edit-form-label label
{
    vertical-align: middle;
}
.recovery-container .ui-edit-form-label label
{
    color: #888;
}
.recovery-container .ui-edit-form-input2 input[type="text"]
{
    width: 125px;
}

ul.tab-container
{
    border-top: solid 1px #bbb;
    border-bottom: solid 0px #bbb;
    list-style-type: none;
    margin-bottom: 10px;
    width: 740px;
    overflow: hidden;
}
ul.tab-container li
{
    float: left;
    padding: 5px 10px;
    border-right: solid 1px #bbb;
}
ul.tab-container li:hover
{
    background-color: #ffffef;
    border-bottom: solid 1px #bbb;
}
ul.tab-container li.link-active
{
    background-color: #ffffef;
    border: solid 1px #bbb;
    border-top: none;
    border-bottom-width: 1px;
}
ul.tab-container li.link-active *
{
    font-size: 11pt;
}
ul.tab-container a, ul.tab-container span
{
    text-decoration: none;
}

.modal-background
{
    background-color: Gray;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.modal-container
{
    width: 640px;
    background-color: White;
    border: double 5px #bbb;
    padding: 5px;
}
.modal-header, .modal-footer
{
    background-color: #f2f2f2;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    border: solid 1px #bbb;
}
.modal-content
{
    padding: 5px;
    background-color: #f7f7f7;
    border: solid 1px #bbb;
    margin: 5px 0px;
    min-height: 50px;
    max-height: 500px;
    overflow: auto;
}
.modal-content textarea
{
    border: solid 1px #bbb;
}
.modal-footer
{
    overflow: hidden;
    text-align: right;
}
.modal-footer a
{
    color: #232323;
    font-weight: normal;
}
.modal-footer input
{
    float: right;
    margin-right: 5px;
}

.ui-last-row
{
    border: none;
    margin-bottom: 0px;
}

.ui-notification-sucess, .ui-notification-error
{
    background-color: #ffffef;
    border: solid 1px #bbb;
    margin: 0px auto;
    padding: 5px 0px;
    text-align: center;
    width: 300px;
}
.ui-notification-sucess a, .ui-notification-error a
{
    text-decoration: underline;
}
.ui-notification-sucess
{
    color: Green;
}
.ui-notification-error
{
    color: Red;
}

.smooth
{
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    white-space: normal;
    width: 120px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #000000 !important;
    border: #b5c7de 1px solid;
}

.smooth a
{
    display: block;
    height: 52px;
    line-height: 52px;
    outline: none;
    color: #333;
    font-size: 18px;
    text-indent: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: #333 0px -1px 0px;
}

input.smooth, input.smooth-hover
{
    border: #b5c7de 1px solid;
    color: #555555;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.smooth a, a.link
{
    color: #00629d;
    text-decoration: underline;
    font-weight: bold;
}

.smooth-hover
{
    background-color: #E6E6EE;
}

.sidebar
{
    width: 180px;
    padding-right: 20px;
    float: left;
    background: url(../img/sidee.gif) #ffffff repeat-x 50% top; /*background-image: url(img/sidee.gif.png); 	background-repeat: no-repeat;*/
}
.sidebar UL
{
    list-style-type: none;
}

.sidebar UL LI
{
    list-style-type: none;
    margin-top: 5px;
    margin-left: 0px;
    padding-top: 5px;
}
.sidebar UL LI UL
{
    padding-bottom: 0px;
    list-style-type: none;
    font-style: normal;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
}
.sidebar UL LI UL LI
{
    border-bottom: #ccc 1px solid;
    border-left: 0px;
    padding-bottom: 5px;
    margin: 0px 0px 5px;
    padding-left: 13px;
    padding-right: 0px;
    display: block;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
}
.sidebar P
{
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
}


.ilLeaf
{
    background-image: url(../img/menu_leaf.png);
    background-repeat: no-repeat;
    background-position: 0px 1em;
    padding-left: 1.35em;
    margin-left: 15px !important;
}

.ilCollapsed
{
    background-image: url(../img/menu_collapsed.png);
    background-repeat: no-repeat;
}


.ilExpanded
{
    background-image: url(../img/menu_expanded.png);
    background-repeat: no-repeat;
    background-position: 0px 1em;
    padding-left: 1.25em;
}


.divCenter
{
    width: 318px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
}

.divMainPage
{
    min-width: 700px;
    min-height: 800px;
}

.check
{
    margin: -245px;
}
/***********************/

.param-center
{
    padding: 20px;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px;
    width: 400px;
}


.simple-param-lable
{
    color: #333 !important;
    float: left;
    line-height: 20px;
    padding: 3px 5px;
    text-align: left;
    width: 200px;
    border-right: solid 1px #bbb;
    text-align: right;
}

.simple-param-input
{
    float: left;
    padding: 3px 5px;
    text-align: left;
}

#logo-floater
{
    height: 70px;
    padding-left: 10px;
    float: left;
    position: relative;
}

.imgbutton:hover
{
    opacity: 0.6;
}

.btnToolbar
{
    border: 1px;
    border-color: #dae6f4;
    border-style: solid;
}

.btnToolbar:hover
{
    border: 1px;
    border-color: Black;
    border-style: solid;
    opacity: 0.4;
}

.logsTime
{
    width: 125px;
    display: block;
}

.logsModule
{
    width: 75px;
    display: block;
}

.logsMes
{
    width: 190px;
    display: block;
}

.logsDescr
{
    width: 280px;
    display: block;
}

.ui-filter-wrapper2
{
    width: 40%;
}

.ui-edit-form-input-left
{
    float: left;
    margin-top: 3px;
    text-align: right;
    width: 30%;
}

.ui-edit-form-input-right
{
    margin-left: 10px;
    float: left;
    text-align: left;
    width: 60%;
}

.ui-label
{
    display: block;
    width: 30%;
    text-align: right;
    float: left;
    padding-top: 3px;
}

.ui-element
{
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px !important;
}

.ui-element2
{
    display: block;
    width: 20%;
    float: left;
    margin-left: 10px !important;
}

.ui-element3
{
    display: block;
    float: left;
    margin-left: 10px !important;
}

.ui-element-wide
{
    display: block;
    width: 70%;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px !important;
}

.ui-add-button
{
    display: block;
    width: 30%;
    text-align: right;
    float: right;
    padding-top: 3px;
}

.ui-center-button
{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.ui-transit
{
    display: block;
    width: 50%;
    text-align: right;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}


.ui-label-center
{
    display: block;
    width: 40%;
    text-align: right;
    float: left;
    padding-top: 3px;
}

.ui-label-narrow
{
    display: block;
    width: 18%;
    text-align: right;
    float: left;
    padding-top: 3px;
}

.ui-label-row
{
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.ui-border
{
    width: 730px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    border-radius: 5px;
    border: 2px solid #D1D2D4;
    margin-top: 16px;
}

.ui-label-result
{
    margin-top: 10px;
    text-align: center;
}

.ui-border-sub
{
    width: 690px;
    margin-left: 12px !important;
    border-radius: 5px;
    border: 2px solid #D1D2D4;
    margin-top: 10px;
}

.ui-border-sub2
{
    width: 96.75%;
    margin-left: 12px !important;
    border-radius: 5px;
    border: 2px solid #D1D2D4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-title
{
    width: 100%;
    text-align: center;
}

.ui-title-text
{
    font-size: 130%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#upObjectTree
{
    height: 90%;
}

.non-border tr td
{
    border: 0px !important;
}

.non-border-left-right
{
    border-left: 0px !important;
    border-right: 0px !important;
}


/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalpopupControl
{
    background-color: #ffffff;
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 480px;
    width: auto;
    height: auto;
}

.modal-popup-grid-сalibration
{
    background-color: #ffffff;
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 320px;
    width: auto;
    height: auto;
}

.hide-block
{
    display: none !important;
}

.ModalpopupControl2
{
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 250px;
    width: 480px;
    height: auto;
}

.ModalpopupControl3
{
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 250px;
    width: 480px;
    height: auto;
    min-height: 150px;
}

.ModalpopupControl4
{
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 250px;
    width: 480px;
    height: auto;
    min-height: 100px;
}

.ModalpopupControl-EditEvent
{
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 250px;
    width: 320px;
    height: auto;
}

.head-modal-window
{
    min-height: 20px;
    border-bottom: 1px solid #BBB;
    background-color: #F5F5F5;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.modalpopup-control-calibration
{
    background-color: #ffffff;
    background-color: #ffffff;
    border: 3px solid #BBB;
    border-radius: 10px;
    padding: 3px;
    min-width: 320px;
    width: auto;
    height: auto;
}


.ui-button-icon
{
    display: table-cell;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    padding: 1px 1px;
    border: solid 1px #bbb;
    border-left-width: 1px;
    text-decoration: none;
    color: #666 !important;
    text-align: center;
    line-height: 27px;
    border-top-color: #dcdcdc;
    border-right-color: #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-left-color: #dcdcdc;
    border-color: #dcdcdc;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
}

.ui-panel-icons
{
    display: block;
    min-width: 100px;
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    padding: 1px 1px;
    border: solid 1px #bbb;
    border-left-width: 1px;
    text-decoration: none;
    color: #666 !important;
    text-align: center;
    line-height: 27px;
    border-top-color: #dcdcdc;
    border-right-color: #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-left-color: #dcdcdc;
    border-color: #dcdcdc;
    font-size: 11px;
    font-weight: bold;
}

.ui-panel-icons-center
{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: table-cell;
    margin-left: 10px;
    overflow: hidden;
}

.radius-input
{
    border-radius: 5px;
}

.ui-row-left
{
    display: block;
    width: 40%;
    text-align: right;
    float: left;
    padding-top: 3px;
}

.ui-row-rigth
{
    display: block;
    width: 50%;
    float: left;
    margin-left: 10px;
}

.collapsePanel
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    border: 1px solid #dcdcdc;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}
.collapsePanel:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}
.collapsePanel:active
{
    position: relative;
    top: 1px;
}

.main-border
{
    margin-left: 5px;
    border-radius: 5px;
    border: 2px solid #D1D2D4;
    margin-top: 32px;
}

.div-border
{
    border-radius: 5px;
    border: 2px solid #D1D2D4;
    margin: 10px;
}

.alert-bootstrap
{
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.alert-success-bootstrap
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
}

.alert-error-bootstrap
{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-align: center;
}

.tableGeoZonesControl th
{
    text-align: center !important;
    font-weight: bold !important;
    color: Black !important;
}

.table-footer
{
    color: rgba(128, 128, 128, 0.90);
    text-align: center;
}

.treeview-selectednode
{
    background-color: rgba(216, 218, 218, 0.54);
    border-color: #888888;
    border-width: 1px;
    border-style: Solid;
    padding: 1px 3px 1px 3px;
}

.loader
{
    background: url(../img/load.gif) no-repeat 50% 50%;
    background-color: #F5F5F5;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.loader-dictinory
{
    background: url(../img/load.gif) no-repeat 50% 50%;
    background-color: #F5F5F5;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    height: 100%;
    position: absolute;
}

.lebale-left
{
    width: 45%;
}

.ui-panel-icons
{
    margin-left: 36px;
    height: auto;
    overflow: hidden;
    width: 180px;
    display: none;
    position: absolute;
}

.ui-edit-form-row-window
{
    margin-bottom: 0px;
    padding-bottom: 3px;
    padding-top: 2px;
    overflow: hidden;
}

.collapse2 div
{
    overflow-y: hidden;
}

.divCenter
{
    width: 318px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
}
.download-button
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 24px;
    width: 148px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
}
.download-button:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}
.download-button:active
{
    position: relative;
    top: 1px;
}

.panel-browser
{
    display: block;
    width: 300px;
    float: right;
    margin-top: 1%;
    border: 1px solid #E5E5E5;
    margin-right: 2%;
    padding: 15px;
    font-weight: bold;
    color: #666;
}
.main-border
{
    border: solid 1px #bbb; 
    padding:5px 5px 5px 5px;
    border-radius: 5px
}
.imageUploaderField input{width:100%!important;}

.info-window
{
    background: rgba(3,11,14,0.7) !important;
    border-radius: 4px !important;
    color:White !important;
}

.tree-cmp-icon {
    background-image: url(../img/cmp_node.png) !important;
}

.beta-text {
    color: #fff!important;
    font-size: 12px!important;
    font-style: normal;
    display: inline-block;
    background: #a1d4f1;
    position: relative;
    z-index: 999;
    height: 16px;
    line-height: 16px;
    padding: 0px 5px;
    border-radius: 10px;
    margin: 0 5px 0 5px;
    min-width: 45px;
    text-align: center;    
}
