/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 4, 2015, 3:55:18 PM
    Author     : kostas.lanos
*/

@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

.font-bold {
    font-weight: bold;
}
.ui-state-default .ui-icon {
    background-image: url("../images/ui-icons_6da8d5_256x240.png");
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon {
    background-image: url("../images/ui-icons_469bdd_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
div.dataTables_wrapper {
    margin-bottom: 3em;
}

fieldset.campaign-border {
    border: 1px groove #ddd !important;
    padding: 0 25px 10px 15px !important;
    margin: -12px 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}


fieldset.bordered, fieldset.usual {
    border: 1px groove #ddd !important;
    padding: 10px !important;
    margin: -12px 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.campaign-border,legend.bordered {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom: 0 !important;
}
.navbar-brand {
    padding: 10px 15px !important;
}
.navbar {
    min-height: 60px !important;
}

.navbar-nav > li > a {
    padding-top: 23px !important;
}

.inner-container {
    padding: 100px 15px;
}

.SupportOuterPanel{
    margin-top:10px
}

.no-top-border{
    border-top: 0 none !important;
}

.bottomAlignWrapper > div {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin: -2px;
}
/* First, lets make this reusable, 
   not component specific (like 'buttonBox'),
   the helper classes will be: 
   .cols-bottom, and cols-middle*/

[class*='cols-'].row > *{
    float: none;
    position: relative;
    display: inline-block; 
    /* old ie fixes */
    *zoom: 1; 
    *display: inline;
}

.row.cols-bottom > *{
    vertical-align: bottom;
}

.row.cols-middle > *{
    vertical-align: middle;
}
.redBadge{
    background-color: transparent;
    color: red;
}

.buttonNoPadding{
    padding:0px 16px !important;
}
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

#FiterCounter{
    height: 60px;
}
.custommargin{
    margin-bottom: 0px !important;
}

.rowSeparator{
    margin-top:20px
}
.custom-list-group-item {
    border: medium none;
    display: list-item;
    padding: 0;
}

#Save{
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .BiggerModal .modal-dialog  {width:1200px;}
}

.dataTables_wrapper td ul{
    padding-left: 5px !important;
}

.WrapableTable{
    width: 100%; 
    table-layout: fixed; 
    word-wrap: break-word;
}

.nav li { cursor: pointer; cursor: hand; }



.paging_full_numbers span.ui-state-disabled
{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    box-shadow: none;
    color: #666 !important;
    cursor: default !important;
}

.paging_full_numbers span span.ui-state-disabled {
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacaca;
    color: #333 !important;
}

.paging_full_numbers span.fg-button:hover {color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}

.paging_full_numbers span.fg-button
{
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
}



.paging_full_numbers span.fg-button:hover {
    background-color: #ccc;
}



.myglyphicon {
    pointer-events: all;
    cursor: pointer;
    *cursor: hand;
}

btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form-login {
    max-width: 330px;
    padding: 30px;
    margin: 0 auto;
    margin-top: 5%;
    background-color:rgba(255,255,255,0.5) !important;
    color: rgb(97,97,99);
}
.form-login h2 {
    color: rgb(97,97,99);
    text-align: center;
    padding: 15px;
    font-weight: bold;
}
.form-login .form-login-heading,
.form-login .checkbox {
    margin-bottom: 10px;
}
.form-login .checkbox {
    font-weight: normal;
}
.form-login .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-login .form-control:focus {
    z-index: 2;
}
.form-login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-button {
    width : 40%;
    margin: 5px;
    background-color: rgb(77,77,79);
    border-color: #000000;
    display: inline-block;
}

.login-button:hover{
    background-color: #9d9d9d;
    border-color: rgb(77,77,79);
}

.prevButton{
    margin-right:25px;
}

.right {
    text-align: right;
}

.disabled{
    background-color: #fff;
    color: #dcdcdc;
}

.margin20{
    margin-left: 20px;
}

.version {
    font-weight:bold;
    float:right;
    font-size:25px;
    margin-right: 6px;
}

.freqheight{
    min-height:160px;
}
.floatleft {
    float: left;
}
.timeend {
    margin-top:35px;
}

.alertmsg {
    font-weight:bold;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.SupportOuterPanel .table > tbody + tbody {
    border-top: none !important;
}

.filterwell {
    padding: 1px !important;
    margin-bottom: 1px !important;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100%; 
    height: 500px;
}

body {
    background:none;
}

/*
    Navbar configuration start
*/

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-top: -5px;
}
.navbar-inverse {
    background-color: #000000;
    border-color: rgb(243,112,33);
    border-bottom-width: 2px;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-text {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: rgb(77,77,79);
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu {
    background-color: #000000;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: rgb(243,112,33);
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #000000;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: rgb(243,112,33);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: rgb(243,112,33);
}
.navbar-inverse .navbar-toggle {
    border-color: rgb(243,112,33);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(243,112,33);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ffffff;
}
.navbar-inverse .navbar-link {
    color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: rgb(243,112,33);
    }
}

.logout-button {
    background-color: rgb(77,77,79);
    border-color: #000000;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}

.logout-button:hover{
    background-color: #9d9d9d;
    border-color: rgb(77,77,79);
    font-size: 12px;
}

.usertag{
    color : white;
    background-color: rgb(243,112,33);
    padding: 2px 3px;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid rgb(77,77,79);
}
/*
    Navbar configuration end
*/

/*
    Footer configuration start
*/

.footer{
    background-color: rgba(0,0,0,0.5);
    border-top: 2px solid rgb(243,112,33);
    color: #ffffff;
    font-size : 10px;
    position: fixed !important;
    bottom: 0px !important;
    width: 100% !important;
    max-height: 60px;
    z-index: 1999;
}
/*
    Footer configuration end
*/

.containerSmall{
    padding: 65px 15px;
}

.containerFull {
    padding: 10px;
}

.notFull {
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 1425;
}

/*
    Side bar Style Start
*/
/* remove outer padding */
.main .row{
    padding: 0px;
    margin: 0px;
}

/*Remove rounded coners*/

nav.sidebar.navbar {
    border-radius: 0px;
    border: 0px;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
}

nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.auto_expanded {
	width: 100%;
	height: 100%;
}

/* Add gap to nav and right windows.*/
.main{
    padding: 10px 10px 0 10px;
}

/* .....NavBar: Icon only with coloring/layout.....*/

/*small/medium side display*/
@media (min-width: 768px) {

    /*Allow main to be next to Nav*/
    .main{
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 40px;
        float: right;
    }

    /*lets nav bar to be showed on mouseover*/
    nav.sidebar:hover + .main{
        margin-left: 200px;
    }

    /*Center Brand*/
    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a{
        padding-right: 13px;
    }

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child{
        border-top: 1px #e5e5e5 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li{
        border-bottom: 1px #e5e5e5 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li .active {
        color: rgb(243,112,33);
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active {
        color: rgb(243,112,33) !important;
        background-color: black !important;
    }

    /*gives sidebar width/height*/
    nav.sidebar{
        width: 200px;
        margin-left: -160px;
        float: left;
        z-index: 8000;
        margin-top: 60px;
    }

    /*give sidebar 100% width;*/
    nav.sidebar li {
        width: 100%;
    }

    /* Move nav to full on mouse over*/
    nav.sidebar:hover{
        margin-left: 0px;
    }
    /*for hiden things when navbar hidden*/
    .forAnimate{
        opacity: 0;
    }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {

    /*Allow main to be next to Nav*/
    .main{
        width: calc(100% - 200px); /*keeps 100% minus nav size*/
        margin-left: 200px;
    }

    /*Show all nav*/
    nav.sidebar{
        margin-left: 0px;
        float: left;
        margin-top: 59px;
        margin-bottom: 30px;
    }
    /*Show hidden items on nav*/
    nav.sidebar .forAnimate{
        opacity: 1;
    }
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate{
    opacity: 1;
}
section{
    padding-left: 15px;
}
/*
    Side bar Style Start
*/

.btn-primary {
    background-color: rgb(77,77,79);
    border-color: rgb(97,97,99);
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    background-color: rgb(97,97,99);
    border-color: rgb(243,112,33);
}

.pageTitle{
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.active-tab {
	background-color: gray;
}

div.navbar-collapse ul.navbar-nav > li.active-tab > a {
	color: rgb(243,112,33);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: rgb(97,97,99);
}
.nav-tabs > li > a {
    color: rgb(97,97,99);
}

.btn-link {
    color : rgb(97,97,99) !important;
}

a {
    color: blue;
}

.pad10 {
    padding: 10px;
}

/*
wizard step bar start
*/
.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px rgb(77,77,79); padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: rgb(77,77,79); font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: rgb(243,112,33); top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: rgb(243,112,33);}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: rgb(77,77,79); color: rgb(77,77,79)}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard .disabled {
    background-color: transparent;
    color: rgb(77,77,79) !important;
}
.bs-wizard .progress {
    color: rgb(77,77,79) !important;
    background-color: rgb(77,77,79) !important;
}
/*
wizard step bar end
*/

.home-button{
    color: #fff;
    background-color: rgb(77,77,79);
}

.fullscreen-button {
    background-color: rgb(77,77,79);
    color: #fff;
}

.oddrow {
    background-color: rgba(77,77,79,.1);
}

.filterrow {
    margin-top : 2px !important;
    margin-bottom : 2px !important;
    padding-top : 5px !important;
    padding-bottom: 3px !important;
    vertical-align:middle !important;
    font-size : 12px !important;
}

.rangeFilter{
    font-size : 11px !important;
}

.filtersInputs input {
    font-size : 11px;
}
.filtersInputs .input-group{
    margin: 0 !important;
}

.tooltip {
    z-index : 2000 !important;
}

.collapse .navbar-collapse{
    z-index : 1990 !important;
}

.btn-blue {
    color: #fff;
    background-color: #337ab7;
    border-color: #204d74;
}

.left10 {
    margin-left: 10px;
}

.terminal {
	font-family: monospace;background-color: black; color: graytext;
}