/*
 * VOIP Proxy template core CSS
 * Used on: all pages
*/
@font-face {
  font-family: "Futura W02 Light";
  src: url('../font/futura-lt_light.eot');
  src: url('../font/futura-lt_light.eot?#iefix') 
  		format('eot'), url('../font/futura-lt_light.ttf') 
  		format('truetype'), url('../font/futura-lt_light.woff') 
  		format('woff'), url('../font/futura-lt_light.svg') format('svg');
}

/************** =Basic styles **************/
body {
	font: normal 81.3%/175% "Futura W02 Light", "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.5;
    color: white;
    background-color: black;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: underline;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    border: 1px solid #444;
	background: black;
	color: white;
	padding: 8px 10px;
	margin: 0 0 24px 0;
}

strong,
.bold {
    font-weight: bold;
    display: inline;
}

.parent_clear {
    overflow: hidden;
}
.center {
    text-align: center;
}
.relative {
    position: relative;
}
/* Headings */
h2 {
    font-size: 2.3em;
    font-weight: bold;
    color: white;
}

#notification {
    color: white;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    background-color: #1AC06B;
    display: block;
    z-index: 999999;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
    #notification.warn_error {
        background-color: red;
    }

    #notification > p {
        padding: 17px;
        font-size: 1.4em;
    }

    #notification > p > i {
        margin-right: 1em;
    }


