/*

-> Project: Infobip Account Management
-> URL: http://account.infobip.com
-> Version: 1.0
-> Author: Igor Gotal-Luksa / www.infobip.com
-> Copyright (c) 2013 Infobip

*/

/* BASE STYLES
------------------------------------------------------------------------------------------------------*/

html, button, input, select, textarea {
    color: #333;
}

input[disabled], input[disabled]:hover {
    cursor: not-allowed;
    background: #f5f5f5;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* CHROME FRAME PROMPT
------------------------------------------------------------------------------------------------------*/

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #333;
    padding: 0.2em 0;
}


/* HELPER CLASSES - IMAGE REPLACEMENT
------------------------------------------------------------------------------------------------------*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/* HELPER CLASSES - HIDE FROM SCREENREADERS AND BROWSERS
------------------------------------------------------------------------------------------------------*/

.hidden {
    display: none !important;
    visibility: hidden;
}


/* HELPER CLASSES - HIDE VISUALLY BUT AVAILABLE FOR SCREENREADERS
------------------------------------------------------------------------------------------------------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


/* CLEARING METHODS
------------------------------------------------------------------------------------------------------*/

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* PRINT STYLES
------------------------------------------------------------------------------------------------------*/

@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    /* DON'T SHOW LINKS FOR IMAGES OR JAVASCRIPT/INTERNAL LINKS
    ------------------------------------------------------------------------------------------------------*/

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }


    h2, h3 {
        page-break-after: avoid;
    }

}

/* AUTHOR STYLES - Description headings
------------------------------------------------------------------------------------------------------*/

.fmml-messaging {
    color: #ff7000;
}

.fmml-push {
    color: #3e97d4;
}

.fmml-payments {
    color: #6faf49;
}


/* AUTHOR STYLES - SNIPPETS
------------------------------------------------------------------------------------------------------*/

.float-left {
    float: left;
    width: auto;
}

.float-right {
    float: right;
    width: auto;
}

.pagination-centered{
    text-align:center;
}

.hide-element {
    display:none;
}

.mtop10 {
    margin-top:10px;
}

.mtop15 {
    margin-top:15px;
}

.mleft10 {
    margin-left:10px;
}

/* AUTHOR STYLES - BASE STYLES
------------------------------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
}


/* AUTHOR STYLES - CONTAINERS & WRAPPERS
------------------------------------------------------------------------------------------------------*/

.fmml-container {
    /*width: 1090px;*/
    /*margin: 0px auto 20px auto;*/
    box-shadow: 0 1px #e6e6e6;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    padding: 40px;
}

/*.fmml-login, .fmml-signup {*/
    /*border-left: 1px solid #f0f0f0;*/
    /*padding-left: 40px;*/
    /*float: right;*/
    /*width: 545px;*/
    /*font-size: 14px;*/
/*}*/

.fmml-link-special {
    font-size: 12px;
    color: #ff7000 !important;
    text-decoration: none;
    float: left;
    margin-top: 35px;
 }

.fmml-link-special:hover {
    text-decoration: underline;
}

.fmml-description-done{
    display: inline-table;
    width: 31%;
    margin-bottom:0 !important;
}

.fmml-description-done-middle {
    margin: 0 1.2% !important;
    padding: 0 1.6% !important;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.done-container h2 {
    margin-top:0;
}

.two-boxez .fmml-description-done {
    border-right: 1px solid #f0f0f0;
	padding: 0 1.6% !important;
	width: 46%;
}

.two-boxez .fmml-description-done:last-child {
	border-right: none;
}

/* AUTHOR STYLES - FOOTER
------------------------------------------------------------------------------------------------------*/

footer {
    font-size: 12px;
    padding-top:20px;
}

.fmml-service-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fmml-service-nav ul li {
    text-shadow: 0 1px #fff;
    margin-right: 15px;
    color: #838383;
    float: left;
    width: auto;
}

.fmml-service-nav ul li a {
    text-decoration: none;
    color: #838383;
    padding-bottom: 15px;
}


/* AUTHOR STYLES - NAVBAR
------------------------------------------------------------------------------------------------------*/

header.fmml-navbar {
    background-color: #fff;
    border-bottom: 8px solid #f0f0f0;
    padding: 0;
    margin-bottom: 50px;
    height: 78px;
}

.header-container{
    padding: 0 20px;
    margin:0 auto;
}


.fmml-signup-button, .login-button, .fmml-signin-button, .signup-button, .fmml-logout-button {
    background-color: #ff7000;
    text-shadow: 1px 1px rgb(231, 102, 0);
    font-size: 14px;
    font-weight: 900;
    border: none;
    display: block;
    margin-top: 17px;
    height: 32px;
    width: 90px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.fmml-signup-button:hover, .login-button:hover, .fmml-signin-button:hover, .signup-button:hover, .fmml-logout-button:hover {
    background-color: #666;
    text-shadow: 1px 1px #565656;
}

.fmml-logo {
    margin-top: 20px;
    margin-left: 1px;
}

.fmml-user-name {
    font-size: 14px;
    font-weight: 900;
    border: none;
    display: block;
    padding: 0 20px;
    margin-top: 25px;
    height: 30px;
    color: #838383;
    float: right;
}

.fmml-user-name:hover {
    color: rgb(78, 78, 78);
}

/* AUTHOR STYLES - TYPOGRAPHY
------------------------------------------------------------------------------------------------------*/

.fmml-wrapper h1 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px #fff;
    letter-spacing: -1px;
    font-weight: 300;
    font-size:32px;
    margin-bottom:20px;
}

.fmml-description h2, .fmml-description p, .fmml-info {
    padding: 0;
    margin: 0;
}

.fmml-description h2, .fmml-description-done h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.fmml-description-done h2 {
    color:#333;
    font-size: 18px;
}

.fmml-description p, .fmml-info, .fmml-description-done p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #797979;
}


