/* FEEDBACK
-------------------------------------------------- */
#support_tab {
    border: solid 1px;
    cursor:pointer;
    position: fixed;
    top: 23%;
    z-index: 9999;
    right: 0;
    background-position: left 0;
}
#support_tab img {
    display: block;
}
#support_tab:hover {
    background-color: #444;
}

/* FONTS
-------------------------------------------------- */
@font-face {
    font-family: 'Museo500Regular';
    src: url('../fonts/Museo500-Regular-webfont.eot');
    src: url('../fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo500-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo300Regular';
    src: url('../fonts/Museo300-Regular-webfont.eot');
    src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: url('../fonts/OpenSans-BoldItalic.ttf');
}

.grid-view table.items th a{display: inline; padding-right: 20px}
.grid-view table.items th a .caret{right: -15px;}


.alert-info{color:#3C763D;background-color:#DFF0D8;border-color:#D6E9C6}

.resellers table th {text-align: center;}
.resellers table td {vertical-align: middle!important; text-align: center;}

body {
    font-family: 'OpenSans', sans-serif;
}
/* Buttons reset
-------------------------------------------------- */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* BOOTSTRAP  GLOBAL STYLES
-------------------------------------------------- */
body { margin: 0; font-family:'OpenSans', sans-serif; overflow-y: scroll; overflow-x: hidden; font-weight:500; }
h1,h2,h3 {color:#232d3b;}
h2{font-family: "OpenSans-BoldItalic"; }
p{margin-top: -7px; font-weight:500;}
h1, h2, h3, h4, h5, h6 {
    font-weight:500;
}

a {color:#a4ae39;}

.btn, input[type="submit"] {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 0;
    border-bottom: 3px solid #CCC;
    outline: 0;
}
.btn.btn-primary{background-color:#a4ae39!important;}
.btn.btn-upload{background-color:#a4ae39;font-size: 24px; font-family: OpenSans-Bold; color: white; padding: 0 45px 0 45px}
.btn-upload:hover{border-color:#DCE7C6}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{border-color:#dce7c6;}
.btn:focus, .btn:active:focus, .btn.active:focus {outline: 0}

.btn:focus, input[type="submit"]:focus {
    outline: 0;
}
.btn:active,
.btn.active, input[type="submit"]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default.active {
    color: #fff;
    background-color: #7accc8;
    border-color: #4dafa9;
}

.navbar-inverse .btn-navbar{
    background-color: #A4AE39;
    background-image: linear-gradient(to bottom, #A4AE39, #A4AE39);
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled]{
    background-color: #A4AE39;
}


/* ANGLE DIVIDER
-------------------------------------------------- */

.angle-top{width:100%;height:30px;left:0;bottom:100%;}
.angle-top-header{width:100%;height:15px;left:0;bottom:100%;}
[class*="angle-"] svg{height:101%;}
.angle{display:block;color:#fff;fill:#fff;position:relative;margin:0 auto;}
.angle2{display:block;background:#a4ae39;fill:#ededed;position:relative;margin:0 auto;}
.angle3{display:block;background:#fff;fill:#ededed;position:relative;margin:0 auto;}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar positioning*/

    .navbar-wrapper {
        margin-top: 0;
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {

    body {
        padding: 0!important;
    }

    h1, h2, h3{
        font-size: 100%!important;
    }

    div .span3{
        text-align: center;
    }

    .section-header{
        padding-top: 20px!important;
    }
    .section-header h1{

        text-align: center;
        font-size: 24px!important;
    }

    #premium{
        padding-left: 50px;
    }

    #utmodes{
        text-align: center;
    }

    .tab-content {
        text-align: center;
    }

    .middle-content{
        width: auto;
    }

    .collapse.in{
        display: block;
    }

    span>a>img{
        max-width: 70px;
    }
    span.label.label-default
    {
        max-width: 100%;
        display:block;
        font-size: 9px!important;
        white-space: normal;
        line-height: 1.5;
    }

    #support_tab{
        display: none!important;
    }

    h2.text-center{
        line-height: 26px;
        padding-top: 10px;
    }

    #footer .navbar-nav{
        display: inline!important;
    }

    #footer .navbar-nav li a{
        padding: 1px 7px!important;
    }

}

@media (max-width: 979px) {

    .navbar .nav-collapse .nav.pull-right{
        margin-top: 5px;
    }

    .navbar .btn-navbar{
        position: relative;
        bottom: 10px;
    }

    #head-container{
        padding: 15px 10px 0!important;
    }

    #head-container .navbar-inverse .nav > li > a{
        font-size: 12px!important;
    }

    .navbar .nav>li>a{
        padding: 5px 1px 5px;
    }

    ul, ol{
        margin: 0;
    }
}

@media (max-width: 1000px) {

    .navbar-wrapper {
        margin-top: 0;
        padding-bottom: 60px;
    }

    li.col-md-3 img{
        max-width: 100%;
    }

    li.col-md-3 {
        width: 25%;
    }
    ul.list-unstyled.row{
        display: inline-flex;
    }
    p.text-center{
        font-size: 12px;
    }
    img{
        max-width: 100%;
    }
    .row{
        width: 100%;
    }
    h2.text-center{
        font-size: 16px;
    }
    .box-round{
        margin-left: 20%!important;
    }
    ul.nav.navbar-nav > li {
        display: inline-block!important;
        margin-left: -5px;
    }
    #captcha{
        position: relative;
        left: -185px;
    }
    span>a>img{
        float: right;
        margin-top: -50px;
    }

    #img_footer{
        display: none;
    }
}

@media  (max-width: 1035px){
    .navbar-brand img {
        max-width: 140px;
    }
}

@media  (max-width: 1200px)  {
    .middle-content{
        width: auto;
    }

    .logo-head img {
        max-width: 70%!important;
    }

    #head-container .navbar-inverse .nav > li > a{
        font-size: 14px!important;
    }
    div#container.container
    {
        padding: 0 15px 0 0;
        margin: 0;
        width: 98%;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        button.btn.btn-default.btn-sm.move-btn.pull-right
        {
            padding-right: 20px!important;
        }
    }
}

/* DEFAULT XFS OVERRIDES
-------------------------------------------------- */

.xrow {

margin-top:15px;
margin-bottom:5px;
border-top: dotted 1px #ddd;
}

.description {
padding-top:10px;
}

#utmodes {padding-bottom: 20px;}

#div_file table.table {
}
#div_file .table thead>tr>th,#div_file .table tbody>tr>th,#div_file .table tfoot>tr>th,#div_file .table thead>tr>td, #div_file .table tbody>tr>td, #div_file .table tfoot>tr>td {
border-top: 0px solid #fff;}


.tabberlive .tabbertabhide {display:none;}
.tabber {}
.tabberlive {margin-top:1px;}
ul.tabbernav{margin:0;padding: 10px 0;border-bottom: 1px solid rgba(0,0,0,.06);}
ul.tabbernav li{list-style: none;margin: 0;display: inline;}
ul.tabbernav li a {background: #fff; border: 1px solid rgba(0,0,0,.06); padding: 3px 3px;margin-left: 9px;border-bottom: none;text-angleation: none;border-radius: 9px 9px 0 0;}
ul.tabbernav li a:link {border: 1px solid rgba(0,0,0,.06); padding: 10px 5px;margin-left: 2px;border-bottom: none;text-angleation: none;border-radius: 9px 9px 0 0;}
ul.tabbernav li a:visited {}
ul.tabbernav li a:hover{background: #F3F6FB;border-color: rgba(0,0,0,.06);}
ul.tabbernav li.tabberactive a{background-color: #F3F6FB;border-bottom: 1px solid #fff;}
ul.tabbernav li.tabberactive a:hover{background: white;border-bottom: 1px solid white;}
.tabberlive .tabbertab {padding:10px;border-top:0;background-color:#FFF;text-align:center;border-radius: 3px 3px 3px 3px;}
.tabberlive .tabbertab h2 {display:none;}

p.advopt {
  padding-left: 0px;
}

.fileinput-button, #files_container {
text-align: left;
}

.label-fsize {margin-left: 10px; margin-bottom:5px;}

img.cat_img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EEEEEE;
    padding: 26px;
}

ul.links a {color:#ddd;}

table#upload_controls td{line-height:2.7em;}
.table-upload{background:transparent!important;}
.table-upload2{background:transparent!important;margin-bottom:40px;}
.btndiv{border:1px solid #ddd;background:#f5f5f5;width:180px;height:30px;text-align:center;margin:10px auto auto;padding:2px 5px;}
.tbl1{max-width:100%;background-color:transparent;margin-bottom:20px;width:100%;}
.tbl1>thead>tr>th,.tbl1>tbody>tr>th,.tbl1>tfoot>tr>th,.tbl1>thead>tr>td,.tbl1>tbody>tr>td,.tbl1>tfoot>tr>td{line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;padding:8px;}
ul.list-inline.links.pull-right{padding:15px 0 5px;}
.footer .copyright{color:#fff;padding:15px 0 5px;}
.upload_block .fileinput-button{font-size:20px;text-transform:uppercase;text-align:center;}

/* NAVBAR
-------------------------------------------------- */
.navbar-custom { background-color: #a4ae39; border-color: #a4ae39;}
.navbar-inverse{ height: 57px;font-weight:bold;font-size: 13px;}
.navbar-inverse .navbar-nav > li > a {color:#777 !important;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus  {color:#4b4b4b !important;;text-decoration: underline !important;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {color:#4b4b4b !important;; background-color: transparent;}
.navbar-nav>li>a {padding-top: 20px;}
.section-header {padding-top:45px;}
.section-header h1 {margin-bottom:5px;}
.navbar-inverse .navbar-inner, .navbar-inverse .nav .active>a {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    background-repeat: no-repeat !important;
    box-shadow: none !important;
}
#head-container .navbar-inverse .navbar-inner{
    padding-top:15px !important;
    background-color:#A4AE39 !important;
    margin:0 -5px !important;
}
#head-container .navbar-inverse .nav > li > a{
     text-transform:uppercase !important;
     color:#fff !important;
     text-shadow: 0 1px 0 #000 !important;
     font-size: 16px;
     font-family: "OpenSans-Bold" !important;
}
.navbar .brand{
    padding: 10px 20px 10px 0;
}
.topmenu-icon{
    margin: 4px 5px 4px 0 ;
}
.navbar-inverse.nav-collapse .nav > li > a:hover{
    background-color: transparent!important;
}
#head-container .navbar-inverse .nav > li > a:hover{
    color: #4b4b4b !important;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus{
    background-color:transparent !important;
}
#content {
    margin-bottom: 90px;
}
#content-container{
    margin-top: 50px;
}
.middle-content .navbar {
    margin:0;
    padding: 5px 0 0 0;
}
#head-container{
    padding: 15px 0;
}
#footer .navbar-nav{
    float:left;
    margin-right:-15px;
    display: inline-flex;
}
#footer .navbar-nav li{
    margin: 5px 0px;
}
#footer .navbar-nav li a{
    text-decoration: none;
    background: 0 0;
    text-shadow: none;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: 'OpenSans', sans-serif;
}