/************** =Basic layout **************/
html,
body {
    height: 100%;
}

    .wrapper {
        min-width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        float: left;
    }

    /* Header */
    .header {
        width: 100%;
        float: left;
    }

        .header > div:first-child {
            height: 32px;
            line-height: 32px;
            padding: 0 10px;
            position: relative;
            background: #000;
        }

        .header > div + div {
            overflow: hidden;
            background-color: #000;
            border-top: 1px solid #999;
        }

            .header hr {
                width: 100%;
                height: 1px;
                float: left;
                margin: 0;
                background-color: #999;
                border: 0;
            }

            .header h1 {
                width: auto;
                float: left;
                font-size: 16px;
                color: #fff;
            }

            .lang {
                width: auto;
                height: 32px;
                margin-left: 10px;
                float: left;
                border-left: 1px solid #000;
            }

                .lang li {
                    height: 11px;
                    width: 16px;
                    margin: 10px 0 9px 9px;
                    float: left;
                }

                    .lang a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        text-indent: -9999px;
                        background: url(../images/sprite_icons.png) no-repeat -120px -200px;
                        border: 1px solid transparent;
                    }

                    .lang a:hover { border-color: #000 }

                    .lang .sl { background-position: -120px -200px }
                    .lang .en { background-position: -240px -200px }

            .header dl {
                width: auto;
                position: absolute;
                top: 0;
                right: 0;
            }

                .header dt {
                    padding: 0 10px;
                    float: left;
                    font-size: 1em;
                    font-weight: bold;
                    text-shadow: 1px 1px 0 #000;
                    color: #fff;
                }

                .header dd {
                    width: 33px;
                    float: left;
                    background: #000;
                    border-left: 1px solid #000;
                }

                .header dd:hover {
                    background: rgb(51,51,51);
                }

                    .header dd a {
                        width: 33px;
                        height: 32px;
                        display: block;
                        text-indent: -9999px;
                        background: url(../images/sprite_icons.png) no-repeat -951px -193px;
                    }

        /* Navigation main */

            .navigation.main li {
                width: 100px;
                height: 85px;
                margin-left: 5px;
                float: left;
                text-align: center;
                border: 1px solid transparent;
                -moz-border-radius: 8px;
                -webkit-border-radius: 8px;
                border-radius: 8px;
            }

            .navigation.main li:first-child {
                margin-left: 10px;
            }

            .navigation.main li:hover,
            .navigation.main .selected {
                background: black;
                border-color: #999;
            }

                .navigation.main a {
                    width: 88px;
                    height: 15px;
                    line-height: 15px;
                    padding: 52px 5px 11px 5px;
                    display: block;
                    text-decoration: none;
                    background: url(../images/sprite_icons.png) no-repeat 31px -91px;
                    color: #fff;
                }
                
                
                .navigation.main .status                                          { background-position:   31px -91px }
                .navigation.main .status:hover, .navigation .selected .status     { background-position:   31px -91px }
                .navigation.main .users                                           { background-position:  -90px -80px }
                .navigation.main .users:hover, .navigation .selected .users       { background-position:  -90px -80px }
                .navigation.main .coupons                                         { background-position: -210px -86px }
                .navigation.main .coupons:hover, .navigation .selected .coupons   { background-position: -210px -86px }
                .navigation.main .stats                                           { background-position: -329px -91px }
                .navigation.main .stats:hover, .navigation .selected .stats       { background-position: -329px -91px }
                .navigation.main .network                                         { background-position: -446px -89px }
                .navigation.main .network:hover, .navigation .selected .network   { background-position: -446px -89px }
                .navigation.main .firewall                                        { background-position: -569px -78px }
                .navigation.main .firewall:hover, .navigation .selected .firewall { background-position: -569px -78px }
                .navigation.main .settings                                        { background-position: -689px -89px }
                .navigation.main .settings:hover, .navigation .selected .settings { background-position: -689px -89px }
                .navigation.main .backup                                          { background-position: -809px -87px }
                .navigation.main .backup:hover, .navigation .selected .backup     { background-position: -809px -87px }
                .navigation.main .admins                                          { background-position: -930px -88px }
                .navigation.main .admins:hover, .navigation .selected .admins     { background-position: -930px -88px }
                
				/*
                .navigation.main .status                                          { background-position:   31px  9px }
                .navigation.main .status:hover, .navigation .selected .status     { background-position:   31px -91px }
                .navigation.main .users                                           { background-position:  -90px  20px }
                .navigation.main .users:hover, .navigation .selected .users       { background-position:  -90px -80px }
                .navigation.main .coupons                                         { background-position: -210px  14px }
                .navigation.main .coupons:hover, .navigation .selected .coupons   { background-position: -210px -86px }
                .navigation.main .stats                                           { background-position: -329px   9px }
                .navigation.main .stats:hover, .navigation .selected .stats       { background-position: -329px -91px }
                .navigation.main .network                                         { background-position: -446px  11px }
                .navigation.main .network:hover, .navigation .selected .network   { background-position: -446px -89px }
                .navigation.main .firewall                                        { background-position: -569px  22px }
                .navigation.main .firewall:hover, .navigation .selected .firewall { background-position: -569px -78px }
                .navigation.main .settings                                        { background-position: -689px  11px }
                .navigation.main .settings:hover, .navigation .selected .settings { background-position: -689px -89px }
                .navigation.main .backup                                          { background-position: -809px  13px }
                .navigation.main .backup:hover, .navigation .selected .backup     { background-position: -809px -87px }
                .navigation.main .admins                                          { background-position: -930px  12px }
                .navigation.main .admins:hover, .navigation .selected .admins     { background-position: -930px -88px }
				*/
                .navigation.main .double {
                    height: 30px;
                    padding: 44px 5px 4px 5px;
                }

                .navigation.main li:hover a,
                .navigation.main .selected a {
                    color: #fff;
                }

        /* Navigation sub */
        .navigation.sub {
            width: 100%;
            height: 28px;
            float: left;
            border-bottom: 1px solid #999;
            background-color: #333;
        }

            .navigation.sub > li {
                margin-left: 3px;
                float: left;
            }

            .navigation.sub > li:first-child {
                margin-left: 6px;
            }

                .navigation.sub > li > a {
                    width: auto;
                    height: 27px;
                    line-height: 27px;
                    padding: 0 10px;
                    display: block;
                    text-decoration: none;
                    background-color: rgb(51,51,51);
                    border: 1px solid #999;
                    border-width: 1px 1px 0 1px;
                    color: #fff;
                }

                .navigation.sub > li > a:hover,
                .navigation.sub > .selected > a {
                    background-color: #000;
                }

                .navigation.sub > .selected > a {
                    height: 28px;
                }

		        .navigation.noTabs {
		    height: auto;
		}
		
		    .navigation.noTabs > li {
		        margin: 0 0 8px 6px;
		    }
		
		        .navigation.noTabs > li > a {
		            border-width: 1px;
		        }
		
		        .navigation.noTabs > .selected > a {
		            height: 27px;
		        }
		        
		        .navigation.main {
		            width: 100%;
		            padding: 16px 0;
		            float: left;
		            background-color: rgb(51,51,51);
		        }
		        
                /* Language menu */
                .flags {
                    width: auto;
                    margin-left: 5px;
                    overflow: hidden;
                }
					
                    .flags li {
                        float: left;
                        padding-top: 7px;
                        margin-left: 5px;
                    }

                        .flags img {
                            border: 1px solid #fff;
                        }

                        .flags a:hover img {
                            border-color: #A4CC52;
                        }

                        .flags .selected img {
                            margin: -1px;
                            border: 2px solid #A4CC52;
                        }

		/* Main Classes */
		.checkbox[type="checkbox"]:before{
		    position: relative;
		    display: block;
		    width: 11px;
		    height: 11px;
		    border: 1px solid #808080;
		    content: "";
		    background: #FFF;
		}
		.checkbox[type="checkbox"]:after{
		    position: relative;
		    display: block;
		    left: 2px;
		    top: -11px;
		    width: 7px;
		    height: 7px;
		    border-width: 1px;
		    border-style: solid;
		    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
		    content: "";
		    background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
		    background-repeat: no-repeat;
		    background-position:center;
		}
		.checkbox[type="checkbox"]:checked:after{
		    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
		}
		.checkbox[type="checkbox"]:disabled:after{
		    -webkit-filter: opacity(0.4);
		}
		.checkbox[type="checkbox"]:not(:disabled):checked:hover:after{
		    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);
		}
		.checkbox[type="checkbox"]:not(:disabled):hover:after{
		    background-image: linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);  
		    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;  
		}
		.checkbox[type="checkbox"]:not(:disabled):hover:before{
		    border-color: #3D7591;
		}
		/* Large checkboxes */
		.checkbox.large{
		    height:22px;
		    width: 22px;
		}
		
		.checkbox.large[type="checkbox"]:before{
		    width: 20px;
		    height: 20px;
		}
		.checkbox.large[type="checkbox"]:after{
		    top: -20px;
		    width: 16px;
		    height: 16px;
		}
                        
                        
    /* Content */
    .content {
        width: 100%;
        float: left;
    }

        .content > div {
            padding: 40px 20px 90px 20px;
        }

        /* Headings */
        h3 {
            margin: 0 0 16px 0;
            font-size: 1.33em;
            font-weight: bold;
            color: #fff;
        }

        /* Window */
        .window {
            padding: 18px 20px 24px 20px;
            position: relative;
            background-color: black;
            border: 1px solid #444;
            -moz-border-radius: 9px;
            -webkit-border-radius: 9px;
            border-radius: 9px;
        }

        .window.login {
            width: 360px;
            margin: -120px 0 0 -201px;
            position: absolute;
            top: 50%;
            left: 50%;
        }

            .window.login label { display: none }

            .window.login .loading > div {
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }

        .window.status {
            width: 866px;
            padding: 8px 20px;
            margin-bottom: 24px;
            float: left;
        }

            .window.status > li {
                line-height: 33px;
                padding: 4px 0 4px 15px;
                position: relative;
                overflow: hidden;
                border-top: 1px solid #444;
            }

            .window.status > li:first-child {
                border: 0;
            }

            .window.status > .nolight {
                padding-left: 0;
            }

                .window.status .status_light {
                    height: 31px;
                    position: absolute;
                    top: 4px;
                    left: 0;
                }

                .window.status .button_set {
                    width: auto;
                    position: absolute;
                    top: 7px;
                    right: 0;
                }

                    .window.status .button_set li {
                        margin-left: 10px;
                    }
        /* obvestila, da so bile spremembe uspe�no sranjene */
        .success,span.success {
            font-weight: bold;
            color: green;
            text-shadow: 1px 1px 1px #ffffff,1px 1px 1px #000000;;
        }

        /* Kvadratek za prikaz hitrosti */
        dl.speed {
            width: 198px;
            padding: 10px;
            margin: 0 0 24px 20px;
            float: left;
            text-align: center;
            background: #000;
            border: 1px solid #444;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #fff
        }

            dl.speed dt {
                line-height: 1.6;
                margin-bottom: 24px;
                font-size: 1.17em;
                font-weight: bold;
                color: #fff;
            }

            dl.speed p {
                line-height: 1.2;
                margin-bottom: 10px;
            }

                dl.speed strong {
                    display: block;
                    font-size: 2.67em;
                    font-weight: normal;
                    color: #fff;
                }

        /* Pu��ici za levo in desno */
        .arrow {
            width: 20px;
            height: 30px;
            margin-top: -15px;
            display: block;
            position: absolute;
            top: 50%;
            text-indent: -9999px;
            background: url(../images/sprite_icons.png) no-repeat 0 -400px;
        }

        .arrow.left {
            left: 10px;
        }
        .arrow.left:hover { background-position: -240px -400px }

        .arrow.right {
            right: 10px;
            background-position: -120px -400px;
        }
        .arrow.right:hover { background-position: -360px -400px }

    /* Footer */
    .footer {
        min-width: 100%;
        height: 31px;
        line-height: 31px;
        margin-top: -32px;
        float: left;
        clear: both;
        background-color: #333;
        border-top: 1px solid #999;
        color: #fff;
    }

        .footer p {
            padding: 0 10px;
            float: left;
        }

        .footer p + p {
            float: right;
        }

    .search_box {
        display: block;
        margin: 10px 0 20px 0;
        text-align: center;
        overflow: hidden;
        width: 1196px;
        box-sizing: border-box;
    }

        .search_box li {
            width: auto;
            margin-left: 20px;
            display: inline-block;
        }

