body {
    background-image: url("../img/bg-pattern.png");
    padding-top: 90px;
}

.page {
    position:relative;
    padding: 20px 20px 0;
    width: 1060px;
    margin: 0 auto;
}

.page .container {
    margin: 0;
}

.page-header,
.page-header > h1 {
    margin-top: 0;
}

.navbar .brand {
    color: #2589A5;
}

.container.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.292969);
    margin-top: 10px;
}

.nav.pull-right li a {
    padding-right: 0;
}

.display-block {
    display: block !important;
    width: 98% !important;
}

.transparent-bg {
    -moz-box-shadow: rgba(0, 0, 0, 0.292969) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.292969) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.292969) 0px 1px 4px;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.manytomany {
    list-style: none;
    margin: 0;
    padding-top: 5px;
}

.manytomany li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.grab {
    cursor: pointer;
}

.attributes {
    list-style: none;
}

.attributes li {
    margin-bottom: 10px;
}

.varTable {
/*    width: 650px;
    margin-left: 410px;
    margin-top: -100px;*/
}

.variables {
    list-style: none;
    margin: 0;
}

.variables li {
    line-height: 24px;
}

.variables li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
}

.faq textarea {
    width: 400px;
    height: 20px;
}

.controls {
    position: relative;
}

.help-popover {
    position: absolute;
    margin-left: 20px !important;
    top: -11px;
    left: auto;
    display: none;
}

.span4:first-child .help-popover,
.two-column .help-popover {
    left: 220px;
}


.table-striped tbody>tr.success:nth-child(odd)>td,
.table-striped tbody>tr.success:nth-child(odd)>th {
    background-color: #cee0c7;
}

.table-striped tbody>tr.error:nth-child(odd)>td,
.table-striped tbody>tr.error:nth-child(odd)>th {
    background-color: #f2cdcd;
}

.table-striped tbody>tr.warning:nth-child(odd)>td,
.table-striped tbody>tr.warning:nth-child(odd)>th {
    background-color: #ece7d2;
}

.collapsable i {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 2px;
    background-position: -456px -72px;
}

.collapsable.open i {
    background-position: -313px -119px;
}


#clientIdDrop .dropdown-menu{
    overflow: auto;
    max-height: 500px;
    top:30px;
}

#clientIdDrop .dropdown-menu form{
    padding: 10px 20px;
    margin: 0;
}

#clientIdDrop .dropdown-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#clientIdDrop .dropdown-menu ul a{
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
}

#cityDrop{
	position:relative;
}

#cityDrop .dropdown-city{
    overflow: auto;
    position: absolute;
    top: 0;
    background: white;
    width: 300px;
    z-index: 100000;
    max-height: 350px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    border-radius: 5px;
}

#cityDrop .dropdown-city ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#cityDrop .dropdown-city ul a{
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
}

#top-main-menu-container{
    position: fixed;
    top: 40px;
    background: white;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    overflow: auto;
    max-height: 100%;
}

#top-main-menu{
    margin: 0;
    padding: 0;
}
#top-main-menu>li{
    display: block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
#top-main-menu>li > a,
#top-main-menu>li > span{
    display: inline-block;
    width: 25%;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom:2px solid #ccc;
}
#top-main-menu>li ul{
    display: inline-block;
    width: 72%;
    padding: 5px 0;
}
#top-main-menu>li li{
    list-style: none;
    margin: 0;
    display: inline-block;
}
#top-main-menu>li li a{
    margin-right: 15px;
    margin-bottom: 5px;
}
.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}