/* CALL TO ACTION BANNER
-------------------------------------------------- */
div.center {text-align: center;}
div.featured{background:#fff;clear:both;margin:60px 0 15px;padding:20px 0 0;}
.call-to-action{position:relative;clear:both;overflow:hidden;padding-left:35px;padding-right:35px;border-bottom:3px solid #ccc;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.call-to-action h3{text-transform:none;color:#121212;margin-bottom:30px;}
.call-to-action h3 .btn{margin-left:15px;background-color:#7accc8;}

/* CONTENT BOXES
-------------------------------------------------- */
.box-wrap{overflow:hidden;}
.box-round,.box-rect,.box-square,.box-hex{display:block;text-align:center;position:relative;z-index:100;width:auto;max-width:100%;margin: 20px 30px -20px 30px;}
.box-round .box-inner{border-radius:50%;}
.box-empty{padding-top:100%;}
.box-inner{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ff742c;overflow:hidden;}
.box-inner i{font-size:36px;color:#fff;line-height:1em;display:block;position:absolute;width:1em;height:1em;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;}
ul.list-unstyled.row{
    display: inline-flex;
    list-style-type: none;
    width:100%;
    margin: 0px 15px;
}
ul.list-unstyled.row > li{
    width:25%;
}


/* Fancybox Loading
-------------------------------------------------- */
.grid-view-loading
{
    background:url(../images/ajax-loader-small.gif) 620px 0 no-repeat;

}

/* Notification Msg
-------------------------------------------------- */

.notification{margin-top: 40px;}

/* Upload button
-------------------------------------------------- */
.upload-button {
    display: inline-block;
    cursor: pointer;
    width: 147px;
    height: 50px;
    /*margin-top: 76px;*/
    border: none;
    background-image: url("../images/upload_button.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.upload-button:hover {
    background-position: 0 -50px;
    cursor: pointer;
}

/* PANELS
-------------------------------------------------- */
.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    font-size: 17.5px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-warning {
    border-color: #fbeed5;
}
.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-danger {
    border-color: #eed3d7;
}
.panel-danger .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}