/************** =Commonly used styles **************/
/* Forms */
.input_bak {
    padding: 8px 10px;
    margin: 0 0 24px 0;
    background: #fff;
    border: 1px solid #A5A5A4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 1px 6px 0 rgba(102, 102, 102, 0.2);
    -moz-box-shadow: inset 1px 1px 6px 0 rgba(102, 102, 102, 0.2);
    box-shadow: inset 1px 1px 6px 0 rgba(102, 102, 102, 0.2);
}


.input.mini {
    padding: 2px 3px;
    margin: 0;
    font-size: 1em;
}

.inline {
	display: inline-block !important;
}

.input.mili { width: 338px }

.input.error {
    border-color: #c00;
}

p.error {
    color: #c00;
}

.button_set {
    width: 100%;
    overflow: hidden;
}

    .button_set li {
        width: auto;
        margin-left: 20px;
        float: left;
    }

    .button_set li:first-child {
        margin-left: 0;
    }

.button, input[type="submit"] {
    line-height: 2em;
    margin: 0;
    padding: 0 1em;
    display: inline-block;
    cursor: pointer;
    background: rgb(51,51,51);
    border: 1px solid #444;
    color: #fff;
    text-decoration: none;
	text-align: center;
	text-transform:uppercase;
    font: normal 81.3%/175% "Futura W02 Light", "Trebuchet MS", Helvetica, sans-serif;
}

