

.sidebar-nav {
    padding: 9px 0;
}

.thumbnails li.nf-home-box{
    opacity:0.9;
}
.thumbnails li.nf-home-box a{
    display:block;
    min-height:200px;
}
.thumbnails li.nf-home-box a:hover{
    text-decoration: none;
}
.thumbnails li.nf-home-box h3{
    color:#0088CC;
    margin-top:0px;
}
.thumbnails li.nf-home-box:hover{
    border-color: #0088CC;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    opacity:1;
}
.thumbnails li.nf-lfmaker-box{
    background:url("../../../img/default/custom/lfmaker_wallpaper.jpg") no-repeat 56px -3px ;
}
.thumbnails li.nf-lfactivity-box{
    background:url("../../../img/default/custom/lfactivity_wallpaper.jpg") no-repeat 56px -3px ;
}
.nf-tableForm{
    margin:0px;
}
.nf-tableForm .btn-primary{
    margin-left:5px;
}

.directoryLink {
   /* font-weight: bold; */
}

#nf-tableFolderAndCourse{
    border-bottom:1px solid #ccc;
}

.table-striped tr:hover .btn-group{
    visibility:visible;
}
    
.table-striped tr .btn-group{
    visibility:hidden;
}

.nf-tableBreadcrumb {
	background-color: #e8e8e8;
    font-family: monospace;
    font-size: 11px;
}

.nf-tableBreadcrumb i {
    opacity: 0.5;
}
.table-striped .nf-tableBreadcrumb td {
    background-color: transparent !important;
}
.nf-tableBreadcrumb ul {
    margin: 0 ;
    padding: 0;
}

.nf-tableBreadcrumb ul li{
    display:inline;
    list-style:none;
}

.nf-tableBreadcrumb span {
    font-weight: bold;
}

.nf-tableBreadcrumb a.directoryLink {
	font-weight: normal;
}

#nf-rowNewFolder td, 
#nf-rowNewCourse td {
    background-color: #DFF0D8;
}

#nf-divClipboard ul{
    padding:0px;
    margin:0px;
}

#nf-divClipboard ul li{
    list-style:none;
    margin-bottom:5px;
    padding-bottom:5px;
}

/* Página de perfil */

.nf-panelInformation h2{
    border-bottom: 1px solid #CCCCCC;
    margin-top: 0;
}

/* */


.navbar .nav > li > a.disabled {
	color: #ccc;
	opacity: 0.3;
	text-shadow: 1px 1px 0 #fff;
}

/* Títulos de páginas */

h1 .nf-titleCourseName,
h2 span {
    color: #999;
}

h1 .nf-preTitleCourseName{
    color: #CCCCCC;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;	
}

h1, h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.copied td{
	background: transparent url(td_copied.png) repeat 0 0;
}

/* Panel Collapsable */

.panel{
    margin-bottom:15px;
}
.panel header{
    background-color: #0088CC;
    height: 30px;
    padding: 0 10px;
    color: #FFFFFF;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
}
.panel header span {
    position: relative;
    top: 5px;
}
.panel .panelContent{
    background-color: #F5F5F5;
    padding: 19px;
    border: 1px solid #E3E3E3;
}


/* Login Form */

.login-form{
    padding: 15px;
    width: 250px;
    font-size: 12px;
    margin-bottom:0px;
}

.login-form fieldset{
    margin-bottom: 16px;
}

.login-form .textbox span{
    font-size: 13px;
    color:#333333;
}

.login-form .remember{
    line-height: 30px;
    text-align: left;
    color: #999999;
    margin: 2px 5px 0 0;
    cursor: pointer;
    float: left;
    font-size:13px;
}

.login-form input[type="checkbox"]{
    margin: 3px 0;
}
.login-form p{
    margin:0px;
}
.login-form p a{
    color: #0084B4;
    outline: 0 none;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding:0px;
    margin:0px;
}

.login-form p a:hover{
    color: #333333;
}
.login-form button[type=submit]{
    font-weight: bold;
}

.front-bg {
    background: none repeat scroll 0 0 #000000;
    height: 200%;
    left: -50%;
    position: fixed;
    width: 200%;
}



