﻿/*
Contents

Reset
Global Styles
Structure
Nav
Search
Headings
Lists
Tables
Links
Forms
Buttons
Progress Bar
Misc

*/



/* =Global
------------------------------*/
/*@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat-Regular.otf')format('opentype');
    src: url('fonts/montserrat-regular.ttf')format('truetype');
}*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(/fonts/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
    /*src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');*/
}



body {
    font-family: 'Montserrat', san-serif;
    /*background-color:#272b30;*/
    background-image: url("../Images/background.jpg");
    font-size: 8.5pt;
    color: #DDDDDD;
 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', san-serif;
    font-size:9.5pt;
}

#currentTimeCode {
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 400px;
    margin: 0 auto;
    border: 2px solid black;
    background-color: transparent;
    color: white;
}

/*CurrentTimeCode disabled*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: auto;
}

.selectedTableRow {
    background-color: #4B814B !important;
}
/*table {
    text-align: center;
}*/

table tbody tr:nth-child(even) {
    background-color: rgb(55, 60, 66);
}

th {
    /*text-align: center;*/
    border-bottom: 1px solid rgb(73, 73, 73);
    padding: 2px;
    /*font:bold;*/
    color: white;
}

td {
    color: wheat;
    border-bottom: 1px solid rgb(73, 73, 73);
    padding: 2px;
    font-size: 1.1rem;
    /*box-shadow: 1px -1px 1px black;*/
}

a:hover {
    color: white;
    text-decoration: none;
}

.field-validation-error {
    color: red;
}

video {
    width: 100%;
}

.badge {
    background-color: rgba(57, 63, 68, 1);
    border: 1px solid rgb(95, 95, 95);
    border-radius: 1px;
    font-size: 8pt;
}

.pull-right {
    font-size: 10pt;
}

label {
    margin-right: 5px;
}


/* =Structure
------------------------------*/

.panel {
    margin-bottom: 10px;
    border-radius: 2px !important;
    border: none;
    border: 1px solid rgba(74, 74, 74, 1);
}

.blackback {
    background-color: #36383B;
    /*border: 1px solid #525252;*/
}


/* =Nav
------------------------------*/
.nav li a:hover {
    background-color: gray !important;
}

#navSearch {
    width: 200px;
    height: 30px;
    border-radius: 3;
    background-color: #474747;
    color: white;
}

.basket {
    margin-right: 30px;
    font-size: 1.9rem;
    color: #D8D8D8;
    position: relative;
}

.navbar-text {
    list-style: none;
}

a.basket-icon-wrap {
    position: relative;
}

/*.notificationIcon {
    background-color: #A92F2B;
    width: 30px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 6px 0 6px;
    cursor: pointer;
}*/

.notificationIcon {
    background-color: #A92F2B;
    width: 25px;
    position: absolute;
    right: -35px;
    top: -89%;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 6px 0 6px;
    cursor: pointer;
}

.basketCountIcon {
    background-color: #A92F2B;
    width: 25px;
    position: absolute;
    right: -10%;
    top: -89%;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 6px 0 6px;
    cursor: pointer;
}
/* =Headings
------------------------------*/

.panel-title {
    font-size: 10pt;
}

    .panel-title a {
        vertical-align: middle;
        margin-right: 4px;
    }

div.error .panel-title {
    background: url("../Images/1449768717_Error.png") no-repeat;
    padding-left: 23px;
    line-height: 23px;
}

.panel-heading {
    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
}
/* =Lists
------------------------------*/
/* =Tables
------------------------------*/

#recentJobs table {
    text-align: left;
}

.search-table {
    table-layout: auto;
    width: 100%;
    font-size: 1.1rem;
    border: 1px solid rgb(80, 80, 80);
}

    .search-table label, .search-table td {
        font-size: 1.2rem;
    }

/* =Links
------------------------------*/
/* =Forms
------------------------------*/

.navbar-form {
    margin-top: 9px;
}

/* =Buttons
------------------------------*/

