/* StreamVu Ed css */

body{
    font-family: helvetica;/*  verdana arial */
	padding:0px;
    font-size: 14px;
    background-color: #d9d8d9;
    background-image: url('../img/10_body_back_light.png');
    background-repeat: repeat-x;
}

/* bootstrap overides */

.container-fluid{
    padding: 0px;
    padding-right: 10px;
}

.control-label{
    /*color: #ABABAB;*/
    color: #8587AF;
    font-weight: normal;
}
.dropdown-menu > li > a{
    color: #006adc;
}

.form-control{
    color: #006adc;
}

/* end of bootstrap overides */

/*
make sidebar nav vertical
http://www.jonathanbriehl.com/2014/01/17/vertical-menu-for-bootstrap-3/
*/
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
      padding: 0;
      max-height: none;
    }
    .sidebar-nav .navbar ul {
      float: none;
    }
    .sidebar-nav .navbar ul:not {
      display: block;
    }
    .sidebar-nav .navbar li {
      float: none;
      display: block;
    }
    .sidebar-nav .navbar li a {
      padding-top: 8px;/* 12 */
      padding-bottom: 8px;/* 12 */
    }
    /*austin added*/
    .mywidth {
     max-width: 200px;
    }
}

/* --- end make sidebar nav vertical  */

/* ---- menu color and size overrides ----*/

/*

#26466D -> #009999 --> 2f4f4f
#486E9E -> #33CCCC --> 696969
gray -> #00FFCC -> cdc5bf
*/
.mydropdown{
    background-color: #2f4f4f;
    font-size: 14px;/* 17 */
}

.navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a:hover{
    background-color: #cdc5bf;
    color: black;
}

.mydropdown .navbar-nav > li > a {
    color: #F0F0F0  ;/*#A1A1A1;*/
}

.my-menu-button{
    padding-left: 15px;
    padding-top: 8px; /* 12 */
    padding-bottom: 8px; /* 10 */
    width: 100%;
    color: #F0F0F0 ;/*#A1A1A1;*/
    font-size: 14px;/* 17 */
}

.my-menu-button:focus, .my-menu-button:hover{
    color: black;
    background-color: #cdc5bf;
}

.my-menu-anchor{
    padding-top: 8px; /* 12 */
    padding-bottom: 8px; /* 10 */
    padding-left: 25px;
    width: 100%;
    color: #F0F0F0 ;/*#A1A1A1;*/
    background-color: #696969;
    font-size: 14px;/* 17 */
    border: none;
}

.my-bc{
    background-color: #696969;
}

.my-menu-anchor:focus, .my-menu-anchor:hover{
    background-color: #cdc5bf;
    color: black;
}