.fmml-description p a {
    text-decoration: none;
    color: #4694c9;
}

.fmml-signup a, .fmml-verify a, .fmml-info a{
    color: #ec6c13;
    text-decoration: none;
}

.fmml-signup a:hover, .fmml-verify a:hover, .fmml-info a:hover{
    text-decoration: underline;
}

.fmml-verify a{
    margin-left: 20px;
}

.fmml-legend {
    padding:20px 0 10px;
}

/* AUTHOR STYLES - FORM ELEMENTS
------------------------------------------------------------------------------------------------------*/

.fmml-divider {
    border-left: 1px solid #f0f0f0;
    padding-left: 40px !important;
}

.fmml-custom-label {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    color: #283238;
}

.fmml-custom-input {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #F9F9F9;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 2%;
    /*width: 510px;*/
    width: 96%;
    margin-bottom:10px;
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

.fmml-custom-select

.fmml-custom-input:last-child {
    margin-bottom:0;
}

.fmml-custom-input:hover {
    background-color: #fff;
}

.fmml-custom-input:focus {
    border-color: #0066CC;
    background:#fff;
    outline: none;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px transparent, 0 0 1px transparent;
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 1px transparent;
    box-shadow: inset 0 1px 1px transparent, 0 0 1px transparent;
}


.fmml-submit-button, .fmml-verify-button {
    background-color: #0066CC;
 /*   background-color: #666;  */
    text-shadow: 0 1px #578e36;
    line-height: 52px;
    font-weight: 900;
    border: none;
    display: block;
    padding: 0 10%;
    margin-top: 20px;
    height: 50px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    text-transform: uppercase;
}

.fmml-submit-button:hover, .fmml-verify-button:hover {
    background-color: #0033CC;
}

.fmml-submit-button-done {
    width: 130px;
    margin: 20px auto 0;
    font-weight: 700;
}

.fmml-verify-button{
    display:inline;
    margin-top:10px;
}

.fmml-alert-error, .fmml-alert-success {
    padding: 5px 6px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 520px;
}

.fmml-alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.fmml-alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.fmml-reload {
    padding-left:20px;
}


.fmml-info-icon{
    top: -10px;
    position: relative;
}

/* BOOTSTRAP - NAVIGATION TABS override
------------------------------------------------------------------------------------------------------*/

.nav > li > a {
    display: block;
    color: #8d8d8d;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}


/* fmml classes */
.fmmlPasswordStrength0 {
    background-color: red !important;
}


/* custom media queries
--------------------------------------------------------------------------------*/

@media (max-width: 1199px) {
    .fmml-divider {
        border-left: none;
        padding-left: 15px !important;
    }

    .fmml-wrapper {
        width:580px;
    }

   .fmml-description {
       display:none;
   }

   .fmml-info-icon {
       display:none;
   }

    .fmml-top-divider {
        margin-top:40px;
    }

    .fmml-link-special {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .fmml-wrapper {
        width:auto;
    }
}

@media (max-width: 540px) {

    .fmml-reload {
        display:block;
        padding-left:0;
    }
}

@media (max-width: 383px) {

    header.fmml-navbar {
        height: 118px;
    }
}