.btn {
    border-radius: 0;
    font-size: inherit;
    padding: 4px 8px;
    font-size: 10pt;
    border: none;
}

    .btn:active:focus {
        outline: none;
    }

#centerPlayerControls {
    text-align: center;
}

#PauseButton:hover, #PlayButton:hover, #StopButton:hover {
    color: white;
}

#PreviousFrame, #NextFrame, #Next10Frame, #Previous10Frame, #PlayButton, #PauseButton,#StopButton,#DownloadButton {
    font-size: 12pt;
}

    #PreviousFrame:hover, #NextFrame:hover, #Next10Frame:hover, #Previous10Frame:hover {
        color: white;
    }

.navSearchButton {
    background-color: rgb(66, 66, 66);
    border: none;
    vertical-align: middle;
    height: 30px;
    width: 58px;
}

/*button[type="button"] {
    border: none;
    vertical-align: middle;
    margin: 2px;
    box-shadow: 1px 1px 1px rgb(2, 2, 2);
    font-size: 9pt;
    background-color: rgb(66, 66, 66);
    color: rgb(221, 221, 221);
    padding:4px;
}*/

button[type="button"]:focus {
    outline: none;
}

.btn-primary {
    background-image: none;
    background-color: #474B4D;
}

.btn-default {
    background-image: none;
}

button[type=submit], button[type="button"] {
    border: none;
    margin: 2px;
    box-shadow: 1px 1px 1px rgb(2, 2, 2);
    font-size: 9pt;
    background-color: rgb(49, 49, 49);
    color: rgb(221, 221, 221);
    padding: 5px;
}

.btn-primary:hover {
    background-image: none;
    background-color: rgb(60, 60, 60);
}


.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    border-color: #5d6368;
    box-shadow: none;
    margin-left: 1px;
    outline: none;
}


.viewButton {
    background: rgba(7, 7, 7, 0);
    border: 1px solid rgb(99, 99, 99);
    padding: 2px !important;
    width: 40px;
}

    .viewButton:focus {
        outline: none;
    }

@media (max-width: 600px) {
    .btnPrint {
        margin-left: 17px;
    }
}

/* =Progress Bar
    ------------------------------------------------------------------------*/
progress {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Get rid of default border in Firefox. */
    border: none;
    background-color: gray;
    border: 0;
    height: 10px;
    width: 100px;
}

.manager-progress-bar {
    background-color: whiteSmoke;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    width: 250px;
    height: 20px;
    position: relative;
    display: block;
}

    .manager-progress-bar > span {
        background-color: blue;
        border-radius: 2px;
        display: block;
        text-indent: -9999px;
    }

.upload-progress {
    width: 0px;
    height: 20px;
    background-color: #57be65;
}

/*green-----------------------*/
.progress-green {
    color: green;
}

    .progress-green::-webkit-progress-value {
        background-color: green;
    }

    .progress-green::-moz-progress-bar {
        background-color: green;
    }
/*red-----------------------*/
.progress-red {
    color: red;
}

    .progress-red::-webkit-progress-value {
        background-color: red;
    }

    .progress-red::-moz-progress-bar {
        background-color: red;
    }
/*light blue-------------------*/
.progress-blue {
    color: #0BB5FF;
}

    .progress-blue::-webkit-progress-value {
        background-color: #0BB5FF;
    }

    .progress-blue::-moz-progress-bar {
        background-color: #0BB5FF;
    }
/*orange-----------------*/
.progress-orange {
    color: orange;
}

    .progress-orange::-webkit-progress-value {
        background-color: orange;
    }

    .progress-orange::-moz-progress-bar {
        background-color: orange;
    }
/*white-------------------*/
.progress-white {
    color: white;
}

    .progress-white::-webkit-progress-value {
        background-color: white;
    }

    .progress-white::-moz-progress-bar {
        background-color: white;
    }

/* =Misc
------------------------------*/
.playerControls {
    background-color: rgb(32, 32, 32);
    height: 45px;
    text-align: center;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    padding-top:0.5%
}

    .playerControls i {
        font-size: 14pt;
        color: rgb(185, 185, 185);
        margin-right: 3%;
        cursor: pointer;
        /*padding-top: 10px;*/
    }

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    font-family: FontAwesome;
    content: " \f103";
    float: right;
    color: white;
    padding-left: 10px;
}