.my-menu-curve {
    border: 0px solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* ---- end menu color and size overrides ----*/


/* ---- dashboard -----*/
.my-page-header {
    padding-top: 0px;
    margin-top: 0px;
}
.uiDashWell{
    padding-top: 4px;
    padding-bottom: 4px;
}

.uiDashItemTitle {
    font-size: 18px;
    color: #999999;
}

.uiDashItemValue {
    font-size: 28px;
}


.font-one{
    color: #006adc;
    font-weight: 400;
}
.mright10 {
    margin-right: 10px;
}
.mtop {
    margin-top:0px;
}
.mtop5 {
    margin-top:5px;
}

.mtop10 {
    margin-top:10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mbot0 {
    margin-bottom: 0px;
}

.mbot5 {
    margin-bottom: 5px;
}

.mbot10 {
    margin-bottom: 10px;
}

.mbot15 {
    margin-bottom: 15px;
}

.pleft10 {
    padding-left: 10px;
}
.width100p {
    width: 100%;
}
.width50 {
    width: 50px !important;
}
.width110 {
    width: 110px !important;
}
.width120 {
    width: 120px !important;
}
.width140 {
    width: 140px !important;
}
.width180 {
    width: 180px !important;
}
.width200 {
    width: 200px !important;
}

.line1-0 {
    line-height: 1.0;
}

.my-col-pad-right{
    padding-right: 0px;
}

.my-dropdown{
    width: 100%;
    text-align: left;
    color: #006adc;
}

.my-dropdown-user{
    width: 100px;
}

.uiFooter {
  padding-bottom: 20px;
  font-size: 10px;
  color: #999999;
}

.uiAlert{
	padding: 6px;
	margin-bottom: 0;
	text-align: center;
}

.uPageTiteSmall {
    font-size: 12px;
    color: #CAE1FF;
}

.uiMinW{
    min-width: 520px;
}
.uiMinPanelWidth {
    min-width: 450px;
}
.uiMinPanelWidth2 {
    min-width: 560px;
}
.u-text-input {
    /*border: solid 1px;
    border-color: #555 #888 #888 #555;
    padding: 3px 8px;*/
    /*font: 11pt "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11pt;*/
    /*font-weight: bold;*/
    color: #006adc;
    background-color: #fff;
    /*margin: 0px;
    background-image: url(/img/bg-text.jpg);*/
}

.uiDropDownPlaceholder{
    color: #999;
    opacity: 1;
    font-weight: normal;
}


.uiBtnDropDown{
	max-width: 633px;
	overflow: hidden;
}

.clearer{
	clear: both;
	width: 100%;
}

#iHeader{
    padding-left: 8px;
    /*width: 100%;*/
}

#iHeaderImg{
    padding-bottom: 2px;
	padding-top: 8px;
    padding-left: 0px;
	/*float: left;*/
	/*width: 200px;*/

	border: solid 0px #eeeeee;
}
#iHeaderTitle{
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
	/*float: right;*/
	/*width: 100%;*/

	text-align:right;
	border: solid 0px #eeeeee;
}
#iHeaderDes{
	font-size: 12px;
	padding-top: 20px;
    padding-right: 20px;

	text-align:right;
}

#iLogo{
	width: 140px;
	padding-right: 10px;
	margin-top: 0px;
}

.c-width{
	width: 300px;
}

.uiHidden{
	display: none;
}
.uiDialog{
	position:   fixed;
	top:        20px;
	left:      20px;
	width:      260px;
	padding: 10px;
	/*border: solid 1px #0071C5;*/
	border: solid 1px #888888;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #ffffff;
	z-index: 3000;
}
.uiDialogTitle{
	font-size: 10pt;
	font-weight: bold;
}
#iDisable{
	background-color: #aaaaaa;
	position:   fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2000;
	opacity: 0.5;
}
#iLoading{
	display: none;
	position:absolute;
	padding-left: 10px;
	width:38px;
	height:25px;
	z-index:15;
	top:0%;
	left:50%;
	margin:0 0 0 -16px;
	background:#eeeeee;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;

}

.sm-font{
    font-size: 10px;
    color: #cccccc;
}

#iListingImage{
    height: 40px;
    max-width: 400px;
}
#iEditorImage{
    height: 80px;
    max-width: 400px;
}

.progress {
    position: relative;
    width: 100%;
    height: 20px;
    background: #C7DA9F;
    border-radius: 4px;
    overflow: hidden;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    background: #85C220;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.uifname{
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
    margin: 0px;
    background: #E8FCD5;
    border: solid 1px #888888;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;

}
.uiNum1{
    font-size: 30px;
    color: orange;
}

.uiConStuLbl{
    color: #aaa;
    padding-right: 10px;
}

.uiSupportTopic{
    font-weight: bold;
    color: #595959;
    font-size: 10pt;
}

.uiSupportAnswer{
    color: #595959;
    font-size: 11pt;
}

/* ---- main panels for content ---- */
.panel-default .mypanel-heading{
    color: #F0F0F0;
    background-color: #818181;
    border-color: #818181;
}
.mypanel-default{
    border-color: #818181;
}
/* ----  end ---- */


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #cdc5bf;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F3FFE2;
}
.footable-odd {
    /* background-color: #FAFAFA; */
    background-color: #FFFDF0;
}
/*
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #FFFDF0;
 }
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: white;
 }
*/
.mytfoot, .mythead{
    background-color: #F2F2F2;

}

.mythead {
    font-size: 12px;
    color: #818181;
}

.mypagination {
    font-size: 9px;
}