.nf-panelUploadFileDroppable{
    background: none repeat scroll 0 0 #FFF6EC;
    border: 4px dashed #E3E3E3;
    height: 100px;
    text-align:center
}

.nf-resource-filelist-name{
    float:left;
    width: 35%;
}

.nf-panelPreviewFiles .progress{
    float:left;
}

.nf-resource-filelist-name span{
    margin-left:4px;
}

.nf-resource-filelist-feedback{
    width:15px;
    float:left;
    margin-left:5px;
    opacity: 0.3;
}

.nf-resource-filelist-feedback.active{
    opacity: 1;
}


#notify-container {
    position:fixed;
    text-align:center;
    width:100%;
    top:50px;
    z-index: 10000;
}

.alert-item {
    width:50%;
    position:relative;
    margin:auto;
    margin-bottom:3px;
    text-align:left;
}


/* PermissionBox Tree do carallo */

div.folder, div.leaf {
    padding-left: 3px;
}

.treeview li {
    border-top: 1px solid #CCCCCC;

    margin: 0;
    padding: 1px 0 3px 16px;
}

.treeview li:first-child {
	border: none;
}

.treeview li ul {
    border-top: 1px solid #CCCCCC;
}

ul#tree {
    padding-left: 0px  !important;
}

ul#tree ul li:hover{
	background-color: #f8f8f8;
}

.privilegeItem {
    padding-left: 0px  !important;
    text-align: center;
	text-transform: capitalize;
}

#nf-card .nav.nav-tabs{
    margin-bottom:0px;
}

.nav.nav-tabs-nomarginbottom{
    margin-bottom:0px;
}


#nf-card .tab-pane{
    border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color:#DDD;
    padding-left: 10px;
    padding-right: 10px;
}

.tab-content.tab-content-paddingtop {
  padding-top: 20px;
  border: 1px solid #eee;
  border-top: 0px;
}

.nf-page-imagecontent{
    float:left;
}

.nf-page-imagecontent:hover{
}

.nf-page-imagecontent a{
    display:block;
    width:100%;
    height:100%;
}

.nf-page-textcontent{
    font-size:12px;
    font-weight:bold;
    float:left;
	max-width:85%;
    padding:5px;
}

.nf-page-textcontent-subtitle{
    font-size:12px;
    color:#AAA;
    font-weight:normal;
}

.nf-image-pageIntroduction{
    background-image: url("../../../img/default/custom/pageintroduction.png");
}

.nf-image-pageContent{
    background-image: url("../../../img/default/custom/pagecontent.png");
}
h1 em.template {
    color: #CCCCCC;
    font-style: normal;
}

.nf-lucontent{
    border: 1px solid #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    margin-bottom:15px;
}

.nf-lucontent .nf-lucleft{
    width:140px;
    float:left;
    margin:10px;
}

.nf-lucontent .nf-lucright{
    float: left;
    margin: 10px 0 10px 10px;
    width: 360px;
}

.nf-lucontent .nf-lucleft img{
    margin-left: 4px;
    margin-top: 3px;
    width:120px;
    height:80px;
}

.nf-lucontent h4{
    margin-top:-1px;
    margin-right:10px;
}

.nf-lucontent .nf-lucright ul{
    list-style:none;
}

.nf-lucontent .nf-lucgraph{
    float:left;
    width:auto;
}
.nf-lucontenth{
    margin-top:40px;
}

.nf-luchicons{
    padding-left:10px;
    padding-top:25px;
}

.nf-luchicons a{
    padding:3px;
    text-decoration:none;
    margin-right:2px;
}

.nf-luchicons a.active{
    background:#0088CC;
    color:#fff;
}

.nf-luchicons a:hover{
    background:#0088CC;
    color:#fff;
    
}

.nf-luchicons a:hover i, .nf-luchicons a.active i{
    background-image: url("../../../img/default/bootstrap/glyphicons-halflings-white.png");
}

#nf-tub .thumbnail{
    min-height:180px;
}

#nf-tub .thumbnail img{
    width:120px;
    height:80px;
}

.nf-uic .nf-uicbook{
    position:relative;
}

.nf-uic .nf-uicbook img{
    border-radius: 0 3px 5px 0;
    margin-left: 15px;
    margin-top: 6px;
}