#loftLogo {
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5%;
}

input, select {
    border-radius: 3 !important;
}


.list-item {
    position: relative;
    display: block;
    padding: 10px 10px;
    /*margin-bottom: -1px;*/
    background-color: #222222;
    border: 1px solid #080808;
}



.panel-primary > .panel-heading {
    background-color: #5E5959 !important;
}

.panel-black {
    /*background-color: #6F6F6F !important;*/
    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-repeat: no-repeat;
}

.blackPanel {
    background-color: #5E5959;
}

.greyback {
    background-color: #808080;
    /*border: 1px solid #080808;*/
    border-color: #080808;
}

.input-sm, .form-group-sm .form-control {
    display: inline;
    /*margin: 0 18px;*/
}

.select2-container .select2-selection--single {
    height: 30px !important;
    border-radius: 2px;
}

.select2-container {
    color: black;
}

.filterDropdownTaskflow ~ .select2-container {
    color: black;
    width: 100% !important;
    margin: 0 14px 0 0;
    float: left;
}

.taskflow-input-group-btn {
    width: 7%;
}
/*Create Comapny*/
#CurrencyID {
    margin-bottom: 18px;
    height: 36px;
    width: 50%;
    color: rgb(54,56,59);
    display: block;
}

.price {
    height: 36px;
    width: 50%;
    color: rgb(54,56,59);
}

.form-control {
    /*margin-bottom: 18px;*/
}

.createCompanyBtn {
    padding: 8px 16px;
}

/*Create Orders From*/
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7A8288;
}*/

.create-orders-wrap label {
    display: block;
}

.form-control.jobPageInput {
    margin-bottom: 22px;
}

.orders-select {
    width: 100%;
    color: black;
}

.wf-select, .job-select {
    width: 85%;
    color: black;
    height: 38px;
    margin: auto 4px 3px auto;
    padding-left: 10px;
}

.select2-container {
    margin-bottom: 22px;
    width: 100% !important;
    
}

/*.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}*/


.ordersTable {
    width: 100%;
    margin-bottom: 42px;
}

    .ordersTable td {
        padding: 6px 12px;
        border-right: 1px solid rgba(231, 231, 231, 0.08);
    }

#addWorkflow, #addJobs {
    background: transparent;
    margin: 0 auto auto auto;
    border: 2px solid rgba(255,255,255, .3);
    padding: 8px 29px;
    /*font-size: 1.8rem;*/
    margin-top: 24px;
}

.addNotesBtn {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
}

    .addNotesBtn .fa {
        font-size: 18px;
    }

.btnRemove, .btnClearJobs {
    background: transparent;
    border: none;
}

    .btnClearJobs:hover {
        background: transparent;
        border: none;
    }

.workdlow_tr h5 {
    margin-bottom: 16px;
}

.wf-jobs div {
    margin-bottom: 12px;
}

.wf-jobs button {
    background: transparent;
    border: none;
    /*float: right;*/
    width: 22px;
    height: 22px;
}

.wf-jobs h6 {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.addNotesWrap, .removebtnWrap {
    text-align: center;
}

#datePicker {
    width: 100%;
}

.page-header {
    /*padding-left: 15px;*/
}

.workflow_tr input.dark-input {
    background: rgb(91,91,91);
    color: rgb(245, 184, 105);
    border: none;
    height: 24px;
    width: 100%;
    padding: 8px 12px;
}

.lg-btn {
    padding: 8px 22px;
}

.price {
    margin-bottom: 4px;
}

.padding-left {
    padding-left: 0;
}

.remove-job-btn {
    background: transparent;
}

.margin-bottom {
    margin-bottom: 22px;
}
/*Rate Cards*/
.form-horizontal.rateCardFormWrap {
    padding-left: 22px;
}

.block-label {
    display: block;
}

.big-select {
    height: 28px;
    margin-bottom: 10px;
    color: black;
}