.mypanel-body{
    padding-top: 4px;
}

.mybreadcrumb {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: transparent;
}

.label-myOff{
    background-color: #CECECE;
}

.uiRadiotxt{
    font-size: 14px;
    color: #2f4f4f;
    padding-right: 10px;
}

.uiSmallInput{
    margin-right: 20px;
    width: 50px;
}

#addticket-view .row, #editticket-view .row, .row .submit, form.edit .row {
    margin-top: 10px;
}

#addticket-view select, #addticket-view option, form.edit option, form.edit select {
    padding: 6px 12px;
}

.notes {
    background: #eeeeee !important;
    padding: 10px;
}

.vmiddle {
    display: inline-block;
    vertical-align: middle;
}

.error {
    color: #C40303;
    font-size: 10px;
    margin-bottom: -5px;
}

.errorCover {
    border-color: #C40303;
    box-shadow: 0 0 5px #C40303;
    outline: 0 none;
}

.rowClick:hover {
    cursor: pointer;
}

.rowClick td:nth-child(2) a {
    color: #000;
    text-decoration: none;
}

.showSystem {
    background: #d0d0d0 !important;
    border-color: #a0a0a0;
}

.wrap {
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* current browsers */
}

.displayInput {
    max-height: 100px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin-bottom: 0;
}
ol.provisioningProgress {
    font-size: 15px;
    font-weight: 300;
}
li.completedTask {
    text-decoration: line-through;
}
li.completedTask:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    color: #5cb85c;
    float: right;
}
li.currentTask {
    font-weight: bold;
}
.centeredContainer {
    text-align: center;
}
.centeredContainer:before {
    /* Content without a width */
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/* Notification Form Styles */
.info-ntf-icon {
    color: #BDDFF0;
}
.success-ntf-icon {
    color: #D1E9C7;
}
.warning-ntf-icon {
    color: #FAF2CE;
}
.danger-ntf-icon {
    color:#EACCCD;
}
.notification-type label.radio-inline {
    font-weight: 500;
    margin-right: 10px;
}
.notification-type label.radio-inline span {
    font-size: 18px;
    vertical-align: top;
}
@media (max-width: 500px){
    .notification-type label.radio-inline {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left:0;
    }
}
.notification-text textarea {
    resize: vertical;
}
.apiPreviewer {
    position: relative;
    height: 300px;
    width: 100%;
}
#apiTester .addRow {
    margin-top: 4px;
}
.tableHeadingFont {
    text-decoration: underline;
    font-weight: bold;
}

/* System Options toggle switch */
#systemOptions .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 10px;
}

#systemOptions .switch input {
    display:none;
}

#systemOptions .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#systemOptions .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#systemOptions input:checked + .slider {
    background-color: #52AF52;
}

#systemOptions input:focus + .slider {
    box-shadow: 0 0 1px #52AF52;
}

#systemOptions input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#systemOptions .slider.round {
    border-radius: 30px;
}

#systemOptions .slider.round:before {
    border-radius: 50%;
}
/* end of System Options toggle switch */

#systemOptions td {
    padding-top: 15px;
}

.sysOptionColumn {
    width: 120px;
}

.sysOptionRow {
    padding-top: 0 !important;
    padding-bottom: 5px;
}

.sysOptionAlert {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
}
.clickable:hover,
select.form-control:hover,
.checkbox-inline label:hover {
    cursor: pointer;
}
.subPanelOptions {
    background   : #F2F2F2;
    margin-bottom: 15px;
}
.subPanelOptions .help-block {
    margin-bottom: 0;
}
.subPanelOptions .form-group:last-child {
    margin-bottom: 0;
}
#modalAlert h5.modal-title {
    font-size: 18px;
    font-weight: 700;
}
/* New ticket styles */
.ticketTypes input {
    display: none;
}

.ticketTypes label:hover {
    background-color: #3980C3;
    color: #fff;
}

.typesSelected {
    background-color: #3980C3;
    color: #fff;
}

.ticketStatus {
    display: inline-block;
    min-width: 63px;
    padding-top: 3px;
    padding-bottom: 4px;
}