.nf-ucb h2{
    font-size:34px;
    margin:0px;
    padding:0px;
}

.nf-umsu{
    margin-top:15px;
}

.controls-thumbnails{
   margin-top:10px;
}

.controls-thumbnails li{
    margin:0px;
    padding:0px;
    margin-right:20px;
}




.modal-tool {
    background-color: #eaeaea;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 0;
  }

  .modal-btn {
    background-color: #eaeaea;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #666;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .modal-btn.new,
  .modal-btn.add {
    color: #fff;
  }
  
  

  .modal-btn.new {
    background-color: #66cc33;
    border-color: #66cc33;
  }

  .modal-btn.add {
    background-color: #3399FF;
    border-color: #3399FF;
  }
  
  .modal-btn.create_folder{
        background-color: #e2a93b;
        border-color: #e2a93b;
   }

  .modal-tool.tool-big {
    padding: 12px;
  }

  .modal-tool.tool-small {
    padding: 6px;
  }

  .modal-tool.selected {
    background-image: -moz-linear-gradient(top, #848484, #b2b2b2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#b2b2b2));
    background-image: -webkit-linear-gradient(top, #848484, #b2b2b2);
    background-image: -o-linear-gradient(top, #848484, #b2b2b2);
    background-image: linear-gradient(to bottom, #848484, #b2b2b2);
    background-repeat: repeat-x;
  }

  .modal-tool .tool-icon,
  .modal-btn .tool-icon {
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
  }

  .tool-icon.new {
    background-position: 0 0;
  }

  .tool-icon.drop-down {
    background-position: 0 -18px;
  }

  .tool-icon.addto {
    background-position: 0 -32px;
  }

  .tool-icon.zoom {
    background-position: -85px -18px;
  } 

  .tool-icon.more {
    background-position: -14px 0;
  }

  .tool-icon.list {
    background-position: -25px 0;
  }

  .tool-icon.grid {
    background-position: -47px 0;
  }

  .tool-icon.search {
    background-position: -69px 0;
    height: 18px;
    width: 16px;
  }

  .tool-icon.add {
    background-position: -100px 0;
  }

  .tool-icon.download {
    background-position: -113px 0;
    width: 15px;
  }

  .tool-icon.delete {
    background-position: -128px 0;
  }

  .tool-icon.sort {
    background-position: -14px 18px;
  }
  

  .modal-search,
  .tool-group {
    font-size: 0;
    float: right;
    vertical-align: middle;
    white-space: nowrap;
  }

  .modal-search {
    margin-right: 10px;
  }

  .modal-search input {
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 4px 6px;
    width: 160px;
    margin-bottom:0px;
  }

  .modal-search .modal-tool,
  .tool-group .modal-tool {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-left: -1px;
  }

  .modal-search .modal-tool {
    padding: 9px 10px;
  }

  .tool-group .modal-tool:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }

  .tool-group .modal-tool:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: -1px;
  }

.tool-hint {
  position: relative;
}

.tool-hint:before, 
.tool-hint:after {
  position: absolute;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  bottom: 120%;
  left: 0;
}

.tool-hint:hover:before, 
.tool-hint:hover:after {
    opacity: 1;
}

.tool-hint:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    border-top-color: #383838;
    z-index: 1000001;
    margin: 0 0 -12px 4px;
}
.tool-hint:after {
    content: attr(data-hint);
    background: #383838;
    color: white;
    text-shadow: 0 -1px 0px black;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); 
}

.modal-content {
  height: 460px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
}

.modal-gallery {
}

.modal-gallery:after {
  content:"";
  display:table;
  clear:both;
}

  .modal-gallery-item {
    height: 220px;
    float: left;
    margin: 10px -3px;
    position: relative;
    width: 220px;
  }
    .modal-gallery-item.item-page {
      height: 180px;
      background-color: pink;
    }

  .modal-gallery-item:hover {
    cursor: pointer;
  }

  .modal-gallery-drag {
    background: url('../img/drag-n-drop.png') no-repeat 0 0;
    height: 100%;
    width: 100%;
  }

  .modal-gallery-uploading {
    height: 100%;
    width: 100%;
  }

  .modal-gallery-uploading .bar {
    background: red;
    height: 20px;
    margin: 60px auto 10px auto;
    padding: 5px;
    border-radius: 10px;
    width: 162px;
  }

  .modal-gallery-uploading .bar-progress {
    background: orange;
    height: 20px;
  }

  .modal-gallery-uploading p {
    color: #999;
    font-size: 12px;
    text-align: center;
  }

  .modal-gallery-item .item-tools {
    opacity: 0;
    position: absolute;
    right: 2px;
    top: 2px;
  }

  .modal-gallery-item:hover .item-tools {
    opacity: 1;
  }

  .modal-gallery-item figure {
    height: 150px;
    line-height:138px;
    text-align: center;
  }
    .modal-gallery-item.item-page figure {
      height: 110px;
      line-height: 110px;
      background-color: orange;
    }

  .modal-gallery-item figure img {
        max-width: 70px;
    vertical-align: bottom;
  }

  .modal-gallery-item .caption {
    bottom: 0;
    color: #333;
    display: block;
    font-size: 14px;
    left: 0;
    line-height: 4px;
    padding: 10px;
    text-align: center;
    position: absolute;
    width: 200px;
  }

  .modal-gallery-item .caption-icon {
    background: url('../img/icons.png') -85px 0 no-repeat;
    display: inline-block;
    height: 12px;
    vertical-align: text-top;
    width: 14px;
  }

  .modal-gallery-item .caption small {
    color: #999;
    font-size: 12px;
  }


  .modal-table-list {
    border-collapse: collapse;
    display: table;
    width: 100%;
  }

  .modal-table-list .row {
    background-color: #fff;
    border-bottom: 1px solid #bfbfbf;
    display: table-row;
  }

  .modal-table-list .row.head {
    border: 1px solid #bfbfbf;
    font-weight: bold;
  }

  .modal-table-list .cell {
    display: table-cell;
    font-size: 14px;
    padding: 10px;
  }

  .modal-table-list .a-right {
    text-align: right;
  }

  .list-thumbnail {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .list-thumbnail img {
    vertical-align: middle;
  }

  .modal-gallery-results {
    text-align: center;
    margin-bottom: 30px;
  }

  .modal-gallery-results strong {
    color: #202020;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
  }

  .modal-gallery-results a {
    color: #00CCFF;
    font-size: 12px;
  }

  .btn-drag {
    background: url('../img/icons.png') -14px -18px no-repeat;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
  }

  .page-icon {
    display: inline-block;
    height: 40px;
    margin-right: 20px;
    vertical-align: middle;
    width: 40px;
  }

#nf-content_right_panel_slide{
    background: url("../img/nf-pbich_toggle-v.png") no-repeat scroll center center #333333;
    border-radius: 0 0 15px 0;
    color: #333333;
    display: block;
    font-size: 12px;
    width:12px;
    height: 100%;
    text-indent: -9000px;
    float:left;
    background-color: #222222;
}

#nf-rpbbproperties select{
    height: 25px;
}