.form-control.md-input {
    height: 28px;
    margin-bottom: auto;
}

#RateCard_TaskflowID, #RateCard_PlatformID, #RateCard_CompanyID, #RateCard_UnitType, #RateCard_CurrencyID {
    height: 28px;
    margin-bottom: 10px;
    color: black;
}

#RateCard_TaskflowID, #RateCard_PlatformID, #RateCard_CompanyID, #RateCard_UnitType {
    width: 50%;
}

#RateCard_CurrencyID {
    width: 25%;
}

#TaskflowID, #CompanyID, #PlatformID {
    width: 100%;
}

#CurrencyID, #UnitType {
    width: 35%;
}

div#CreateRateCard .form-group {
    margin-bottom: 0;
}

div#CreateRateCard .form-control.md-input {
    width: 50%;
}

div#CreateRateCard .control-label.col-md-3 {
    text-align: left;
}

div#CreateRateCard .checkbox label.control-label.col-md-3 {
    width: 12%;
    margin-left: -17px;
}

input#RateCard_IsGlobal {
    position: relative;
    margin: 10px 0;
}

.submitReatCard {
    margin-top: 18px;
}

.backToList {
    margin: 18px 0 0 22px;
}

.date #StartDate, .date #RequiredDate {
    width: 75%;
}
/*Configuration Page*/
.fixed-table-container {
    border: none;
}

    .fixed-table-container th {
        border: red;
    }

.fixed-table-footer {
    border: none;
}

#table th, td {
    border-color: rgb(73, 73, 73);
}

.fixed-table-container tbody tr td {
    border-color: rgb(73, 73, 73);
}

.fixed-table-toolbar input.form-control {
    height: 32px;
}

.fixed-table-container tbody .selected td {
    background-color: #7D858B;
}

/*Configuration Client Manger*/
.configuration-form .form-control {
    width: 60%;
}

.btn-addClient {
    background: rgb(49, 49, 49);
    border: none;
    padding: 1px 5px;
    margin-left: 4px;
    border-radius: 3px;
}

    .btn-addClient:hover {
        background: rgb(49, 49, 49);
    }

#uploadLogo {
    color: white;
}

#termsConditions {
    display: block;
}

/*Configuratio User*/
.padding {
    padding: 4px 6px;
}

.form-control.user-form {
    width: 60%;
}

/*Asset View*/
.daughter-assets-table {
    width: 100%;
}

    .daughter-assets-table th td {
        height: 42px;
    }

.ancillary-tr {
    height: 42px;
}

#ancilleryFilesTable {
    width: 100%;
}

    #ancilleryFilesTable td {
        padding: 3px;
    }

.dhtmlx-newNotification div {
    background-color: #36383B;
    border-radius: 0;
    box-shadow: 0px 0px 1px black !important;
    border: none;
    text-align: center !important;
    color: white;
    padding: 5px;
}

/*Macro Planner*/
.fc-event {
    cursor: pointer;
}

#demo-1 {
    color: white !important;
}

    #demo-1 td {
        color: white !important;
        font-size: 12px;
    }

