/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
/*
netTALK Colors:
#003A6F = Dark Blue
#0958A2 = Official Blue
#41BAE7 = Light Blue
*/
/* Begin Overrides of MDB Style Definitions */
.navbar {
    box-shadow: none !important;
    border-bottom:1px solid #003A6F;
}
.primary-color {
    background-color:#0958A2 !important; 
}
.btn-primary.button-collapse {
    background-color:#003A6F !important; 
    
}
/* End Overrides of MDB Style Definitions */
html,
body {
    position:relative;
    height: 100%;
    font-size:100%;
}

.wrap {
    min-height: calc(100vh - 68px);
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/* BEGIN - Main, Top NavBar Styles */
nav > .container {
    max-width: none !important;
}
.navbar-brand {
    font-weight:bold; 
    font-size:1.4rem;
    color:rgba(255,255,255,0.7) !important;
}
.navbar-brand img {
    margin-right:30px;
}
nav form {
    color:#fff !important;
}
nav .btn.btn-link {
    color:#ddd !important;
    background-color: rgba(0,0,0,0.4) !important;    
    text-decoration:none !important;
}
nav .btn.btn-link:hover {
    color:#B3EE7D !important;
    background-color: rgba(255,255,255,0.1) !important;
    text-decoration:none !important;
}

.jarallax.pbx-splash-image {
    min-height:800px !important;
}

p#breadcrumbs {
    display:none;
    font-size:80%;
    font-weight:400;
    margin:0px 0px 20px 0px;
    padding:5px 0;
    border-bottom: 1px solid #ddd;
    color:rgba(125,125,125,1.0);
}
p#breadcrumbs i,
p#breadcrumbs span {
    margin:0 5px;
}

/* END - Main, Top NavBar Styles */

.site-contact {
    padding:20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}


.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*#nt-pbx-dashboard-wrap {
    background-color:#ddd;
    border:2px solid blue;
}*/

/*#nt-pbx-dashboard div {
    border:1px solid red;
    text-align:center;
}*/

/*#nt-pbx-dashboard div > div {
    display:block;
    text-align:center;
    width:90%;
    margin: auto;
    border:1px solid blue;    
}*/

/*#nt-pbx-dashboard a:link,
#nt-pbx-dashboard a:visited {
    display:inline-block;
    vertical-align: middle;    
    border:1px solid #ddd;
    margin:10px auto;
    padding:20px;
    height:100%;
    width:100%;
    text-decoration:none;
    color:#666;
}
#nt-pbx-dashboard a:hover,
#nt-pbx-dashboard a:active {
    background-color:#eee;
    color:#000;
}*/

.text-primary {

    color: #3f5c80 !important;
}

.form-group label {
    font-weight:bold;
    color:#000;    
}
.form-group label[for="infoform-members"] {
    font-size:1.3rem !important;
    margin-top:-10px;
}
li.disabled span.filtrable:first-child {
    display:none !important;
}
input.select-dropdown.form-control {
    margin-top:40px;
}
input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.th-border-right {
    border-right:2px solid #dee2e6;
}
.td-border-right {
    border-right:1px solid #dee2e6;
}

.setup-header {
    padding-bottom:5px;
    border-bottom:5px solid #ccc;
    margin-bottom:20px;
}
.top-line-divider {
    border-top:5px solid #ccc;
}

.logo-box {
    background-color:#0958A2;
    padding:20px;      
}
.logo-box img {
    height:45px;
    margin-bottom:20px;
}
.logo-box label {
    background-color:#41bae7;
    color:#fff;
    padding:8px;
    border-radius: 5px;
}
.logo-box label:hover {
    cursor:pointer;
    background-color:#74CDED;
}
.logo-box label:before {
    content: 'Upload a ';
}
.logo-box input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;    
}
.logo-box small.form-text {
    color:#eee !important;
}
.field-infoform-prompt label,
.field-voicemailsettingsform-prompt label {
    width:100%;
    text-align:center;
    padding:.70rem 1.9rem; /*8px 20px;*/
    margin: .375rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color:#41bae7;
    color:#fff;
    font-size: 13px; /*.81rem;*/
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400 !important;
    
    border-radius: .125rem;
}
.field-infoform-prompt label:hover,
.field-voicemailsettingsform-prompt label:hover {
    cursor:pointer;
   
}
.field-infoform-prompt label:before,
.field-voicemailsettingsform-prompt label:before {
    font-family: "FontAwesome";
    content:"\f093";   
    font-size: 1rem;
}
input.btn-audio-file-input {  
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; 
}

.form-section {
    border:3px solid #eee;
    padding:20px;
}
/*--- Marketing Splash Page ---*/
.text-shadow {
    text-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}
.section-title h1 {
    display:inline-block;
    color:#575757;     
    padding-bottom:8px !important;
    border-bottom:3px solid #0958A2 !important;
}

.benefit-box {   
    color:#fff;
    border-radius: 10px;
    background-color:#003A6F;
    background-image: url("/image/marketing/background/portsip-assets-4.jpg");
}
.benefit-box h5 {
    color:#0c0;
    font-weight:bold;
}
/* PBX Features */
/*section#pbx-features {
    margin:40px 0;
}

img.pbx-features-icon {
    width:150px !important;
    height:150px !important;
    margin:0 auto !important;
}*/
/* Standard Features */
section#standard-features {    
/*    background-image: url("/images/marketing/background/portsip-assets-2.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size:100% auto;*/
}

section#standard-features .section-title h1 {
    color:#fff;
    border-color:#fff !important;
}
section#standard-features h3 {
    color:#fff;  
    font-size:100%;
}

img.standard-features-icon {
    width:80px !important;
    height:80px !important;
}
h4.plan-price {
    
    color:#555;
}
h4.plan-price span {
    font-size:60%;    
}
section#base-plans h2 {
    font-size:230%;
}

/* webapp-connect-pbx/vendor/yiisoft/yii2/widgets/LinkPager */

.pagination {

    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;



    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #212529;

}

.pagination > li {

    display: inline;

}

.pagination > li:first-child > a, .pagination > li:first-child > span {

    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;



}

.pagination > li > a, .pagination > li > span {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}

/* end LinkPager */

.btn-tts {
    background-color:#41bae7;
    color:#fff;
    width:100%;
    text-align:center;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 


    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    
    p#breadcrumbs {
        display:block;
    }
    
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 



}

/*adding functionality to allow cards of the same size*/
.card {
    height: 100%;
    display: flex;
}

.card-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card.card-footer {
    align-self: flex-end;
    flex: 1 1 auto;
}

/* start site2*/

#web-intro {
        background-image: url('/images/marketing/main-carousel-responsive.jpg'); 
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    #web-intro {
        
            background-image: url('/images/marketing/main-carousel-meeting.jpg'); 
            background-repeat: no-repeat; 
            background-size: cover; 
            background-position: center center;
            height: 100%
    }
}