.modal-header .nf-popup_close {
    background: url("../img/modal-close.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    display: block;
    float: right;
    font: 0px/0 a;
    height: 20px;
    margin-top: 6px;
    text-shadow: none;
    width: 20px;
}
.modal-header .nf-popup_maximized {
    background: url("../img/modal-square.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    display: block;
    float: right;
    font: 0px/0 a;
    height: 20px;
    margin-top: 6px;
    text-shadow: none;
    width: 20px;
}
.modal-header .nf-popup_minimized {
    background: url("../img/modal-resize.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    display: block;
    float: right;
    font: 0px/0 a;
    height: 20px;
    margin-top: 6px;
    text-shadow: none;
    width: 20px;
}

.nf-loading_resource{
    border: 1px solid #CCCCCC;
    height: 15px;
    left: 35px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 75px;
    width: 150px;
}

.nf-loading_resource div{
    background: #0088CC;
    height:15px;
    width:0px;
}

.nf-object_hidden{
    display:none;
}

.nf-default_icon{
    background: url("../img/icon_generic_2.png") no-repeat scroll 0 0 transparent;
    height: 107px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
    width: 87px;
}

.nf-default_icon span{
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    top: 8px;
}

.nf-form-login{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 300px;
    position:relative;
    top:25px;

    animation:myloginopacity 1.5s;
    -moz-animation:myloginopacity 1.5s; /* Firefox */
    -webkit-animation:myloginopacity 1.5s; /* Safari and Chrome */
    -o-animation:myloginopacity 1.5s; /* Opera */
}

.nf-form-login input[type='email'],
.nf-form-login input[type='text'],
.nf-form-login input[type='password']{
    height: 32px;
    width: 95%;
}

.nf-form-login button{
    width:100%;
}

.nf-form-login p{
    text-align:right;
    margin-top:5px;
}

.nf-form-login .nf_remember-pwd{
    color: #B4B4B4;
    font-size: 12px;
}

.nf-form-login .nf_remember-pwd:hover{
    text-decoration:none;
    color: #9A9A9A;
}

.nf-first-charge{
    height: 240px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    top:10px;
    z-index: -1;
    animation:myfirst 1s;
    -moz-animation:myfirst 1s; /* Firefox */
    -webkit-animation:myfirst 1s; /* Safari and Chrome */
    -o-animation:myfirst 1s; /* Opera */
}

#nf-body_resources_list{
    display:none;
}

#nf-body_resources_list img{
    width:32px;
    height:32px;
    box-shadow: 0 0 1px #CCCCCC;
}

.icon-openfolder{
    background-image: url("../img/openfolder.png") !important;
    background-position: 0px 0px !important;
    line-height: 0px !important;
    margin-top:0px !important;
}

.nf-data_extension{
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 1px #CCCCCC;
    color: #7C7C7C;
    display: block;
    height: 32px;
    padding-top: 0;
    text-align: center;
    width: 32px;
}

#nf_modal-upload-files{
    border: 2px dashed #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 100px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}

#nf_modal-upload-files span{
    color: #959595;
    display: block;
    font-size: 20px;
    position: relative;
    top: 40px;
}