.button:hover, input[type="submit"]:hover {
    background: rgb(100,100,100);
}

.button[disabled="disabled"] {
    color: #999;
}

.button[disabled="disabled"]:hover {
    cursor: default;
}

.button.right { float: right }
.button.auto { width: auto; padding: 0 10px; }

.button.mini {
    width: 160px;
    height: 30px;
    line-height: 25px;
    font-size: 0.92em;
}

.button.minier {
    width: 110px;
    height: 19px;
    line-height: 19px;
    font-size: 0.83em;
}

.button.mili { width: 160px; }
.button.mili.aw { width: auto; }

/* Wireless search table */

.simple_box {
    padding: 10px 20px;
    background-color: black;
    border: 1px solid #444;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    line-height: 35px;
    color: #fff;
}

.simple_box td {
    text-align: center;
}

/* konec Wireless Search */

.link_error {
    color: red;
    display: inline;
    font-weight: bold;
    float: right;
    text-decoration: blink;
}

/* Table */
table.master {
	padding: 10px 20px;
	background-color: black;
	border: 1px solid #444;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: white;
}

    table.master th {
        line-height: 30px;
        font-weight: bold;
    }

    table.master td {
        line-height: 30px;
        padding: 2px 0;
        position: relative;
        border-top: 1px solid #444;
    }
    
        table.master td > div {
            position: relative;
        }

    table.list tr:hover td {
        background-color: rgb(51,51,51);
    }
    
	    table.list tr.opened_ticket:hover td {
	        background-color: rgb(51,51,51);
	    }

    table.list_stats tr:hover {
        background-color: #cdcdcd;
    }

    table.list tr.nohighlight:hover td,
    table.master tr.nohighlight:hover td {
        background-color: #fff;
    }

    table.master td.dropdown {
        padding: 0;
        border: 0;
        background-color: #fff;
    }

    table.master td.icon_holder {
        width: 15px;
        line-height: 15px;
        padding: 7px 0 7px 5px;
    }