.textarea-resize {
    resize: vertical;
}
#modalAlert h5.modal-title {
    font-size: 18px;
    font-weight: 700;
}
#queryOptionsContainer summary {
    font-weight: bold;
}
details > summary:hover {
    cursor: pointer;
}
.imgPreviewWrapper img {
    max-width: 80px;
}
.form-horizontal .form-check .form-check-label {
    font-weight: normal;
}
.form-horizontal .form-check:first-child {
    padding-top: 7px;
}

/* Users Pagination */
#users-all-view #queryOptionsContainer {
    position: relative;
}
#users-all-view #queryOptionsContainer .addNewUser {
    position: absolute;
    bottom: -40px;
    right: 20px;
    z-index: 1000;
}

/* Svu Activity Log */
#logListingContainer {
    padding-left: 0;
    padding-right: 0;
}
#logListingContainer h3 {
    margin: 10px 0;
    font-size: 20px;
}
#logListingContainer h4 {
    font-size: 16px;
    color: grey;
    margin-bottom: 3px;
}
#logListingContainer .svu-activities {
    margin-left: 5%;
}
#inventory_new {
    margin-bottom: -20px;
    z-index: 9999;
}
#inventoryListing_length select, #supportCenterTable_length select {
    z-index: 9999;
    position: relative;
}
#inventory_new a, #ticket_new a {
    margin-right: 20px;
}
.showWhiteSpace {
    white-space: pre-wrap;
}
.equipTable tr:nth-child(odd) {
    border-top: 1px solid #cccccc;
}
table.equipTable tr:first-child {
    border: none;
}
.equipTable ul {
    list-style: none;
    padding-left: 3px;
}
.equipTable td {
    font-size: 11px;
    border: none !important;
}
.equipTable button {
    margin: 0 auto;
}
.equipTable .progress {
    background-color: #eeeeee;
}
.equipTable .textGreen {
    color: #03B603;
}
.equipTable .storageGreen {
    background-color: #03B603;
}
.equipTable .storageYellow {
    background-color: #ED9C28;
}
.equipTable .storageRed {
    background-color: #FC0202;
}
/* Equipment Monitoring Styles */
.eqStatus, .lgEqStatus {
    display: inline-block;
    padding: 5px;
    border: 1px solid #afafaf;
    margin: -0.5px -2.45px !important;
    background-color: #ffffff;
}
a.lgEqStatus {
    height: 110px;
    width: 110px;
    text-decoration: none;
    vertical-align: top;
    position: relative;
}
.eqStatus img, .statusImg img, .lgEqStatus img {
    width: 25px !important;
    height: 25px !important;
}
.lgEqStatus img {
    margin: auto;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
}
.eqStatus:hover, .lgEqStatus:hover {
    background-color: #a5a5a5;
}
/* These styles add the default details carot dropdown icon */
details[open] > summary:first-of-type {
    list-style-type: disclosure-open;
}
details > summary:first-of-type {
    display: list-item;
    counter-increment: list-item 0;
    list-style: inside disclosure-closed;
}
.strike-through,
.strike-through * {
    text-decoration: line-through;
}
.deleted-row {
    text-decoration: line-through;
}
.deleted-row > td {
    background: #FAECED !important;
}
#identityValsContainer {
    padding-right: 0;
}
.copyButton {
    cursor: pointer;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.copyTarget {
  border-right: none;
}
/* Device Controls */
#deviceStatus .radio-inline-block, #mediaServerControls .radio-inline-block {
    width: 150px;
}
#syncingControls .radio-inline-block {
    width: 204px;
}
#deviceInfo .radio-inline-block, #deviceControl .radio-inline-block {
    width: 200px;
}
#deviceStatusStreamer .radio-inline-block {
    width: 160px;
}
#controlEquipmentPage label.radio-inline-block, #controlEquipmentPage label.checkbox-inline-block {
    font-weight: 400;
}
.userLabel {
    text-align: center;
    text-decoration: underline;
}
.rebootText {
    margin: 5px 0 0 10px;
    vertical-align: sub;
}

/*Update select2 colors to match theme*/
.select2-results__option--selectable, .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #006adc;
}