.modal-header{
    text-align: center;
    color:#ffffff;
    background-color: #000000;
}

.modal form {
    margin-bottom:0px;
}

.nf-red_font{
    color:red; 
}



@keyframes myfirst
{
    0%  {
            top:-400px;
        }
    100%{
            top:10px;
        }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%  {
            top:-400px;
        }
    100%{
            top:10px;
        }
}

@keyframes myloginopacity
{
    0%  {
            opacity:0;
        }
    50%  {
            opacity:0;
        }
    100%{
            opacity:1;
        }
}

@-webkit-keyframes myloginopacity /* Safari and Chrome */
{
    0%  {
            opacity:0;
        }
    50%  {
            opacity:0;
        }
    100%{
            opacity:1;
        }
}

.bootbox h3{
    font-size:14px;
    font-weight: normal;
}

    /* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    2000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) 
                url("../img/ajax-loader-large.gif") 
                50% 45% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading {
    display: block;
}

ul.quad, ul.double, ul.triple{
    margin: 0px;
    overflow: hidden;
    width: 400px;
    margin-bottom: 8px;
}
ul.quad li, ul.double li, ul.triple li{
  line-height:1.5em;
  float:left;
  list-style: square;
  margin-left: 20px;
}
ul.quad li  { width:25%; }
ul.double li  { width:45%; }
ul.triple li  { width:33.33%; }

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

.nf-empty_template_data a{
    display: block;
    height: 100%;
    line-height: 60px;
    text-align: center;
    width: 100%;
    background-color: #F9F9E5;
    border: 2px dashed #B6B6B6;
    border-radius: 4px;
    color: #7B7B7B;
}




/*PROBANDO COSAS A PARTIR DE AQUÍ BORRAR*/

.ng-modal-overlay {
    position:absolute;
    z-index:9999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity: 0.8;
}
.ng-modal-dialog {
    z-index:10000;
    position: absolute;
    width: 50%; /* Default */

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
    padding:10px;
    text-align: left;
}
.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
    font-family: 'arial', 'sans-serif';
}

.nav .dropdown-menu li:active,
.nav .dropdown-menu li:hover,
.nav .dropdown-toggle:active,
.nav .dropdown-toggle:hover {
    cursor: pointer;
}

.product-version {
    position:absolute;
    bottom:4px;
    left:10px;
    color:#ffffff;
    color: #b4b4b4;
    font-size: 11px;
}