.done {
    color: #1DCC1D;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px !important;
}



    /* Responsive stlyes */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    #live-event-panel{
    width:290px !important;
    margin-left: 10px !important;

    }

    #btnLiveEvent{
        margin-left:0 !important;
    }

    #DurationTime{
        width:278px !important;
        margin-bottom: 5px !important;
    }

    #ddlCaptureSourceID{
        margin-left:10px !important;
        margin-bottom: 5px !important;
    }

    #toolbar{
        width:100px !important;
    }


      #select2-searchesDropdown-container{
        padding-right:0px !important;
    }

    #btnsubmit{
        width:284px !important;
        margin-left: 24px !important;
    }


    .panel panel-black{
        width:290px !important;
    }

    #sidebar{
        padding-left:15px;
        padding-right:15px;
    }


    #collapseScheduleManagementTable{
        /*width:290px !important;
        padding-left:-50px !important;*/
    }
    
    
    
    #editScheduleManagement{
        margin-left:88px;
        margin-top:-72px;
     }
 
 
 
   #SearchText{
       width:258px !important;
   }

  
   #tabs{
       text-align:center !important;
   }


   #editSystemConfiguration{
       margin-left:88px;
       margin-top:-72px !important;
   }


   #orderNotesTxta{
       width: 283px !important;
   }


   #editUser{
       margin-left:88px !important;
       margin-top:-72px !important;
   }


   #editGroupPermission{
       margin-left: 88px !important;
       margin-top:-72px !important;

   }


   #editCompany{
       margin-left:88px !important;
       margin-top:-72px !important;
   }


   #editClient{
       margin-left:88px !important;
       margin-top:-72px;
   }


   #editHarnessNode{
       margin-left:88px !important;
       margin-top:-72px !important;
   }


   #editSystemPoll{
       margin-left:88px !important;
       margin-top:-72px !important;
   }


   #editStorageLocation{
       margin-left:88px !important;
       margin-top:-72px;
   }


   #editLiveStreamingSource{
       margin-left:88px !important;
       margin-top:-72px;
   }


   #editMetadataSchema{
       margin-left:88px !important;
       margin-top:-72px !important;
   }
   

   #editTaskflow{
       margin-left:88px !important;
       margin-top:-72px !important;
   }


   #btnCreateTemplate{
       margin-top:-45px;
       height:33px;
       width:129px
   }


   /**dashboard */


   /*#live-event-panel-body{
      width:100px;
   }

   #live-event-panel-heading{
       margin-top:1100px;
   }*/



   /*dashboard-taskflow toggle*/
   #taskflowDropdown{
       width:250px !important;
   }

   #User{
       width:250px !important;
   }

   #TaskTitle{
       width:250px !important;
   }

   #StartDate{
       width:230px !important;
   }

   #RequiredDate{
       width: 230px !important;
   }
   
   #Notes{
       width:250px !important;
   }
   
  
   #submitNewTask{
       width:200px !important;
       margin-left:50px !important;
       margin-top:-55px
   }
   

   #1{
       width:250px;
       align-content:center;
   }


   #column1{
       width:350px !important;
       margin-left:13px !important
   }
   
  




    
   #collapseTaskflow{
       width:320px !important;
   }
   
   #OrderColumnTaskResults{
       width:320px !important;
   }
   
   
   #successMessage{
       width:320px !important;
   }


   #collapseTask{
       width:320px !important;
   }



    #form0{
        width:320px;
    }

    #transferManager{
        width:310px;
    }

    #6{
        width:310px;
    }


    /*#columns{
        width:100px;
    }*/
 
     /*.panel-body blackback{
       width:100px
    }*/







    /*live event manager toggle*/

    #live-event-panel-heading{
        width:310px !important;
    }

    #live-event-panel-body{
        width:310px !important;
        
    }

    /*#advanced-controls{
        padding-top:-50px !important;
    }*/
    
    
    #show-advanced-control-btn{
        padding-top: 1px !important;
    }
    
    #tab{
        margin-left:-103px
    }
    
    #mark-btn{
        margin-left:-83px
    }
    
    #layout-btn{
        margin-left:25px; 
        margin-top:-60px !important;

    }
 


    #mute-btn{
        margin-top: -5px !important;
        margin-left:-82px !important;
        
    }
    
    #show-advanced-control-btn{
        margin-top:-80px !important;
        
    }
     
    
    #chat-box{
        margin-left:-120px;
        width:170px;
    }
    
    #chat-client-label{
        margin-left:70px;
    }
    
    
    /*#chat-client-label{
        margin-left:-20px
     }*/
    
  

/*transfer manager toggle*/ 

    /*#transferDiv{
        width: 100px !important
    }*/

    #form0{
        margin-bottom:40px !important;
    }

    #client{
        width:50px !important;
        
    }

    /*.table-responsive search-table{
        padding-left:-10px !important;
    }*/

    #transferManager{
        margin-left:-30px !important;
        width: 297px !important;
    }

    /*#column1{
        width:340px !important
    }*/

    #4{
        width:100px !important
    }





}