/* Icons */
.icon {
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -9999px;
    background: #A2CB52 url(../images/sprite_icons.png) no-repeat 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.icon.info               { background-position:    6px -297px }
.icon.user_status        { background-position: -117px -297px }
.icon.user_status.active { background-position: -597px -297px}
.icon.document           { background-position: -236px -297px }
.icon.refresh            { background-position: -357px -298px }
.icon.delete             { background-position: -477px -298px }

.icon:hover    { background-color: #1A8231 }
.icon.disabled { background-color: #999999 }

/* Status light */
.status_light {
    width: 3px;
    height: 23px;
    display: block;
    text-indent:-9999px;
    border: 1px solid #1B8231;
    background-color: #A2CB52;
}

.master td .status_light {
    position: relative;
    top: -1px;
}

.status_light.green {
    border-color: #1B8231;
    background-color: #A2CB52;
}

.status_light.yellow {
    border-color: #FFCC00;
    background-color: #FFFF00;
}

.status_light.red {
    border-color: #CC0000;
    background-color: #F40000;
}

/* Loading */
.loader_container {
    position: relative;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: grey;
    opacity: 0.4;
    filter: alpha(opacity=40);
    color: white;
    z-index: 100;
}

    #loading > i {
        top: 50%;
        left: 50%;
        position: absolute;
        font-size: 180px;
        margin: -90px 0 0 -90px;
    }

.loading_inline,
.loading_inline > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .loading_inline > div {
        background-color: black;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 1000;
    }

    .loading_inline > span {
        width: 28px;
        height: 28px;
        margin: -14px 0 0 -14px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        text-indent: -9999px;
        background: #000 url(../images/loading.gif) no-repeat 6px 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        z-index: 1010;
    }
.wireless_user_type {
    display: block;
    margin: 10px 0 20px 0;
    text-align: center;
    overflow: hidden;
    width: 1196px;
    box-sizing: border-box;
}

.wireless_user_type li {
    width: auto;
    margin-left: 20px;
    display: inline-block;
}

.wireless_user_type li:first-child {
    margin-left: 0;
}

.loginpage_http {
    position: absolute;
    top: 1px;
    left: 6px;
    font-size: 1em;
    color: #999;
}

.stats_nav {
    margin-top: 15px;
}

.stats_nav span:first-child {
    margin-left: 0px;
}

.stats_nav span {
    margin-left: 10px;
}

.stats_time_select {
    width: 900px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 40px;
    position: relative;
    float:left;
    clear: both;
    text-align: center;
}

.stats_time_select input[type="submit"] {
    display:inline;
    margin-left: 10px;
}
.stats_predefined_times {
    float: left;
    width: 254px;
    margin-left: 15px;
    line-height: 20px;
}


/* Tabulator */

#tabulator {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

	#tabulator ul.tabulator{
		font-size:1.1em;
		font-weight:700;
		list-style-type:none;
		margin: 20px 0 10px 0;
		padding:0;
		text-align: center;
		display: inline-block;
	}
	
	#tabulator ul.tabulator > li > a {
		color: white;
	}
	
	#tabulator ul.tabulator > li {
		display:inline-block;
		height: 25px;
		width: 30px;
		line-height: 25px;
		border: 1px solid rgb(51,51,51);
		margin-right: 5px;
	}
	
	
	#tabulator ul.tabulator > li.disabled {
		display: none;
	}
	
	#tabulator ul.tabulator > li.active {
		background: rgb(51,51,51);
	}
	
	#tabulator ul.tabulator > li.active > a{
		color: white;
	}
	
	#tabulator ul.tabulator > li > a {
		padding:0 5px;
		text-decoration: none;
	}
/* End Tabulator */

.float {
	border: 1px solid #999;
    background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0.5em;
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 1.5em;
}
	.float .inline-flex {
		display: inline-flex;
	}
	
	
	.float fieldset {
		border: 1px solid #999;
		margin: 0 1em 1em 0;
		padding: 1em 2em;
		border-radius: 0.5em;
		background-color: black;
	}

	.float li {  
		float: left;  
		clear: left;  
		width: 100%;
	}

	.float label {
		display: inline-block;
		font-size: 1em;
	}
	
	.float input[type="submit"] {
		float: right;
		background: #000;
	}
	
	.float .button {
		background: #000;
	}
	
	.float legend {
		font-size: 1.1em;
		text-shadow: 1px 1px 0 #1b1b1b;
		border: 1px solid #999;
		background: #333;
		color: white;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;
		text-shadow: 1px 1px 1px black;
		padding: 0.3em 2em;
		margin-bottom: 2em;
		display: inline-block;
	}
	
	.float form + legend {
		float: none;
		padding: 0.5em 4em;
	}
	.float ol {
		display: inline-block;
		vertical-align: top;
	}
		
		.float ol legend {
			float: left;
		}
		
		.float ol + ol {
			margin-left: 1em;
		}
	
	.float fieldset {
		clear: both;
		overflow:hidden;
	}
	
	.float .input {
		padding: 8px 10px;
		margin: 0 0 24px 0;
		border: 1px solid #444;
		background: #000;
		border-radius: 5px;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	
	.float .error {
		border: 2px solid red;
	}
	
	.float .input input, .float .input textarea {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 1em;
		background: none;
		border: 0;
		color: white;
		outline: none;
	}

    .float .input input{
        width: 100%;
        padding: 0 0 0 2px;
        margin: 0;
        font-size: 15px;
        background: none;
        border: 0;
        color: white;
        outline: none;
    }

    .float  .input.select:after {
                content: '';
                width: 0;
                height: 0;
                margin-top: -1px;
                position: absolute;
                top: 50%;
                right: 10px;
                border: 4px solid transparent;
                border-top-color: white;
            }

    .float .input.select:before {
        content: '';
        width: 27px;
        height: 20px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        right: 0;
        border-left: 1px solid #DFDDD5;
    }
            
    .float .select select {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        opacity: 0;
        width: 100%;
        filter: alpha(opacity=0);
        -webkit-appearance: menulist-button;
        font-size: 15px;
    }
    
    .float .select p {
        font-size: 15px;
    }
    
/* Tooltip */
.tooltip {
    padding: 8px 10px 10px 10px;
    display: none;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    background: #4B4B4B; /* Old browsers */
    background: -moz-linear-gradient(top, #4B4B4B 0%, #161616 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4B4B4B), color-stop(100%,#161616)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4B4B4B 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4B4B4B 0%,#161616 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #4B4B4B 0%,#161616 100%); /* IE10+ */
    background: linear-gradient(top, #4B4B4B 0%,#161616 100%); /* W3C */
    border: 1px solid #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    z-index: 10;
}

.hasTooltip:hover .tooltip {
    display: block;
}

.tooltip.big {
    width: 440px;
    bottom: -30px;
    right: -460px;
}

    .tooltip > dt {
        margin-bottom: 8px;
        font-weight: bold;
    }

        .tooltip > dt > span {
            width: 8px;
            height: 11px;
            position: absolute;
            bottom: 36px;
            left: -8px;
            text-indent: -9999px;
            background: url(../images/sprite_tooltip.png) no-repeat 0 -140px;
        }

        .progressBar_container {
            width: 100%;
            margin-bottom: 8px;
        }

            .progressBar_container dt {
                width: 100%;
                line-height: 22px;
                overflow: hidden;
                font-size: 0.92em;
                font-weight: bold;
                text-align: center;
            }

                .progressBar_container dt > span {
                    line-height: 22px;
                    display: block;
                    float: right;
                    font-weight: normal;
                    color: #999;
                    text-align: right;
                }

                .progressBar_container dt > span:first-child {
                    float: left;
                    text-align: left;
                }

            .progressBar_container dd {
                height: 7px;
                position: relative;
                background-color: #000;
                border: 1px solid #000;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-shadow: 0 1px 0 rgba(84, 84, 84, 0.65);
                -moz-box-shadow: 0 1px 0 rgba(84, 84, 84, 0.65);
                box-shadow: 0 1px 0 rgba(84, 84, 84, 0.65);
            }

                .progressBar_container dd > div {
                    width: 7px;
                    height: 7px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    text-indent: -9999px;
                    background: #A4CC52; /* Old browsers */
                    background: -moz-linear-gradient(top, #A4CC52 0%, #1A8231 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A4CC52), color-stop(100%,#1A8231)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #A4CC52 0%,#1A8231 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #A4CC52 0%,#1A8231 100%); /* Opera11.10+ */
                    background: -ms-linear-gradient(top, #A4CC52 0%,#1A8231 100%); /* IE10+ */
                    background: linear-gradient(top, #A4CC52 0%,#1A8231 100%); /* W3C */
                   -webkit-border-radius: 3px;
                   -moz-border-radius: 3px;
                   border-radius: 3px;
                }

                .progressBar_container dd > .yellow {
                    background: #FFCC00; /* Old browsers */
                    background: -moz-linear-gradient(top, #FFCC00 0%, #D98200 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCC00), color-stop(100%,#D98200)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #FFCC00 0%,#D98200 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #FFCC00 0%,#D98200 100%); /* Opera11.10+ */
                    background: -ms-linear-gradient(top, #FFCC00 0%,#D98200 100%); /* IE10+ */
                    background: linear-gradient(top, #FFCC00 0%,#D98200 100%); /* W3C */
                }

                .progressBar_container dd > .red {
                    background: #A40000; /* Old browsers */
                    background: -moz-linear-gradient(top, #FF0000 0%, #A40000 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#A40000)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #FF0000 0%,#A40000 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #FF0000 0%,#A40000 100%); /* Opera11.10+ */
                    background: -ms-linear-gradient(top, #FF0000 0%,#A40000 100%); /* IE10+ */
                    background: linear-gradient(top, #FF0000 0%,#A40000 100%); /* W3C */
                }

        .tooltip .frame {
            padding: 5px 10px;
            margin-top: 10px;
            font-size: 0.92em;
            overflow: hidden;
            background-color: #000;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 1px 1px 0 rgba(84, 84, 84, 0.65);
            -moz-box-shadow: 1px 1px 0 rgba(84, 84, 84, 0.65);
            box-shadow: 1px 1px 0 rgba(84, 84, 84, 0.65);
        }

            .tooltip .frame strong {
                color: #999;
            }

            .tooltip ul.frame strong {
                width: 90px;
                display: inline-block;
            }

        .tooltip .double {
            width: 100%;
            padding: 0 1px 1px 0;
            overflow: hidden;
        }

            .tooltip .double > li {
                width: 215px;
                margin-left: 10px;
                float: left;
            }

            .tooltip .double > li:first-child {
                margin-left: 0;
            }

                .frame .speed {
                    width: 43%;
                    line-height: 36px;
                    display: block;
                    float: left;
                    padding-left: 13px;
                    font-size: 1.25em;
                    font-weight: bold;
                    background: url(../images/sprite_tooltip.png) no-repeat 0 10px;
                }

                .frame .speed.down { background-position: 0 -60px }

                    .frame .speed span {
                        font-size: 0.83em;
                        font-weight: normal;
                        color: #999;
                    }

#screen {
	background: black;
	color: #1BE022;
	width: 900px;
	height: 350px;
	border: 3px solid gray;
}

#cmd {
	width: 680px;
	background: black;
	color: #1BE022;
	padding-left: 95px;
}

.cmd_bash {
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 1em;
    color: #1BE022;
}

/****************** Remote Help ***********/
.ticket_opened {
	display: block;
	margin: 20px 0 0 0;
}

.ticket_opened input[type="button"] {
	margin-right: 20px;
	
}

/*******************************************/